Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 111 matches

Go to advanced search

Advanced search
Search found 111 matches
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next
by tony-curtis
Sun Jan 27, 2013 9:42 pm
Forum: Portage & Programming
Topic: difference between cc and cc1?
Replies: 2
Views: 3293

Those are internal compiler phases invoked by the userland driver program (gcc, icc, etc) and aren't generally meant for separate use by the programmer.
(And the phases invoked vary from compiler to compiler and depend on which flags are used)
  • Jump to post
by tony-curtis
Sun Jan 20, 2013 12:15 am
Forum: Portage & Programming
Topic: opennmpi can't be installed
Replies: 4
Views: 3739

So, that fixed things?
  • Jump to post
by tony-curtis
Sat Jan 19, 2013 8:10 pm
Forum: Portage & Programming
Topic: opennmpi can't be installed
Replies: 4
Views: 3739

Looks to me like you're trying to build openmpi with support for some feature that's not installed. Initial suggestion is to run an emerge --deep -a world, then revdep-rebuild (from gentoolkit) to see if the system detects something that should be pulled in.
  • Jump to post
by tony-curtis
Thu Nov 29, 2012 2:38 am
Forum: Portage & Programming
Topic: MPI execution failed
Replies: 5
Views: 9371

Ah, GridEngine?

If you build your MPI with GE integration you can just say "mpirun <yourprogram>" at the end and the MPI will take care of all the hostfile and -np bits for you.

#nodes=5
#ncpu=`expr $nodes \* 2`

these are just comments as far as the shell executing the job is concerned and are ...
  • Jump to post
by tony-curtis
Thu Nov 22, 2012 2:23 am
Forum: Portage & Programming
Topic: MPI execution failed
Replies: 5
Views: 9371

What is "mpirun -3 5 ..." supposed to do? Do you want 5 processes?
  • Jump to post
by tony-curtis
Wed Feb 01, 2012 7:23 pm
Forum: Networking & Security
Topic: /etc/resolv.conf keeps getting blanked out [Solved]
Replies: 4
Views: 3245

Are you sure it's something happening on wlan0 that is doing this? Maybe another network interface is responsible.
  • Jump to post
by tony-curtis
Wed Nov 23, 2011 5:10 pm
Forum: Portage & Programming
Topic: [SOLVED] perl-core/Encode-2.40-r1 fails to emerge
Replies: 4
Views: 2317

Yes, it builds.

"module" is to manage extra / different versions of packages, e.g. if you have extra compilers from various vendors, you can use module to add/remove PATH, MANPATH etc. settings.
  • Jump to post
by tony-curtis
Wed Nov 23, 2011 2:39 am
Forum: Portage & Programming
Topic: [SOLVED] perl-core/Encode-2.40-r1 fails to emerge
Replies: 4
Views: 2317

"module" as in http://modules.sourceforge.net/

It sets an environment variable called MODULE_VERSION: this was being used by portage and was misdirecting the build to a non-existent directory.
  • Jump to post
by tony-curtis
Sun Nov 20, 2011 6:45 pm
Forum: Portage & Programming
Topic: [SOLVED] perl-core/Encode-2.40-r1 fails to emerge
Replies: 4
Views: 2317

[SOLVED] perl-core/Encode-2.40-r1 fails to emerge

* Package: perl-core/Encode-2.40-r1
* Repository: gentoo
* Maintainer: perl@gentoo.org
* USE: amd64 elibc_glibc kernel_linux multilib userland_GNU
* FEATURES: sandbox splitdebug
>>> Unpacking source...
>>> Unpacking Encode-2.40.tar.gz to /var/tmp/portage/perl-core/Encode-2.40-r1/work
>>> Source ...
  • Jump to post
by tony-curtis
Thu Mar 03, 2011 5:42 pm
Forum: Installing Gentoo
Topic: Boot: Not a valid runlevel <SOLVED>
Replies: 4
Views: 8646

Can you post the /etc/inittab? That might tell us what the runlevel message is about.
  • Jump to post
by tony-curtis
Thu Jan 13, 2011 12:02 am
Forum: Networking & Security
Topic: [SOLVED] dhclient doesn't set domain-name
Replies: 6
Views: 7946

Oh, well my brain apparently failed today. I've never actually encountered that problem (in over 20 years :o )
  • Jump to post
by tony-curtis
Wed Jan 12, 2011 11:37 pm
Forum: Networking & Security
Topic: [SOLVED] dhclient doesn't set domain-name
Replies: 6
Views: 7946

"search" does the same thing as "domain" here, however search lets you list out multiple names, whereas domain is just a single value.

There's a man page for resolv.conf(5) that shows how this process works.
  • Jump to post
by tony-curtis
Sat Jan 08, 2011 6:44 pm
Forum: Other Things Gentoo
Topic: Openmp - yes or no?
Replies: 1
Views: 7433

OpenMP directives/pragmas are not processed by gcc unless the -fopenmp option is given, as you noted (supported != always in play). You can use it on a system with any number of cores, but you'll only see potential speedups on multi-core systems: so, yes, a dual-core system can scale to 2 threads ...
  • Jump to post
by tony-curtis
Wed Dec 29, 2010 9:15 pm
Forum: Portage & Programming
Topic: expected '=', ',', ';', 'asm' or '__attribute__' [SOLVED]
Replies: 4
Views: 7377

error: expected '=', ',', ';', 'asm' or '__attribute__' before 'rlock'
Giveaway. Indicates a variable declaration with an unknown type. This probably means a missing #include, in this case, of <pthread.h> in that source file. Probably...
  • Jump to post
by tony-curtis
Fri Dec 17, 2010 6:44 pm
Forum: Networking & Security
Topic: ssh store default username/login_name per host? [solved]
Replies: 2
Views: 2937

in .ssh/config you can add entries such as

Code: Select all

Host some.host.name.or.pattern
  User zvcdf12345
  • Jump to post
by tony-curtis
Thu Dec 09, 2010 8:35 pm
Forum: Networking & Security
Topic: NIS and groups
Replies: 14
Views: 8388

Baffling.

Could there perhaps be a minor formatting error in /etc/group that is being ignored locally, but the YP make process is choking on?
How did you create/edit the local groups? groupadd/vigr and friends, or ... ?
  • Jump to post
by tony-curtis
Thu Dec 09, 2010 1:15 am
Forum: Networking & Security
Topic: NIS and groups
Replies: 14
Views: 8388

is MERGE_GROUP=true in /var/yp/Makefile ?

also make sure MINGID is incorporating the groups you want visible to YP.

one thing to try is to force a group update: touch /etc/group and make in /var/yp
  • Jump to post
by tony-curtis
Wed Dec 08, 2010 10:51 pm
Forum: Networking & Security
Topic: NIS and groups
Replies: 14
Views: 8388

The build for the YP maps is in /var/yp on the YP/NIS server (presumably also the head node? or use "ypwhich" to find the server).

A "make" in there will incorporate local changes into YP/NIS. passwd and group should be handled by default.
  • Jump to post
by tony-curtis
Wed Dec 08, 2010 10:18 pm
Forum: Networking & Security
Topic: NIS and groups
Replies: 14
Views: 8388

> normal?

depends on your setup. From what you've said, I'm guessing that the YP group map has been set up but is empty, and that the group(s) you're expecting to see are only in /etc/group on the head (so the "files" repository on the head picks up the groups for you, but neither "files" nor "nis ...
  • Jump to post
by tony-curtis
Wed Dec 08, 2010 10:10 pm
Forum: Networking & Security
Topic: NIS and groups
Replies: 14
Views: 8388

can you "ypcat passwd" (and group) on both the head and compute nodes?

Check also that "getent passwd" (and group) delivers the concatenation of /etc/passwd(group) and the NIS map.
  • Jump to post
by tony-curtis
Wed Dec 08, 2010 10:04 pm
Forum: Networking & Security
Topic: NIS and groups
Replies: 14
Views: 8388

what's in nsswitch.conf on the compute nodes?
  • Jump to post
by tony-curtis
Wed Dec 08, 2010 9:59 pm
Forum: Networking & Security
Topic: NIS and groups
Replies: 14
Views: 8388

what's the group setting in /etc/nsswitch.conf?
  • Jump to post
by tony-curtis
Sat Nov 27, 2010 9:19 pm
Forum: Portage & Programming
Topic: [SOLVED] openssh-5.6_p1-r2 - fails to emerge
Replies: 8
Views: 2539

warning: libcrypto.so.0.9.8, needed by /usr/lib/gcc/i686-pc-linux-gnu/4.4.4/../../../libldap.so, not found (try using -rpath or -rpath-link)

There you go. You're trying to build OpenSSH without OpenSSL. That's going to end in tears...

Do you have OpenSSL installed, and if so, which version ...
  • Jump to post
by tony-curtis
Sat Nov 27, 2010 8:58 pm
Forum: Portage & Programming
Topic: [SOLVED] openssh-5.6_p1-r2 - fails to emerge
Replies: 8
Views: 2539

Looks like the badness happened right before the first line you included. Can you post the full build log for openssh?
  • Jump to post
by tony-curtis
Thu Nov 11, 2010 5:59 pm
Forum: Kernel & Hardware
Topic: [SOLVED]: Strange error message during boot time
Replies: 5
Views: 3450

Looks like you've accidentally got a carriage-return (Control/^M) on the end of the first line in /etc/init.d/net.lo
  • Jump to post

Search found 111 matches
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic