[gentoo-user] utf-8 puzzling behavior with cygwin xterms

2007-12-21 Thread de Almeida, Valmor F.

Hello,

I am experiencing a weird behavior of utf-8 when g++ sends compilation
info to the screen. 

In one case (the "remote" case) I use a cygwin x-term to issue a ssh to
connect to the target machine B, but I must connect to a firewall
machine A first. Therefore I typically use a single command

ssh -X -t [EMAIL PROTECTED] ssh -X [EMAIL PROTECTED]

In this case, all g++ messages to the screen come out correctly. The
non-ascii characters are typically curved quotes.

In a second case I am local and do not need to login to the firewall
machine so I do

ssh -X [EMAIL PROTECTED]

Here the g++ messages to the screen come out wrong. Anything that is in
between curved quotes does not show up including the quotes. This has
the disruptive effect of making all compiler error messages useless
since the symbols between quotes are not visible and I can't tell what
the compiler is complaining about. All I see is the character *a* with a
circumflex accent on top of it.

I always thought the problem was the cygwin x-term not being able to
handle utf-8 but now I know this is not the problem since the remote
case works fine. 

The puzzling thing is that if I am local but I do a remote login, I have
problems with non-ascii characters. However if I am non-local and I do
(need to) a remote login, everything is fine.

Sorry for the long description of the problem. Any insight appreciated.

Thanks,

--
Valmor


My locale is:

LANG=
LC_CTYPE="en_US.utf8"
LC_NUMERIC="en_US.utf8"
LC_TIME="en_US.utf8"
LC_COLLATE="en_US.utf8"
LC_MONETARY="en_US.utf8"
LC_MESSAGES="en_US.utf8"
LC_PAPER="en_US.utf8"
LC_NAME="en_US.utf8"
LC_ADDRESS="en_US.utf8"
LC_TELEPHONE="en_US.utf8"
LC_MEASUREMENT="en_US.utf8"
LC_IDENTIFICATION="en_US.utf8"
LC_ALL=en_US.utf8


->emerge --info
Portage 2.1.3.19 (default-linux/x86/2007.0, gcc-4.1.2, glibc-2.6.1-r0,
2.6.22.9 i686)
=
System uname: 2.6.22.9 i686 Intel(R) Xeon(TM) CPU 2.66GHz
Timestamp of tree: Sat, 17 Nov 2007 04:30:01 +
app-shells/bash: 3.2_p17
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python: 2.4.4-r6
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.9-r2
sys-apps/sandbox:1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.22-r2


--
[EMAIL PROTECTED] mailing list



[gentoo-user] gdbm fatal: write error

2008-01-20 Thread de Almeida, Valmor F.

Hello,

I am using Python's shelve module to create a large database. As soon as
the data base file crosses the 2.1 GB mark, I get the error:

gdbm fatal: write error

Any insight appreciated.

Thanks,

--
Valmor


Portage 2.1.3.19 (default-linux/x86/2007.0, gcc-4.1.2, glibc-2.6.1-r0,
2.6.22.9 i686)
=
System uname: 2.6.22.9 i686 Intel(R) Xeon(TM) CPU 2.60GHz
Timestamp of tree: Sat, 17 Nov 2007 04:30:01 +
app-shells/bash: 3.2_p17
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python: 2.4.4-r6
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.9-r2
sys-apps/sandbox:1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.6.3, 1.7.9-r1, 1.9.6-r2, 1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.22-r2
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium4 -pipe"
--
gentoo-user@lists.gentoo.org mailing list



RE: [gentoo-user] gdbm fatal: write error

2008-01-20 Thread de Almeida, Valmor F.
> -Original Message-
> From: de Almeida, Valmor F. [mailto:[EMAIL PROTECTED]
> Sent: Sunday, January 20, 2008 2:19 PM
> To: gentoo-user@lists.gentoo.org

...snip...

> the data base file crosses the 2.1 GB mark, I get the error:

It looks like GDBM files have a 2GB limit. Does anyone know whether this
can be changed?

Thanks,

--
Valmor
--
gentoo-user@lists.gentoo.org mailing list



RE: [gentoo-user] No kernel boot after inserting more ram

2008-01-20 Thread de Almeida, Valmor F.
> -Original Message-
> From: José Pedro Saraiva [mailto:[EMAIL PROTECTED]
> Sent: Sunday, January 20, 2008 4:48 PM
> To: gentoo-user@lists.gentoo.org

...snip...

>   - Booted with both memories on windows successfully

...snip...

This is surprising.

Have you tried to boot from a liveCD with both memory modules inserted?

--
Valmor
--
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] building with off_t set as long long

2008-01-21 Thread de Almeida, Valmor F.

Hello,

Would anyone know whether it is possible to emerge a package setting
off_t as long long?

The particular case is the library gdbm. The default emerge sets off_t
to 4 bytes therefore file sizes can only be about 2GB. Setting off_t to
8 bytes would remove this constraint.

Thanks,

--
Valmor
--
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] 2008.0_beta2: no make.defaults in 2008.0 profile ?

2008-05-01 Thread de Almeida, Valmor F.


Hi,

I just gave 2008.0_beta2 Minimal a try and there is no make.defaults
file in the profile directory

/etc/make.profile -> ../usr/portage/profiles/default/linux/x86/2008.0

However there is a make.defaults file inside
/usr/portage/profiles/default/linux

Is this how it should be?

Thanks,

--
Valmor de Almeida
--
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] origin of kernel module: scsi_wait_scan.mod ??

2008-05-01 Thread de Almeida, Valmor F.

Hello,

I am compiling a vanilla-sources 2.6.24.4 kernel (2008.0_beta2 minimal
install) and no matter what I do to disable scsi support I end up with a
scsi module (scsi_wait_scan.mod) after compilation. When looking at the
.config file I see

CONFIG_SCSI=y
CONFIG_SCSI_DMA=y

CONFIG_SCSI_WAIT_SCAN=m

CONFIG_SCSI_SPI_ATTRS=y

All of these should not be set because I did not enable them in
menuconfig. Something else is setting those. Would someone know what? I
turned off usb support completely in menuconfig. I don't need usb
support anyway since this is a virtualbox guest OS install.

Thank you for you help,

--
Valmor de Almeida

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



[gentoo-user] emerge-webrsync

2009-02-20 Thread de Almeida, Valmor F.

Hello,

After using emerge-webrsync I got


> Updating Portage cache:  100%

 *** Completed websync, please now perform a normal rsync if possible.
 Update is current as of the of MMDD: 20090219

I am not sure what the message means "perform a normal rsync if
possible." I used emerge-webrsync because emerge --sync does not work.
Do I still have to do anything else to update the portage tree? Also, I
did not get the typical message warning about a new portage version
(after emerge-webrsync finished) but I did   emerge --oneshot portage
anyway and got a new portage. Is this supposed to behave this way?

Thanks,

--
Valmor





[gentoo-user] ERROR: net-misc/iputils-20070202 failed

2007-11-10 Thread de Almeida, Valmor F.

Hello list,

This is happening when emerging iputils with +doc USE. If I remove doc
from the USE flags list, then it does emerge completely.

Any thoughts?

Thanks,

--
Valmor de Almeida



jade:/usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/../common/../co
mmon/dbl1sr.dsl:2:66:W: cannot generate system identifier for public
text "ISO 8879:1986//ENTITIES Added Latin 2//EN"
jade:/usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/../common/../co
mmon/dbl1sr.dsl:3:5:E: reference to entity "lat2" for which no system
identifier could be generated
jade:/usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/../common/../co
mmon/dbl1sr.dsl:2:0: entity was defined here
make[1]: *** [arping.html] Error 8
make[1]: Leaving directory
`/var/tmp/portage/net-misc/iputils-20070202/work/iputils-s20070202/doc'
make: *** [html] Error 2
 * 
 * ERROR: net-misc/iputils-20070202 failed.
 * Call stack:
 * ebuild.sh, line 1701:  Called dyn_compile
 * ebuild.sh, line 1039:  Called qa_call 'src_compile'
 * ebuild.sh, line   44:  Called src_compile
 *   iputils-20070202.ebuild, line   49:  Called die
 * The specific snippet of code:
 *  emake -j1 html man || die
 *  The die message:
 *   (no error message)
 * 
 * If you need support, post the topmost build error, and the call stack
if relevant.
 * A complete build log is located at
'/var/log/portage/net-misc:iputils-20070202:20071110-201009.log'.
--
[EMAIL PROTECTED] mailing list



[gentoo-user] glibc unmerged by accident

2007-11-12 Thread de Almeida, Valmor F.

Hello,

After a successful upgrade from profile 2006.1 to 2007.0, I decided to
unmerge some unused packages from world and accidentally had glibc on
the emerge command line from a cut and paste operation.

glibc was unmerged and now I can't use common shell commands such as ls
or cp to list and copy files from a backup.

I am thinking that to fix this I will have to boot from a cd and emerge
glibc. 

Is there another way to do this?

Thanks,

--
Valmor
--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] glibc unmerged by accident

2007-11-13 Thread de Almeida, Valmor F.
> From: Graham Murray [mailto:[EMAIL PROTECTED]
> 
> If you have a binary glibc package, then you could untar it into
> /mnt/gentoo while booted from the CD. Otherwise I suspect that you
will

I think I can do that. I have other machines I can build a binary glibc
package on. Then once I boot from a live cd I should be able to copy to
the machine I messed up.

Thanks,

--
Valmor
--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] glibc unmerged by accident

2007-11-13 Thread de Almeida, Valmor F.
> From: Neil Bothwick [mailto:[EMAIL PROTECTED]
> 
> Incidentally, how did you miss the big red warning that emerge gives
when
> you try to unmerge a system package?
> 

I was unlucky and stupid for using cut and paste commands while
distracted looking at another screen. I didn't look back until the
unmerge countdown period was over.

Thanks for all the comments and ideas.

--
Valmor

--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] glibc unmerged by accident (solved)

2007-11-16 Thread de Almeida, Valmor F.
> -Original Message-
> From: Graham Murray [mailto:[EMAIL PROTECTED]
> 
> I do not think it will be that simple. The problem is that once you
> chroot to /mnt/gentoo all subsequent commands (including emerge and
gcc)
> will be looking for /lib/libc.so.6 and /lib/ld-linux.so.2 neither of
> which will be present following an unmerge of glibc.

This is true. After booting from a CD, 

   chroot /mnt/gentoo /bin/bash 

does not work.
 
> If you have a binary glibc package, then you could untar it into
> /mnt/gentoo while booted from the CD. Otherwise I suspect that you
will
> either have to find a binary glibc package on the internet or rebuild
> your system from a stage3 tarball in the usual way.

Indeed the solution was to build glibc-2.6.1.tbz2 with quickpkg on
another machine (luckily I had one) and scp into the damaged machine
when booted from the CD. Then copying all the files into their
respective places inside /mnt/gentoo/...
Also need to check symbolic links etc. Not a pleasant work.

Then chroot /mnt/gentoo /bin/bash finally works. After that, an emerge
of glibc solves the problem.

Thanks for the inputs.

--
Valmor


--
[EMAIL PROTECTED] mailing list



[gentoo-user] dev-libs/apr-0.9.12 pulled back by revdep-rebuild

2007-11-16 Thread de Almeida, Valmor F.

Hello,

How do I find out why apr-0.9.12 and apr-util-0.9.12 are pulled back
when using revdep-rebuild? What I have currently is:

---
->emerge --search apr
Searching...   
[ Results for search key : apr ]
[ Applications found : 10 ]
 
*  dev-libs/apr
  Latest version available: 1.2.11
  Latest version installed: 1.2.11
  Size of files: 1,087 kB
  Homepage:  http://apr.apache.org/
  Description:   Apache Portable Runtime Library
  License:   Apache-2.0

*  dev-libs/apr-util
  Latest version available: 1.2.10
  Latest version installed: 1.2.10
  Size of files: 1,774 kB
  Homepage:  http://apr.apache.org/
  Description:   Apache Portable Runtime Library
  License:   Apache-2.0
--


Here is the result from revdep-rebuild.


--
->revdep-rebuild --pretend --verbose
Configuring search environment for revdep-rebuild

Checking reverse dependencies...

Packages containing binaries and libraries broken by a package update
will be emerged.

... snip

All prepared. Starting rebuild...
emerge --oneshot --pretend --verbose =dev-libs/apr-util-0.9.12 

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  NS   ] dev-libs/apr-0.9.12  USE="-ipv6 -urandom" 0 kB 
[ebuild  NS   ] dev-libs/apr-util-0.9.12  USE="berkdb gdbm -ldap" 0 kB 

Total: 2 packages (2 in new slots), Size of downloads: 0 kB
Now you can remove -p (or --pretend) from arguments and re-run
revdep-rebuild.



And the problem of letting this go is (apr-util-0.9.12 does not emerge):


-
>>> Unpacking source...
>>> Unpacking apr-util-0.9.12.tar.gz to
/var/tmp/portage/dev-libs/apr-util-0.9.12/work
 ^[[32;01m*^[[0m Applying apr-util-0.9.12-linking.patch ...

snip

checking for gdbm.h... yes
checking for gdbm_open in -lgdbm... yes
configure: error: Berkeley DB not found.

!!! Please attach the following file when filing a report to
bugs.gentoo.org:
!!!
/var/tmp/portage/dev-libs/apr-util-0.9.12/work/apr-util-0.9.12/config.lo
g
 ^[[31;01m*^[[0m
 ^[[31;01m*^[[0m ERROR: dev-libs/apr-util-0.9.12 failed.
 ^[[31;01m*^[[0m Call stack:
 ^[[31;01m*^[[0mebuild.sh, line 1701:  Called
dyn_compile
 ^[[31;01m*^[[0mebuild.sh, line 1039:  Called qa_call
'src_compile'
 ^[[31;01m*^[[0mebuild.sh, line   44:  Called
src_compile
 ^[[31;01m*^[[0m   apr-util-0.9.12.ebuild, line   49:  Called econf
'--datadir=/usr/share/apr-util-0' '--with-apr=/usr' '--with-expat=/usr'
'--with-gdbm' '--with-dbm=db45'
'--with-berkeley-db=/usr/include/db4.5:/usr/lib'
 ^[[31;01m*^[[0mebuild.sh, line  638:  Called die
 ^[[31;01m*^[[0m The specific snippet of code:
 ^[[31;01m*^[[0mdie "econf failed"
 ^[[31;01m*^[[0m  The die message:
 ^[[31;01m*^[[0m   econf failed
 ^[[31;01m*^[[0m
 ^[[31;01m*^[[0m If you need support, post the topmost build error, and
the call stack if relevant.
 ^[[31;01m*^[[0m A complete build log is located at
'/var/log/portage/dev-libs:apr-util-0.9.12:20071117-031742.log'.
 ^[[31;01m*^[[0m


---

Thanks in advance for any inputs.

--
Valmor de Almeida
--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] glibc unmerged by accident (solved)

2007-11-18 Thread de Almeida, Valmor F.
> -Original Message-
> From: Neil Bothwick [mailto:[EMAIL PROTECTED]
> 
> What's wrong with "tar xf glibc-2.6.1.tbz2 -C /mnt/gentoo"? It's
worked
> for me in the past when I "upgraded" to a broken glibc.
> 

I was not sure what would happen with other files in some of the
existing directories. Just fear of messing things up even more.

Thanks,

--
Valmor
--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] dev-libs/apr-0.9.12 pulled back by revdep-rebuild

2007-11-18 Thread de Almeida, Valmor F.
> -Original Message-
> From: Neil Bothwick [mailto:[EMAIL PROTECTED]
>
> It looks like you still have the temporary files from a previous
> revdep-rebuild run, so you don't get to see the list of broken
packages.
> Add --ignore to the command.
> 

Indeed there were some left over files and the ignore option fixed it.

Thanks,

--
Valmor
--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] dev-libs/apr-0.9.12 pulled back by revdep-rebuild

2007-11-18 Thread de Almeida, Valmor F.
> -Original Message-
> From: Bo Ørsted Andresen [mailto:[EMAIL PROTECTED]
> 
> This could be bug #189720 which would mean you need to manually remerge
> slot 1
> of apr and apr-util.
> 
> [1] https://bugs.gentoo.org/show_bug.cgi?id=189720

It was actually left over files from a previous revdep-rebuild run. The 
--ignore flag fixed it.

Thanks,

--
Valmor

--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] glibc unmerged by accident (solved)

2007-11-18 Thread de Almeida, Valmor F.
> -Original Message-
> From: Neil Bothwick [mailto:[EMAIL PROTECTED]
> 
> However you do it, you should emerge glibc, either from source or the
> package, once you have a working system.
> 

Yes. After it became operational, still booted from the cd, I did a
total rebuild over the weekend; just to be on the safe side. It is
working and fully upgraded.

Thanks for the inputs.

--
Valmor
--
[EMAIL PROTECTED] mailing list



[gentoo-user] memtest86+ taking too long

2007-11-19 Thread de Almeida, Valmor F.

Hello,

After looking at the /var/log/messages file, I saw an entry which seemed
to indicate a memory address problem. I decided to run memtest86+.
However it is taking too long. So far 17 hours and still going. The
"Pass" field reads 25%; I hope this is an indication of how much of the
total has been done. The "Test" field is frequently updated so it seems
memtest is running. The total memory is 10GB, the chipset: Intel E7505
ECC. 

Is this execution time expected?

Thanks for any comments,

--
Valmor de Almeida




--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] memtest86+ taking too long

2007-11-19 Thread de Almeida, Valmor F.
 >>
 >>From: Mark Shields [mailto:[EMAIL PROTECTED] 

>On Nov 19, 2007 12:03 PM, de Almeida, Valmor F. <[EMAIL PROTECTED]>  
wrote:

>Is this execution time expected?

>Thanks for any comments,

>--
>Valmor de Almeida

 >>For 10 gigs?  probably.

Wow. In fact I don't have a clue when it is going to end. There are 2 fields 
with varying percentage values; but they get cleared from time to time. Another 
field is called "Test" and it was #3 (I think), and now it is at #4. So far it 
has taken 20:35h. On the upside, no errors detected.

--
Valmor de Almeida


 
--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] memtest86+ taking too long

2007-11-19 Thread de Almeida, Valmor F.
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Bryan
> 
> memtest86 will keep retesting your memory over and over. Look at the
> "Pass" and "Errors" column. If Errors is 0 and Pass is more than 1,
> your memory is fine. If Pass is 0 and Errors is 0, then it is still on
> the "first run". It shouldn't take this long. In that case make sure
> you have the latest version.

Excellent. I have the latest version 1.70, and the Pass column is at 4
and no errors.

Thanks,

--
Valmor

--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] OT: Literature on Python

2007-11-19 Thread de Almeida, Valmor F.
> Albert Hopkins wrote:
> > On Mon, 2007-11-19 at 15:01 +0100, Florian Philipp wrote:
> >
> >> Hi list!
> >>
> >> I need a recommendation for a good book to learn Python for people
> >> experienced in C++ but not Bash, Java or CMD/Powershell.
> >>
> >> It shouldn't focus on Linux all too much.
> >>
> >
> > Well, the usual answers are:
> >
> > python.org (official tutorial)
> > _Learning Python_ (the O'Reilley book)
> > _Programming Python_ (the O'Reilly book, how I learned Python)
> > comp.lang.python (great newsgroup, excellent SNR)
> >

I read both above-mentioned books and they are worth owning. I would add
to the list, the python cookbook from O'Reilly.

--
Valmor de Almeida
--
[EMAIL PROTECTED] mailing list



[gentoo-user] Failed to allocate mem

2007-11-19 Thread de Almeida, Valmor F.

Hello,

This is showing up on my /var/log/messages file. I've done a memtest and
the memory seems fine. I wonder what does this mean. Maybe it is not
even related to the physical memory.

PCI: Failed to allocate mem resource #6:[EMAIL PROTECTED] for :01:00.0

The machine and OS seem fine but I still worry about this message. Here
is some info from lspci

00:00.0 Host bridge: Intel Corporation E7505 Memory Controller Hub (rev
03)
00:00.1 Class ff00: Intel Corporation E7505/E7205 Series RAS Controller
(rev 03)
00:01.0 PCI bridge: Intel Corporation E7505/E7205 PCI-to-AGP Bridge (rev
03)
00:02.0 PCI bridge: Intel Corporation E7505 Hub Interface B PCI-to-PCI
Bridge (rev 03)

Don't know if this is of any help. I am like a goat looking at a watch.

Thanks for any inputs.

--
Valmor
--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] libexpat.so.0 & libcurl.so.3 loop

2007-11-24 Thread de Almeida, Valmor F.


>From: Mick [mailto:[EMAIL PROTECTED]

>revdep-rebuild has got me into a never ending loop:
>==
># revdep-rebuild -X -v -p
>[snip...]

Have you tried the --ignore option?
 
 


--
[EMAIL PROTECTED] mailing list



[gentoo-user] missing libraries in mesa-6.5.2-r1 emerge ??

2007-11-28 Thread de Almeida, Valmor F.


Hello,

When emerging mesa-6.5.2-r1 I don't get the library libOSMesa.so* built.
Did this library go away or is it a problem of selecting the correct USE
parameter. Currently I am using what is listed below.

Thanks for your help.

--
Valmor


->equery uses mesa
[ Searching for packages matching mesa... ]
[ Colour Code : set unset ]
[ Legend : Left column  (U) - USE flags from make.conf  ]
[: Right column (I) - USE flags packages was installed with ]
[ Found these USE variables for media-libs/mesa-6.5.2-r1 ]
 U I
 - - debug   : Enable extra debug codepaths, like asserts
and extra output. If you want to get meaningful backtraces see
http://www.gentoo.org/proj/en/qa/backtraces.xml .
 + + doc : Adds extra documentation (API, Javadoc, etc)
 - - kernel_FreeBSD  : 
 + + motif   : Adds motif support (x11-libs/openmotif
x11-libs/lesstif)
 + + nptl: Enable support for Native POSIX Threads
Library, the new threading module (requires linux-2.6 or better usually)
 - - pic : Build Position Independent Code.  Do not
utilize this flag unless you know what you're doing.
 - - video_cards_i810: 
 - - video_cards_mach64  : 
 - - video_cards_mga : 
 - - video_cards_none: 
 - - video_cards_r128: 
 - - video_cards_radeon  : 
 - - video_cards_s3virge : 
 - - video_cards_savage  : 
 - - video_cards_sis : 
 - - video_cards_sunffb  : 
 - - video_cards_tdfx: 
 - - video_cards_trident : 
 - - video_cards_via : 
 - - xcb : Support the X C-language Binding, a
replacement for Xlib





->emerge --info
Portage 2.1.3.19 (default-linux/x86/2007.0, gcc-4.1.2, glibc-2.6.1-r0,
2.6.22.9 i686)
=
System uname: 2.6.22.9 i686 Intel(R) Xeon(TM) CPU 2.66GHz
Timestamp of tree: Sat, 17 Nov 2007 04:30:01 +
app-shells/bash: 3.2_p17
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python: 2.4.4-r6
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.9-r2
sys-apps/sandbox:1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.22-r2
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium4 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf
/etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-O3 -march=pentium4 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer sandbox sfperms strict
unmerge-orphans userfetch"
GENTOO_MIRRORS="http://gentoo.mirrors.tds.net/gentoo
http://212.219.56.131/sites/www.ibiblio.org/gentoo/
ftp://gentoo.mirrors.tds.net/gentoo";
LC_ALL="en_US.utf8"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --delete-after --stats
--timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages
--filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] missing libraries in mesa-6.5.2-r1 emerge ??

2007-11-28 Thread de Almeida, Valmor F.

Additional info and question.

>From the log of the install of mesa-6.5.2-r1 I see

make[2]: Entering directory
`/var/tmp/portage/media-libs/mesa-6.5.2-r1/work/Mesa-6.5.2/src'
Making sources for linux-dri-x86
mkdir ../lib

which looks like it is doing a "make linux-dri-x86". I would rather have
it do "make linux" which I expect it will create the off-screen missing
library. 

Therefore, is there a way to tell the ebuild to use the make option
"linux" as opposed to linux-dri-x86? I suppose this could have an impact
on the packages that depend on mesa-6.5.2-r1.

Thanks for any comments/answers.

--
Valmor

> -Original Message-
> From: de Almeida, Valmor F. [mailto:[EMAIL PROTECTED]
> 
> Hello,
> 
> When emerging mesa-6.5.2-r1 I don't get the library libOSMesa.so*
built.
> Did this library go away or is it a problem of selecting the correct
USE
> parameter. Currently I am using what is listed below.
> 
> Thanks for your help.
> 
> --
> Valmor
> 
> 
> ->equery uses mesa
> [ Searching for packages matching mesa... ]
> [ Colour Code : set unset ]
> [ Legend : Left column  (U) - USE flags from make.conf  ]
> [: Right column (I) - USE flags packages was installed with ]
> [ Found these USE variables for media-libs/mesa-6.5.2-r1 ]
>  U I
>  - - debug   : Enable extra debug codepaths, like asserts
> and extra output. If you want to get meaningful backtraces see
> http://www.gentoo.org/proj/en/qa/backtraces.xml .
>  + + doc : Adds extra documentation (API, Javadoc,
etc)
>  - - kernel_FreeBSD  : 
>  + + motif   : Adds motif support (x11-libs/openmotif
> x11-libs/lesstif)
>  + + nptl: Enable support for Native POSIX Threads
> Library, the new threading module (requires linux-2.6 or better
usually)
>  - - pic : Build Position Independent Code.  Do not
> utilize this flag unless you know what you're doing.
>  - - video_cards_i810: 
>  - - video_cards_mach64  : 
>  - - video_cards_mga : 
>  - - video_cards_none: 
>  - - video_cards_r128: 
>  - - video_cards_radeon  : 
>  - - video_cards_s3virge : 
>  - - video_cards_savage  : 
>  - - video_cards_sis : 
>  - - video_cards_sunffb  : 
>  - - video_cards_tdfx: 
>  - - video_cards_trident : 
>  - - video_cards_via : 
>  - - xcb : Support the X C-language Binding, a
> replacement for Xlib
> 
> 
> 
> 
> 
> ->emerge --info
> Portage 2.1.3.19 (default-linux/x86/2007.0, gcc-4.1.2, glibc-2.6.1-r0,
> 2.6.22.9 i686)
> =
> System uname: 2.6.22.9 i686 Intel(R) Xeon(TM) CPU 2.66GHz
> Timestamp of tree: Sat, 17 Nov 2007 04:30:01 +
> app-shells/bash: 3.2_p17
> dev-java/java-config: 1.3.7, 2.0.33-r1
> dev-lang/python: 2.4.4-r6
> dev-python/pycrypto: 2.0.1-r6
> sys-apps/baselayout: 1.12.9-r2
> sys-apps/sandbox:1.2.18.1-r2
> sys-devel/autoconf:  2.13, 2.61-r1
> sys-devel/automake:  1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
> sys-devel/binutils:  2.18-r1
> sys-devel/gcc-config: 1.3.16
> sys-devel/libtool:   1.5.24
> virtual/os-headers:  2.6.22-r2
> ACCEPT_KEYWORDS="x86"
> CBUILD="i686-pc-linux-gnu"
> CFLAGS="-O3 -march=pentium4 -fomit-frame-pointer"
> CHOST="i686-pc-linux-gnu"
> CONFIG_PROTECT="/etc /usr/share/X11/xkb"
> CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf
> /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d"
> CXXFLAGS="-O3 -march=pentium4 -fomit-frame-pointer"
> DISTDIR="/usr/portage/distfiles"
> FEATURES="distlocks metadata-transfer sandbox sfperms strict
> unmerge-orphans userfetch"
> GENTOO_MIRRORS="http://gentoo.mirrors.tds.net/gentoo
> http://212.219.56.131/sites/www.ibiblio.org/gentoo/
> ftp://gentoo.mirrors.tds.net/gentoo";
> LC_ALL="en_US.utf8"
> MAKEOPTS="-j3"
> PKGDIR="/usr/portage/packages"
> PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
> --compress --force --whole-file --delete --delete-after --stats
> --timeout=180 --exclude=/distfiles --exclude=/local
--exclude=/packages
> --filter=H_**/files/digest-*"
> PORTAGE_TMPDIR="/var/tmp"
> PORTDIR="/usr/portage"
> SYNC="rsync://rsync.gentoo.org/gentoo-portage"
> --
> [EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



[gentoo-user] guest additions for vbox-1.6 gentoo guest on xp host

2008-05-12 Thread de Almeida, Valmor F.

Hello,

Has anyone been able to install successfully the guest additions in a
vbox-1.6 gentoo guest?

I get the following when installing the additions:

  Verifying archive integrity... All good.
  Uncompressing VirtualBox 1.6.0 Guest Additions for Linux installation

  ...
  VirtualBox 1.6.0 Guest Additions installation
  Which: no dkms in
  (/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin:/sbin...)
  Building the VirtualBox Guest Additions kernel module...
  Building the shared folder support kernel module...
  Installing the VirtualBox Guest Additions...

  Could not set up the X Window VBoxClient service.
  To start the VBoxClient service at log-in for a given user, add the
command 98vboxadd-xclient to the file .xinitrc in their home directory.
  Successfully installed the VirtualBox Guest Additions.
  Your must restart

The Auto-Resize Guest Display in the vbox does not work, and seemless
mode is grayed out.

Also the screen size in my   /etc/X11/xorg.conf   does not work as it
should. 

Any inputs appreciated.

Thanks,


--
Valmor de Almeida



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



RE: [gentoo-user] guest additions for vbox-1.6 gentoo guest on xp host

2008-05-13 Thread de Almeida, Valmor F.
> -Original Message-
> From: PaulNM [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 13, 2008 7:25 AM
> 
> de Almeida, Valmor F. wrote:
> 
> >   Verifying archive integrity... All good.
> >   Uncompressing VirtualBox 1.6.0 Guest Additions for Linux
installation
> > 
>
> 
> Well, first I'd do a "dmesg | grep vbox" to see if there are any
errors
> listed.

It is clean.

> 
> When I do a search for 98vboxadd-xclient on my Debian-Etch guest I
find
> /etc/X11/Xsession.d/98vboxadd-client. This is a script that starts
> /usr/bin/vboxadd-client with no options. If you tried the suggestion
in
> the output about adding it to .xinitrc, try running
> /usr/bin/vboxadd-client from an xterminal.

There is no 98vboxadd-xclient in my gentoo guest system. So I run
vboxadd-xclient within .xinitrc. However I also have tried from an xterm
and here is the result

Unable to connect to the host system.
Failed to connect to the host system.

Don't know where to go from here. Are there options when running
/usr/bin/vboxadd-xclient?
 
> Another thing, check to make sure that xorg.conf has "vboxvideo" as
the
> driver in the "Device" section. "grep vbox /etc/X11/xorg.conf"

Yup.

> 
> The DKMS line may just be an informational message.

I tend to agree.

> How did you install virtualbox? Make sure the Guest additions cd
you're
> using is the same version as the virtualbox install you have. If you
> installed from portage, but downloaded the additions from the site,
they

Sorry I confused you. My host is a Windows XP. The guest addition is
certainly from vbox-1.6
 
> Hope this helps, post any error messages you see,
> 
> PaulNM

Thank you for your efforts.

--
Valmor


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



RE: [gentoo-user] guest additions for vbox-1.6 gentoo guest on xp host

2008-05-14 Thread de Almeida, Valmor F.

Just to close this thread with a fix.

Instead of running vboxadd-xclient in the .xinitrc file, run
VBoxClient.

The seamless mode works and the auto-resize guest display works too.

Enjoy an almost fully functional gentoo guest inside windows xp. The
only issue still pending is sharing the clipboard.

--
Valmor

> -Original Message-
> From: de Almeida, Valmor F. [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, May 14, 2008 12:06 AM
> To: gentoo-user@lists.gentoo.org
> Subject: RE: [gentoo-user] guest additions for vbox-1.6 gentoo guest
on xp
> host
> 
> > -Original Message-
> > From: PaulNM [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, May 13, 2008 7:25 AM
> >
> > de Almeida, Valmor F. wrote:
> >
> > >   Verifying archive integrity... All good.
> > >   Uncompressing VirtualBox 1.6.0 Guest Additions for Linux
> installation
> > > 
> >
> >
> > Well, first I'd do a "dmesg | grep vbox" to see if there are any
> errors
> > listed.
> 
> It is clean.
> 
> >
> > When I do a search for 98vboxadd-xclient on my Debian-Etch guest I
> find
> > /etc/X11/Xsession.d/98vboxadd-client. This is a script that starts
> > /usr/bin/vboxadd-client with no options. If you tried the suggestion
> in
> > the output about adding it to .xinitrc, try running
> > /usr/bin/vboxadd-client from an xterminal.
> 
> There is no 98vboxadd-xclient in my gentoo guest system. So I run
> vboxadd-xclient within .xinitrc. However I also have tried from an
xterm
> and here is the result
> 
> Unable to connect to the host system.
> Failed to connect to the host system.
> 
> Don't know where to go from here. Are there options when running
> /usr/bin/vboxadd-xclient?
> 
> > Another thing, check to make sure that xorg.conf has "vboxvideo" as
> the
> > driver in the "Device" section. "grep vbox /etc/X11/xorg.conf"
> 
> Yup.
> 
> >
> > The DKMS line may just be an informational message.
> 
> I tend to agree.
> 
> > How did you install virtualbox? Make sure the Guest additions cd
> you're
> > using is the same version as the virtualbox install you have. If you
> > installed from portage, but downloaded the additions from the site,
> they
> 
> Sorry I confused you. My host is a Windows XP. The guest addition is
> certainly from vbox-1.6
> 
> > Hope this helps, post any error messages you see,
> >
> > PaulNM
> 
> Thank you for your efforts.
> 
> --
> Valmor
> 
> 
> --
> gentoo-user@lists.gentoo.org mailing list

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



[gentoo-user] vim-7.2: Filesize does not match recorded size

2008-09-23 Thread de Almeida, Valmor F.

Hello,

Just did an emerge sync and world update. Has anyone had this problem
with   app-editors/vim-core-7.2 and app-editors/vim-7.2?

Thanks,

--
Valmor

>>> Emerging (35 of 35) app-editors/vim-7.2 to /
 * vim-7.2-gentoo-patches.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...
[ ok ]
 * vim-7.2-lang.tar.gz RMD160 SHA1 SHA256 size ;-) ...
[ ok ]
>>> Downloading
'http://mirror.mcs.anl.gov/pub/gentoo/distfiles/vim-7.2.tar.bz2'
--2008-09-23 10:15:21--
http://mirror.mcs.anl.gov/pub/gentoo/distfiles/vim-7.2.
tar.bz2
Resolving mirror.mcs.anl.gov... 146.137.96.15, 146.137.96.7
Connecting to mirror.mcs.anl.gov|146.137.96.15|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7203291 (6.9M) [application/x-tar]
Saving to: `/usr/portage/distfiles/vim-7.2.tar.bz2'

100%[==>] 7,203,291   1.10M/s   in
6.4s

2008-09-23 10:15:28 (1.08 MB/s) -
`/usr/portage/distfiles/vim-7.2.tar.bz2' saved
 [7203291/7203291]

('Filesize does not match recorded size', 7203291L, 7203720)
!!! Fetched file: vim-7.2.tar.bz2 VERIFY FAILED!
!!! Reason: Filesize does not match recorded size
!!! Got:  7203291
!!! Expected: 7203720
Refetching... File renamed to
'/usr/portage/distfiles/vim-7.2.tar.bz2._checksum_
failure_.w_HKZF'

>>> Downloading
'ftp://mirror.mcs.anl.gov/pub/gentoo/distfiles/vim-7.2.tar.bz2'
--2008-09-23 10:15:28--
ftp://mirror.mcs.anl.gov/pub/gentoo/distfiles/vim-7.2.t
ar.bz2
   => `/usr/portage/distfiles/vim-7.2.tar.bz2'
Resolving mirror.mcs.anl.gov... 146.137.96.7, 146.137.96.15
Connecting to mirror.mcs.anl.gov|146.137.96.7|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.==> PWD ... done.
==> TYPE I ... done.  ==> CWD /pub/gentoo/distfiles ... done.
==> SIZE vim-7.2.tar.bz2 ... 7203291
==> PASV ... done.==> RETR vim-7.2.tar.bz2 ... done.
Length: 7203291 (6.9M)

100%[==>] 7,203,291   1.20M/s   in
5.9s

2008-09-23 10:15:34 (1.17 MB/s) -
`/usr/portage/distfiles/vim-7.2.tar.bz2' saved
 [7203291]

('Filesize does not match recorded size', 7203291L, 7203720)
!!! Fetched file: vim-7.2.tar.bz2 VERIFY FAILED!
!!! Reason: Filesize does not match recorded size
!!! Got:  7203291
!!! Expected: 7203720
Refetching... File renamed to
'/usr/portage/distfiles/vim-7.2.tar.bz2._checksum_
failure_.w_HKZF'

>>> Downloading 'ftp://ftp.vim.org/pub/vim/unix/vim-7.2.tar.bz2'
--2008-09-23 10:15:35--  ftp://ftp.vim.org/pub/vim/unix/vim-7.2.tar.bz2
   => `/usr/portage/distfiles/vim-7.2.tar.bz2'
Resolving ftp.vim.org... 192.87.102.42, 192.87.102.43,
2001:610:1:80aa:192:87:10
2:42, ...
Connecting to ftp.vim.org|192.87.102.42|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.==> PWD ... done.
==> TYPE I ... done.  ==> CWD /pub/vim/unix ... done.
==> SIZE vim-7.2.tar.bz2 ... 7203291
==> PASV ... done.==> RETR vim-7.2.tar.bz2 ... done.
Length: 7203291 (6.9M)

100%[==>] 7,203,291466K/s   in
15s 

2008-09-23 10:15:52 (461 KB/s) -
`/usr/portage/distfiles/vim-7.2.tar.bz2' saved 
[7203291]

('Filesize does not match recorded size', 7203291L, 7203720)
!!! Fetched file: vim-7.2.tar.bz2 VERIFY FAILED!
!!! Reason: Filesize does not match recorded size
!!! Got:  7203291
!!! Expected: 7203720
Refetching... File renamed to
'/usr/portage/distfiles/vim-7.2.tar.bz2._checksum_
failure_.w_HKZF'

>>> Downloading
'http://gentoo.cites.uiuc.edu/pub/gentoo/distfiles/vim-7.2.tar.b
z2'
--2008-09-23 10:15:52--
http://gentoo.cites.uiuc.edu/pub/gentoo/distfiles/vim-7
.2.tar.bz2
Resolving gentoo.cites.uiuc.edu... 128.174.5.78
Connecting to gentoo.cites.uiuc.edu|128.174.5.78|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7203291 (6.9M) [application/x-tar]
Saving to: `/usr/portage/distfiles/vim-7.2.tar.bz2'

100%[==>] 7,203,291   1.19M/s   in
6.9s

2008-09-23 10:15:59 (1.00 MB/s) -
`/usr/portage/distfiles/vim-7.2.tar.bz2' saved
 [7203291/7203291]

('Filesize does not match recorded size', 7203291L, 7203720)
!!! Fetched file: vim-7.2.tar.bz2 VERIFY FAILED!
!!! Reason: Filesize does not match recorded size
!!! Got:  7203291
!!! Expected: 7203720
Refetching... File renamed to
'/usr/portage/distfiles/vim-7.2.tar.bz2._checksum_
failure_.w_HKZF'

>>> Downloading
'ftp://gentoo.cites.uiuc.edu/pub/gentoo/distfiles/vim-7.2.tar.bz
2'
--2008-09-23 10:15:59--
ftp://gentoo.cites.uiuc.edu/pub/gentoo/distfiles/vim-7.
2.tar.bz2
   => `/usr/portage/distfiles/vim-7.2.tar.bz2'
Resolving gentoo.cites.uiuc.edu... 128.174.5.78
Connecting to gentoo.cites.uiuc.edu|128.174.5.78|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.==> PWD ... done.
==> TYPE I ... done.  ==> CWD /pub/gentoo/distfiles ... done.
==> SIZE vim-7.2.tar.bz2 ... 7203291
==> PASV ... done.==> RETR vim-7.2.tar.bz2 ... done.
Length: 7203291 (6.9M)

100%[==>] 7,203,291   1.21M/

RE: [gentoo-user] vim-7.2: Filesize does not match recorded size

2008-09-23 Thread de Almeida, Valmor F.

Indeed. I was missing the resync.

Thanks,

--
Valmor

> -Original Message-
> From: Philip Webb [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, September 23, 2008 11:52 AM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] vim-7.2: Filesize does not match recorded
size
> 
> 080923 de Almeida, Valmor F. wrote:
> > Just did an emerge sync and world update. Has anyone had this
problem
> > with   app-editors/vim-core-7.2 and app-editors/vim-7.2?
> 
> Sometimes this is resolved if you wait a few hours & then sync again.
> I installed 7.2 without any problems 080816.
> 
> --
> ,,
> SUPPORT ___//___,   Philip Webb
> ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
> TRANSIT`-O--O---'   purslowatchassdotutorontodotca
> 




[gentoo-user] Digest verification failed:

2008-11-06 Thread de Almeida, Valmor F.

Hello,

Any inputs on what this problem might be? Any use of --searchdesc will
result in a similar output.

Thanks,

--
Valmor

-> emerge --searchdesc eclipse
Searching...  \!!! Digest verification failed:
!!! /usr/portage/app-backup/bacula/bacula-2.4.1-r1.ebuild
!!! Reason: Filesize does not match recorded size
!!! Got: 15696
!!! Expected: 15693
 /!!! Digest verification failed:
!!!
/usr/portage/local/layman/science/dev-cpp/growler-core/growler-core-0.3.
7.ebuild
!!! Reason: Filesize does not match recorded size
!!! Got: 793
!!! Expected: 916
emerge: search: aux_get() failed, skipping
 |!!! Digest verification failed:
!!!
/usr/portage/local/layman/science/dev-cpp/growler-link/growler-link-0.3.
7.ebuild
!!! Reason: Filesize does not match recorded size
!!! Got: 817
!!! Expected: 940
emerge: search: aux_get() failed, skipping
 /!!! Digest verification failed:
!!!
/usr/portage/local/layman/science/dev-cpp/growler-math/growler-math-0.3.
4.1.ebuild
!!! Reason: Filesize does not match recorded size
!!! Got: 695

-
Valmor de Almeida, Ph.D.
Oak Ridge National Laboratory
1 Bethel Valley Road
PO Box 2008
Oak Ridge TN 37831-6181

url: dealmeidav.ornl.gov
tel: 865-241-2906
fax: 865-241-4829
-



[gentoo-user] profile upgrade from 2005.1 to 2006.1

2007-03-13 Thread de Almeida, Valmor F.

Hello list,

After an emerge sync, I followed the instructions in

http://www.gentoo.org/doc/en/gentoo-upgrading.xml

for updating to 2006.1.

Proceeding to the system update:

->emerge --update --deep --newuse --pretend --verbose system

I get this error message before the list of packages


These are the packages that would be merged, in order:

Calculating system dependencies  
Parse Error reading PROVIDE and USE in
'/var/db/pkg/x11-base/xorg-x11-6.8.2-r4'
Possibly Invalid: 'virtual/x11 opengl? virtual/opengl opengl?
virtual/glu virtual/xft'
Exception: Conditional without parenthesis: 'opengl?'
*

Is this related to the current modular use of X11? Later in the output
of system packages to be updated I get:

**
[blocks B ] <=x11-base/xorg-x11-6.9 (is blocking
x11-proto/inputproto-1.3.2, x11-proto/xf86bigfontproto-1.1.2,
x11-proto/xextproto-7.0.2, x11-libs/libXext-1.0.1,
x11-proto/xcmiscproto-1.1.2, x11-misc/util-macros-1.1.0,
x11-libs/xtrans-1.0.1, x11-apps/xauth-1.0.1, x11-libs/libXau-1.0.2,
x11-libs/libXmu-1.0.2, x11-proto/kbproto-1.0.3, x11-libs/libSM-1.0.1,
x11-libs/libXdmcp-1.0.1, x11-libs/libICE-1.0.1, x11-libs/libXt-1.0.2,
x11-proto/xproto-7.0.7, x11-proto/bigreqsproto-1.0.2,
x11-libs/libX11-1.0.3)
**

Should I clean out my old X? which is x11-base/xorg-x11-6.8.2-r4 and not
x11-base/xorg-x11-6.9 as in the blocking message above. Also, according
to emerge --search the latest version available for x11-base/xorg-x11 is
7.1.

Thanks for inputs.

--
Valmor

--
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] profile upgrade from 2005.1 to 2006.1

2007-03-13 Thread de Almeida, Valmor F.
> -Original Message-
> From: Albert Hopkins [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 13, 2007 11:42 AM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] profile upgrade from 2005.1 to 2006.1
> 
> On Tue, 2007-03-13 at 11:22 -0400, de Almeida, Valmor F. wrote:
> 
> >
> > 
> > These are the packages that would be merged, in order:
> >
> > Calculating system dependencies
> > Parse Error reading PROVIDE and USE in
> > '/var/db/pkg/x11-base/xorg-x11-6.8.2-r4'
> > Possibly Invalid: 'virtual/x11 opengl? virtual/opengl opengl?
> > virtual/glu virtual/xft'
> > Exception: Conditional without parenthesis: 'opengl?'
> > *
> >
> 
> In all likelihood that particular package used a format which is for
> whatever reasons is no longer valid.  I would simply unmerge the
package
> and either manually merge a version that now exists in portage or
> continue your update and it will likely get pulled in as a dependency.

I did unmerge my old X and the message went away.

> 
> > Is this related to the current modular use of X11? Later in the
output
> > of system packages to be updated I get:
> >
> > **
> > [blocks B ]  (is blocking
> > x11-proto/inputproto-1.3.2, x11-proto/xf86bigfontproto-1.1.2,
> > x11-proto/xextproto-7.0.2, x11-libs/libXext-1.0.1,
> > x11-proto/xcmiscproto-1.1.2, x11-misc/util-macros-1.1.0,
> > x11-libs/xtrans-1.0.1, x11-apps/xauth-1.0.1, x11-libs/libXau-1.0.2,
> > x11-libs/libXmu-1.0.2, x11-proto/kbproto-1.0.3,
x11-libs/libSM-1.0.1,
> > x11-libs/libXdmcp-1.0.1, x11-libs/libICE-1.0.1,
x11-libs/libXt-1.0.2,
> > x11-proto/xproto-7.0.7, x11-proto/bigreqsproto-1.0.2,
> > x11-libs/libX11-1.0.3)
> > **
> >
> > Should I clean out my old X? which is x11-base/xorg-x11-6.8.2-r4 and
not
> > x11-base/xorg-x11-6.9 as in the blocking message above. Also,
according
> > to emerge --search the latest version available for
x11-base/xorg-x11 is
> > 7.1.
> 
> Best practice when dealing with blocks: unmerge the package(s) which
is
> blocking (in your case <=x11-base/xorg-x11-6.9), then continue where
you
> left off before.  Continue as necessary.

Indeed by emerge unmerge the old X the blocking message also went away.
And the new many X11 subpackages are being pulled in.

A related issue. My current gcc version is 3.3.6 and the new profile is
pulling an update

[ebuild U ] sys-devel/gcc-3.3.6-r1 [3.3.6] USE="doc%* fortran nls
(-altivec) -bootstrap -boundschecking -build -gcj -gtk* (-hardened)
-ip28 -ip32r10k% (-multilib) -multislot (-n32) (-n64) -nocxx -nopie
-nossp -objc -test% -vanilla (-static%)" 47 kB

and also the new 4.1.

[ebuild  NS   ] sys-devel/gcc-4.1.1-r3  USE="doc fortran nls (-altivec)
-bootstrap -build -gcj -gtk (-hardened) -ip28 -ip32r10k -mudflap
(-multilib) -multislot (-n32) (-n64) -nocxx -objc -objc++ -objc-gc -test
-vanilla" 38,326 kB

I am worried about some of the flags. Notably, -nocxx. The description
of this flag in /usr/portage/profiles/use.desc

nocxx - Disable support for C++ (DON'T USE THIS UNLESS YOU KNOW WHAT
YOU'RE DOING)

-nocxx is been set by the 2006.1 profile; I guess.

Any inputs as far as what flags to change?

Also is gcc-4.1 in a pretty good shape to use?

Thanks,

--
Valmor



> 
> 
> --
> Albert W. Hopkins
> 
> --
> gentoo-user@gentoo.org mailing list

--
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] profile upgrade from 2005.1 to 2006.1

2007-03-13 Thread de Almeida, Valmor F.
> -Original Message-
> From: Francisco Rivas [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 13, 2007 11:52 AM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] profile upgrade from 2005.1 to 2006.1
> 
> Hi,
> 
> I think is better unmerge <=x11-base/xorg-x11-6.9 and if you need
emerge a
> new packages because I see you trying to do an upgrade of your
system..

Yes. I did that.

> 
> I wonder what you think about emerge xorg-x11-7-1?...
> 

I guess I will cross that bridge when I come to it. Will reply to the
list.

> Theese are my comments to help you, I hope so.

Thanks.

--
Valmor
> 
> 
> On 3/13/07, de Almeida, Valmor F. <[EMAIL PROTECTED] > wrote:
> 
> 
>   Hello list,
> 
>   After an emerge sync, I followed the instructions in
> 
>   http://www.gentoo.org/doc/en/gentoo-upgrading.xml
> 
>   for updating to 2006.1.
> 
>   Proceeding to the system update:
> 
>   ->emerge --update --deep --newuse --pretend --verbose system
> 
>   I get this error message before the list of packages
> 
>   
>   These are the packages that would be merged, in order:
> 
>   Calculating system dependencies
>   Parse Error reading PROVIDE and USE in
>   '/var/db/pkg/x11-base/xorg-x11-6.8.2-r4'
>   Possibly Invalid: 'virtual/x11 opengl? virtual/opengl opengl?
>   virtual/glu virtual/xft'
>   Exception: Conditional without parenthesis: 'opengl?'
>   *
> 
>   Is this related to the current modular use of X11? Later in the
> output
>   of system packages to be updated I get:
> 
>   **
>   [blocks B ] <=x11-base/xorg- x11-6.9 (is blocking
>   x11-proto/inputproto-1.3.2, x11-proto/xf86bigfontproto-1.1.2,
>   x11-proto/xextproto-7.0.2, x11-libs/libXext-1.0.1,
>   x11-proto/xcmiscproto-1.1.2, x11-misc/util-macros-1.1.0,
>   x11-libs/xtrans-1.0.1 , x11-apps/xauth-1.0.1,
x11-libs/libXau-1.0.2,
>   x11-libs/libXmu-1.0.2, x11-proto/kbproto-1.0.3, x11-libs/libSM-
> 1.0.1,
>   x11-libs/libXdmcp-1.0.1, x11-libs/libICE-1.0.1, x11-libs/libXt-
> 1.0.2,
>   x11-proto/xproto-7.0.7, x11-proto/bigreqsproto- 1.0.2,
>   x11-libs/libX11-1.0.3)
>   **
> 
>   Should I clean out my old X? which is x11-base/xorg-x11-6.8.2-r4
and
> not
>   x11-base/xorg-x11-6.9 as in the blocking message above. Also,
> according
>   to emerge --search the latest version available for
x11-base/xorg-
> x11 is
>   7.1.
> 
>   Thanks for inputs.
> 
>   --
>   Valmor
> 
>   --
>   gentoo-user@gentoo.org mailing list
> 
> 
> 
> 
> 
> 
> --
> ['Cause without love I won't survive, I love you]. I
> 
> Francisco Rivas
> 2.6.19-gentoo-r5 x86
> udev v087 gnome 2.16.2
> xorg-x11-7.1 hotplug v20040923-r2
> e-mail : [EMAIL PROTECTED]
> msn : [EMAIL PROTECTED]
> 
> -BEGIN GEEK CODE BLOCK-
> Version: 3.1
> GCS/E/IT/MU d-(+)@ s++: a-- C> ULSC*()>+++ P+(++)>+++
> L++(+++)> !E--- W+>++ !N* !o-(--)>-- K--? !w--- !O !M !V PS@ !PE@
Y>
> PGP t 5 X R+>+ tv- b DI D G e++>+++ h-> r++>+++ y-
> --END GEEK CODE BLOCK--
--
gentoo-user@gentoo.org mailing list



[gentoo-user] non-existing/masked ebuilds during upgrade from 2005.1 to 2006.1

2007-03-14 Thread de Almeida, Valmor F.

Hello list,

I am rebuilding world as part of an upgrade from profile 2005.1 to
2006.1.

emerge -eav world

The corresponding system emerge finished okay. At the beginning of the
output of the aforementioned command I get.

Calculating world dependencies \
!!! Ebuilds for the following packages are either all
!!! masked or don't exist:
media-video/nvidia-glx media-video/nvidia-kernel app-shells/csh
x11-misc/gtkdiff sci-libs/lapack

I can't find sci-libs/lapack (emerge --search lapack). Could someone
tell me how is portage looking for it? I think I had it installed before
the upgrade. None of the nvidia stuff is currently installed but were
installed before the system emerge. I can't find gtkdiff but csh is
indeed masked:

*  app-shells/csh [ Masked ]
  Latest version available: 1.29-r4
  Latest version installed: 1.29-r3
  Size of files: 175 kB
  Homepage:  http://www.netbsd.org/
  Description:   Classic UNIX shell with C like syntax
  License:   BSD 

Thanks,

--
Valmor

--
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] non-existing/masked ebuilds during upgrade from2005.1 to 2006.1

2007-03-14 Thread de Almeida, Valmor F.
> -Original Message-
> From: Albert Hopkins [mailto:[EMAIL PROTECTED]
> 
> On Wed, 2007-03-14 at 12:54 -0400, de Almeida, Valmor F. wrote:
> > emerge -eav world
> >
> > The corresponding system emerge finished okay. At the beginning of
the
> > output of the aforementioned command I get.
> >
> > Calculating world dependencies \
> > !!! Ebuilds for the following packages are either all
> > !!! masked or don't exist:
> > media-video/nvidia-glx media-video/nvidia-kernel app-shells/csh
> > x11-misc/gtkdiff sci-libs/lapack
> >
> > I can't find sci-libs/lapack (emerge --search lapack). Could someone
> > tell me how is portage looking for it? I think I had it installed
> > before
> > the upgrade. None of the nvidia stuff is currently installed but
were
> > installed before the system emerge. I can't find gtkdiff but csh is
> > indeed masked:
> 
> Put simply, your current system is old, but it appears you've updated
> your portage tree.  

Indeed system has been upgraded with gcc 4.1; it was a bit tricky.

> Portage is telling you that you have these packages
> installed but it can't find them in the portage tree. For example,
> nvidia-glx has long been replaced by nvidia-drivers.
> 
> In the Gentoo world, you stand to suffer a bit if you wait a long time
> between updates.  If you truly intend to keep your system "old", I
would

Yup.

> recommend you make a snapshot of the portage tree as well as your
> DISTDIR as those files may no longer be available as well.
> 
> But if you truly want to do an "upgrade", would it not be better to do
a
> "emerge -Duva" world as opposed to "emerge -eva".  "-eva" isn't
> upgrading anything, it's just re-building what you already have, but
> since many things you have currently no longer exist in portage, it's
> likely better to -u instead of -e.

Agreed. I used -e in the last upgrade step of system to rebuild it with
gcc 4.1 and ended up using for world.


> p.s.
> Seems like a few people are just now "upgrading" to 2006.1 when 2007.0
> is soon to be released... why are you a year behind?

There was something weird about 2006; it went by too fast:)

> 
> --
> Albert W. Hopkins
> 
> --
> gentoo-user@gentoo.org mailing list

--
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] non-existing/masked ebuilds during upgrade from 2005.1 to 2006.1

2007-03-14 Thread de Almeida, Valmor F.
> -Original Message-
> From: de Almeida, Valmor F. [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 14, 2007 12:55 PM
> To: gentoo-user@lists.gentoo.org
> Subject: [gentoo-user] non-existing/masked ebuilds during upgrade from
> 2005.1 to 2006.1
> 
> Calculating world dependencies \
> !!! Ebuilds for the following packages are either all
> !!! masked or don't exist:
> media-video/nvidia-glx media-video/nvidia-kernel app-shells/csh
> x11-misc/gtkdiff sci-libs/lapack
> 
> I can't find sci-libs/lapack (emerge --search lapack). Could someone
> tell me how is portage looking for it? I think I had it installed
before
> the upgrade. None of the nvidia stuff is currently installed but were
> installed before the system emerge. I can't find gtkdiff but csh is
> indeed masked:
> 

There was a simple solution to this. Although emerge --search can't find
the packages, emerge --unmerge will unmerge them. So do emerge --search
nvidia-glx nvidia-kernel csh gtkdiff lapack

Then proceed with an emerge -eav world so the whole thing is rebuild
with the new gcc-4.1 compiler... Phew, over 600 packages will be
recompiled.

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



[gentoo-user] persistent broken dynamic link notice from revdep-rebuild

2007-03-17 Thread de Almeida, Valmor F.

Hello list,

As part of the final stage of a long upgrade from profile 2005.1 to
2006.1, I get many messages from revdep-rebuild of broken links to files
that are not part of any installed package but were in the past. For
instance:


broken /usr/lib/ImageMagick-6.1.8/modules-Q16/coders/art.la (requires
/-lstdc++)


As part of World, imagemagick-6.3.0.5-r1 is now installed and the file
art.la is found at

/usr/lib/ImageMagick-6.3.0/modules-Q16/coders/art.la

Also the libstdc++ installation status is:

->emerge --search stdc++
Searching...   
[ Results for search key : stdc++ ]
[ Applications found : 2 ]
 
*  sys-libs/libstdc++-v3
  Latest version available: 3.3.4
  Latest version installed: 3.3.4
  Size of files: 22,784 kB
  Homepage:  http://gcc.gnu.org/libstdc++/
  Description:   Compatibility package for running binaries linked
against a pre gcc 3.4 libstdc++
  License:   GPL-2 LGPL-2.1

*  virtual/libstdc++
  Latest version available: 3.3
  Latest version installed: [ Not Installed ]
  Size of files: 0 kB
  Homepage:  http://www.gentoo.org/proj/en/base/
  Description:   Virtual for the GNU Standard C++ Library
  License:   GPL-2

I also run revdep-rebuild twice as suggested by the final message after
running the first time but still the broken link messages continue to
appear. 

Any thoughts on how to obtain a clean revdep-rebuild run?

Thanks,

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



RE: [gentoo-user] persistent broken dynamic link notice from revdep-rebuild

2007-03-17 Thread de Almeida, Valmor F.
> -Original Message-> 
> If you run fix_libtool_files.sh, it modifies a number of .la files. As
a

Indeed I used it.

> result, these files are removed when their parent package is unmerged
> because their checksums no longer match the package's CONTENTS file.
This
> isn't an issue if you have upgraded the package and it has overwritten
> the .la files with new versions, but when they move to a different
> location, or if you remove the package altogether, that are left lying
> around.
> 
> As you have determined the files no longer belong to a package, it is
> quite safe to remove them.
> 

Yes I am going around with a fine tooth comb and fixing things. Still a
bit confused with virtual packages... Anyway I am getting out of the
woods as this upgrade seems to be working. 

Thanks,

--
Valmor

> 
> --
> Neil Bothwick
> 
> Windows booting: insert CD-ROM 2.
--
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] persistent broken dynamic link notice from revdep-rebuild

2007-03-17 Thread de Almeida, Valmor F.
> -Original Message-
> From: Neil Bothwick [mailto:[EMAIL PROTECTED]
> 
> As you have determined the files no longer belong to a package, it is
> quite safe to remove them.
> 

This is a small thing but here is the current result from 

->revdep-rebuild --pretend
Configuring search environment for revdep-rebuild

Checking reverse dependencies...

[lines deleted]

Checking dynamic linking consistency...
  broken /opt/blackdown-jdk-1.4.2.03/jre/lib/i386/libjsoundalsa.so
(requires  libasound.so.2)
 done.
  (/root/.revdep-rebuild.3_rebuild)

[lines deleted...]

All prepared. Starting rebuild...
emerge --oneshot --pretend =dev-java/blackdown-jdk-1.4.2.03-r12 

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] dev-java/blackdown-jdk-1.4.2.03-r12  
Now you can remove -p (or --pretend) from arguments and re-run
revdep-rebuild.

This happens over and over again. The package blackdown-jdk is not in
world and according to equerry depends blackdown-jdk a lot of other
packages depend on it. I unmerged it and did an emerge --update --newuse
--deep world, followed by an emerge --depclean, and still revdep-rebuild
complains about the broken link, reemerges the package with --oneshot
option and continues to do that after each revdep-rebuild. The library
libasound.so.2 is not on the system. This looks like a bug...and yes it
is:

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


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



[gentoo-user] all digest files missing for portage update after rsync with local server

2007-03-24 Thread de Almeida, Valmor F.

Hello list.

My local rsync server has been upgraded to the 2006.1 profile
(gcc-4.2.2). All my other boxes that sync against the local server have
problems with missing digest files.

I follow the instructions in
http://gentoo-wiki.com/HOWTO_Local_Rsync_Mirror and
http://www.gentoo.org/doc/en/rsync.xml to create my own local rsync
server. 

An emerge --sync on the boxes updates the portage tree but the next
step: emerge portage, complains about missing digest files. I have to
manually create the digest files with 

!!! Type "ebuild foo.ebuild digest" to generate it.

for each foo.ebuild.

Does anyone know what the problem is? It seems to be the rsync server
configuration since the server had no problem with the portage tree
upgrade.

Thanks for any inputs.

--
Valmor

PS: After the emerge --sync an emerge --search on any package returns:

  Size of downloaded files:  [no/bad digest]

for all packages.




->emerge --pretend --verbose portage

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

Calculating dependencies ...done!
[ebuild U ] app-misc/pax-utils-0.1.15 [0.1.11-r1] -caps 0 kB 
[ebuild  N] dev-python/pycrypto-2.0.1-r5  -bindist -gmp -test 0 kB 
[ebuild U ] sys-devel/automake-wrapper-3-r1 [1-r1] 0 kB 
[ebuild U ] sys-devel/autoconf-wrapper-4-r3 [3-r1] 0 kB 
[ebuild U ] sys-devel/m4-1.4.7 [1.4.4] +nls 0 kB 
[ebuild U ] sys-devel/autoconf-2.61 [2.59-r7] -emacs 0 kB 
[ebuild  NS   ] sys-devel/automake-1.10  0 kB 
[ebuild  N] virtual/libiconv-0  0 kB 
[ebuild U ] sys-devel/gettext-0.16.1 [0.14.4] -doc -emacs +nls
-nocxx 0 kB 
[ebuild U ] sys-apps/coreutils-6.4 [5.94-r1] -acl +nls (-selinux)
-static 0 kB 
[ebuild U ] sys-apps/portage-2.1.2.2 [2.0.54-r2] -build -doc
(-elibc_FreeBSD) +elibc_glibc (-elibc_uclibc) -epydoc -linguas_pl
(-selinux) (-userland_Darwin) +userland_GNU 0 kB 

Total size of downloads: 0 kB


->emerge portage
Calculating dependencies ...done!
>>> emerge (1 of 11) app-misc/pax-utils-0.1.15 to /
>>> Downloading
ftp://ftp.gtlib.gatech.edu/pub/gentoo/distfiles/pax-utils-0.1.15.tar.bz2
--23:41:26--
ftp://ftp.gtlib.gatech.edu/pub/gentoo/distfiles/pax-utils-0.1.15.tar.bz2
   => `/usr/portage/distfiles/pax-utils-0.1.15.tar.bz2'
Resolving ftp.gtlib.gatech.edu... 128.61.111.10, 128.61.111.11,
128.61.111.9
Connecting to ftp.gtlib.gatech.edu|128.61.111.10|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.==> PWD ... done.
==> TYPE I ... done.  ==> CWD /pub/gentoo/distfiles ... done.
==> PASV ... done.==> RETR pax-utils-0.1.15.tar.bz2 ... done.
Length: 53,850 (53K) (unauthoritative)

100%[>] 53,850--.--K/s


23:41:27 (625.12 KB/s) -
`/usr/portage/distfiles/pax-utils-0.1.15.tar.bz2' saved [53850]

!!! No package digest file found:
/usr/portage/app-misc/pax-utils/files/digest-pax-utils-0.1.15
!!! Type "ebuild foo.ebuild digest" to generate it.
--
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] all digest files missing for portage update after rsync with local server

2007-03-25 Thread de Almeida, Valmor F.

> -Original Message-
> From: Zac Medico [mailto:[EMAIL PROTECTED]
> 
> The problem is that portage-2.1.2.2 will automatically exclude the
> digest files during sync.  In order to make the sync compatible with
> portage-2.0.x, you can override the PORTAGE_RSYNC_OPTS variable
> that's defined in /etc/make.globals.  You do that by redefining it
> in /etc/make.conf.  Copy the value from make.globals and remove the
> - --filter=H_**/files/digest-* option.  After you've removed that
> option, the digest files will reappear the next time that you sync.
> 
> Note that after you upgrade from portage-2.0.x to portage-2.1.x, you
> need to run `emerge --metadata`.
> 
> Zac

Here it is what I did for the record. On my local rsync server I set
PORTAGE_RSYNC_OPTS in /etc/make.conf as in /etc/make.globals but removed
--filter=...

Then, still on my local rsync server I did an emerge --sync so the
digest files are pulled in. I also did an update of system and world.
BTW here are two warnings obtained (ignored for now)

--- Invalid atom in /usr/portage/profiles/package.mask:
=media-video/ffmpeg-0.4.9-p20070325

!!! A file listed in the Manifest could not be found:
/usr/portage/net-fs/nfs-utils/files/nfs.confd.old

!!! Fetch for /usr/portage/net-fs/nfs-utils/nfs-utils-1.0.12.ebuild
failed, continuing...

Now on my other boxes I proceeded with an emerge --sync to sync the
portage tree with the local rsync server. A new portage version was
available, then I issued an emerge portage. At the end of the emerge,
the cache was updated on its own. Nevertheless I did do emerge
--metadata. Is this the right time to do this?

Should the information you sent be included in the rsync documentation?
In the handbook

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=3&chap=2

the section on 

"PORTAGE_RSYNC_OPTS sets a number of default variables used during sync,
each space-separated. These shouldn't be changed unless you know exactly
what you're doing. Note that certain absolutely required options will
always be used even if PORTAGE_RSYNC_OPTS is empty"

does not welcome users to explore rsync.

Thanks for your help.

--
Valmor

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Invalid atom in =media-video/ffmpeg-0.4.9-p20070325

2007-03-25 Thread de Almeida, Valmor F.

Hello list,

After a recent sync I get 

Invalid atom in /usr/portage/profiles/package.mask:
=media-video/ffmpeg-0.4.9-p20070325

anytime I issue an emerge command.

I wonder whether this is particular to my system.

Thanks,

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



RE: [gentoo-user] Invalid atom in =media-video/ffmpeg-0.4.9-p20070325

2007-03-25 Thread de Almeida, Valmor F.
> -Original Message-
> From: Marc Joliet [mailto:[EMAIL PROTECTED]
> 
> Am Sonntag, den 25.03.2007, 15:38 -0400 schrieb de Almeida, Valmor F.:
> > I wonder whether this is particular to my system.
> 
> That would likely be - as a quick "eix ffmpeg -v" showed - that the
> entry should look like this: 0.4.9_p20070325. Note the underline
instead
> of a dash.


Could you please verify these entries in your
/usr/portage/profiles/package.mask? They were made today.


# Luca Barbato <[EMAIL PROTECTED]> (25 Mar 2007)
# snapshot not finalized
=media-video/ffmpeg-0.4.9-p20070325

# Samuli Suominen <[EMAIL PROTECTED]> (25 Mar 2007)
# Snapshots introducing compatibility with freedesktop.org
# Desktop Menu Specification. Masked for testing.
xfce-base/libxfce4menu
=xfce-base/xfdesktop-4.5*

Thanks,

--
Valmor

> --
> Marc Joliet
--
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Invalid atom in =media-video/ffmpeg-0.4.9-p20070325

2007-03-25 Thread de Almeida, Valmor F.
> -Original Message-
> From: Marc Joliet [mailto:[EMAIL PROTECTED]
> 
> Maybe I'm putting too much thought to it and making a big deal over a
> trivial typo.

See previous e-mail from >>Q<< on this list. It is a bug. I just did a
new emerge --sync and fixed.

Thanks,

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



[gentoo-user] nfs.confd.old on manifest not found

2007-03-25 Thread de Almeida, Valmor F.

Hello,

I anyone else bumping into this message after a recent emerge --sync
followed by system and world update?

!!! A file listed in the Manifest could not be found:
/usr/portage/net-fs/nfs-utils/files/nfs.confd.old

"emerge system" will complete but not "emerge world."

There isn't a bug filed but there is a comment on the issue on a related
bug for stability of nfs-utils.

Thanks for any inputs.

--
Valmor


->emerge --info
Portage 2.1.2.2 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.5-r0,
2.6.18.6 i686)



--
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Re: Invalid atom in =media-video/ffmpeg-0.4.9-p20070325

2007-03-25 Thread de Almeida, Valmor F.
> -Original Message-
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of >Q<
> 
> See .  I filed the bug
> earlier today, and lu_zero has taken ownership, so hopefully it will
be
> resolved soon.

I did a recent emerge --sync and the problem has been fixed.

Thanks,

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



RE: [gentoo-user] all digest files missing for portage update after rsync with local server

2007-03-25 Thread de Almeida, Valmor F.
> -Original Message-
> From: Zac Medico [mailto:[EMAIL PROTECTED]
> 
> de Almeida, Valmor F. wrote:
> > !!! A file listed in the Manifest could not be found:
> > /usr/portage/net-fs/nfs-utils/files/nfs.confd.old
> 
> http://bugs.gentoo.org/show_bug.cgi?id=172231
> 

The bug has been fixed.

> The cache format changed between portage-2.0.x and portage-2.1.x, so
> emerge --metadata needs to be run in order to migrate to the new
format.
> 

Now that my rsync local server has been upgraded to portage 2.1.2.2,
should I still keep

PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --delete-after --stats
--timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"

in /etc/make.conf ?

Thanks for all the help.

--
Valmor



--
gentoo-user@gentoo.org mailing list



[gentoo-user] keyboard autorepeat rates

2007-03-27 Thread de Almeida, Valmor F.

Hello,

Does anyone know what controls the keyboard autorepeat rate? This is for
a console without running an X server.

How about for an xterm, is the repeat rate controlled by the Option
"AutoRepeat" "xxx yyy" in xorg.conf? 

Thanks,

--
Valmor

--
gentoo-user@gentoo.org mailing list



[gentoo-user] xterm settings with utf-8 unicode

2007-03-31 Thread de Almeida, Valmor F.


Hello,

Sometimes I use an xterm in cygwin to login to gentoo boxes and I have problems 
with font display. For instance I see in the cygwin xterm:

src/ports/Mod4_initdt.f90:1: warning: unused variable â
src/ports/Mod4_initdt.f90:1: warning: unused variable â

when I should see

src/ports/Mod4_initdt.f90:1: warning: unused variable 'charvec_ptr'
src/ports/Mod4_initdt.f90:1: warning: unused variable 'ivec_ptr'

The latter I obtain by running an xterm remotely on the gentoo box. However it 
is not always convenient to fire up xterms on the remote machine.

Would anyone know what is missing either on the cygwin or gentoo ends to get 
this working? Almost everything displays correctly most of the time. Sometimes 
I have a few characters not correctly displayed on man pages. This problem 
started after I upgraded to profile 2006.1 with unicode utf-8 character 
encoding. The gentoo emerge --info is

Portage 2.1.2.2 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.5-r0, 2.6.18.6 
i686)
=
System uname: 2.6.18.6 i686 Intel(R) Xeon(TM) CPU 2.60GHz
Gentoo Base System release 1.12.9

Also

->locale on the gentoo box
LANG=
LC_CTYPE="en_US.utf8"
LC_NUMERIC="en_US.utf8"
LC_TIME="en_US.utf8"
LC_COLLATE="en_US.utf8"
LC_MONETARY="en_US.utf8"
LC_MESSAGES="en_US.utf8"
LC_PAPER="en_US.utf8"
LC_NAME="en_US.utf8"
LC_ADDRESS="en_US.utf8"
LC_TELEPHONE="en_US.utf8"
LC_MEASUREMENT="en_US.utf8"
LC_IDENTIFICATION="en_US.utf8"
LC_ALL=en_US.utf8


Thanks.

--
Valmor

--
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Why is the latest release 2006.1?

2007-04-14 Thread de Almeida, Valmor F.
> -Original Message-
> 
> If you want a new release, just emerge --sync. :)

About a month ago I --sync my systems and the available profile was
still 2006.1. Maybe 2007.0 will arrive soon if not there already.

> 
> On Sat, 2007-04-14 at 20:44 -0500, Thomas T. Veldhouse wrote:
> 
> 
>   Forgive me for being naive and maybe asking a question asked
before;
> I
>   have been away from active participation on this list for quite
some
>   time.  I have done a lot of google searching and can not find
any
> answer
>   to the question of why is Gentoo 2006.1 the latest release?
What
>   happened to the quarterly releases?  The mailing list is still
> active,
>   but the lack of a current release seems to indicate that the
Gentoo
>   project is no longer truly active.
> 
>   Thanks in advance,
> 
>   Tom Veldhouse
> 

--
[EMAIL PROTECTED] mailing list



[gentoo-user] FW: cluster health monitoring

2006-10-23 Thread de Almeida, Valmor F.

Hello list,

I thought this question would also make sense here.

Thanks for any inputs.

--
Valmor

> -Original Message-
> From: de Almeida, Valmor F.
> Sent: Monday, October 23, 2006 1:39 PM
> To: 'gentoo-cluster@gentoo.org'
> Subject: cluster health monitoring
> 
> 
> Hello list,
> 
> I am looking for a health monitoring software for a gentoo cluster.
Any
> inputs from personal experiences would be valuable.
> 
> Lately I had an air conditioning failure over the weekend in my
cluster
> room and the temperature went up to 95F for a couple of days; wonder
what
> was the temperature inside the nodes... I have hddtemp installed and I
was
> thinking about writing a python script to send me e-mails when the hdd
> temperature is over 100F. Before I do that, I wonder what is already
> available for monitoring the system's health.
> 
> Thanks in advance.
> 
> --
> Valmor


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] gforge in gentoo?

2006-02-07 Thread de Almeida, Valmor F.

Hello list,

Does anyone know whether gforge (http://gforge.org) will eventually be
included in the gentoo package system?

Thanks,

--
Valmor



-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] gforge in gentoo?

2006-02-07 Thread de Almeida, Valmor F.

Right; b.g.o. 
Looks like it is coming...
Thanks,

--
Valmor

-Original Message-
From: Rumen Yotov [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 07, 2006 1:26 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] gforge in gentoo?

On Tue, 2006-02-07 at 11:12 -0500, de Almeida, Valmor F. wrote:
> Hello list,
> 
> Does anyone know whether gforge (http://gforge.org) will eventually be
> included in the gentoo package system?
> 
> Thanks,
> 
> --
> Valmor
> 
> 
> 
Hi,
Check Bug-74484 on b.g.o
HTH.Rumen

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] list of files to be installed by a package

2005-08-23 Thread de Almeida, Valmor F.


Hello List,

Is it possible to find out what are the file names (full path) to be
installed by a package without installing it?

Thanks,

--
Valmor


-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] list of files to be installed by a package

2005-08-23 Thread de Almeida, Valmor F.


Will try.
Thanks a lot.

--
Valmor

-Original Message-
From: Matthew Cline [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 23, 2005 12:55 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] list of files to be installed by a package

On 8/23/05, de Almeida, Valmor F. <[EMAIL PROTECTED]> wrote:
> 
> 
> Hello List,
> 
> Is it possible to find out what are the file names (full path) to be
> installed by a package without installing it?
> 

IIRC, it is not possible to get a complete file list without actually
compiling the package, because the different USE flags declared change
which files will be installed.

However, if you are willing to build the package without actually
installing it to your system, you can run emerge with the '-B' option
to build a binary package. This command creates a .tbz2 archive
containing all of the files that would be installed by the package,
which you can then browse through.

HTH,

Matt

-- 
gentoo-user@gentoo.org mailing list


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] at utility

2006-04-13 Thread de Almeida, Valmor F.

Hello list,

I have the at utility described in my man pages but can't find it and
don't know what package it came from; if it is indeed in my system. Does
anyone know?


Thanks,

--
Valmor




Portage 2.0.51.22-r3 (default-linux/x86/2005.1, gcc-3.3.6,
glibc-2.3.5-r2, 2.6.12.5 i686)
=
System uname: 2.6.12.5 i686 Intel(R) Xeon(TM) CPU 2.66GHz
Gentoo Base System version 1.6.13
dev-lang/python: 2.3.5, 2.4.2
sys-apps/sandbox:1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium4 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/4.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=pentium4 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.mirrors.tds.net/gentoo
http://212.219.56.131/sites/www.ibiblio.org/gentoo/
ftp://gentoo.mirrors.tds.net/gentoo";
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X Xaw3d alsa arts avi berkdb bitmap-fonts crypt cups curl doc
eds emboss encode esd fam fftw foomaticdb fortran gb gd gdbm gif gnome
gphoto2 gpm gstreamer gtk gtk2 hdf5 imagemagick imlib ipv6 java jpeg kde
lapack lesstif libg++ libwww mad mikmod motif mozilla mp3 mpeg mysql
ncurses netcdf nls ogg oggvorbis opengl oss pam pdflib perl plotutils
png python qt quicktime readline samba sdl slang spell ssl svga tcltk
tcpd tetex tiff truetype truetype-fonts type1-fonts udev usb vorbis
xinerama xml xml2 xmms xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS,
PORTDIR_OVERLAY


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] System.map not found - unable to check symbols

2006-05-08 Thread de Almeida, Valmor F.

Hello list,

Following closely the instrunctions on the Gentoo Linux x86 Handbook, I
installed gentoo recently (info below) and just did the first reboot
before finalizing the installation. All worked except for this message
during boot

System.map not found - unable to check symbols.

which doesn't seem to cause problems during/after booting (??).

I did a manual kernel compilation and the handbook didn't say anything
about copying System.map to /boot. On a second attempt to reboot I did
copied System.map to /boot. My grub.conf follows below. In /boot I have
System.map and System.map-2.6.15.1 files (System.map is a soft link).

Thanks for any help.

--
Valmor


---
grub.conf
# Boot automatically after 30 secs.
timeout 30

# By default, boot the first entry.
default 0

# Nice, fat splash-image to spice things up :)
splashimage=(hd0,0)/grub/splash.xpm.gz

# For booting GNU/Linux
title  Gentoo GNU/Linux [kernel-2.6.15.1.VFdA-1] 08May06
root (hd0,0)
kernel /kernel-2.6.15.1-VFdA-1 root=/dev/hda3



Portage 2.0.54 (default-linux/x86/2006.0, gcc-3.4.4, glibc-2.3.5-r2,
2.6.15.1 i686)
=
System uname: 2.6.15.1 i686 Intel(R) Xeon(TM) CPU 2.60GHz
Gentoo Base System version 1.6.14
dev-lang/python: 2.4.2
dev-python/pycrypto: [Not Present]
dev-util/ccache: [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium4 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config 
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/terminfo
/etc/env.d"
CXXFLAGS="-O3 -march=pentium4 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.gtlib.gatech.edu/pub/gentoo
http://www.gtlib.gatech.edu/pub/g
entoo ftp://mirror.iawnet.sandia.gov/pub/gentoo/
http://gentoo.chem.wisc.edu/gentoo/ ft
p://gentoo.chem.wisc.edu/gentoo/ http://mirrors.acm.cs.rpi.edu/gentoo/
http://open-syst
ems.ufl.edu/mirrors/gentoo http://mirror.mcs.anl.gov/pub/gentoo/
ftp://mirror.mcs.anl.g
ov/pub/gentoo/ "
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X avi berkdb bitmap-fonts bzip2 cli crypt cups dri encode expat
foomaticdb for
tran gdbm gif gnome gpm gstreamer gtk gtk2 imlib isdnlog jpeg libg++
libwww motif mpeg 
ncurses nls nptl opengl pam pcre pdflib perl png pppd python qt
quicktime readline refl
ection sdl session spl ssl tcpd truetype truetype-fonts type1-fonts udev
xml xmms xorg 
xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS,
PORTAGE_RSYNC_E
XTRA_OPTS, PORTAGE_RSYNC_OPTS, PORTDIR_OVERLAY

-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] System.map not found - unable to check symbols

2006-05-09 Thread de Almeida, Valmor F.

I tried the make all option and it added a /boot -> .
Inside /boot. Also, a menu.lst file was created inside /boot/grub that
points to grub.conf. Other than that there no changes/additions we made.

I rebooted and had the same problem occurring:

System.map not found -- unable to check symbols

Thanks for your inputs.

--
Valmor


-Original Message-
From: Alexander Skwar [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 09, 2006 1:12 AM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] System.map not found - unable to check
symbols

de Almeida, Valmor F. wrote:

> System.map not found - unable to check symbols.
> 
> which doesn't seem to cause problems during/after booting (??).
> 
> I did a manual kernel compilation

To do this, I always do:

make all modules_install install

This will do all the necessary steps.

Alexander Skwar
-- 
It is impossible to experience one's death objectively and still carry a
tune.
-- Woody Allen
-- 
gentoo-user@gentoo.org mailing list


-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] System.map not found - unable to check symbols

2006-05-09 Thread de Almeida, Valmor F.

> -Original Message-
> From: Bo Andresen [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 09, 2006 1:04 PM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] System.map not found - unable to check
symbols
> 
> Reordered to make it more readable.
> 
> On Tuesday 09 May 2006 15:56, de Almeida, Valmor F. wrote:
> > > > System.map not found - unable to check symbols.
> > > > which doesn't seem to cause problems during/after booting (??).
> > > >
> > > > I did a manual kernel compilation
> > >
> > > To do this, I always do:
> > >
> > >   make all modules_install install
> > >
> > > This will do all the necessary steps.
> > I tried the make all option and it added a /boot -> .
> > Inside /boot. Also, a menu.lst file was created inside /boot/grub
that
> > points to grub.conf. Other than that there no changes/additions we
made.
> 
> 'make all' is supposed to compile the kernel, 'make modules_install'
will
> compile the kernel modules, 'make install' will install the kernel and
> 'make
> all modules_install install' will do all three of those things.

I tried multiple times, different ways installing the kernel (vanilla
sources) and reinstalling grub. Still the same message of "System.map
not found" during booting.
> 
> > I rebooted and had the same problem occurring:
> >
> > System.map not found -- unable to check symbols
> 
> Could you provide the output of:
> 
> # df -h | grep boot
> # ls -l /boot

Nothing from the previous commands since /boot is not mounted (it is no
in fstab as suggested by the install handbook)
> # uname -r

2.6.15.1

> 
> And please no top-posting i.e. post your replies below whatever you
are
> replying to.
> 
> --
> Bo Andresen


Thanks,

--
Valmor

-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] System.map not found - unable to check symbols

2006-05-10 Thread de Almeida, Valmor F.
> -Original Message-
> From: Glenn Enright [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 09, 2006 7:58 PM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] System.map not found - unable to check
symbols
> 
> > > > > > System.map not found - unable to check symbols.
> > > > > > which doesn't seem to cause problems during/after booting
(??).
> > > > > >
> > > > > > I did a manual kernel compilation
> > > > >
> > > > > To do this, I always do:
> > > > >
> > > > >   make all modules_install install
> > > > >
> > > > > This will do all the necessary steps.
> > > >
> > > > I tried the make all option and it added a /boot -> .
> > > > Inside /boot. Also, a menu.lst file was created inside
/boot/grub
> > > > that points to grub.conf. Other than that there no
changes/additions
> > > > we made.
> > >
> > > 'make all' is supposed to compile the kernel, 'make
modules_install'
> > > will compile the kernel modules, 'make install' will install the
> kernel
> > > and 'make all modules_install install' will do all three of those
> things.
> >
> > I tried multiple times, different ways installing the kernel
(vanilla
> > sources) and reinstalling grub. Still the same message of
"System.map
> > not found" during booting.
> >
> > > > I rebooted and had the same problem occurring:
> > > >
> > > > System.map not found -- unable to check symbols
> > >
> > > Could you provide the output of:
> > >
> > > # df -h | grep boot
> > > # ls -l /boot
> >
> > Nothing from the previous commands since /boot is not mounted (it is
no
> > in fstab as suggested by the install handbook)
> >
> > > # uname -r
> >
> > 2.6.15.1
> 
> 
> Where is the message comming from? do you get it during kernel load or
> once
> the initscripts with the green stars beside them start doing their
thing?

Yes after the green starts. The actual message scrolls up tagged with a
yellow asterisk 

> I'm
> guessing from the OP that you have x86 hardware?

Yes I have x86

> 
> 1) If its the kernel load (easier to check) I suggest the following.
As
> root
> user...
> - make sure the boot partition is mounted run 'mount /boot'
> - make sure the /usr/src/linux link is pointing to the kernel you want
to
> boot
> from
> - cd /usr/src/linux
> - run 'make clean' (this will essentially deletes all the compiled
stuff
> except for your config file, in other words cleans up the tree :)
> - run 'make all modules_install install'
> - have a look in /boot to make sure the installer created the
appropriate
> link 'System.map' to the version it just installed. use 'ls -l' to see
> this
> - now try a reboot making sure you use >> the same kernel you just
built
> <<
> do you still get the message? If so you may need to alter the kernel
> config
> and see if that makes any difference, or you might like to try a
different
> kernel version.
> 
> 2) If its happening while the initscripts load, or at some other time
> after
> kernel boot, then its a gentoo specific issue and you need to work
through
> those scripts somehow to isolate the cause.
> 
> --
> Thus spake the master programmer:
>   "After three days without programming, life becomes
meaningless."
>   -- Geoffrey James, "The Tao of Programming"


Thanks,

--
Valmor

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] setting up rsh and rlogin

2006-05-11 Thread de Almeida, Valmor F.

Hello list,

I am setting up rsh and rlogin services between machines x1 and x2.
Following info on the web I go it working from x1 to x2. However when
going from x2 to x1 I get:

x2$ rsh x1 uptime
poll: protocol failure in circuit setup

x2$ rlogin x1
rcmd: x1: Connection reset by peer

I think I setup the configuration pretty symmetric between the machines
but don't seem to find the mistake.

Also on the log file in machine x1 I get the following when doing an rsh

May 11 17:50:50 x1 xinetd[7279]: START: shell pid=7346
from=192.168.0.102
May 11 17:50:50 x1 xinetd[7346]: FAIL: shell address
May 11 17:50:50 x1 xinetd[7279]: EXIT: shell status=0 pid=7346
duration=0(sec)

and for rlogin

May 11 17:52:16 x1 xinetd[7349]: FAIL: login address
May 11 17:52:16 x1 xinetd[7279]: START: login pid=7349
from=192.168.0.102
May 11 17:52:16 x1 xinetd[7279]: EXIT: login status=0 pid=7349
duration=0(sec)


Any help appreciated.

Thanks,

--
Valmor

-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] setting up rsh and rlogin

2006-05-11 Thread de Almeida, Valmor F.

> -Original Message-
> From: John Jolet [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 11, 2006 7:41 PM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] setting up rsh and rlogin
> 
> de Almeida, Valmor F. wrote:
> 
> >Hello list,
> >
> >I am setting up rsh and rlogin services between machines x1 and x2.
> >Following info on the web I go it working from x1 to x2. However when
> >going from x2 to x1 I get:
> >
> >x2$ rsh x1 uptime
> >poll: protocol failure in circuit setup
> >
> >x2$ rlogin x1
> >rcmd: x1: Connection reset by peer
> >
> >I think I setup the configuration pretty symmetric between the
machines
> >but don't seem to find the mistake.
> >
> >Also on the log file in machine x1 I get the following when doing an
rsh
> >
> >May 11 17:50:50 x1 xinetd[7279]: START: shell pid=7346
> >from=192.168.0.102
> >May 11 17:50:50 x1 xinetd[7346]: FAIL: shell address
> >May 11 17:50:50 x1 xinetd[7279]: EXIT: shell status=0 pid=7346
> >duration=0(sec)
> >
> >and for rlogin
> >
> >May 11 17:52:16 x1 xinetd[7349]: FAIL: login address
> >May 11 17:52:16 x1 xinetd[7279]: START: login pid=7349
> >from=192.168.0.102
> >May 11 17:52:16 x1 xinetd[7279]: EXIT: login status=0 pid=7349
> >duration=0(sec)
> >
> >
> >Any help appreciated.
> >
> >Thanks,
> >
> >--
> >Valmor
> >
> >
> >
> you don't mention here, but why in the world are you using rsh instead
> of ssh?

I knew I was going to get this question. These machines stay behind 2
firewalls and virtually have no connection to the outside network. So,
no reason to have secure internet service installed.

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


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] livecd does not boot after gentoo install

2006-05-12 Thread de Almeida, Valmor F.

Hello list,

After using a livecd to make a successful gentoo install, I tried to
boot from the livecd again but in every attempt the bios keep booting
grub from the hard drive. If I remove the hard drive from the list of
boot devices in the bios and force it to boot from the CD rom I get the
message: OS not found; I am sure the livecd is in the CD rom but
apparently it is recognized.

Any inputs on this problem appreciated.

Thanks,

--
Valmor

-- 
gentoo-user@gentoo.org mailing list



FW: [gentoo-user] livecd does not boot after gentoo install

2006-05-15 Thread de Almeida, Valmor F.

Hello list,

I am posting the message again because I sent it over the weekend and
some of you may not have seen it.

After using a livecd to make a successful gentoo install, I tried to
boot from the livecd again but in every attempt the bios keep booting
grub from the hard drive. If I remove the hard drive from the list of
boot devices in the bios and force it to boot from the CD rom I get the
message: OS not found; I am sure the livecd is in the CD rom but
apparently it is not recognized. What would be the reason for this
behavior?

Any inputs on this problem appreciated.

Thanks,

--
Valmor


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] multiple emerge --sync on the same day?

2006-05-15 Thread de Almeida, Valmor F.

Hello list,

I've been installing gentoo on 16, almost identical PC's. I wanted to do
a manual install once and clone the rest but I am having problems with
rebooting a gentoo box with the same livecd I used to install gentoo in
the first place (I've also tried with a fresh livecd). Booting with the
livecd would allow me to get an image of the hard drive to use for
cloning. I don't know an alternative way. 

I am planning to get a few machines going on a manual installation while
I troubleshoot the livecd problem. These machines are behind a router
and there will be multiple emerge --sync requests coming from the same
IP. Is this a problem? I read somewhere that the same machine should not
be doing more than one emerge --sync per day.

Thanks,

--
Valmor


-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] multiple emerge --sync on the same day?

2006-05-15 Thread de Almeida, Valmor F.
> -Original Message-
> From: Rumen Yotov [mailto:[EMAIL PROTECTED]
> Sent: Monday, May 15, 2006 1:19 PM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] multiple emerge --sync on the same day?
> 
> de Almeida, Valmor F. wrote:
> > Hello list,
> >
> > I've been installing gentoo on 16, almost identical PC's. I wanted
to do
> > a manual install once and clone the rest but I am having problems
with
> > rebooting a gentoo box with the same livecd I used to install gentoo
in
> > the first place (I've also tried with a fresh livecd). Booting with
the
> > livecd would allow me to get an image of the hard drive to use for
> > cloning. I don't know an alternative way.
> >
> > I am planning to get a few machines going on a manual installation
while
> > I troubleshoot the livecd problem. These machines are behind a
router
> > and there will be multiple emerge --sync requests coming from the
same
> > IP. Is this a problem? I read somewhere that the same machine should
not
> > be doing more than one emerge --sync per day.
> >
> > Thanks,
> >
> > --
> > Valmor
> >
> >
> Hi,
> You could install once, make a stage-4 tarball, record/store it
> elsewhere and later use it for all the rest.
> Later any liveCD which could boot will do.
> Unpack the tarball install grub/lilo and reboot.
> PS: search gentoo-wiki for making stage-4 tarball IIRC.

Thanks for the idea.

--
Valmor

> HTH.Rumen
> --
> gentoo-user@gentoo.org mailing list


-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] multiple emerge --sync on the same day?

2006-05-15 Thread de Almeida, Valmor F.
> -Original Message-
> From: Farhan Ahmed [mailto:[EMAIL PROTECTED]
> Sent: Monday, May 15, 2006 12:53 PM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] multiple emerge --sync on the same day?
> 
> de Almeida, Valmor F. wrote:
> > [...]
> >
> > I am planning to get a few machines going on a manual installation
while
> > I troubleshoot the livecd problem. These machines are behind a
router
> > and there will be multiple emerge --sync requests coming from the
same
> > IP. Is this a problem? I read somewhere that the same machine should
not
> > be doing more than one emerge --sync per day.
> 
> Use different rsync mirrors for different PCs. A better solution is
found
> in this HOW-TO
> 
>   http://gentoo-wiki.com/HOWTO_Local_Rsync_Mirror

Thanks for point this out.

--
Valmor

> 
> Hope That Helps,
> Farhan Ahmed
> --
> Place :  Bangalore, Karnataka, India
> GPG Key   :  8BE90E98
> WengoPhone ID :  farhanahmed
> IRC Nick  :  farhanahmed / farhanahmed06 (irc.freenode.net)
> Check Out   :  http://gentooisbest.blogspot.com

-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] multiple emerge --sync on the same day?

2006-05-19 Thread de Almeida, Valmor F.
> -Original Message-
> From: Daniel da Veiga [mailto:[EMAIL PROTECTED]
> Sent: Monday, May 15, 2006 3:47 PM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] multiple emerge --sync on the same day?
> 
> On 5/15/06, de Almeida, Valmor F. <[EMAIL PROTECTED]> wrote:
> >
> > Hello list,
> >
> > I've been installing gentoo on 16, almost identical PC's. I wanted
to do
> > a manual install once and clone the rest but I am having problems
with
> > rebooting a gentoo box with the same livecd I used to install gentoo
in
> > the first place (I've also tried with a fresh livecd). Booting with
the
> > livecd would allow me to get an image of the hard drive to use for
> > cloning. I don't know an alternative way.
> >
> > I am planning to get a few machines going on a manual installation
while
> > I troubleshoot the livecd problem. These machines are behind a
router
> > and there will be multiple emerge --sync requests coming from the
same
> > IP. Is this a problem? I read somewhere that the same machine should
not
> > be doing more than one emerge --sync per day.
> >
> 
> If all  your computers have the same configurantion (or, as you said,
> very similar), you could build ONE box, set it to be a BINHOST, use a
> network shared dir for distfiles, set distcc, set ccache (all while
> installing) and use it as a local RSYNC server, this would give you:
> 
> 1) Super fast install at the other machines.
> 2) Less stress on your backbone.
> 4) Fast compiles at the host with all the machines as distcc servers.
> 3) No compile time at all BINHOST clients.
> 

Obrigado for the suggestion. This will be a project for a future gentoo
cluster install expansion.

--
Valmor

> --
> Daniel da Veiga
> Computer Operator - RS - Brazil
> -BEGIN GEEK CODE BLOCK-
> Version: 3.1
> GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
> PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
> --END GEEK CODE BLOCK--
> 
> --
> gentoo-user@gentoo.org mailing list


-- 
gentoo-user@gentoo.org mailing list