Re: [gentoo-amd64] Re: Re: vanishing USE-flags

2005-03-15 Thread Bernhard Auzinger
> Ouch!  Score one more for editing things like that manually!

Oh yes, you're right. The reason why I used ufed is because of the short 
explanation of each flag. Maybe it would be better to throw ufed away until 
it's not reliable.

--
gentoo-amd64@gentoo.org mailing list



Re: [gentoo-amd64] Re: Re: vanishing USE-flags

2005-03-15 Thread Florian Dazinger
Bernhard Auzinger wrote:
Ouch!  Score one more for editing things like that manually!

Oh yes, you're right. The reason why I used ufed is because of the short 
explanation of each flag. Maybe it would be better to throw ufed away until 
it's not reliable.

--
gentoo-amd64@gentoo.org mailing list

http://www.gentoo.org/dyn/use-index.xml
Alas, this list does not contain the package-specific flags
--
gentoo-amd64@gentoo.org mailing list


[gentoo-amd64] printing to JetDirect

2005-03-15 Thread Mark Creamer
I'm trying to set up my machine to print to an external JetDirect device. It's 
the kind with three parallel ports. My printer is attached to the Port No. 1, 
so in TCP/IP terms, it's 192.168.1.30:9100

The JetDirect is on the same subnet. I can ping it, and I can establish a 
telnet session from the PC. 

I emerged cups, and was also able to go to the http://localhost:631 
configuration page. That was before a recent emerge -D world update. Now I 
can't get to the web page anymore, and when I try to print, my printer does 
not show up in the list of available printers. I think I just need to start 
over. What packages do I need to make sure I have? I tried following the 
Gentoo cups instructions, but it doesn't deal with working with networked 
printers. Thanks!


-- 
Mark Creamer

-
You can help the poorest of the poor
Matthew 25: Ministries
http://www.m25m.org

--
gentoo-amd64@gentoo.org mailing list



[gentoo-amd64] Re: /usr/lib & /usr/lib64

2005-03-15 Thread Andreas Calvo
After too much thinking and checking, i've did the following:
1) boot from livecd
2) move /usr/lib/* to /usr/lib64/ (cp -Ru)
3) symlink /usr/lib64 to /usr/lib
4) emerge -eu world (the -u is not really required...)

after that, i've a brand new comp where everything works as desired.
i took about 30hrs to compile everything on my system:

amd64 3000+ 939 winchester
CFLAGS="-O3 -march=athlon64 -funroll-all-loops -fpeel-loops -ftracer
-funswitch-loops -pipe -fomit-frame-pointer -fweb"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="-O3 -march=athlon64 -funroll-all-loops -fpeel-loops -ftracer
-funswitch-loops -pipe -fomit-frame-pointer -fweb"
FEATURES="autoaddcvs autoconfig buildpkg ccache distlocks sandbox"



in this post i just wanted to thank you everyone here
 to reply so quickly (i'm still waiting that someone post a solution
 in the official forums...), so i'll be around trying to help others
cheers!


--
gentoo-amd64@gentoo.org mailing list



Re: [gentoo-amd64] printing to JetDirect

2005-03-15 Thread Matthias Boerner
Hi Mark,

have you checked, that your config files like cupsd.conf, printers.conf, etc. 
in /etc/cups are still available?
What is the output in error_log?

Matthias


Am Dienstag, 15. März 2005 13:13 schrieb Mark Creamer:
> I'm trying to set up my machine to print to an external JetDirect device.
> It's the kind with three parallel ports. My printer is attached to the Port
> No. 1, so in TCP/IP terms, it's 192.168.1.30:9100
>
> The JetDirect is on the same subnet. I can ping it, and I can establish a
> telnet session from the PC.
>
> I emerged cups, and was also able to go to the http://localhost:631
> configuration page. That was before a recent emerge -D world update. Now I
> can't get to the web page anymore, and when I try to print, my printer does
> not show up in the list of available printers. I think I just need to start
> over. What packages do I need to make sure I have? I tried following the
> Gentoo cups instructions, but it doesn't deal with working with networked
> printers. Thanks!

-- 
_creating IT solutions
Matthias Boernerscience + computing ag
IT-Services  Hagellocher Weg 71-75
phone +49 7071 9457-596 D-72070 Tuebingen, Germany
fax +49 7071 9457-411 www.science-computing.de

--
gentoo-amd64@gentoo.org mailing list



Re: [gentoo-amd64] printing to JetDirect

2005-03-15 Thread Mark Creamer
Hi Matthias, I have the cupsd.conf and printers.conf. But should the error_log 
file also be in /etc/cups ? It's not there

On Tuesday 15 March 2005 07:45 am, Matthias Boerner wrote:
> Hi Mark,
>
> have you checked, that your config files like cupsd.conf, printers.conf,
> etc. in /etc/cups are still available?
> What is the output in error_log?
>
> Matthias
>
> Am Dienstag, 15. März 2005 13:13 schrieb Mark Creamer:
> > I'm trying to set up my machine to print to an external JetDirect device.
> > It's the kind with three parallel ports. My printer is attached to the
> > Port No. 1, so in TCP/IP terms, it's 192.168.1.30:9100
> >
> > The JetDirect is on the same subnet. I can ping it, and I can establish a
> > telnet session from the PC.
> >
> > I emerged cups, and was also able to go to the http://localhost:631
> > configuration page. That was before a recent emerge -D world update. Now
> > I can't get to the web page anymore, and when I try to print, my printer
> > does not show up in the list of available printers. I think I just need
> > to start over. What packages do I need to make sure I have? I tried
> > following the Gentoo cups instructions, but it doesn't deal with working
> > with networked printers. Thanks!

-- 
Mark Creamer

-
You can help the poorest of the poor
Matthew 25: Ministries
http://www.m25m.org

--
gentoo-amd64@gentoo.org mailing list



Re: [gentoo-amd64] printing to JetDirect

2005-03-15 Thread Matthias Boerner
Hi Mark,

it should be somewhere in /var/.../spool/...
Normally it is /var/log/cups/...

Actual I do not have a gentoo installation in front of me, so I am not sure. 
But you can find in cupsd.conf a section, which show you, where the logfiles 
are.

Matthias

Am Dienstag, 15. März 2005 13:54 schrieb Mark Creamer:
> Hi Matthias, I have the cupsd.conf and printers.conf. But should the
> error_log file also be in /etc/cups ? It's not there
>
> On Tuesday 15 March 2005 07:45 am, Matthias Boerner wrote:
> > Hi Mark,
> >
> > have you checked, that your config files like cupsd.conf, printers.conf,
> > etc. in /etc/cups are still available?
> > What is the output in error_log?
> >
> > Matthias
> >
> > Am Dienstag, 15. März 2005 13:13 schrieb Mark Creamer:
> > > I'm trying to set up my machine to print to an external JetDirect
> > > device. It's the kind with three parallel ports. My printer is attached
> > > to the Port No. 1, so in TCP/IP terms, it's 192.168.1.30:9100
> > >
> > > The JetDirect is on the same subnet. I can ping it, and I can establish
> > > a telnet session from the PC.
> > >
> > > I emerged cups, and was also able to go to the http://localhost:631
> > > configuration page. That was before a recent emerge -D world update.
> > > Now I can't get to the web page anymore, and when I try to print, my
> > > printer does not show up in the list of available printers. I think I
> > > just need to start over. What packages do I need to make sure I have? I
> > > tried following the Gentoo cups instructions, but it doesn't deal with
> > > working with networked printers. Thanks!

--
gentoo-amd64@gentoo.org mailing list



Re: [gentoo-amd64] printing to JetDirect

2005-03-15 Thread Rudmer van Dijk
On Tuesday 15 March 2005 13:13, Mark Creamer wrote:
> I emerged cups, and was also able to go to the http://localhost:631
> configuration page. That was before a recent emerge -D world update. Now I
> can't get to the web page anymore, and when I try to print, my printer does
> not show up in the list of available printers. I think I just need to start
> over. What packages do I need to make sure I have? I tried following the
> Gentoo cups instructions, but it doesn't deal with working with networked
> printers. Thanks!

are you sure that cupsd is still running?
if not try to start it with `/etc/init.d/cupsd start` and if that fails check 
the errorlog (/var/log/cups/error_log) why it fails

as for the JetDirect, I have one with only one port and its configuration is 
simple: 
 Device:  "AppSocket/HP JetDirect"
 Device URI: socket://:9100/
 Make:  
 
good luck,

 Rudmer

--
gentoo-amd64@gentoo.org mailing list



Re: [gentoo-amd64] Re: Re: vanishing USE-flags

2005-03-15 Thread Conway S. Smith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Florian Dazinger wrote:
> Bernhard Auzinger wrote:
> 
>>>Ouch!  Score one more for editing things like that manually!
>>
>>
>>Oh yes, you're right. The reason why I used ufed is because of the short 
>>explanation of each flag. Maybe it would be better to throw ufed away until 
>>it's not reliable.
>>
>>--
>>gentoo-amd64@gentoo.org mailing list
>>
>>
> 
> http://www.gentoo.org/dyn/use-index.xml
> 
> Alas, this list does not contain the package-specific flags
> 

cat /usr/portage/profiles/use.* | less

I love that command.

Conway S. Smith
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFCNvPaGL3AU+cCPDERAmaUAJ94R2ylGCiEPDJ/d2E36b5uyw2gigCeL2FQ
DqCYHdS/xKv3Rr5VwGm6VUI=
=HcCp
-END PGP SIGNATURE-

--
gentoo-amd64@gentoo.org mailing list



[gentoo-amd64] Re: Re: Re: vanishing USE-flags

2005-03-15 Thread Duncan
Conway S. Smith posted <[EMAIL PROTECTED]>, excerpted below,  on
Tue, 15 Mar 2005 07:40:28 -0700:

> Florian Dazinger wrote:
>> Bernhard Auzinger wrote:
[Duncan wrote..]
Ouch!  Score one more for editing things like that manually!
>>>
>>>Oh yes, you're right. The reason why I used ufed is because of the short
>>>explanation of each flag. Maybe it would be better to throw ufed away
>>>until it's not reliable.
>>>
>> http://www.gentoo.org/dyn/use-index.xml
>> 
>> Alas, this list does not contain the package-specific flags
>> 
>> 
> cat /usr/portage/profiles/use.* | less
> 
> I love that command.

Indeed.  Only I'm always opening the two files in my favorite editor
(mcedit) rather than running them thru a pager.  Or, if I'm searching for
a specific flag, as I often do after finding a new one on an emerge -av,
I'll simply grep for it.  Tab completion helps, too, so I don't have to
remember the specific path and names, only have a general idea.

I expect that's where ufed gets its descriptions anyway.

-- 
Duncan - List replies preferred.   No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman in
http://www.linuxdevcenter.com/pub/a/linux/2004/12/22/rms_interview.html



--
gentoo-amd64@gentoo.org mailing list



Re: [gentoo-amd64] Re: Re: vanishing USE-flags

2005-03-15 Thread Bernhard Auzinger
> cat /usr/portage/profiles/use.* | less
>
> I love that command.
>
> Conway S. Smith

Oh, I didn't know about these files. I will start loving the command too :).


pgpAHRAFJvowa.pgp
Description: PGP signature


Re: [gentoo-amd64] Re: Re: vanishing USE-flags

2005-03-15 Thread Mike Jenks
On Tue, 15 Mar 2005 17:57:45 +0100, Bernhard Auzinger
<[EMAIL PROTECTED]> wrote:
> > cat /usr/portage/profiles/use.* | less
> >
> > I love that command.
> >
> > Conway S. Smith
> 
> Oh, I didn't know about these files. I will start loving the command too :).
> 
> 
> 

What you all might start loving more (if you are in a time crunch or,
like me, are lazy) is using less:

less /usr/portage/profiles/use.*

Then when you get to the end of the first file, type ':n' and you will
get the next file (see the man page for more -- or less, as it were --
less tricks).

--
gentoo-amd64@gentoo.org mailing list



Re: [gentoo-amd64] Re: Re: vanishing USE-flags

2005-03-15 Thread Barry . Schwartz
Mike Jenks <[EMAIL PROTECTED]> wrote:
> What you all might start loving more (if you are in a time crunch or,
> like me, are lazy) is using less:
> 
> less /usr/portage/profiles/use.*
> 
> Then when you get to the end of the first file, type ':n' and you will
> get the next file (see the man page for more -- or less, as it were --
> less tricks).

This isn't something I do very often; I make more use of grep for
looking in those files.


-- 
[EMAIL PROTECTED]http://www.chemoelectric.org
"Even if they say lofty things like `democracy' or whatever
 it is they say, they don't mean it." -- David Durenberger,
former Republican U. S. senator, on today's "Republicans"


pgpSM095FUuCM.pgp
Description: PGP signature


[gentoo-amd64] wgetrc and emerge through a proxy

2005-03-15 Thread Mark
I installed ntlmaps, which works great to browse internet through our
corporate proxy without being prompted for UID/PW

Next I tried to get emerge to work. I added the lines:

http_proxy=127.0.0.1:5865
ftp_proxy=127.0.0.1:5865

to the wgetrc file, as described in the ntlmaps docs. But the emerge
hangs on "checking server timestamp". Anyone have experience with this
situation? Thanks!
-- 
Mark
[unwieldy legal disclaimer would go here - feel free to type your own]

--
gentoo-amd64@gentoo.org mailing list



Re: [gentoo-amd64] wgetrc and emerge through a proxy

2005-03-15 Thread Dewet Diener
On Wednesday 16 March 2005 1:46 am, Mark wrote:
> Next I tried to get emerge to work. I added the lines:
>
> http_proxy=127.0.0.1:5865
> ftp_proxy=127.0.0.1:5865
>
> to the wgetrc file, as described in the ntlmaps docs. But the emerge
> hangs on "checking server timestamp". Anyone have experience with this
> situation? Thanks!

emerge sync relies on the rsync protocol, not HTTP.  If your firewall doesn't 
allow that out, you'd probably have better luck using emerge-webrsync, which 
fetches a daily snapshot via HTTP to install as your portage tree.

Dewet

--
gentoo-amd64@gentoo.org mailing list