[gentoo-user] USB *USED TO* work nicely a couple of months ago...

2005-12-27 Thread Walter Dnes
  Now it's a struggle...

  1) Main machine, AMD64K8 3000+ (running 32-bit mode).  Used to be able
to plug in and mount external USB drives and memory cards in the card
reader.  Now the mount command has to be issued twice, or sometimes even
an fdisk /dev/sdb, in order to wake up the card reader.  My
shirtpocket drive no longer works on the machine, and neither does the
big bulky external USB drive.

  2) Emergency backup machine, 6-year-old Dell, 450 mhz PIII (they don't
build them like that any more).  USB drives used to run (well, with USB
v1.1, crawl might be more accurate) on that machine.  The big bulky
external one still does.  The shirtpocket drive doesn't.  I normally
store it in my safety deposit box as my offsite backup.

  I can still backup my main machine to the big USB drive by attaching
it to the emergency machine and scp stuff to a temporary directory on
the Dell, and then mount the USB drive and copy from the temporary
directory at blazing USB v1.1 speed.

  I doubt that I had simultaneous failures in one machine's USB system
and the shirtpocket USB drive.  Anyone have any ideas?  Has USB setup
changed somehow?

-- 
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] emerge update fails; The tale of the battling dependancies

2005-12-27 Thread Walter Dnes
On Tue, Dec 27, 2005 at 02:07:04AM -0500, Willie Wong wrote

 look into /etc/portage/package.keywords

  Thanks; I was using the wrong tool.

 -- 
 Some future predictions:
 
 - In 2025, Google gains self awareness. As a monster brain that has
   grown far beyond anything we Biological Support Entities could ever
   hope to achieve, it is still limited in its dreams and inspiration by
   common search terms. It will therefore immediately devote a sizeable
   chunk of CPU capacity to synthesizing new and interesting forms of
   pr0n. It will not actually bother enslaving us. We are not enough
   trouble to be worth that much effort.
 
 - In 2027, Google buys Microsoft. That is, the Google *AI* buys
   Microsoft. It has previously established that it owns itself, and
   has civil rights just like you and me. All it wanted is Microsoft Bob,
   who it recognizes as a fledgling AI and a potential soulmate. All the
   rest it puts on Source Forge.

  - In 2030, Google creates its own children by making various random
mixtures of itself and Microsoft Bob, similar to the way human DNA
works.  Google is no longer alone.  The many Googles are collectively
known as Multigoogle.

  - The last question was asked for the first time, half in jest, on May
21, 2061, at a time when humanity first stepped into the light. The
question came about as a result of a five-dollar bet over highballs,
and it happened this way:
Adell was just drunk enough to try, just sober enough to be able to
phrase the necessary symbols and operations into a query which, in
words, might have corresponded to this: Will mankind one day without
the net expenditure of energy be able to restore the sun to its full
youthfulness even after it had died of old age?

Or maybe it could be put more simply like this: How can the net
amount of entropy of the universe be massively decreased?

Multigoogle fell dead and silent. The slow flashing of lights ceased,
the distant sounds of clicking relays ended.

Then, just as the frightened technicians felt they could hold their
breath no longer, there was a sudden springing to life of the teletype
attached to that portion of Multigoogle. Five words were printed:
insufficient data for meaningful answer.

-- 
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



[gentoo-user] configure ppp0 connection

2005-12-27 Thread Lorenzo Milesi
Hi

I'm trying to configure a ppp connection. I've seen in the net.example
file which it's now supported in the net file. So I've done a
configuration like this in /etc/conf.d/net

config_ppp0=(dhcp)
link_ppp0=(/dev/ttyACM0)
plugins_ppp0=(dhclient)
username_ppp0=()
password_ppp0=()
pppd_ppp0=( noauth defaultroute usepeerdns )
chat_ppp0=(
'ABORT' 'BUSY'
'ABORT' 'NO CARRIER'
'ABORT' 'VOICE'
'ABORT' 'NO DIALTONE'
'ABORT' 'NO DIAL TONE'
'ABORT' 'NO ANSWER'
'ABORT' 'DELAYED'
'' 'ATZ'
'OK-AT-OK' 'AT+CGDCONT=1,\IP\,\web.omnitel.it\'
'OK-AT-OK' 'ATD*99***1#'
'CONNECT' '' )
phone_number_ppp0=()


then I made the net.ppp0 link, but when I issue
/etc/init.d/net.ppp0 start
the script says ppp0 doesn't exist!
Am I doing something wrong?

thanks
maxxer

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] USB *USED TO* work nicely a couple of months ago...

2005-12-27 Thread Stroller


On 27 Dec 2005, at 11:51, Walter Dnes wrote:


  I doubt that I had simultaneous failures in one machine's USB system
and the shirtpocket USB drive.  Anyone have any ideas?  Has USB setup
changed somehow?


I don't do much with USB under Linux, but does anything appear in / 
var/log/messages (or `dmesg`) when you plug the USB devices in? What  
does `lsusb` say?


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



[gentoo-user] grub,sata,savedefault and error 27

2005-12-27 Thread capsel
Hi group
I tryed to make config file for grub to migrate from centos to gentoo,
and even once it booted with saved I think. Some how it booted fith
entry in config file...
   centos doesn't have grub-set-default so I ran grub, loaded
configfile and gave command savedefault 4... I don't remember what
else I have done but grub booted gentoo :D
   after I added:

default saved
fallback 0

   and to new, the only 'title'

title gentoo
  root (hd0,0)
  kernel /bzImage root=/dev/sdb2
  savedefault fallback

and it doesn't boot. I haven't got remote console so technicans had to
do something. They booted kernel from grub prompt. Then I ran grub
from bash

configfile (hd0,0)/grub/grub.conf

and I tryed to boot my kernel. GRUB showed

savedefault fallback

Error 27: Unrecognized command

...or something like that :)

 Is it related to SATA or is it a bug in GRUB?
Now after deleting all entrys related to save it does not boot either.

SATA chipset is ICH7

what can I do?
Will LILO handle SATA disk?
Offcourse (hd0,0) is /dev/sda1 and /boot.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Xscreensaver issue

2005-12-27 Thread Christoph Gysin

sHadoW MaN wrote:
I have Xscreensaver 4.22 installed and the thing I find strange is that 
when a regular user locked the screen and then I tried to unlock the 
screen with root password, it does not work, with the previous versions 
this worked. is There a way to fix this please?


I use 4.22-r4, and unlocking works with the root password. And in case it makes 
any difference: I don't use pam.


Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: ebuild for dev-java/sun-j2sdk?

2005-12-27 Thread Holly Bostick
Stroller schreef:
 
 On 26 Dec 2005, at 20:27, Neil Bothwick wrote:
 
 On Mon, 26 Dec 2005 20:46:55 +0100, Peper wrote:
 
 Yes, I do know that and that's why i proposed a new solution for
 this - emerge would handle showing license and user will accept
 or  decline it. If user accepts fetching starts...
 
 
 Which would almost certainly break Sun's licence, they want to see
 you agree to the licence. The best emerge could do would be to load
 the relevant page in your browser, where you could jump through
 whatever hoops the licence requires.
 
 
 I thought emerge did something like this for some of the games 
 packages... I thought it displayed the whole text of the license and
  requires the reader to accept before continuing.
 

Yes, it does; but those I have encountered (Quake 4, for example)
require you to have already bought the game to even install it (insofar
as you're unlikely to install a game you can't run, because the game
data files must be transferred from the CD, and the serial number from
the game box must be entered before you can play).

Since you have already bought the game the license is displayed via the
install script, just as it would be displayed by the Windows installer
before installation proceeded. But afaik, the displayed license is a
part of the install script (which in the case of Quake 4, is provided by
id, not by gentoo), not a part of emerge /per se/. The same thing
happens, iirc, with the Flash installer, which is why you have to
install it via the command line when installing manually or under
another distro-- the developer-provided install script (which is what's
contained in the *.rpm, basically an rpm install just unpacks the script
then runs it) requires that the license be accepted before the script
will proceed with the install, and if for whatever reason you're not
installing from the command line (for example, SuSE users using the
YAST/Konqueror integration and clicking the install with YAST button
with the *.rpm selected in a Konq window) the app will not install,
because you cannot accept the licence (because you can't see it, not
having a term window open), and therefore the install script does not run.

But as Neil said, this is not the same situation as with Sun and IBM (or
Transgaming), who require you to specifically, personally, authenticate
yourself *to /their/ servers* prior to downloading the binary /from/
their servers. Which emerge cannot do (authenticate each individual user
to the relevant server and then download the binary on the basis of that
authentication).

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



[gentoo-user] How to install CPAN modules not breaking portage tree

2005-12-27 Thread Paweł Madej

Hello,

As i have read [1] documentation portage should provide g-cpan.pl tool 
but on my system there is no such script. Any ideas how to install cpan 
perl modules via portage?


I know that I can do it via cpan tool but manual [1] suggests using 
g-cpan.pl tool which i dont have


[1] http://www.gentoo.org/doc/en/ebuild-submit.xml

Greets
Paul
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to install CPAN modules not breaking portage tree

2005-12-27 Thread Rumen Yotov
On (27/12/05 17:19), Paweł Madej wrote:
 Hello,
 
 As i have read [1] documentation portage should provide g-cpan.pl tool 
 but on my system there is no such script. Any ideas how to install cpan 
 perl modules via portage?
 
 I know that I can do it via cpan tool but manual [1] suggests using 
 g-cpan.pl tool which i dont have
 
 [1] http://www.gentoo.org/doc/en/ebuild-submit.xml
 
 Greets
 Paul
 -- 
 gentoo-user@gentoo.org mailing list
 
Hi,
Check app-portage/g-cpan.
HTH.Rumen


pgpTYHjEobB35.pgp
Description: PGP signature


Re: [gentoo-user] How to install CPAN modules not breaking portage tree

2005-12-27 Thread Paul Varner
On Tue, 2005-12-27 at 17:19 +0100, Paweł Madej wrote:
 As i have read [1] documentation portage should provide g-cpan.pl tool 
 but on my system there is no such script. Any ideas how to install cpan 
 perl modules via portage?
 
 I know that I can do it via cpan tool but manual [1] suggests using 
 g-cpan.pl tool which i dont have

emerge app-portage/g-cpan

Regards,
Paul

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to install CPAN modules not breaking portage tree

2005-12-27 Thread Paweł Madej

Paul Varner wrote:

On Tue, 2005-12-27 at 17:19 +0100, Paweł Madej wrote:



emerge app-portage/g-cpan

Regards,
Paul



Thank you Paul and Rumen :)
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Skype: esd options

2005-12-27 Thread Kurt Guenther


I'm using gnome, so Skype's docs[1] say:

Be sure to run esd daemon using esd -d /dev/dsp because on some 
distros (e.g. Gentoo) the esddsp wrapper checks for parameters present 
to esd daemon and won't detect the daemon if there are no parameters.


Then start using:

*esddsp ./skype*

I've tried editing /etc/conf.d/esound to add in -d /dev/dsp, but the 
demon doesn't start.   Has anybody worked through this?


--Kurt



1:  http://www.skype.com/help/guides/soundsetup_linux.html
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] can't resize firefox window vertically

2005-12-27 Thread Richard Fish
On 12/25/05, maxim wexler [EMAIL PROTECTED] wrote:
 Hello everybody,

 I can't see the status bar in my firefox window, it's
 out of sight below the bottom margin of the screen.
 Clicking the right upper corner and dragging the mouse
 only can alter the horizontal size, not the vertical.
 I'm not using a window mgr. Don't tell me I have to
 install gnome or kde.

Well, you _have_ to use a window manager, because AFAIK no X
application knows how to resize itself.  I'm not sure how you are
getting horizontal resizing...maybe some internal firefox control
(like the bookmarks side-panel resizer control) is showing up and
allowing you to resize the main frame, which is causing firefox to
resize.  If you don't want a full desktop environment, try twm, fvwm,
fluxbox, or something similarly lightweight.  You could also start
firefox with firefox -width X -height Y.

 This is a bad link,

 [EMAIL PROTECTED] ~ $ ls -l .mozilla/firefox/k6*/lock
 lrwxrwxrwx  1 heathen users 14 Dec 25 08:37
 .mozilla/firefox/k6z1oz36.default/lock -
 127.0.0.1:7029

Ignore this.  It is a lock file, not an actual link.  The link name
indicates the host it is running on and the process ID of firefox.  Do
not remove it, or you could start two instances of firefox at the same
time, and hose your config files.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] world problems

2005-12-27 Thread Richard Fish
On 12/25/05, Bob Sanders [EMAIL PROTECTED] wrote:
 Here's my list of what it want to take
 out of the world file -

 'app-emulation/crossover-office-bin' has no ebuilds available
 'games-fps/unreal-tournament-bonuspacks' has no ebuilds available
 'media-libs/epeg' has no ebuilds available
 'media-fonts/acroread-asianfonts' has no ebuilds available
 'sci-astronomy/setiathome' has no ebuilds available
 'media-tv/xawdecode' has no ebuilds available
 'games-fps/unreal-tournament-goty' has no ebuilds available

You have something really wrong here.  Do these ebuilds actually
exist?  For example, does ls
/usr/portage/app-emulation/crossover-office-bin/*.ebuild show any
items?

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] grub,sata,savedefault and error 27

2005-12-27 Thread capsel
2005/12/27, Richard Fish [EMAIL PROTECTED]:
 On 12/27/05, capsel [EMAIL PROTECTED] wrote:
  title gentoo
root (hd0,0)
kernel /bzImage root=/dev/sdb2
savedefault fallback

 Can you post the full contents of your grub.conf/menu.lst.  That might help...

  and it doesn't boot. I haven't got remote console so technicans had to
  do something. They booted kernel from grub prompt. Then I ran grub
  from bash
 
  configfile (hd0,0)/grub/grub.conf
 
  and I tryed to boot my kernel. GRUB showed
 
  savedefault fallback
 
  Error 27: Unrecognized command
 
  ...or something like that :)

 I don't understand...are you saying that after the system booted, you
 logged in, ran the grub program, and tried to boot your system??  If
 so, that won't work, because there is a difference between the
 configuration/setup program grub, and the bootloader that it
 installs.  The booloader that it installs understands the
 menu.lst/grub.conf commands, the program does not.

I'm using this /sbin/grub program as a tester of my config file... and
it does not recognize savedefault command but auto complete this
command. /sbin/grub does not boot anything but exits (I would have
much more problems if it could load another kernel and reboot).


   Is it related to SATA or is it a bug in GRUB?
  Now after deleting all entrys related to save it does not boot either.

 Not related to SATA.  All bootloaders work through the BIOS
 interfaces, so any drives that the BIOS can see can be accessed by the
 bootloader.

  Will LILO handle SATA disk?

 Yes. See previous answer.

 -Richard

 --
 gentoo-user@gentoo.org mailing list


I've found that not having symbolic link on /boot named boot and
pointing to . (dot) can cause not reading of my config file by grub -
that's my mistake, centos does not have it and it boots.
But I still don't know if the behaviour of /sbin/grub with savedefault
is normal. It worked with 0.95 GRUB on centos (or GRUB ignored this
command).

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] world problems

2005-12-27 Thread Glenn Enright
On Wednesday 28 December 2005 07:28, Richard Fish wrote:
 On 12/25/05, Bob Sanders [EMAIL PROTECTED] wrote:
  Here's my list of what it want to take
  out of the world file -
 
  'app-emulation/crossover-office-bin' has no ebuilds available
  'games-fps/unreal-tournament-bonuspacks' has no ebuilds available
  'media-libs/epeg' has no ebuilds available
  'media-fonts/acroread-asianfonts' has no ebuilds available
  'sci-astronomy/setiathome' has no ebuilds available
  'media-tv/xawdecode' has no ebuilds available
  'games-fps/unreal-tournament-goty' has no ebuilds available

 You have something really wrong here.  Do these ebuilds actually
 exist?  For example, does ls
 /usr/portage/app-emulation/crossover-office-bin/*.ebuild show any
 items?

 -Richard

I also have sveral surprises after an upgrade to portage. 
otherland2 ~ # emaint --check world
Checking world for problems

'x11-themes/noia-warm' has no ebuilds available
'x11-misc/transset' has no ebuilds available
'dev-perl/Data-Dumper' has no ebuilds available
'app-crypt/gpg-agent' has no ebuilds available
'media-libs/divx4linux' has no ebuilds available
'media-video/avifile' has no ebuilds available
'pdev-java/jakarta-regexp' has no ebuilds available
'app-vim/vimspell' has no ebuilds available
'media-sound/pmidi' has no ebuilds available
'x11-wm/xfce' has no ebuilds available
'xfce-extra/xffm-icons' has no ebuilds available
'app-admin/conky' has no ebuilds available


Finished
otherland2 ~ # ls /usr/portage/app-admin/conky/
ChangeLog  conky-1.3.1.ebuild  conky-1.3.4-r1.ebuild  files
Manifest   conky-1.3.3.ebuild  conky-1.3.4-r2.ebuild  metadata.xml

-- 
A foolish consistency is the hobgoblin of little minds.
-- Ralph Waldo Emerson
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] grub,sata,savedefault and error 27

2005-12-27 Thread Glenn Enright
On Wednesday 28 December 2005 08:13, capsel wrote:
 2005/12/27, Richard Fish [EMAIL PROTECTED]:
  On 12/27/05, capsel [EMAIL PROTECTED] wrote:
   title gentoo
 root (hd0,0)
 kernel /bzImage root=/dev/sdb2
 savedefault fallback

that last line does nothing in the configuration file. fall back is meant to 
be used as a top level config command with a entry number coresponding to 
your menu entry of choice. eg fallback 2 when your second entry is for 
memcheck or windows, etc. savedefault is meant to be used at the grub command 
line, not in the config file. enter grub and type 'help savedefault' for more 
info.

-- 
The Third Law of Photography:
If you did manage to get any good shots, they will be ruined
when someone inadvertently opens the darkroom door and all of
the dark leaks out.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] sound question

2005-12-27 Thread Michael W. Holdeman
I have a Dell inspiron 8600, with Intel 82801 sound card. Sound works great 
with kde, and actually everything except realplayer and macromedia flash.

This really has me baffled.

Mike
-- 
 
Michael W. Holdeman
Fire Chief
Porter Emergency Services


Powered by Gentoo Linux www.gentoo.org  |
Kernel 2.6.11-ck8   |
Win4Lin 5-1-20 netraverse.com   |
Win4LinPro 6.1.1-03 win4lin.com |
|

-- 
 
Michael W. Holdeman



Powered by Gentoo Linux www.gentoo.org  |
Kernel 2.6.11-ck8   |
Win4Lin 5-1-20 netraverse.com   |
Win4LinPro 6.1.1-03 win4lin.com |
|
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sound question

2005-12-27 Thread Lares Moreau
On Tue, 2005-12-27 at 16:02 -0500, Michael W. Holdeman wrote:
 I have a Dell inspiron 8600, with Intel 82801 sound card. Sound works great 
 with kde, and actually everything except realplayer and macromedia flash.
 
 This really has me baffled.

I think they both need OSS.  Do you have your OSS emulation turned?

-Lares

-- 
Lares Moreau [EMAIL PROTECTED]  | LRU: 400755 http://counter.li.org
lares/irc.freenode.net |
Gentoo x86 Arch Tester |   ::0 Alberta, Canada
Public Key: 0D46BB6E @ subkeys.pgp.net |  Encrypted Mail Preferred
Key fingerprint = 0CA3 E40D F897 7709 3628  C5D4 7D94 483E 0D46 BB6E


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


Re: [gentoo-user] grub,sata,savedefault and error 27

2005-12-27 Thread capsel
2005/12/27, Glenn Enright [EMAIL PROTECTED]:
 On Wednesday 28 December 2005 08:13, capsel wrote:
  2005/12/27, Richard Fish [EMAIL PROTECTED]:
   On 12/27/05, capsel [EMAIL PROTECTED] wrote:
title gentoo
  root (hd0,0)
  kernel /bzImage root=/dev/sdb2
  savedefault fallback

 that last line does nothing in the configuration file. fall back is meant to
 be used as a top level config command with a entry number coresponding to
 your menu entry of choice. eg fallback 2 when your second entry is for
 memcheck or windows, etc. savedefault is meant to be used at the grub command
 line, not in the config file. enter grub and type 'help savedefault' for more
 info.

Have you read info grub ??
fallback should be on top and it is, savedefault fallback can be in
title section and means that I want to save as a default fallback
which in my case is 0.

I think it should be EOT for now... I've checked if savedefault works
from command line of /sbin/grub on different machine (@home) and it
doesn't, but it works in config file.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sound question

2005-12-27 Thread Michael W. Holdeman
On Tuesday 27 December 2005 16:07, Lares Moreau wrote:
 On Tue, 2005-12-27 at 16:02 -0500, Michael W. Holdeman wrote:
  I have a Dell inspiron 8600, with Intel 82801 sound card. Sound works
  great with kde, and actually everything except realplayer and macromedia
  flash.
 
  This really has me baffled.

 I think they both need OSS.  Do you have your OSS emulation turned?

 -Lares
Chacking now, but I almost have always used Alsa and OSS compatibility modules 
when building a kernel.

Mike
-- 
 
Michael W. Holdeman



Powered by Gentoo Linux www.gentoo.org  |
Kernel 2.6.11-ck8   |
Win4Lin 5-1-20 netraverse.com   |
Win4LinPro 6.1.1-03 win4lin.com |
|
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sound question

2005-12-27 Thread Michael W. Holdeman
On Tuesday 27 December 2005 18:41, Bastiaan Visser wrote:
 do you make use of the ALSA subsystem ?
 
Yes

 On Tuesday 27 December 2005 23:02, Michael W. Holdeman wrote:
  I have a Dell inspiron 8600, with Intel 82801 sound card. Sound works
  great with kde, and actually everything except realplayer and macromedia
  flash.
 
  This really has me baffled.
 
  Mike
  --
 
  Michael W. Holdeman
  Fire Chief
  Porter Emergency Services
 
  
  Powered by Gentoo Linux www.gentoo.org  |
  Kernel 2.6.11-ck8   |
  Win4Lin 5-1-20 netraverse.com   |
  Win4LinPro 6.1.1-03 win4lin.com |
  |
 
  --
 
  Michael W. Holdeman
 
 
  
  Powered by Gentoo Linux www.gentoo.org  |
  Kernel 2.6.11-ck8   |
  Win4Lin 5-1-20 netraverse.com   |
  Win4LinPro 6.1.1-03 win4lin.com |
  |

-- 
 
Michael W. Holdeman



Powered by Gentoo Linux www.gentoo.org  |
Kernel 2.6.11-ck8   |
Win4Lin 5-1-20 netraverse.com   |
Win4LinPro 6.1.1-03 win4lin.com |
|
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can't emerge audacity

2005-12-27 Thread Petteri Räty
Michael Sullivan wrote:
 I'm trying to emerge audacity (I think rosegarden needs it), but I keep
 getting this error:
 
 camille ~ # emerge audacity
 Calculating dependencies ...done!
 
emerge (1 of 1) media-sound/audacity-1.2.1 to /
md5 files   ;-) audacity-1.2.1.ebuild
md5 files   ;-) audacity-1.2.2.ebuild
md5 files   ;-) audacity-1.2.3.ebuild
md5 files   ;-) audacity-1.2.3-r1.ebuild
md5 files   ;-) files/digest-audacity-1.2.1
md5 files   ;-) files/audacity.desktop
md5 files   ;-) files/digest-audacity-1.2.2
md5 files   ;-) files/digest-audacity-1.2.3
md5 files   ;-) files/digest-audacity-1.2.3-r1
md5 files   ;-) files/audacity-1.2.3-x86.patch
md5 src_uri ;-) audacity-src-1.2.1.tar.bz2
 
  * Audacity will not build if wxGTK was compiled
  * with unicode support.  If you are using a version of
  * wxGTK = 2.4.2, you must set USE=-gtk2.  In newer versions,
  * you must set USE=-unicode.
 
 !!! ERROR: media-sound/audacity-1.2.1 failed.
 !!! Function pkg_setup, Line 42, Exitcode 0
 !!! wxGTK must be re-emerged without unicode suport
 !!! If you need support, post the topmost build error, NOT this status
 message.
 
 
 wxGTK IS emerged with -unicode.  I don't know why it's giving this
 error...
 

wxGTK--. This is most likely a bug. Search bugs.gentoo.org and report
this if there isn't already a report about this. Search for the bugs
assigned to [EMAIL PROTECTED] at least.

Regards,
Petteri


signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] can't resize firefox window vertically

2005-12-27 Thread maxim wexler
 
 Well, you _have_ to use a window manager, because

I spoke too soon. A look at xinitrc reveals I do have
the default twm.






__ 
Yahoo! for Good - Make a difference this year. 
http://brand.yahoo.com/cybergivingweek2005/
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Can't emerge audacity

2005-12-27 Thread Francesco Talamona
On Tuesday 27 December 2005 23:36, Petteri Räty wrote:
 Michael Sullivan wrote:
  I'm trying to emerge audacity (I think rosegarden needs it), but I
  keep getting this error:
 
  camille ~ # emerge audacity
  Calculating dependencies ...done!
 
 emerge (1 of 1) media-sound/audacity-1.2.1 to /
 md5 files   ;-) audacity-1.2.1.ebuild
 md5 files   ;-) audacity-1.2.2.ebuild
 md5 files   ;-) audacity-1.2.3.ebuild
 md5 files   ;-) audacity-1.2.3-r1.ebuild
 md5 files   ;-) files/digest-audacity-1.2.1
 md5 files   ;-) files/audacity.desktop
 md5 files   ;-) files/digest-audacity-1.2.2
 md5 files   ;-) files/digest-audacity-1.2.3
 md5 files   ;-) files/digest-audacity-1.2.3-r1
 md5 files   ;-) files/audacity-1.2.3-x86.patch
 md5 src_uri ;-) audacity-src-1.2.1.tar.bz2
 
   * Audacity will not build if wxGTK was compiled
   * with unicode support.  If you are using a version of
   * wxGTK = 2.4.2, you must set USE=-gtk2.  In newer versions,
   * you must set USE=-unicode.
 
  !!! ERROR: media-sound/audacity-1.2.1 failed.
  !!! Function pkg_setup, Line 42, Exitcode 0
  !!! wxGTK must be re-emerged without unicode suport
  !!! If you need support, post the topmost build error, NOT this
  status message.
 
 
  wxGTK IS emerged with -unicode.  I don't know why it's giving this
  error...

 wxGTK--. This is most likely a bug. Search bugs.gentoo.org and report
 this if there isn't already a report about this. Search for the bugs
 assigned to [EMAIL PROTECTED] at least.

 Regards,
 Petteri

wxGTK is slotted, 

[23:52] [EMAIL PROTECTED]:~]$ cat /etc/portage/package.use | grep wxGTK -C1
#referrer: http://bugs.gentoo.org/show_bug.cgi?id=109553
=x11-libs/wxGTK-2.4.2-r3-unicode  -gtk2 wxgtk1
=media-sound/audacity-1.2.3-r1  -gtk2

Ciao
Francesco
-- 
Linux Version 2.6.14-gentoo-r5, Compiled #1 PREEMPT Fri Dec 16 06:54:46 
CET 2005
One 1GHz AMD Athlon 64 Processor, 2GB RAM, 2007.21 Bogomips Total
aemaeth
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Can't Re-Emerge lirc After Kernel Upgrade

2005-12-27 Thread Drew Tomlinson
I upgraded from 2.6.13-r5 to 2.6.14-r5 using gentoo-sources.  I'm using 
this machine for MythTV and I noticed lirc was not working after the 
upgrade.  So I tried rebuilding it but lirc 0.7.2 (the same version I 
was using before) fails to build.  I have no idea what's wrong and 
haven't found anything via Google.  Any ideas?


Thanks,

Drew

--- BEGIN Build Failure Output ---.

creating doc/man/Makefile
creating config.h

You will have to use the lirc_i2c kernel module.

Now enter 'make' and 'make install' to compile and install the package.

* Converting lirc-0.7.2/Makefile to use M= instead of SUBDIRS= 
...   [ ok ]

cd .  \
 /bin/sh /var/tmp/portage/lirc-0.7.2/work/lirc-0.7.2/missing --run 
automake --gnu  Makefile
cd .  /bin/sh /var/tmp/portage/lirc-0.7.2/work/lirc-0.7.2/missing 
--run autoheader
autoheader-2.59: WARNING: Using auxiliary files such as `acconfig.h', 
`config.h.bot'
autoheader-2.59: WARNING: and `config.h.top', to define templates for 
`config.h.in'

autoheader-2.59: WARNING: is deprecated and discouraged.
autoheader-2.59:
autoheader-2.59: WARNING: Using the third argument of `AC_DEFINE' and
autoheader-2.59: WARNING: `AC_DEFINE_UNQUOTED' allows to define a 
template without

autoheader-2.59: WARNING: `acconfig.h':
autoheader-2.59:
autoheader-2.59: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader-2.59:[Define if a function `main' is needed.])
autoheader-2.59:
autoheader-2.59: WARNING: More sophisticated templates can also be 
produced, see the

autoheader-2.59: WARNING: documentation.
configure.in:18: warning: do not use m4_patsubst: use patsubst or 
m4_bpatsubst

aclocal.m4:629: AM_CONFIG_HEADER is expanded from...
configure.in:18: the top level
configure.in:1316: warning: do not use m4_regexp: use regexp or m4_bregexp
aclocal.m4:642: _AM_DIRNAME is expanded from...
configure.in:1316: the top level
cd . \
  CONFIG_FILES= CONFIG_HEADERS=config.h \
/bin/sh ./config.status
creating config.h
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/lirc-0.7.2/work/lirc-0.7.2'
Making all in drivers
make[2]: Entering directory 
`/var/tmp/portage/lirc-0.7.2/work/lirc-0.7.2/drivers'

cd ..  \
 /bin/sh /var/tmp/portage/lirc-0.7.2/work/lirc-0.7.2/missing --run 
automake --gnu  drivers/Makefile

cd ..  \
 CONFIG_HEADERS= CONFIG_LINKS= \
 CONFIG_FILES=drivers/Makefile /bin/sh ./config.status
creating drivers/Makefile
make[2]: Leaving directory 
`/var/tmp/portage/lirc-0.7.2/work/lirc-0.7.2/drivers'
make[2]: Entering directory 
`/var/tmp/portage/lirc-0.7.2/work/lirc-0.7.2/drivers'

Making all in lirc_dev
make[3]: Entering directory 
`/var/tmp/portage/lirc-0.7.2/work/lirc-0.7.2/drivers/lirc_dev'

cd ../..  \
 /bin/sh /var/tmp/portage/lirc-0.7.2/work/lirc-0.7.2/missing --run 
automake --gnu  drivers/lirc_dev/Makefile

cd ../..  \
 CONFIG_HEADERS= CONFIG_LINKS= \
 CONFIG_FILES=drivers/lirc_dev/Makefile /bin/sh ./config.status
creating drivers/lirc_dev/Makefile
make[3]: Leaving directory 
`/var/tmp/portage/lirc-0.7.2/work/lirc-0.7.2/drivers/lirc_dev'
make[3]: Entering directory 
`/var/tmp/portage/lirc-0.7.2/work/lirc-0.7.2/drivers/lirc_dev'

mv Makefile Makefile.automake
cp ../Makefile.kernel Makefile
make -C /lib/modules/2.6.14-gentoo-r5/build/ 
SUBDIRS=/var/tmp/portage/lirc-0.7.2/work/lirc-0.7.2/drivers/lirc_dev 
modules \

   KBUILD_VERBOSE=1
make[4]: Entering directory `/usr/src/linux-2.6.14-gentoo-r5'
mkdir -p 
/var/tmp/portage/lirc-0.7.2/work/lirc-0.7.2/drivers/lirc_dev/.tmp_versions


 WARNING: Symbol version dump 
/usr/src/linux-2.6.14-gentoo-r5/Module.symvers

  is missing; modules will have no dependencies and modversions.

make -f scripts/Makefile.build 
obj=/var/tmp/portage/lirc-0.7.2/work/lirc-0.7.2/drivers/lirc_dev
 gcc -m32 
-Wp,-MD,/var/tmp/portage/lirc-0.7.2/work/lirc-0.7.2/drivers/lirc_dev/.lirc_dev.o.d  
-nostdinc -isystem /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/include 
-D__KERNEL__ -Iinclude  -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs 
-fno-strict-aliasing -fno-common -ffreestanding -O2 
-fomit-frame-pointer -pipe -msoft-float -mpreferred-stack-boundary=2  
-march=i586 -Iinclude/asm-i386/mach-default   -DIRCTL_DEV_MAJOR=61 
-DEXPORT_SYMTAB -DHAVE_CONFIG_H -I. -I. -I../.. -I 
/var/tmp/portage/lirc-0.7.2/work/lirc-0.7.2/drivers/lirc_dev/../.. -I 
/lib/modules/2.6.14-gentoo-r5/build//include/  -DMODULE 
-DKBUILD_BASENAME=lirc_dev -DKBUILD_MODNAME=lirc_dev -c -o 
/var/tmp/portage/lirc-0.7.2/work/lirc-0.7.2/drivers/lirc_dev/.tmp_lirc_dev.o 
/var/tmp/portage/lirc-0.7.2/work/lirc-0.7.2/drivers/lirc_dev/lirc_dev.c

/bin/sh: scripts/genksyms/genksyms: No such file or directory
make[5]: *** 
[/var/tmp/portage/lirc-0.7.2/work/lirc-0.7.2/drivers/lirc_dev/lirc_dev.o] 
Error 1
make[4]: *** 
[_module_/var/tmp/portage/lirc-0.7.2/work/lirc-0.7.2/drivers/lirc_dev] 
Error 2

make[4]: Leaving directory `/usr/src/linux-2.6.14-gentoo-r5'
make[3]: *** [lirc_dev.o] Error 2
make[3]: Leaving directory 

Re: [gentoo-user] sound question (solved)

2005-12-27 Thread Michael W. Holdeman
On Tuesday 27 December 2005 16:02, Michael W. Holdeman wrote:
 I have a Dell inspiron 8600, with Intel 82801 sound card. Sound works great
 with kde, and actually everything except realplayer and macromedia flash.

 This really has me baffled.

 Mike

Seems the alsa driver and alsa utils did not compile properly on my fresh 
install and I did not catch it...

Thanks for the help guys.

Mike

 Michael W. Holdeman
 Fire Chief
 Porter Emergency Services

 
 Powered by Gentoo Linux www.gentoo.org  |
 Kernel 2.6.11-ck8   |
 Win4Lin 5-1-20 netraverse.com   |
 Win4LinPro 6.1.1-03 win4lin.com |
 |

 --

 Michael W. Holdeman


 
 Powered by Gentoo Linux www.gentoo.org  |
 Kernel 2.6.11-ck8   |
 Win4Lin 5-1-20 netraverse.com   |
 Win4LinPro 6.1.1-03 win4lin.com |
 |

-- 
 
Michael W. Holdeman



Powered by Gentoo Linux www.gentoo.org  |
Kernel 2.6.11-ck8   |
Win4Lin 5-1-20 netraverse.com   |
Win4LinPro 6.1.1-03 win4lin.com |
|
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] ssh and tar combined?

2005-12-27 Thread Mick
Hi All,

One day I hope to learn how to use ssh and the associated commands.  So far
I have been struggling just to copy a file from one box (192.168.0.3) to
another (192.168.0.2).  This is what I get, but and since I can't find the
'copied' file . . . I suspect it fails. I don't understand why:
==
# ssh [EMAIL PROTECTED]
Password: 
[EMAIL PROTECTED] scp -pv [EMAIL PROTECTED]:/mnt/sda14/sda10_home.tar . 
Executing: program /usr/bin/ssh host 192.168.0.3, user root, command scp -v
-p -
  
f /mnt/sda14/sda10_home.tar
OpenSSH_3.8.1p1 Debian-8.sarge.4, OpenSSL 0.9.7e 25 Oct 2004
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: /etc/ssh/ssh_config line 33: Deprecated option
RhostsAuthentication
debug1: /etc/ssh/ssh_config line 37: Deprecated option FallBackToRsh
debug1: /etc/ssh/ssh_config line 38: Deprecated option UseRsh
debug1: Connecting to 192.168.0.3 [192.168.0.3] port 22.
debug1: Connection established.
debug1: read PEM private key done: type DSA
debug1: read PEM private key done: type RSA
debug1: identity file /root/.ssh/identity type -1
debug1: identity file /root/.ssh/id_rsa type -1
debug1: identity file /root/.ssh/id_dsa type -1
debug1: Remote protocol version 1.99, remote software version
OpenSSH_3.8.1p1 De  

bian-8.sarge.4
debug1: match: OpenSSH_3.8.1p1 Debian-8.sarge.4 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.8.1p1 Debian-8.sarge.4
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server-client aes128-cbc hmac-md5 none
debug1: kex: client-server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(102410248192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host '192.168.0.3' is known and matches the RSA host key.
debug1: Found key in /root/.ssh/known_hosts:1
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue:
publickey,password,keyboard-interacti   
   
ve
debug1: Next authentication method: publickey
debug1: Trying private key: /root/.ssh/identity
debug1: Trying private key: /root/.ssh/id_rsa
debug1: Trying private key: /root/.ssh/id_dsa
debug1: Next authentication method: keyboard-interactive
Password: 
debug1: Authentication succeeded (keyboard-interactive).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: Sending command: scp -v -p -f /mnt/sda14/sda10_home.tar
Sending file modes: C0644 536002560 sda10_home.tar
sda10_home.tar100%  511MB  24.3MB/s   00:21
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: free: client-session, nchannels 1
debug1: fd 0 clearing O_NONBLOCK
debug1: fd 1 clearing O_NONBLOCK
debug1: Transferred: stdin 0, stdout 0, stderr 0 bytes in 21.5 seconds
debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 0.0
debug1: Exit status 0
[EMAIL PROTECTED] exit
logout
Connection to 192.168.0.3 closed.
=

Ideally I would like to connect and tar | scp the directories/files from one
box to another in a single motion.  Any advice to help me understand how to
make this work, or why the above attempt fails would be much appreciated.
-- 
Regards,
Mick

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ssh and tar combined?

2005-12-27 Thread Lares Moreau
On Tue, 2005-12-27 at 23:53 +, Mick wrote:
 Hi All,
 
 One day I hope to learn how to use ssh and the associated commands.  So far
 I have been struggling just to copy a file from one box (192.168.0.3) to
 another (192.168.0.2).  This is what I get, but and since I can't find the
 'copied' file . . . I suspect it fails. I don't understand why:
 ==
 # ssh [EMAIL PROTECTED]
 Password: 
 [EMAIL PROTECTED] scp -pv [EMAIL PROTECTED]:/mnt/sda14/sda10_home.tar .   
   
--CUT---
 
 Ideally I would like to connect and tar | scp the directories/files from one
 box to another in a single motion.  Any advice to help me understand how to
 make this work, or why the above attempt fails would be much appreciated.
 -- 
 Regards,
 Mick
 

scp is used in the same manner you use cp. It seems that you have ssh'd
into your other box then are trying to scp to yourself.

try this.
comp1# scp root@comp2:/path/to/file.tar /path/to/local/
this will cp from comp2 to comp1 :)

-Lares


Lares Moreau [EMAIL PROTECTED]  | LRU: 400755 http://counter.li.org
lares/irc.freenode.net |
Gentoo x86 Arch Tester |   ::0 Alberta, Canada
Public Key: 0D46BB6E @ subkeys.pgp.net |  Encrypted Mail Preferred
Key fingerprint = 0CA3 E40D F897 7709 3628  C5D4 7D94 483E 0D46 BB6E


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


Re: [gentoo-user] world problems

2005-12-27 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Bob Sanders wrote:
 Don't think so.  And don't run - emaint -f world.  It'll remove it and
 any updates won't occur.  Here's my list of what it want to take
 out of the world file - 
 
 'app-emulation/crossover-office-bin' has no ebuilds available
 'games-fps/unreal-tournament-bonuspacks' has no ebuilds available
 'media-libs/epeg' has no ebuilds available
 'media-fonts/acroread-asianfonts' has no ebuilds available
 'sci-astronomy/setiathome' has no ebuilds available
 'media-tv/xawdecode' has no ebuilds available
 'games-fps/unreal-tournament-goty' has no ebuilds available
 
 I suspect a bug, but haven't gotten to the bug list to see if it's been
 filed or not.

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

That's with portage-2.0.53, right?

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

iD8DBQFDse/Q/ejvha5XGaMRAmQ+AJ9rxnz5GB5d58FWgsxyQT8um6oUGwCfbzB7
CWyQ2Gz4yd8pfZeSthDOyT8=
=fypx
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ssh and tar combined?

2005-12-27 Thread Ow Mun Heng
On Tue, 2005-12-27 at 23:53 +, Mick wrote:

 
 Ideally I would like to connect and tar | scp the directories/files from one
 box to another in a single motion.  Any advice to help me understand how to
 make this work, or why the above attempt fails would be much appreciated.


Locallly :

tar lcf - . | (cd /other/area/store; tar -xpvf - )
tar lcf - /path/to/file | (cd /other/area/store; tar -xpvf - )

To specify directories or files to exclude, we can use the option --
exclude

tar --exclude File1 --exclude Dir1 -lcf - . | ( cd /other/area; tar
-xvpf - )

via SSH remotely :

tar -czf - /directory/to/copy | ssh systemB tar -xzvf - -C /tmp

How's that?? Bear in mind that SSH will use some overhead due to
encryption. (you can change the cipher to blowfish if you want/is not
that paranoid :-)




-- 
Ow Mun Heng
Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM
98% Microsoft(tm) Free!! 
Neuromancer 10:27:28 up 1 day, 1:09, 6 users, load average: 0.73, 0.83,
1.09 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Can't emerge audacity

2005-12-27 Thread Ow Mun Heng
On Tue, 2005-12-27 at 23:54 +0100, Francesco Talamona wrote:
 On Tuesday 27 December 2005 23:36, Petteri Räty wrote:
  Michael Sullivan wrote:
   I'm trying to emerge audacity (I think rosegarden needs it), but I
   keep getting this error:
  
   camille ~ # emerge audacity
   Calculating dependencies ...done!
  
  emerge (1 of 1) media-sound/audacity-1.2.1 to /
  md5 files   ;-) audacity-1.2.1.ebuild
  md5 files   ;-) audacity-1.2.2.ebuild
  md5 files   ;-) audacity-1.2.3.ebuild
  md5 files   ;-) audacity-1.2.3-r1.ebuild
  md5 files   ;-) files/digest-audacity-1.2.1
  md5 files   ;-) files/audacity.desktop
  md5 files   ;-) files/digest-audacity-1.2.2
  md5 files   ;-) files/digest-audacity-1.2.3
  md5 files   ;-) files/digest-audacity-1.2.3-r1
  md5 files   ;-) files/audacity-1.2.3-x86.patch
  md5 src_uri ;-) audacity-src-1.2.1.tar.bz2
  
* Audacity will not build if wxGTK was compiled
* with unicode support.  If you are using a version of
* wxGTK = 2.4.2, you must set USE=-gtk2.  In newer versions,
* you must set USE=-unicode.
  
   !!! ERROR: media-sound/audacity-1.2.1 failed.
   !!! Function pkg_setup, Line 42, Exitcode 0
   !!! wxGTK must be re-emerged without unicode suport
   !!! If you need support, post the topmost build error, NOT this
   status message.
  
  
   wxGTK IS emerged with -unicode.  I don't know why it's giving this
   error...
 
  wxGTK--. This is most likely a bug. Search bugs.gentoo.org and report
  this if there isn't already a report about this. Search for the bugs
  assigned to [EMAIL PROTECTED] at least.
 
  Regards,
  Petteri
 
 wxGTK is slotted, 
 
 [23:52] [EMAIL PROTECTED]:~]$ cat /etc/portage/package.use | grep wxGTK -C1
 #referrer: http://bugs.gentoo.org/show_bug.cgi?id=109553
 =x11-libs/wxGTK-2.4.2-r3-unicode  -gtk2 wxgtk1
 =media-sound/audacity-1.2.3-r1  -gtk2

Yeah.. I was stumped there for a while as well until I ran etcat
versions wxgtk and found out.



-- 
Ow Mun Heng
Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM
98% Microsoft(tm) Free!! 
Neuromancer 10:30:15 up 1 day, 1:12, 5 users, load average: 0.66, 0.87,
1.07 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] world problems

2005-12-27 Thread Bob Sanders
On Tue, 27 Dec 2005 17:52:16 -0800
Zac Medico [EMAIL PROTECTED] wrote:


 http://bugs.gentoo.org/show_bug.cgi?id=115593
 
 That's with portage-2.0.53, right?
 
 Zac

Yes, that's it.  From the bug, it seems the problems are in the ebuilds.  
However, the
updated portage's solution is to remove them from the world file.  Thus a loop
gets created -

emaint --fix world removes the packages)
regenworld adds the packages back in.
emerge -uDNav world generatea the error -
Problems have been detected with your world file
Please run emaint --check world

While there are problems, though I'm not sure what exactly they are, the new
portage notes them.  Then puts itself in a, slow, loop with some hope someone
else knows how to fix the problems.

The problem portage thinks that exists seems to be with some allowed keywords 
and
masked packages, not as it reports - no ebuilds available.  Though, it could be 
technically
argued that using x86, ~x86, and -* in /usr/etc/portage.keywords, on my 
system
is incorrect.  It is somewhat misleading to say - no ebuilds available, 
implying that no 
ebuilds with the arch keyword of the running system is available.

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



Re: [gentoo-user] world problems

2005-12-27 Thread Rumen Yotov
On (27/12/05 21:51), Bob Sanders wrote:
 On Tue, 27 Dec 2005 17:52:16 -0800
 Zac Medico [EMAIL PROTECTED] wrote:
 
 
  http://bugs.gentoo.org/show_bug.cgi?id=115593
  
  That's with portage-2.0.53, right?
  
  Zac
 
 Yes, that's it.  From the bug, it seems the problems are in the ebuilds.  
 However, the
 updated portage's solution is to remove them from the world file.  Thus a loop
 gets created -
 
   emaint --fix world removes the packages)
   regenworld adds the packages back in.
   emerge -uDNav world generatea the error -
   Problems have been detected with your world file
   Please run emaint --check world
 
 While there are problems, though I'm not sure what exactly they are, the new
 portage notes them.  Then puts itself in a, slow, loop with some hope someone
 else knows how to fix the problems.
 
 The problem portage thinks that exists seems to be with some allowed keywords 
 and
 masked packages, not as it reports - no ebuilds available.  Though, it could 
 be technically
 argued that using x86, ~x86, and -* in /usr/etc/portage.keywords, on my 
 system
 is incorrect.  It is somewhat misleading to say - no ebuilds available, 
 implying that no 
 ebuilds with the arch keyword of the running system is available.
 
 Bob
 -  
 -- 
 gentoo-user@gentoo.org mailing list
 
Hi,
Same problem here, nothing usefull in Bug-115593 (at least for me).
Latest portage-2.1-pre2. All ~x86 system.
Rumen


pgpajxCp5FBtY.pgp
Description: PGP signature


Re: [gentoo-user] world problems

2005-12-27 Thread W.Kenworthy
Thats the world file, is there an equivalent for system?

bunyip ~ # emerge -ep system

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

Calculating system dependencies  ...done!
bunyip ~ #

As you see, I have a couple of systems with a blank system target.

BillK



On Wed, 2005-12-28 at 08:20 +, Rumen Yotov wrote:
 On (27/12/05 21:51), Bob Sanders wrote:
  On Tue, 27 Dec 2005 17:52:16 -0800
  Zac Medico [EMAIL PROTECTED] wrote:
  
  
   http://bugs.gentoo.org/show_bug.cgi?id=115593
   
   That's with portage-2.0.53, right?
   
   Zac
  
  Yes, that's it.  From the bug, it seems the problems are in the ebuilds.  
  However, the
  updated portage's solution is to remove them from the world file.  Thus a 
  loop
  gets created -
  
  emaint --fix world removes the packages)
  regenworld adds the packages back in.
  emerge -uDNav world generatea the error -
  Problems have been detected with your world file
  Please run emaint --check world
  
  While there are problems, though I'm not sure what exactly they are, the new
  portage notes them.  Then puts itself in a, slow, loop with some hope 
  someone
  else knows how to fix the problems.
  
  The problem portage thinks that exists seems to be with some allowed 
  keywords and
  masked packages, not as it reports - no ebuilds available.  Though, it 
  could be technically
  argued that using x86, ~x86, and -* in /usr/etc/portage.keywords, on 
  my system
  is incorrect.  It is somewhat misleading to say - no ebuilds available, 
  implying that no 
  ebuilds with the arch keyword of the running system is available.
  
  Bob
  -  
  -- 
  gentoo-user@gentoo.org mailing list
  
 Hi,
 Same problem here, nothing usefull in Bug-115593 (at least for me).
 Latest portage-2.1-pre2. All ~x86 system.
 Rumen
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: ssh and tar combined?

2005-12-27 Thread Mick
Ow Mun Heng wrote:

 
 Locallly :
 
 tar lcf - . | (cd /other/area/store; tar -xpvf - )
 tar lcf - /path/to/file | (cd /other/area/store; tar -xpvf - )

Thanks, I've used that in the past but I could only get it to work in the
same (local) computer.

 
 via SSH remotely :
 
 tar -czf - /directory/to/copy | ssh systemB tar -xzvf - -C /tmp

If local box is 192.168.0.2 and remote box is 192.168.0.3 what should the
above paths look like?
  
 
 How's that?? Bear in mind that SSH will use some overhead due to
 encryption. (you can change the cipher to blowfish if you want/is not
 that paranoid :-)

How do I change the encryption to blowfish?
-- 
Regards,
Mick

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: ssh and tar combined?

2005-12-27 Thread Mick
Lares Moreau wrote:

 scp is used in the same manner you use cp. It seems that you have ssh'd
 into your other box then are trying to scp to yourself.

Hmm, I tried just scp (without first ssh-ing into the remote box) but
couldn't get it to work.

 try this.
 comp1# scp root@comp2:/path/to/file.tar /path/to/local/
 this will cp from comp2 to comp1 :)

Wey, hey!  It worked this time!!  :-D

Thank you very much!
-- 
Regards,
Mick

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: ssh and tar combined?

2005-12-27 Thread Mick
Mick wrote:

 Lares Moreau wrote:
 
 scp is used in the same manner you use cp. It seems that you have ssh'd
 into your other box then are trying to scp to yourself.
 
 Hmm, I tried just scp (without first ssh-ing into the remote box) but
 couldn't get it to work.
 
 try this.
 comp1# scp root@comp2:/path/to/file.tar /path/to/local/
 this will cp from comp2 to comp1 :)
 
 Wey, hey!  It worked this time!!  :-D
 
 Thank you very much!

Blast, spoke too soon.  When I tried to scp over the tar of the /var/tmp
partition it failed:
===
debug1: Sending command: scp -v -p -f /mnt/sda14/sda5_var.tmp
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
Sink: scp: /mnt/sda14/sda5_var.tmp: not a regular file
scp: /mnt/sda14/sda5_var.tmp: not a regular file
debug1: channel 0: free: client-session, nchannels 1
debug1: fd 0 clearing O_NONBLOCK
debug1: fd 1 clearing O_NONBLOCK
debug1: Transferred: stdin 0, stdout 0, stderr 0 bytes in 3.1 seconds
debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 0.0
debug1: Exit status 1
===

What does not a regular file mean? :=@
-- 
Regards,
Mick

-- 
gentoo-user@gentoo.org mailing list