Scott Taylor | 1 Apr 2005 01:07

Re: C compiler cannot create executables

On Thu, 2005-03-31 at 20:09 +0200, spetznaz <at> internettledelsen.com wrote:
> spetznaz <at> Mjolne ~ $ gcc-config -l 
> [1] x86_64-pc-linux-gnu-3.4.2 
> [2] x86_64-pc-linux-gnu-3.4.2-hardened 
> [3] x86_64-pc-linux-gnu-3.4.2-hardenednossp 
> [4] x86_64-pc-linux-gnu-3.4.3-20050110 * 
> [5] x86_64-pc-linux-gnu-3.4.3-20050110-hardened 
> [6] x86_64-pc-linux-gnu-3.4.3-20050110-hardenednopie 
> [7] x86_64-pc-linux-gnu-3.4.3-20050110-hardenednossp
Whenever I get the cannot create executables message, it is usually
related to the following two files, which if they exist should be
deleted as they are messing with (due to being applied after) the proper
ones that do not end with a hyphen:
/etc/env.d/05gcc-
/etc/env.d/gcc/config-
Delete those two, run env-update and source /etc/profile, then try the
emerge again. Something else that happens to me around the same time is
a complaint about a lib(something).la which cannot be found because its
looking for it in a path without the datestamp. Adding the two symlinks
below helped me with that:

Green# ll /usr/lib/gcc/i686-pc-linux-gnu/
lrwxrwxrwx  1 root root   14 Feb 21 14:03 3.3.5 -> 3.3.5-20050130
drwxr-xr-x  4 root root 4096 Mar 30 00:44 3.3.5-20050130
lrwxrwxrwx  1 root root   14 Feb 21 14:02 3.4.3 -> 3.4.3-20050110
drwxr-xr-x  4 root root 4096 Mar 31 09:14 3.4.3-20050110

--
Scott Taylor - <security <at> 303underground.com> 

(Continue reading)

Grant | 1 Apr 2005 01:32
Picon

restricted IMAP configuration

I'm using courier-imap.  I'd like to be able to set up an imap client
on a single workstation to be the only client that can access a
particular imap "account".  Do I need a particular imap client, a
particular configuration of courier, or both?

- Grant
--
gentoo-user <at> gentoo.org mailing list

Andrew Gaydenko | 1 Apr 2005 01:39

Re: Service named already provided by dns!

I don't think it is Gentoo way. I have installed net-dns/bind, but it isn't
added to any runlevel script. Deleting the /etc/init.d/named file will break
a correctness of net-dns/bind installation.

======= On Friday 01 April 2005 01:47, A. Khattri wrote: =======
On Fri, 1 Apr 2005, Andrew Gaydenko wrote:

> Each "Regenerating /etc/ld.so.cache" shows the message:
>
>  * Caching service dependencies ...
>  *  Service 'named' already provided by 'dns'!;
>  *  Not adding service 'pdnsd'...
>
> What does it mean? I have not noticed any side effects.

If you are replacing named with pdnsd then you will need to remove
/etc/init.d/named
--
gentoo-user <at> gentoo.org mailing list

Eric Thompson | 1 Apr 2005 01:51
Picon

Re: C compiler cannot create executables

On Thu, 31 Mar 2005 16:07:10 -0700, Scott Taylor
<security <at> 303underground.com> wrote:
> On Thu, 2005-03-31 at 20:09 +0200, spetznaz <at> internettledelsen.com wrote:
> > spetznaz <at> Mjolne ~ $ gcc-config -l
> > [1] x86_64-pc-linux-gnu-3.4.2
> > [2] x86_64-pc-linux-gnu-3.4.2-hardened
> > [3] x86_64-pc-linux-gnu-3.4.2-hardenednossp
> > [4] x86_64-pc-linux-gnu-3.4.3-20050110 *
> > [5] x86_64-pc-linux-gnu-3.4.3-20050110-hardened
> > [6] x86_64-pc-linux-gnu-3.4.3-20050110-hardenednopie
> > [7] x86_64-pc-linux-gnu-3.4.3-20050110-hardenednossp
> Whenever I get the cannot create executables message, it is usually
> related to the following two files, which if they exist should be
> deleted as they are messing with (due to being applied after) the proper
> ones that do not end with a hyphen:
> /etc/env.d/05gcc-
> /etc/env.d/gcc/config-
> Delete those two, run env-update and source /etc/profile, then try the
> emerge again. Something else that happens to me around the same time is
> a complaint about a lib(something).la which cannot be found because its
> looking for it in a path without the datestamp. Adding the two symlinks
> below helped me with that:
> 
> Green# ll /usr/lib/gcc/i686-pc-linux-gnu/
> lrwxrwxrwx  1 root root   14 Feb 21 14:03 3.3.5 -> 3.3.5-20050130
> drwxr-xr-x  4 root root 4096 Mar 30 00:44 3.3.5-20050130
> lrwxrwxrwx  1 root root   14 Feb 21 14:02 3.4.3 -> 3.4.3-20050110
> drwxr-xr-x  4 root root 4096 Mar 31 09:14 3.4.3-20050110
> 
> --
(Continue reading)

Robert Persson | 1 Apr 2005 02:22
Picon
Favicon

Re: ssh authentication wierdness

On March 31, 2005 01:45 pm, quoth A. Khattri:
> On Thu, 31 Mar 2005, Robert Persson wrote:
> > I have been trying to get ssh to start behaving and, among other
> > problems, I am unable to get ssh/sshd - one of the two - to deal with
> > hostnames properly.
> >
> > For instance I have just been trying to ssh into the machine I am working
> > on. In /etc/hosts is the line "192.168.1.2 zebedee".  However "ssh
> > 192.168.1.2" works, while "ssh zebedee" gets me a "connection refused"
> > error.   I get the same problem when I try to log in from a remote OSX
> > powerbook.  However I did not get this problem when I was running SuSE
> > 9.2.
> >
> > Why can't I use a hostname to log in?
>
> What's in resolv.conf?

bash-2.05b$ cat /etc/resolv.conf

domain magicroundabout
nameserver 209.53.4.130
nameserver 64.114.195.135
nameserver 209.53.4.150

--

-- 
Robert Persson

"No matter how much ye shake yer peg
The last wee drap rins doon yer leg."

(Continue reading)

AJ Spagnoletti | 1 Apr 2005 02:35
Picon

Xorg Problem

Hi, I am having some more problems with gentoo. I emerged the latest
version of Xorg as well as KDE to get a desktop environment up. I
configured Xorg using xorgconfig and then set it up to run the KDE
desktop. The desktop loads however Xorg crashes shortly after the kde
finishes loading. I posted this problem in the gentoo forum
(http://forums.gentoo.org/viewtopic-t-316523-highlight-xorg+lockup.html)
There also is a copy of the log file. Any suggestions on how to fix
this are appreciated.

A.J.
--
gentoo-user <at> gentoo.org mailing list

david | 1 Apr 2005 03:48

Re: Xorg Problem

Do you have intel onboard graphics?Are you using genkernel?See if this
helps;
http://forums.gentoo.org/viewtopic.php?t=198023&postdays=0&postorder=asc&start=125
--

-- 
david <abbottdavid <at> bellsouth.net>

--
gentoo-user <at> gentoo.org mailing list

AJ Spagnoletti | 1 Apr 2005 04:15
Picon

Re: Xorg Problem

ok my graphics are i810 and I compiled my own kernel. The problems in
the forum link you sent are similar to mine with the vertical lines
and complete freeze up but just quickly scanning through the only
solution is to use another video card which i dont have..

On Thu, 31 Mar 2005 20:48:20 -0500, david <abbottdavid <at> bellsouth.net> wrote:
> Do you have intel onboard graphics?Are you using genkernel?See if this
> helps;
> http://forums.gentoo.org/viewtopic.php?t=198023&postdays=0&postorder=asc&start=125
> --
> david <abbottdavid <at> bellsouth.net>
> 
> --
> gentoo-user <at> gentoo.org mailing list
> 
>
--
gentoo-user <at> gentoo.org mailing list

Rod | 1 Apr 2005 04:29
Picon

Re: restricted IMAP configuration

What about setting up another port that ipmap is mapped to for that 
single client (a port that is not the standard port) then only give that 
port to the client to use?

from /etc/courier-imap/imapd

> ##NAME: PORT:1
> #
> #  Port numbers that connections are accepted on.  The default is 143,
> #  the standard IMAP port.
> #
> #  Multiple port numbers can be separated by commas.  When multiple port
> #  numbers are used it is possible to select a specific IP address for a
> #  given port as "ip.port".  For example, "127.0.0.1.900,192.68.0.1.900"
> #  accepts connections on port 900 on IP addresses 127.0.0.1 and 
> 192.68.0.1
> #  The previous ADDRESS setting is a default for ports that do not have
> #  a specified IP address.
>
> PORT=143

Grant wrote:

>I'm using courier-imap.  I'd like to be able to set up an imap client
>on a single workstation to be the only client that can access a
>particular imap "account".  Do I need a particular imap client, a
>particular configuration of courier, or both?
>
>- Grant
>--
(Continue reading)

Mark Knecht | 1 Apr 2005 04:47
Picon

No disk space

Hi,
   It's been a long time since I ran into all disk space getting used
up and I've forgotten where portage is putting downloaded files. Where
are the basic packages stored so that I can erase some and get going
again?

Thanks,
Mark
--
gentoo-user <at> gentoo.org mailing list


Gmane