Re: [gentoo-user] network printing

2003-12-09 Thread Ted Ozolins
rd wrote:



printer that is spooled from cups.

Good luck... post how it goes.

I may not be able to get back to you anymore tonight.

-rdg/TacticalJack

 

It seems that we have almost identical cupsd.conf other than the IP's. Viewing the error logs in /var/log, cupsd was trying to bind to 631 twice. Having a closer look at the conf I noticed that I had "Port 631" and further down a line "Listen 127.0.0.1:631" which I then hashed and restarted cupsd. It now works as it was suppose to. I keep asking others to look at their error logs and here I could have saved myself a lot of time and grief if only I had taken the time to read the dang log   

--
Ted Ozolins(VE7TVO)
Westbank, B. C


--
[EMAIL PROTECTED] mailing list


[gentoo-user] mkraid on LiveCD

2003-12-09 Thread Thomas Smith
I'd like to setup Gentoo using RAID1 (/boot)and RAID5 (the rest). When I 
run /any/ of the RAID commands (in particular, mkraid) I get the 
following error:

cannot determine md version: no MD device file in /dev

I'm believe this is telling me that the /dev/md* devices have to be 
created, yes? I've searched the Gentoo site for information  to setup 
RAID during installation but there doesn't seem to be any.

Can anyone offer pointers to documentation (Gentoo or otherwise) that 
will get me started down the right path?

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] network printing

2003-12-09 Thread rd
Ok, let me try.   I may not get this correct on the 1st go round, but we
will get there.

My server/firewall/etc box runs the real cups daemon and has my printers
physically attached to it -- except for the network laser.

Here is an excerpt of the cups setup for the server.  Note that this is
on a closed/firewalled network and there is basically no security on the
cups server/daemon.  I was forced to do this, as every time I tried to
restrict access, it completely broke cups printing.

--- /etc/cups/cupsd.conf (on server)
ServerName 10.0.0.1
   
User lp
Group lp
   
Port 631
   
Browsing On
BrowseAddress 10.0.0.255
BrowseAllow 10.0.0.*
BrowseDeny  All
   
SystemGroup lp
   

Order Allow,Deny
Allow From All
Deny From None


Order Allow,Deny
Allow From All
Deny From None


Order Allow,Deny
Allow From All
Deny From None

---

--- /etc/cups/client.conf (on other linux boxes)
ServerName 10.0.0.1
---

That is all I can find right now.   If I am missing anything, I will
have to do some digging.  Let's hope that is it.  Give it a go.

I should tell you that the way I debugged this was to get an 'ethereal'
session running (filter traffic as required) so that I could watch the
cups traffic.  There is broadcasting going on.

>From you client, about 1 min after bringing up the cups server, you
should be able to do this...

[EMAIL PROTECTED] foo $ lpstat -a
AR161 accepting requests since Jan 01 00:00
hp1215 accepting requests since Jan 01 00:00
hp5 accepting requests since Jan 01 00:00

The 2 hp(s) are connected to my server box.  The AR161 is the network
printer that is spooled from cups.

Good luck... post how it goes.

I may not be able to get back to you anymore tonight.

-rdg/TacticalJack



On Tue, 2003-12-09 at 21:46, Ted Ozolins wrote:
> rd wrote:
> 
> >Ted --
> >
> >Let me understand this... you have cups on one linux box and want it to
> >be the network printer server for other linux boxes?
> >
> >If so, I can help.
> >
> >-rdg
> >  
> >
> This is correct.
-- 
It is vital to remember that information is not knowledge; that
knowledge is not wisdom; and that wisdom is not foresight.
  - Arthur C Clarke


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] network printing

2003-12-09 Thread Ted Ozolins
rd wrote:

Ted --

Let me understand this... you have cups on one linux box and want it to
be the network printer server for other linux boxes?
If so, I can help.

-rdg
 

This is correct.

--
Ted Ozolins(VE7TVO)
Westbank, B. C


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] ripping music cd to mp3

2003-12-09 Thread Tom Hosiawa
> It is hard to set your lame or ogg options this way.  I have found
> KAudioCreator (part of kde-multimedia) works pretty well.  There are still
> some bugs in it though.  It doesn't seem to fetch the genre or year CDDB
> information, but that is easy enough to fill in.  It also doesn't like to
> keep the lame or ogg settings between instances of KAudioCreator, that is a
> more irritating bug.  Still it will rip in batches with the exact options
> you want for your MP3s.
> 
> Tom Veldhouse

How did you set the options for mp3, right now its encoding at variable
rate?

The only place I see is "cd config"->"configure audiocd ioslave"->"mp3
settings", but the apps said right now its not implemented

Tom


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] network printing

2003-12-09 Thread rd
Ted --

Let me understand this... you have cups on one linux box and want it to
be the network printer server for other linux boxes?

If so, I can help.

-rdg


On Tue, 2003-12-09 at 21:26, Ted Ozolins wrote:
> I have four systems running at my home. I've always had them setup to 
> print through one system ie:192.168.1.2:631 I've made quite a few 
> changes here, mainly OS's. There is only one part time wintendo98 (dual 
> -boot) Setting up samba to accept printing from the 98 box was trivial. 
> The other three systems are linux only, one still running slack 9.1 
> while the printserver and other client are running gentoo 1.4, very 
> recent and very uptodate. I've set up cups on crash (gentoo1.4) and I'm 
> trying to get printing to work on lab_rat using cups. I've tried using  
> http://192.168.1.2:631, http://192.168.1.2:631/Canon but nothing I use 
> eems to work. I've googled only to find just about every document under 
> the sun on samba but I keep overlooking the info on linux to linux 
> network printing. A pointer or a slap might really be helpfull
> 
> TIA
-- 
It is vital to remember that information is not knowledge; that
knowledge is not wisdom; and that wisdom is not foresight.
  - Arthur C Clarke


--
[EMAIL PROTECTED] mailing list



[gentoo-user] network printing

2003-12-09 Thread Ted Ozolins
I have four systems running at my home. I've always had them setup to 
print through one system ie:192.168.1.2:631 I've made quite a few 
changes here, mainly OS's. There is only one part time wintendo98 (dual 
-boot) Setting up samba to accept printing from the 98 box was trivial. 
The other three systems are linux only, one still running slack 9.1 
while the printserver and other client are running gentoo 1.4, very 
recent and very uptodate. I've set up cups on crash (gentoo1.4) and I'm 
trying to get printing to work on lab_rat using cups. I've tried using  
http://192.168.1.2:631, http://192.168.1.2:631/Canon but nothing I use 
eems to work. I've googled only to find just about every document under 
the sun on samba but I keep overlooking the info on linux to linux 
network printing. A pointer or a slap might really be helpfull

TIA

--
Ted Ozolins(VE7TVO)
Westbank, B. C


--
[EMAIL PROTECTED] mailing list


RE: [gentoo-user] Opinions on USB scanners in Linux?

2003-12-09 Thread Rex Young
> Matthew --
> 
> I think we would all like to hear how this works out.  I for 
> one, do not
> have a workable linux scanner at this time.  My microtek is not
> supported by linux/sane.  So I am looking.
> 
> If the Epson Perf 2400P works well I would really consider getting one
> after the holidays are over.
> 
I have one.  It works quite well.  gripes:

the film adapter doesn't hold the film flat.  I had to come up with my own
kludge
to correct this.

It's a little slow, but I don't mind it too bad.  I didn't exactly buy a
professional
grade scanner.

I found the xsane negative color correction to be much more capable than
that
provided by epson-okawa.  (In fairness, I ran out of patience pretty quickly
with the epson-okawa software and just switched to xsane.)

I'm no pro, but I found everything to work well, with slow but reasonable
speed.

just my nickel's worth.

-rex

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] vipul's razor won't install

2003-12-09 Thread rd
All --

You have to create the directory and the package.(mask,unmask) files. 
Go figure.

Yes, there is a sticky forum topic on this somewhere... Portage Tips,
don't remember.

-rdg/TacticalJack


On Mon, 2003-12-08 at 23:17, Helgi Örn Helgason wrote:
> On 2003-12-08, rd wrote:
> > To prevent emerge world from upgrading... edit /etc/portage/package.mask
> > and put ">dev-perl/Extutils-MakeMaker-6.05-r6" in it.   This will mask
> > anything newer until YOU remove this entry.
> > 
> Ah, wonderful. Thank you. But /etc/portage/package.mask doesn't seem to
> exist here! There isn't even a /etc/portage directory here.
> But /usr/portage/profiles/portage.mask does exist, and it says I'm
> welcome to add an entry to it. So, which is the right *correct* method to
> do this and where do I find docs on this?
> 
> The only thing I have found this: 
> .
> 
> Cheers,
> /HÖ
-- 
It is vital to remember that information is not knowledge; that
knowledge is not wisdom; and that wisdom is not foresight.
  - Arthur C Clarke


--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] EPIA CFLAGS

2003-12-09 Thread Rex Young
 
> > The ivy tv page at http://ivtv.sourceforge.net can tell you how to
> > set up the lirc drivers for the pvr250/350.  I set that up some time
> > ago, so don't now remember details.
> 
> Lets compare notes. What gcc version are you using? Do you use the 
> kernel i2c modules, or the ebuild (if so, which version)? Would you 
> mind posting the ivtv section of your /etc/modules.conf?

gcc version:  I think it updated to 3.2.3-r3 a few days ago.

i2c: kernel; I had no idea there was an ebuild

modules.conf:  I haven't touched it.  For now I use a script I wrote
to load the modules.  I just thought it would be easier to edit that
to adapt to changes until I think the box is ready for every-day use.
When I do work on it, I would be happy to share it.

> 
> > For a WM, I decided that something a little nicer than twm was in
> > order, so I used waimea.  Lots of people have had good luck with any
> > of the *box WMs.
> 
> The latest DirectFB includes support for the CLE266 video, so 
> I've been 
> bypassing X and running directly from the framebuffer. Works great.

I don't think that mythtv works on the framebuffer.  I seem to recall
that the qt libraries need a good deal of work still to work well on
on the framebuffer.

The framebuffer has never been important to me, other than to have a
better-looking console.  Vesa-fb works fine for that.

Overall, I've not really had any problems with it, until I tried to
use the -epia kernels (mythfrontend locks) or tried to use via's 
binary drivers.  I found that I couldn't use the Xfree drivers unless
I used their kernel modules.  When I use their kernel modules, I have
to use their videodev.  When I use their videodev, ivtv breaks.  ugh.
I do have high hopes for the -epia kernel with ivor's work added in.

good luck

-rex




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Opinions on USB scanners in Linux?

2003-12-09 Thread rd
Matthew --

I think we would all like to hear how this works out.  I for one, do not
have a workable linux scanner at this time.  My microtek is not
supported by linux/sane.  So I am looking.

If the Epson Perf 2400P works well I would really consider getting one
after the holidays are over.

-rdg


On Tue, 2003-12-09 at 19:53, Matthew Vaughn wrote:
> I have to thank you all for the load of responses. :]
> 
> I'm rather intrigued at the number of these that have suggested the
> flatbed Epson Perfection models. Upon some research, I found that most
> of this scanner series has complete SANE drivers, sports relatively high
> resolutions, and comes at a very affordable price. For this reason, I'm
> starting to seriously consider the Epson Perfection 2400P, with its
> 2400x4800 DPI at 48 bits, the 35mm film-strip adapter thingy (whether
> this is equitable to a dedicated film scanner or not is questionable,
> but this flatbed does indeed deliver twice as many DPI as the film
> scanner I had been considering previously), and its very low price: $129
> at Circuit City. Considering the praise these receive from Gentoo users
> I've asked...
> 
> Someone mentioned that 35mm film scanning becomes impractical below 2000
> DPI. I'm inclined to agree, but I'm happy to report that this scanner
> shoots me above said threshold (not by much, though). I don't need an
> absurdly high resolution, though, especially when you consider what I
> intend to use this for.
> 
> I am an amateur photographer. I also like to dabble in graphic design,
> so I usually end up trying to integrate the two fields. The result is a
> project I'm working on at the moment (it's, for once, coming along
> nicely) which is an attempt to fuse a digital photographic portfolio
> with writing and high-end graphics. I hope to treat it like a working
> resume. The images contained there would certainly not be large, and
> would serve a variety of functions ranging from becoming elements of the
> design itself to simple galleries accompanied by text in some form.
> We're not talking about massive detail here. This is a web presence;
> size is limited. I don't intend to provide full-size copies. It's good
> for me to have them on-hand, in either case.
> 
> Digital photography, some argue, is the wave of the future. I frankly
> don't care for it when it stands alone. The inherent detail of 35mm film
> still far surpasses the images that can be produced by any digital
> camera today and it suffices for my purposes to use a scanner as an
> intermediary between the film and the computer. Aside from the web-work,
> I intend to touch up the images for distribution in one form or another.
> As I said, though, the primary function is to establish a portfolio.
> 
> Thanks again, guys. :]
-- 
It is vital to remember that information is not knowledge; that
knowledge is not wisdom; and that wisdom is not foresight.
  - Arthur C Clarke


--
[EMAIL PROTECTED] mailing list



[gentoo-user] gcc

2003-12-09 Thread Jeff Smelser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Been trying to get gcc to compile. Let me know what you guys thing of these 
errors..

checking for ssize_t... yes
checking for uid_t in sys/types.h... 
/var/tmp/portage/gcc-3.2.3-r3/work/gcc-3.2.3/gcc/configure: line 3546: syntax 
error: unexpected end of file
Configure in /var/tmp/portage/gcc-3.2.3-r3/work/build/gcc failed, exiting.

!!! ERROR: sys-devel/gcc-3.2.3-r3 failed.
!!! Function src_compile, Line 381, Exitcode 1
!!! (no error message)


configure::
# Try to determine the array type of the second argument of getgroups
# for the target system (int or gid_t).
echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
echo "configure:3540: checking for uid_t in sys/types.h" >&5
if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <
EOF

Thanks in advance.
Jeff

- -- 
0 and 1. Now what could be so hard about that?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/1or5ld4MRA3gEwYRAikJAKCiCnsxbsaD9y5iYe90y5PJW2shigCeK6hp
7C79OVJv+umaDE2opFTalxk=
=/UvI
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] EPIA CFLAGS

2003-12-09 Thread David Mallwitz
On Tuesday 09 December 2003 08:09 pm, Rex Young wrote:
> pretty well without via's binary drivers.  I forced some things to
> load and recompiled mythtv to take advantage of the mpeg2 decoder
> and it worked out quite nicely.  for playback.  Then, I couldn't
> recompile the ivtv modules.

Yeah, that's my major headache - ivtv being fussy. /dev/video0 works, 
but every app fails to read from it with ioctl errors. Plus the usual 
i2c errors.

> Right now I'm holding on until the latest reverse-engineered decoder
> stuff is included in the -epia kernel (www.ivor.it/cle266) that a
> fine chap has put together.

Absolutely, God bless Ivor. We should get him a Christmas present. Ivor 
uber alles!

> The ivy tv page at http://ivtv.sourceforge.net can tell you how to
> set up the lirc drivers for the pvr250/350.  I set that up some time
> ago, so don't now remember details.

Lets compare notes. What gcc version are you using? Do you use the 
kernel i2c modules, or the ebuild (if so, which version)? Would you 
mind posting the ivtv section of your /etc/modules.conf?

> For a WM, I decided that something a little nicer than twm was in
> order, so I used waimea.  Lots of people have had good luck with any
> of the *box WMs.

The latest DirectFB includes support for the CLE266 video, so I've been 
bypassing X and running directly from the framebuffer. Works great.

Dave


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] .bashrc over ssh

2003-12-09 Thread Eric Paynter
Ric Messier said:
> Gentoo by default sources .bashrc from .bash_profile which is, of
> course,  why I asked what shell he is using. If .bashrc isn't
> getting run, then  perhaps he has a different shell without
> realizing it.

Or perhaps he doesn't have a .bash_profile...

-Eric

-- 
arctic bears - email and name services
25 email [EMAIL PROTECTED] CA$11.95/month
DNS starting at CA$3.49/month - domains from CA$25.95/year
for details contact [EMAIL PROTECTED] or visit
http://www.arcticbears.com




--
[EMAIL PROTECTED] mailing list



[gentoo-user] Gnome problem with deleting and adding user

2003-12-09 Thread Greg Yasko
Hi all. Gnome 2.4 crashed hard on my PC today & my main user account 
will no longer start into Gnome when running startx.

The problem is, Gnome still won't load with former username even after 
running "userdel olduser", running "rm -rf /home/olduser" and then 
adding the user again & setting the password "useradd olduser -m -G 
user,wheel,audio -s /bin/bash". When I do all that and then login and 
run startx, Gnome is garbled on startup.

All other accounts are working with Gnome and new accounts can be added 
under any other username. There must be some hidden settings files for 
Gnome or X that I don't know of.

Help, anyone?

Thanks in advance,

-Greg Yasko



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] no profile directory

2003-12-09 Thread Jason Stubbs
On Wednesday 10 December 2003 02:06, john gennard wrote:
> I'm well into my 70s and have little basis computer knowledge

Well, good for you! Most people over 50 wouldn't touch anything other than 
Windows. I'm glad to hear that your giving it a shot. If you can master 
debian, Gentoo will be a breeze once you've jumped this little hurdle.

> Following the install write-up (ignoring a net connection),
> I get to the point where after copying portage-20030911.tar.bz2
> to /mnt/gentoo/usr/portage

As per the other post, you'll need to unpack it.

> and chrooting and then running 'env-update', 'source /etc/profile' (don't 
> yet understand that!)

Gentoo splits up what becomes the contents of /etc/profile into package 
specific components, which are in /etc/env.d. env-update will 
recreate /etc/profile from the the files in /etc/env.d. source /etc/profile 
will update your environment with /etc/profile.

> and 'export CONFIG_PROTECT="-* /etc/make.conf', the command 'emerge -up 
> system' still fails with the message "no profile directory .. system mode 
> unavailable". 

The profile directory is /etc/make.profile, which is a symlink 
to /usr/portage/profiles/default--1.4/. Unpacking that 
portage-.tar.bz2 file above will fix this.

> Would someone kindly tell me what I'm not doing correctly.
> Also, it will be helpful to know how I point 'emerge' to
> CD2 which contains packages I shall need.

As per the install guide. You'll need to copy the packages 
to /usr/portage/packages. If you're using the one page install guide, I would 
suggest checking out the handbook at http://www.gentoo.org/doc/en/handbook/. 
The installation instructions there (which will eventually depracate the 
original one-page version) are much clearer and easier to follow.

> After getting a good install, I shall connect to the net for
> upgrading and pulling down other packages. At the moment,
> I access the net through a separate box which contains only
> my firewall, and I need a browser to reach it - this is
> why I want to do the initial install without net access.

This is supported on install and normal running as well. You would just need 
to specify a couple of environment variables, which are documented in both 
installation guides. Also, instead of using "emerge sync" you would/will need 
to use "emerge-webrsync".

> I do have access to a neighbour's 1meg ADSL connection,
> but only form a Win box (I got CDs 1+2 this way and burned
> the images on that box).

This method should also work fine, though. Good luck and feel free to post if 
you have any more questions!

Regards,
Jason Stubbs

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] .bashrc over ssh

2003-12-09 Thread Ric Messier
On Tue, 9 Dec 2003, Eric Paynter wrote:

> 
> When you initiate an interactive session, the shell chooses an
> initialization script to run based on how you started the session.
> If you use bash, it may run ~/.bashrc or ~/.bash_profile. 

Gentoo by default sources .bashrc from .bash_profile which is, of course, 
why I asked what shell he is using. If .bashrc isn't getting run, then 
perhaps he has a different shell without realizing it. 

The problem with symlinking one to the other as you suggest is if you ever 
use something like scp, you potentially break it, as the comment in 
.bashrc says. All my profile-ish things that generate output get put, 
correctly, into .bash_profile. Of course, if you never generate output 
with your login scripts then you're ok. Just something to keep in mind, 
though.

Ric

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Opinions on USB scanners in Linux?

2003-12-09 Thread Matthew Vaughn
I have to thank you all for the load of responses. :]

I'm rather intrigued at the number of these that have suggested the
flatbed Epson Perfection models. Upon some research, I found that most
of this scanner series has complete SANE drivers, sports relatively high
resolutions, and comes at a very affordable price. For this reason, I'm
starting to seriously consider the Epson Perfection 2400P, with its
2400x4800 DPI at 48 bits, the 35mm film-strip adapter thingy (whether
this is equitable to a dedicated film scanner or not is questionable,
but this flatbed does indeed deliver twice as many DPI as the film
scanner I had been considering previously), and its very low price: $129
at Circuit City. Considering the praise these receive from Gentoo users
I've asked...
Someone mentioned that 35mm film scanning becomes impractical below 2000
DPI. I'm inclined to agree, but I'm happy to report that this scanner
shoots me above said threshold (not by much, though). I don't need an
absurdly high resolution, though, especially when you consider what I
intend to use this for.
I am an amateur photographer. I also like to dabble in graphic design,
so I usually end up trying to integrate the two fields. The result is a
project I'm working on at the moment (it's, for once, coming along
nicely) which is an attempt to fuse a digital photographic portfolio
with writing and high-end graphics. I hope to treat it like a working
resume. The images contained there would certainly not be large, and
would serve a variety of functions ranging from becoming elements of the
design itself to simple galleries accompanied by text in some form.
We're not talking about massive detail here. This is a web presence;
size is limited. I don't intend to provide full-size copies. It's good
for me to have them on-hand, in either case.
Digital photography, some argue, is the wave of the future. I frankly
don't care for it when it stands alone. The inherent detail of 35mm film
still far surpasses the images that can be produced by any digital
camera today and it suffices for my purposes to use a scanner as an
intermediary between the film and the computer. Aside from the web-work,
I intend to touch up the images for distribution in one form or another.
As I said, though, the primary function is to establish a portfolio.
Thanks again, guys. :]

--
Matthew Vaughn   mvaughn (at) nethershaw (dot) com
Writing and the Graphic Arts http://www.nethershaw.com
GnuPG Key ID:   5EFDB776 (available from http://www.keyserver.net)
Key fingerprint:4453 0AD2 39B2 62F6 6B41  F121 2A6F C139 5EFD B776
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Caching service deps

2003-12-09 Thread Jason Stubbs
On Tuesday 09 December 2003 23:37, Helgi Örn Helgason wrote:
> I get this everytime emerge finishes up a job:
> >>> Regenerating /etc/ld.so.cache...
>
> * Caching service dependencies...
> *  Service 'alsasound' already provide 'alsa-modules'!;
> *  Not adding service 'alsasound-OLD'...
>
> This started after rebuilding alsa after the r8 --> r9 kernel upgrade.
> What is this and can I clean up in some file to fix it?

I'd be surprised if the r8->r9 upgrade caused this. To fix it, 
check /etc/init.d/ and you'l probably find both alsasound and alsasound-OLD. 
Just get rid of alsasound-OLD.

Jason

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] depclean problem

2003-12-09 Thread Jason Stubbs
On Wednesday 10 December 2003 05:24, Mike Williams wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Tuesday 09 December 2003 20:01, David Obwaller wrote:
> > Am Die, den 09.12.2003 schrieb Jeff Smelser um 20:45:
> > > I am correct.
> > >
> > > jeff root # qpkg -f /bin/mv
> > > sys-apps/coreutils *
> > >
> > > Its been replaced my coreutils.. I remember that some time back.
> >
> > that's right. emerge depclean tried to unmerge sh-utils and textutils I
> > think, because they were replaced by coreutils. as my system wasn't
> > quite up to date something wen't wrong. at least I could recover using
> > my slackware install.
> >
> > so do I have to run 'emerge -uD world' or the like before using 'emerge
> > depclean' to avoid troubles?
>
> Not necessarily.
> emerge depclean doesn't just uninstall any old packages.
> Sounds like sh-utils may have been re-installed *after* coreutils had been
> installed, otherwise the mtimes and md5sums would not have matched and the
> files would have been left.

Sounds a bit strange to me too. Although, sh-utils couldn't have been 
reinstalled because all the sh-utils ebuild does is output a text message 
saying that it's been replaced by core-utils and then dies.

To me, it sounds like emerge sync had been run without updating for a long 
time. sh-utils has been removed from system and so there are no dependencies 
on it. Running emerge depclean then just got rid of it. I think that 
dep-clean would have done the same thing in this scenario.

The moral of the story? Always check what's going to happen before doing so 
when operating on the entire package tree.

Jason

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT: XPDF will not run anylonger.

2003-12-09 Thread Jason Stubbs
On Wednesday 10 December 2003 02:35, collins wrote:
> On Tue, 2003-12-09 at 07:51, Matthias F. Brandstetter wrote:
> > -- quoting Joshua Banks --
> >
> > > As root:
> > > [EMAIL PROTECTED] bin # /usr/bin/xpdf /home/jbanks/501302.pdf
> > > /usr/bin/xpdf: error while loading shared libraries: libXm.so.3: cannot
> > > open shared object file: No such file or directory
> >
> > This file belongs to package openmotif.
> > I would suggest you remerge that package:
> >
> > $ emerge x11-libs/openmotif
> >
> > ... and retry to start xpdf afterwards. Please report success or failure.
>
> As simple and friendly as this recommendation seems, I get really tired
> of hearing only part of the story.

I thought that this one sounded pretty simple. The solution I would have given 
would be to just re-emerge xpdf. The fact that it was working and now isn't 
says to me that it was originally compiled with "motif" or "openmotif" in his 
USE flags and then the USE flag and the package was removed. Looking at the 
ebuild, you'll see it has optional motif support.

Jason

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Scripts don't die...

2003-12-09 Thread Jerry McBride
On Tuesday 09 December 2003 06:48 pm, Renat Golubchyk wrote:
> On Tuesday 09 December 2003 23:36, Jerry McBride wrote:
> > If during the boot process the runtime script /etc/init.d/gnump3d is
> > started and sometime during the session I don't need it I can
> > manually issue the command; /etc/init.d/gnump3d stop and the actual
> > daemon will die as expected. However, if I atempt to restart it duing the
> > same session with: /etc/init.d/gnump3d start gentoo complains that
> > it's already running...
> >
> > What flag file isn't being deleted and how do I fix it or whom do I
> > notify to get it fixed?
>
> There is probably a stale pidfile. Just run "/etc/init.d/gnump3d zap" and
> the state of the service will be resetted. After that you can start it with
> "/etc/init.d/gnump3d start".
>
>


That works. Thanks. But why do state files go stale if I am legitimately 
stopping the daemon?

Thanks again.

-- 

**
 Registered Linux User Number 185956
  http://groups.google.com/groups?hl=en&safe=off&group=linux
 Join me in chat at #linux-users on irc.freenode.net
This email account no longers accepts attachments or messages containing html.
 6:41pm  up 69 days, 23:34,  7 users,  load average: 0.04, 0.09, 0.09


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] .bashrc over ssh

2003-12-09 Thread Eric Paynter
Oliver Lange said:
> brett holcomb wrote:
>> You could source ~/.bashrc from ~/.bash_profile.
>>
> What ?
>
> Sorry, Linux is still a riddle for me. Could you explain that
> in - lets say - one or two more lines ? :)

When you initiate an interactive session, the shell chooses an
initialization script to run based on how you started the session.
If you use bash, it may run ~/.bashrc or ~/.bash_profile. The
suggestion was to have ~./bash_profile run ~/.bashrc, so that you
get the results of ~/.bashrc when you spawned a shell that would
normally only run ~/.bash_profile. Personally, I like my suggestion
better, which is to symlink one to the other. Since you are using
~/.bashrc, I would delete ~/.bash_profile and link ~/.bash to it.
Like this:

mv ~/.bash_profile ~/.bash_profile.bkp
ln -s ~/.bashrc ~/.bash_profile

Then you get the same thing, no matter how you started the shell.
Also, you can edit either file and the other gets the edits, since
they are really both the same file, just with two names. For me this
works since I'm not taking any action in those scripts that depends
on how I started the shell. For some people, how they start the
shell matters, so this won't work for them.

-Eric

-- 
arctic bears - email and name services
25 email [EMAIL PROTECTED] CA$11.95/month
DNS starting at CA$3.49/month - domains from CA$25.95/year
for details contact [EMAIL PROTECTED] or visit
http://www.arcticbears.com




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge with configure options

2003-12-09 Thread Jason Stubbs
On Wednesday 10 December 2003 00:47, Helgi Örn Helgason wrote:
> On 2003-12-09, Ciaran McCreesh wrote:
> > On 08 Dec 2003 19:05:39 -0500 Alijandro Gumbs
> >
> > <[EMAIL PROTECTED]> wrote:
> > | You need to edit the e-build.
> >
> > Bad idea, and totally unnecessary. USE="alsa" is all that is needed.
>
> Hmmm... now I realised that alsa didn't compile with synth or midi
> devices enabled which I would want. How do I recompile alsa with these
> enabled?

If you have kdemultimedia installed, the problem is not alsa. The problem in 
that case would be that kdemultimedia also installs a version of timidity 
without the alsa-seq support which is first in the path.

Jason

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] .bashrc over ssh

2003-12-09 Thread Eric Paynter

Oliver Lange said:
> Ric Messier wrote:
>> What do you have set for your shell?
>>
> Sorry, i don't understand the question

The shell is what you use to interact with the operating system. By
default in Gentoo you use bash. Common alternatives include sh, ksh,
csh, and many many more...

-Eric

-- 
arctic bears - email and name services
25 email [EMAIL PROTECTED] CA$11.95/month
DNS starting at CA$3.49/month - domains from CA$25.95/year
for details contact [EMAIL PROTECTED] or visit
http://www.arcticbears.com




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge world wants xfree

2003-12-09 Thread Oliver Lange
Spider wrote:
I had a similar problem when i emerged Midnight Commander (mc)
on a non-X box; 'emerge -p mc' attempted to install X also,
so i just installed some of the deps (unzip etc.) by hand,
then emerged mc with the --nodeps option.
Sorry if i probably missed the topic (?)

sorry, that just tell me there might be an issue, I'd need your USE
flags and other info too to know what was the demands. (emerge -vp mc
will tell you USE flags on/off state for packages and deps.. Might give
you a hint) 

Oh dear.. I've accidently added '-xfree' instead of '-X' to my
USE variable.. i really tried hard to find a document which i could
incriminate for that - without success..
Sorry.. :)

--
[EMAIL PROTECTED] mailing list


RE: [gentoo-user] EPIA CFLAGS

2003-12-09 Thread Rex Young
 > On Tue, 2003-12-09 at 18:01, David Mallwitz wrote:
> > On Tuesday 09 December 2003 04:54 pm, Jayson Garrell wrote:
> > > On Tue, 2003-12-09 at 13:32, David Mallwitz wrote:
> > > > On Tuesday 09 December 2003 11:58 am, Jayson Garrell wrote:
> > > > > What are the best CFLAG opts for this mobo? Is there 
> a C3 option
> > > > > or do I need go with i586 or i686. I don't need any help
> > > > > installing Gentoo or mythtv, I just wanted to make 
> this setup as
> > > > > fast as it can be.
> > > >
> > > > http://www.viaarena.com/?PageID=368#Introduction
> > > > and
> > > > http://blade5.bvu.edu/wiki/tiki-index.php?page=EpiaHowto
> > > > will be your best resources. What kind of TV card are 
> you going to
> > > > use?
> > >
> > > Hauppauge pvr250
> > 
> > I'm working on the same thing with a pvr350. Lemme know how it goes.
> 
> I too would be interested in knowing how it goes for both of you.
> 
> I've been thinking about throwing a tv card in the home NAT 
> box to serve
> wireless tv to my laptop. You should definately document 
> everything you
> do, maybe set up a website.
> 
> Chris I 
> 
> Of course there's no reason for it, it's just our policy.


Don't worry too much about optimizing the hell out of it.  I use:
-mcpu=i586 -O2 -mmmx -msse (from memory, not sure about the last one).

Too much optimization will increase the compile time so much it'll
annoy the hell out of you, with little real gain.  Mythtv works
pretty well without via's binary drivers.  I forced some things to 
load and recompiled mythtv to take advantage of the mpeg2 decoder
and it worked out quite nicely.  for playback.  Then, I couldn't
recompile the ivtv modules.

Right now I'm holding on until the latest reverse-engineered decoder
stuff is included in the -epia kernel (www.ivor.it/cle266) that a 
fine chap has put together.

Before I to include more of the goodies, I had the best luck with 
ac-sources for kernel, and the latest development release of
xfree86 (currently 4.3.99.901, I think).

The ivy tv page at http://ivtv.sourceforge.net can tell you how to
set up the lirc drivers for the pvr250/350.  I set that up some time
ago, so don't now remember details.

For a WM, I decided that something a little nicer than twm was in order,
so I used waimea.  Lots of people have had good luck with any of the
*box WMs.

good luck

-rex

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] .bashrc over ssh

2003-12-09 Thread Oliver Lange
brett holcomb wrote:
You could source ~/.bashrc from ~/.bash_profile.

What ?

Sorry, Linux is still a riddle for me. Could you explain that
in - lets say - one or two more lines ? :)
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] EPIA CFLAGS

2003-12-09 Thread Chris I
On Tue, 2003-12-09 at 18:01, David Mallwitz wrote:
> On Tuesday 09 December 2003 04:54 pm, Jayson Garrell wrote:
> > On Tue, 2003-12-09 at 13:32, David Mallwitz wrote:
> > > On Tuesday 09 December 2003 11:58 am, Jayson Garrell wrote:
> > > > What are the best CFLAG opts for this mobo? Is there a C3 option
> > > > or do I need go with i586 or i686. I don't need any help
> > > > installing Gentoo or mythtv, I just wanted to make this setup as
> > > > fast as it can be.
> > >
> > > http://www.viaarena.com/?PageID=368#Introduction
> > > and
> > > http://blade5.bvu.edu/wiki/tiki-index.php?page=EpiaHowto
> > > will be your best resources. What kind of TV card are you going to
> > > use?
> >
> > Hauppauge pvr250
> 
> I'm working on the same thing with a pvr350. Lemme know how it goes.

I too would be interested in knowing how it goes for both of you.

I've been thinking about throwing a tv card in the home NAT box to serve
wireless tv to my laptop. You should definately document everything you
do, maybe set up a website.

Chris I 

Of course there's no reason for it, it's just our policy.


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


Re: [gentoo-user] .bashrc over ssh

2003-12-09 Thread Oliver Lange
Ric Messier wrote:
What do you have set for your shell?

Sorry, i don't understand the question, but there are
so many (different!!) replies to my initial question
that i guess the answer is already there... i just got
to try them all :)
Amazing how many different solutions i've already seen.

--
[EMAIL PROTECTED] mailing list


[gentoo-user] again: rp-pppoe

2003-12-09 Thread Oliver Lange
Hello everyone,

I just emerged rp-pppoe, but i can't get it running.
After adsl-setup, running 'adsl-start' just hangs
(tries to connect but tons of dots appear).
When i run 'adsl-setup' and 'adsl-start' from the gentoo LiveCD,
everything works fine, but not if i boot from my installed
gentoo system, so my best guess is that my kernel config
is wrong somewhere.
I was even clever enough to emerge rp-pppoe (and ppp as a dependency)
using the --fetchonly option, because i saw some configure script
checking kernel stuff like 'ppp-over-ethernet kernel support'.
Installing rp-pppoe while running the gentoo LiveCD kernel
is probably not a good idea, so i compiled both packages after
rebooting with my installed gentoo-kernel. Of course i've enabled
'packet sockets' and 'ppp over ethernet' in my kernel configuration.
Any ideas ?

Some further words:

After browsing thru' several online & offline docs, i still have
no idea what I exactly need to do. Some documents are real crap.
Let me introduce an example:
/usr/share/doc/ppp-2.4.1-r14/html/pppoe.html

It says:

  Make sure to enable PPP over Ethernet in the kernel configuration, as
  well as as the "Packet Socket" option.  You must also enable support
  for experimental drivers.
  
*LOL*, good one. The kernel configuration contains a ZILLION
'experimental' drivers and/or options. How shall i know what
these guys mean ?
And further:

  Include the following line in your ppp options file:

  plugin pppoe

Let's assume that they mean the file named /etc/ppp/options.
That file doesn't contain the mentioned option; I thought that
after emerging the packages, all that should be configured well,
so i decided not to screw up my whole system configuration only
due to several poorly written docs - like that one.
Another unanswered question: adsl-setup asks for something like
a 'firewall mode' (0-2). If i want to install a firewall later,
shall i enter '0' (no firewall) at adsl-setup and later install
a firewall manually, e.g. shorewall ? Would my custom firewall
(whatever I finally use) conflict with the so-called 'firewall'
that adsl-setup wants to setup ?
So many riddles.

Meanwhile, I'll better keep my SuSE router alive, until I find a
comprehensive pppoe guide that eventually ends with a successful
pppoe setup for a gentoo box. The SuSE pppoe guide is so good that
even my grandmother couldn't ever fail to install pppoe on a SuSE box.
I'm a gentoo user since about 4 weeks, i've already installed a
full-blown gnome box with tons of stuff, and a second box with
server stuff like apache, php etc etc, but this time I'm really
getting frustrated... such a simple thing like 'connecting to the
internet' appears to be a science..
Please - sorry for the unbelievably long mail and the hard words,
just frustration. Currently I'd swap a kingdom for a good guide..


--
[EMAIL PROTECTED] mailing list


[gentoo-user] 3Com wirelesscard, 3crshpw196

2003-12-09 Thread Manuel Jenne
Hi,

Ive have the 3com (3crshpw196) and can't it to work :-(

I try the steps from:
http://forums.gentoo.org/viewtopic.php?t=111987&highlight=3crshpw196

and compile my kernel without pcmcia/cardbus support
but then I can't run "/etc/pcmcia start". It always say there is no
pcmciadevice found in /proc

If I compile my Kernel with pcmcia/cardbus support it start with
following messages in syslog:


Dec  9 17:50:26 p10 cardmgr[1996]: watching 1 socket
Dec  9 17:50:26 p10 kernel: cs: IO port probe 0x0c00-0x0cff: clean.
Dec  9 17:50:26 p10 kernel: cs: IO port probe 0x0800-0x08ff: clean.
Dec  9 17:50:26 p10 kernel: cs: IO port probe 0x0100-0x04ff: excluding
0x4d0-0x4d7
Dec  9 17:50:26 p10 kernel: cs: IO port probe 0x0a00-0x0aff: clean.
Dec  9 17:50:26 p10 cardmgr[1996]: starting, version is 3.2.5
Dec  9 17:50:26 p10 cardmgr[1996]: socket 0: 3Com 3CRSHPW_96 Wireless
LAN PC Card
Dec  9 17:50:26 p10 cardmgr[1996]: executing: 'modprobe pcmf502r3'
Dec  9 17:50:26 p10 kernel: pcmf502r3: ATMEL 11Mbps Wireless PCMCIA LAN
driver version 1.0.0.0
Dec  9 17:50:26 p10 kernel: -> vnet_attach()
Dec  9 17:50:26 p10 kernel: -> vnet_event(registration complete, 0,
0x0001)
Dec  9 17:50:26 p10 kernel: -> vnet_event(card insertion, 0, 0x0001)
Dec  9 17:50:26 p10 kernel: -> vnet_config(0x0008)
Dec  9 17:50:26 p10 kernel: pcmf502r3: index 0x01: Vcc 3.3, irq 3, io
0x0100-0x011f
Dec  9 17:50:27 p10 kernel: pcmf502r3: Registered netdevice eth1
Dec  9 17:50:27 p10 kernel: Copy Code To Internal Memory (** EEPROM **)
Dec  9 17:50:27 p10 kernel: *** Downloading Firmware to internal memory
***
Dec  9 17:50:27 p10 kernel: --=+>GetFwFile BasicFW : 35184,
Dec  9 17:50:27 p10 kernel: Fw Mapped in : 0xC620
Dec  9 17:50:27 p10 kernel: <=- Out of GetFwFile
Dec  9 17:50:27 p10 kernel:  SCATTER LOADING 
Dec  9 17:50:27 p10 kernel: IFACE base = 0x508
Dec  9 17:50:27 p10 kernel: MAC Address: 00 0A 5E 1D 90 AE
Dec  9 17:50:27 p10 kernel: Regulatory Domain = 0x41
Dec  9 17:50:27 p10 kernel:  Adapter-REGDOMAIN!!! : 0x41
Dec  9 17:50:27 p10 kernel: Radio ON command completed with SUCCESS
(0x1)...
Dec  9 17:50:27 p10 kernel: Configuring WEP (Disabled-Mandatory-Open
System)
Dec  9 17:50:27 p10 kernel: WEP Key to use: 0 -0
Dec  9 17:50:27 p10 kernel: NO WEP
Dec  9 17:50:27 p10 kernel: WE ARE INSIDE Scan...
Dec  9 17:50:27 p10 kernel: Start Scanning from Channel 4 - SSID(0):
Dec  9 17:50:27 p10 kernel: Scan Command in Progress...
Dec  9 17:50:27 p10 cardmgr[1996]: executing: './network start eth1'
Dec  9 17:50:27 p10 cardmgr[1996]: +  * Could not get dependency info
for "net.eth1"!
Dec  9 17:50:27 p10 rc-scripts: Could not get dependency info for
"net.eth1"!
Dec  9 17:50:27 p10 cardmgr[1996]: +  * Please run:
Dec  9 17:50:27 p10 rc-scripts: Please run:
Dec  9 17:50:27 p10 cardmgr[1996]: +
Dec  9 17:50:27 p10 cardmgr[1996]: +  *   # /sbin/depscan.sh
Dec  9 17:50:27 p10 rc-scripts:   # /sbin/depscan.sh
Dec  9 17:50:27 p10 cardmgr[1996]: +
Dec  9 17:50:27 p10 cardmgr[1996]: +  * to fix this.
Dec  9 17:50:27 p10 rc-scripts: to fix this.
Dec  9 17:50:27 p10 cardmgr[1996]: +  * Could not get dependency info
for "net.eth1"!
Dec  9 17:50:27 p10 rc-scripts: Could not get dependency info for
"net.eth1"!
Dec  9 17:50:27 p10 cardmgr[1996]: +  * Please run:
Dec  9 17:50:27 p10 rc-scripts: Please run:
Dec  9 17:50:27 p10 cardmgr[1996]: +
Dec  9 17:50:27 p10 cardmgr[1996]: +  *   # /sbin/depscan.sh
Dec  9 17:50:27 p10 rc-scripts:   # /sbin/depscan.sh
Dec  9 17:50:27 p10 cardmgr[1996]: +
Dec  9 17:50:27 p10 cardmgr[1996]: +  * to fix this.
Dec  9 17:50:27 p10 rc-scripts: to fix this.
Dec  9 17:50:27 p10 rc-scripts: Could not get dependency info for
"net.eth1"!
Dec  9 17:50:27 p10 rc-scripts: Please run:
Dec  9 17:50:27 p10 rc-scripts:   # /sbin/depscan.sh
Dec  9 17:50:27 p10 rc-scripts: to fix this.
Dec  9 17:50:27 p10 rc-scripts: Could not get dependency info for
"net.eth1"!
Dec  9 17:50:27 p10 rc-scripts: Please run:
Dec  9 17:50:27 p10 rc-scripts:   # /sbin/depscan.sh
Dec  9 17:50:27 p10 rc-scripts: to fix this.
Dec  9 17:50:27 p10 kernel: -> vnet_open(eth1)
Dec  9 17:50:29 p10 kernel: SCAN Completed...
Dec  9 17:50:29 p10 kernel: 0 Entries in BSS List:
Dec  9 17:50:29 p10 kernel:
Dec  9 17:50:29 p10 kernel:

Dec  9 17:50:29 p10 kernel:  BSS List is empty 
Dec  9 17:50:29 p10 kernel:

Dec  9 17:50:29 p10 kernel:  NO APs in the List...
Dec  9 17:50:29 p10 kernel: No BSS found. Re-Scan
Dec  9 17:50:29 p10 kernel: WE ARE INSIDE Scan...
Dec  9 17:50:29 p10 kernel: Start Scanning from Channel 4 - SSID(0):
Dec  9 17:50:29 p10 kernel: Scan Command in Progress...
Dec  9 17:50:30 p10 kernel: F A S T SCAN Completed...
Dec  9 17:50:30 p10 kernel: 0 Entries in BSS List:
Dec  9 17:50:30 p10 kernel:
Dec  9 17:50:30 p10 kernel:

Dec  9 17:50:30 p10 kernel:  BSS List is empty 
Dec  9 17:50:30 p10

Re: [gentoo-user] Speedtouch 330 Problems

2003-12-09 Thread Peter Ruskin
On Tuesday 09 Dec 2003 22:50, [EMAIL PROTECTED] wrote:
> On Tue, 9 Dec 2003, David Gethings wrote:
> > So any clues?
>
> And after some digging around I finally find out what the source of
> the problem is: the LCP negotiations. =)
>
> rcvd [LCP ConfReq id=0x13  ]
> sent [LCP ConfRej id=0x13 ]
> rcvd [LCP ConfReq id=0x14  ]
> sent [LCP ConfRej id=0x14 ]
> rcvd [LCP ConfReq id=0x15  ]
> sent [LCP ConfRej id=0x15 ]
>
> So it looks like it is time to start messing with some pppd options!
>
> Cheers
>
If you look 
in /usr/portage/distfiles/speedtouch*.tar.bz2/speedtouch*/doc-linux/doctor 
you'll be able to make speedtouch-doctor.sh.  I found this an excellent 
troubleshooter when I was using a Speedtouch frog.

Peter
-- 
==
Gentoo Linux:   Portage 2.0.49-r18 (default-x86-1.4, gcc-3.2.3, 
glibc-2.3.2-r3, 2.6.0-test11-gentoo-r1-win4lin) i686 AMD Athlon(tm) XP 
3200+
==


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Scripts don't die...

2003-12-09 Thread Renat Golubchyk
On Tuesday 09 December 2003 23:36, Jerry McBride wrote:
> If during the boot process the runtime script /etc/init.d/gnump3d is
> started and sometime during the session I don't need it I can manually
> issue the command; /etc/init.d/gnump3d stop and the actual daemon will die
> as expected. However, if I atempt to restart it duing the same session
> with: /etc/init.d/gnump3d start gentoo complains that it's already
> running...
>
> What flag file isn't being deleted and how do I fix it or whom do I notify
> to get it fixed?


There is probably a stale pidfile. Just run "/etc/init.d/gnump3d zap" and the 
state of the service will be resetted. After that you can start it with 
"/etc/init.d/gnump3d start".


Hope that helps.

Cheers,
Renat


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: ATI TV out

2003-12-09 Thread Helder Rossa
> Helder Rossa wrote:
> 
> > I have my acer tm800 working with 2.6 kernel. All runs very good.
> 
> What's its video chipset?

ATI MOBILITY Radeon 9000

>  
> > but I cant put TV out working. It gives me an black & white garble
> > image. Maybe some refresh settings are wrong.
> > 
> > 
> > what are the right configurations in XF86Config-4 to work in a PAL tv??
> 
> As far as I remember, I used the atitvout utility to change to TV output
> on a Rage Mobility M7 (or M6?), and I didn't change XF86Config-4 IIRC.
> 
atitvout gived me this before I mess with the XF86Config-4:

# atitvout pal auto
VBE call failed.
Maybe this command is not supported by your graphics adapter?
Did your parameters (if you specified some) really make sense?
Please try all other available commands before complaining!

never detects TVout but when I mess a bit with some configurations I
have found in the net making a ScreenLayout with to screens then
atitvout detected LCD (with the -f switch) and TVOut. I didnt use
atitvout cause I dont want for now do activate or deactivate nothing.

so I gess it's a frequency problem or something like that 'cause it
gives me an B&W garble image.



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] java-config error

2003-12-09 Thread Rudmer van Dijk
On Tuesday 09 December 2003 21:46, Robert Cole wrote:
>  * Setting sun-jdk-1.4.2.02 as default
>  * Use java-config to reassign your VM.
> Traceback (most recent call last):
>   File "/usr/bin/java-config", line 15, in ?
> from java_config import jc_options
> ImportError: No module named java_config
>
> I tried installing sun's jdk and I get this so I removed it and tried
> java-config again with blackdown and I get the same error message.

I wanted to upgrade postgresql, but it said:

!!! ERROR: dev-db/postgresql-7.4-r1 failed.
!!! Function check_java_config, Line 66, Exitcode 0
!!! You need to use java-config to set your JVM to a JDK!

so started java-config and got the same error...


> Also I noticed a lot of ebuilds want to change permissions on things and
> with the new 2.6 kernel it doesn't work because the new kernel uses a :
> instead of a . between the user and group. There a way to add compatibility
> to the new kernel for the old way?

I'm also running 2.6 on a couple of boxes (not the one this error occured on) 
and it's not a kernel issue but one of ch{own,grp}:
Usage: chown [OPTION]... OWNER[:[GROUP]] FILE...
  or:  chown [OPTION]... :GROUP FILE...
  or:  chown [OPTION]... --reference=RFILE FILE...
chown (coreutils) 5.0.91

Rudmer


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Speedtouch 330 Problems

2003-12-09 Thread davidg


On Tue, 9 Dec 2003, David Gethings wrote:

> So any clues?
And after some digging around I finally find out what the source of the
problem is: the LCP negotiations. =)

rcvd [LCP ConfReq id=0x13  ]
sent [LCP ConfRej id=0x13 ]
rcvd [LCP ConfReq id=0x14  ]
sent [LCP ConfRej id=0x14 ]
rcvd [LCP ConfReq id=0x15  ]
sent [LCP ConfRej id=0x15 ]

So it looks like it is time to start messing with some pppd options!

Cheers

Dg


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Network problems

2003-12-09 Thread Joshua Banks

--- Eric Paynter <[EMAIL PROTECTED]> wrote:
> Frank Lugo said:
> > yeah I just remembered I cant ping outside our internal network
> > out I can ping inside and I am not able to ping to anything
> > outside 192.168.0.1
> 
> Do your workstations know that 192.168.0.1 is your default gateway?
> "route" will tell you. Are there any logs on the firewall to
> indicate what it is dropping?

Oh, I didn't realize you were using shorewall. This should be pretty
easy.

The fact that Dhcp is working doesn't mean that Shorewall is actually
started.

On the box that you have shorewall installed goto /etc/shorewall and do
a "dir". There's a file that you need to remove before you can start
shorewall if I remember correctly. This is in the shorewall doc's and
trouble shooting guide.

If you would like I can send you a copy of my shorewall files and you
can get an idea of what your doing wrong. Just let me know. I almost
bet that shorewall isn't started yet. 

If you goto /etc/shorewall and do a "dir", do you see this file
"startup_disabled". This is what I overlooked when I first installed
shorewall. If this is the case, simply remove this file and then from
the /etc/shorewall directory issue "shorewall start". 

Let me know if this helps frank. If not then the ball is in your park
and you need to let us know how you want to proceed. A copy of your
"interfaces", "rules", "masq", "policy" and "zones" files are the only
files that you should've messed with if that?


JBanks

__
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/

--
[EMAIL PROTECTED] mailing list



[gentoo-user] tetex compile error

2003-12-09 Thread Imre Lorvi
Can somebody help me with emerging tetex?
I've got the following error:

gcc tex-file.c -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -mcpu=pentium4 -O2 
-pipe -fomit-frame-pointer -c -o STATIC/tex-file.o
tex-file.c: In function `kpse_init_format':
tex-file.c:395: `DEFAULT_GFFONTS' undeclared (first use in this function)
tex-file.c:395: (Each undeclared identifier is reported only once
tex-file.c:395: for each function it appears in.)
tex-file.c:402: `DEFAULT_PKFONTS' undeclared (first use in this function)
tex-file.c:409: `DEFAULT_GLYPHFONTS' undeclared (first use in this
function)
tex-file.c:416: `DEFAULT_TFMFONTS' undeclared (first use in this function)
tex-file.c:422: `DEFAULT_AFMFONTS' undeclared (first use in this function)
tex-file.c:432: `DEFAULT_BIBINPUTS' undeclared (first use in this
function)
tex-file.c:437: `DEFAULT_BSTINPUTS' undeclared (first use in this
function)
tex-file.c:441: `DEFAULT_TEXMFCNF' undeclared (first use in this function)
tex-file.c:445: `DEFAULT_TEXMFDBS' undeclared (first use in this function)
tex-file.c:451: `DEFAULT_TEXFORMATS' undeclared (first use in this
function)
tex-file.c:458: `DEFAULT_TEXFONTMAPS' undeclared (first use in this
function)
tex-file.c:469: `DEFAULT_MFINPUTS' undeclared (first use in this function)
tex-file.c:473: `DEFAULT_MFTINPUTS' undeclared (first use in this
function)
tex-file.c:481: `DEFAULT_MPINPUTS' undeclared (first use in this function)
tex-file.c:489: `DEFAULT_MPSUPPORT' undeclared (first use in this
function)
tex-file.c:493: `DEFAULT_OCPINPUTS' undeclared (first use in this
function)
tex-file.c:500: `DEFAULT_OFMFONTS' undeclared (first use in this function)
tex-file.c:507: `DEFAULT_OPLFONTS' undeclared (first use in this function)
tex-file.c:512: `DEFAULT_OTPINPUTS' undeclared (first use in this
function)
tex-file.c:517: `DEFAULT_OVFFONTS' undeclared (first use in this function)
tex-file.c:523: `DEFAULT_OVPFONTS' undeclared (first use in this function)
tex-file.c:528: `DEFAULT_TEXINPUTS' undeclared (first use in this
function)
tex-file.c:541: `DEFAULT_TEXPSHEADERS' undeclared (first use in this
function)
tex-file.c:549: `DEFAULT_TEXDOCS' undeclared (first use in this function)
tex-file.c:552: `DEFAULT_TEXPOOL' undeclared (first use in this function)
tex-file.c:556: `DEFAULT_TEXSOURCES' undeclared (first use in this
function)
tex-file.c:559: `DEFAULT_TRFONTS' undeclared (first use in this function)
tex-file.c:563: `DEFAULT_T1FONTS' undeclared (first use in this function)
tex-file.c:569: `DEFAULT_VFFONTS' undeclared (first use in this function)
tex-file.c:575: `DEFAULT_TEXCONFIG' undeclared (first use in this
function)
tex-file.c:578: `DEFAULT_INDEXSTYLE' undeclared (first use in this
function)
tex-file.c:582: `DEFAULT_TTFONTS' undeclared (first use in this function)
tex-file.c:589: `DEFAULT_T42FONTS' undeclared (first use in this function)
tex-file.c:593: `DEFAULT_WEB2C' undeclared (first use in this function)
tex-file.c:609: `DEFAULT_MISCFONTS' undeclared (first use in this
function)
tex-file.c:613: `DEFAULT_WEBINPUTS' undeclared (first use in this
function)
tex-file.c:618: `DEFAULT_CWEBINPUTS' undeclared (first use in this
function)
make[2]: *** [tex-file.lo] Error 1
make[2]: Leaving directory
`/var/tmp/portage/tetex-2.0.2-r1/work/tetex-src-2.0.2/texk/kpathsea'
make[1]: *** [do-kpathsea] Error 2
make[1]: Leaving directory
`/var/tmp/portage/tetex-2.0.2-r1/work/tetex-src-2.0.2/texk'
make: *** [all] Error 1

!!! ERROR: app-text/tetex-2.0.2-r1 failed.
!!! Function src_compile, Line 95, Exitcode 2
!!! (no error message)


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] EPIA CFLAGS

2003-12-09 Thread David Mallwitz
On Tuesday 09 December 2003 04:54 pm, Jayson Garrell wrote:
> On Tue, 2003-12-09 at 13:32, David Mallwitz wrote:
> > On Tuesday 09 December 2003 11:58 am, Jayson Garrell wrote:
> > > What are the best CFLAG opts for this mobo? Is there a C3 option
> > > or do I need go with i586 or i686. I don't need any help
> > > installing Gentoo or mythtv, I just wanted to make this setup as
> > > fast as it can be.
> >
> > http://www.viaarena.com/?PageID=368#Introduction
> > and
> > http://blade5.bvu.edu/wiki/tiki-index.php?page=EpiaHowto
> > will be your best resources. What kind of TV card are you going to
> > use?
>
> Hauppauge pvr250

I'm working on the same thing with a pvr350. Lemme know how it goes.

Dave


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Speedtouch 330 Problems

2003-12-09 Thread David Gethings
Hi,

I know a number of threads on the forums have been devoted to this
topic: I searched through most if not all of them.

With their help I've almost managed to get the ADSL modem working. As
far as I can tell the problem lies with installing the microkernel. The
logs output the following:

Dec  9 21:50:49 [modem_run] modem_run version 1.2-beta2 started by root
uid 0_
Dec  9 21:50:51 [kernel] usb_control/bulk_msg: timeout
Dec  9 21:51:06 [modem_run] ADSL synchronization has been obtained_
Dec  9 21:51:06 [modem_run] ADSL line is up (576 kbit/s down | 288
kbit/s up)_
Dec  9 21:51:07 [kernel] CSLIP: code copyright 1989 Regents of the
University of California
Dec  9 21:51:07 [kernel] PPP generic driver version 2.4.2
Dec  9 21:51:07 [pppd] pppd 2.4.1 started by root, uid 0
Dec  9 21:51:07 [pppd] Using interface ppp0
Dec  9 21:51:07 [pppd] Connect: ppp0 <--> /dev/pts/2
Dec  9 21:51:07 [pppoa3] pppoa3 version 1.2-beta3 started by root (uid
0)_
Dec  9 21:51:07 [pppoa3] Control thread ready_
Dec  9 21:51:07 [kernel] HDLC line discipline: version $Revision: 3.3 $,
maxframe=4096
Dec  9 21:51:07 [pppoa3] host  --> pppoa3 --> modem stream ready_
Dec  9 21:51:07 [pppoa3] modem --> pppoa3 --> host  stream ready_
Dec  9 21:51:38 [pppd] LCP: timeout sending Config-Requests_
Dec  9 21:51:38 [pppd] Connection terminated.
Dec  9 21:51:38 [pppoa3] Error reading from source device_
Dec  9 21:51:38 [pppoa3] Woken by a sem_post event -> Exiting_
Dec  9 21:51:38 [pppoa3] Write to usb Canceled
Dec  9 21:51:38 [pppoa3] Exiting

I have donwloaded and installed the latest version of the speedtouch
drivers and mgmt.o. I have also compiled the kernel with the required
modules.

I know the modem works as I can connect OK with WinXP.

So any clues?

Cheers

Dg


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Scripts don't die...

2003-12-09 Thread Jerry McBride

I've noticed of late...


If during the boot process the runtime script /etc/init.d/gnump3d is 
started and sometime during the session I don't need it I can manually 
issue the command; /etc/init.d/gnump3d stop and the actual daemon will die as 
expected. However, if I atempt to restart it duing the same session 
with: /etc/init.d/gnump3d start gentoo complains that it's already 
running... 

What flag file isn't being deleted and how do I fix it or whom do I notify to 
get it fixed?


-- 

**
 Registered Linux User Number 185956
  http://groups.google.com/groups?hl=en&safe=off&group=linux
 Join me in chat at #linux-users on irc.freenode.net
This email account no longers accepts attachments or messages containing html.
 4:45pm  up 69 days, 21:38,  7 users,  load average: 0.01, 0.01, 0.00


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] 2.6 Kernels Sugesstions/Recomendations

2003-12-09 Thread Jerry McBride
On Tuesday 09 December 2003 10:53 am, Paul Varner wrote:
> All:
>
> Since I'm working on my kernelmod-rebuild script, I need to play with a 2.6
> kernel.  I know that I will get many different opinions, but which 2.6
> kernel in the portage tree do you prefer and why?  Basically, I'm trying to
> decide which one will probably be the easiest to get up and running with
> out a lot of troubleshooting.  Below is the output for lshw on my main
> development machine.
>

The most recent, 2.6.0-test11. It all works, no patches needed.

-- 

**
 Registered Linux User Number 185956
  http://groups.google.com/groups?hl=en&safe=off&group=linux
 Join me in chat at #linux-users on irc.freenode.net
This email account no longers accepts attachments or messages containing html.
 4:43pm  up 69 days, 21:36,  7 users,  load average: 0.00, 0.00, 0.00


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: ATI TV out

2003-12-09 Thread Michael Mauch
Helder Rossa wrote:

> I have my acer tm800 working with 2.6 kernel. All runs very good.

What's its video chipset?
 
> but I cant put TV out working. It gives me an black & white garble
> image. Maybe some refresh settings are wrong.
> 
> 
> what are the right configurations in XF86Config-4 to work in a PAL tv??

As far as I remember, I used the atitvout utility to change to TV output
on a Rage Mobility M7 (or M6?), and I didn't change XF86Config-4 IIRC.

Regards...
Michael

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Network problems

2003-12-09 Thread Eric Paynter
Frank Lugo said:
> yeah I just remembered I cant ping outside our internal network
> out I can ping inside and I am not able to ping to anything
> outside 192.168.0.1

Do your workstations know that 192.168.0.1 is your default gateway?
"route" will tell you. Are there any logs on the firewall to
indicate what it is dropping?

-Eric

-- 
arctic bears - email and name services
25 email [EMAIL PROTECTED] CA$11.95/month
DNS starting at CA$3.49/month - domains from CA$25.95/year
for details contact [EMAIL PROTECTED] or visit
http://www.arcticbears.com




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] EPIA CFLAGS

2003-12-09 Thread Jayson Garrell
On Tue, 2003-12-09 at 13:32, David Mallwitz wrote:
> On Tuesday 09 December 2003 11:58 am, Jayson Garrell wrote:
> > What are the best CFLAG opts for this mobo? Is there a C3 option or
> > do I need go with i586 or i686. I don't need any help installing
> > Gentoo or mythtv, I just wanted to make this setup as fast as it can
> > be.
> 
> 
> http://www.viaarena.com/?PageID=368#Introduction
> and
> http://blade5.bvu.edu/wiki/tiki-index.php?page=EpiaHowto
> will be your best resources. What kind of TV card are you going to use?

Hauppauge pvr250

Jayson


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Network problems

2003-12-09 Thread Joshua Banks

--- Frank Lugo <[EMAIL PROTECTED]> wrote:
> yeah I just remembered I cant ping outside our internal network
> out I can ping inside and I am not able to ping to anything outside
> 192.168.0.1
> 
> I can ping the 2 RH boxes behind the router @ .31 and .32 and I can


Then you know where to start focusing your attention then, right?

If you can ping up to your router with a private ip address but not
past the router then there is an access-list misconfigured or your
private ip's aren't being masq'ed/natted properly. 

You should have it licked from here on out Frank. Let us know what you
find? 

JBanks

__
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] init freezing:..proc..

2003-12-09 Thread Azhdeen
On Sun, 2003-12-07 at 00:08, Ben Anderson wrote:
> Hello,
> I'm having a problem where init freezes after the output of:
> mounting proc at /proc
last time this happened to me, I had downgraded glibc :)

try booting as a single user and mounting /proc yourself, you'll see
more messages than during normal boot.

it it's the glibc, you're gone for Knoppix, mount the partitions, chroot
and emerge.

good luck.



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] 2.6 Kernels Sugesstions/Recomendations

2003-12-09 Thread Redeeman
the latest: 2.6.0-test11, just a vanilla kernel, i think its called
development-sources_beta11 in portage

On Tue, 2003-12-09 at 16:53, Paul Varner wrote:
> All:
> 
> Since I'm working on my kernelmod-rebuild script, I need to play with a 2.6
> kernel.  I know that I will get many different opinions, but which 2.6
> kernel in the portage tree do you prefer and why?  Basically, I'm trying to
> decide which one will probably be the easiest to get up and running with out
> a lot of troubleshooting.  Below is the output for lshw on my main
> development machine.
> 
> Regards,
> Paul
> 
> lshw output:
> 
> garath
> product: Personal Computer
> vendor: vpr Matrix, Inc.
> version: 1.0
> serial: 02252002
> capabilities: smbios-2.3 dmi-2.3
>   *-core
>description: Motherboard
>product: D845BG
>vendor: Intel Corporation
>version: AAA65251-403
>serial: IMBG20800623
>  *-firmware
>   description: BIOS
>   vendor: Intel Corp.
>   version: PT84510A.86A.0012.P01.031009 (11/13/2001)
>   size: 64KB
>   capacity: 448KB
>   capabilities: pci pnp upgrade shadowing escd cdboot bootselect edd
> int13floppynec int13floppytoshiba int13floppy360 int13floppy1200
> int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial
> int17printer int10video acpi usb agp ls120boot zipboot biosbootspecification
> netboot
>  *-cpu
>   product: Intel(R) Pentium(R) 4 CPU 1.80GHz
>   vendor: Intel Corp.
>   version: 15.1.2
>   slot: J1D1
>   size: 1800MHz
>   capacity: 1800MHz
>   clock: 100MHz
>   capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8
> apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss
> ht tm
> *-cache:0
>  description: Pipeline burst Synchronous Internal L1 write-back
> Cache (data cache)
>  slot: None
>  size: 8KB
>  capacity: 8KB
>  clock: 25MHz (40ns)
> *-cache:1
>  description: Synchronous Internal L2 write-back Cache
>  slot: None
>  size: 256KB
>  capacity: 256KB
>  *-memory
>   description: System Memory
>   slot: System board or motherboard
>   size: 256MB
>   capacity: 2GB
> *-bank:0
>  description: DIMM Synchronous 266 MHz (3.8 ns) 64 bits
>  slot: J5E3
>  size: 256MB
>  clock: 266MHz (3.7594ns)
> *-bank:1
>  slot: J5E1
>  *-pci
>   description: Host bridge
>   product: 82845 845 (Brookdale) Chipset Host Bridge
>   vendor: Intel Corp.
>   version: 04
>   clock: 33MHz
> *-pci:0
>  description: PCI bridge (Normal decode)
>  product: 82845 845 (Brookdale) Chipset AGP Bridge
>  vendor: Intel Corp.
>  version: 04
>  clock: 66MHz
>  capabilities: normal_decode bus_master
>*-display UNCLAIMED
> description: VGA compatible controller (VGA)
> product: NV15 [GeForce2 GTS/Pro]
> vendor: nVidia Corporation
> version: a3
> size: 128MB
> clock: 66MHz
> capabilities: vga bus_master cap_list
> configuration: irq=5
> *-pci:1
>  description: PCI bridge (Normal decode)
>  product: 82801BA/CA/DB/EB PCI Bridge
>  vendor: Intel Corp.
>  version: 05
>  clock: 33MHz
>  capabilities: normal_decode bus_master
>*-network
> description: Ethernet controller
> product: 82801BA/BAM/CA/CAM Ethernet Controller
> vendor: Intel Corp.
> version: 03
> clock: 33MHz
> capabilities: bus_master cap_list
> configuration: driver=e100 irq=11
>*-communication
> description: Modem (Generic)
> product: BCM4212 v.90 56k modem
> vendor: Broadcom Corporation
> version: 00
> clock: 33MHz
> capabilities: generic bus_master cap_list
> configuration: driver=serial irq=10
>*-firewire
> description: FireWire (IEEE 1394) (OHCI)
> product: TSB12LV26 IEEE-1394 Controller (Link)
> vendor: Texas Instruments
> version: 00
> clock: 33MHz
> capabilities: ohci bus_master cap_list
> configuration: driver=ohci1394 irq=9
>*-multimedia:0
> description: Multimedia video controller
> product: Bt878 Video Capture
> vendor: Brooktree Corporation
>  

Re: [gentoo-user] Network problems

2003-12-09 Thread Frank Lugo
yeah I just remembered I cant ping outside our internal network
out I can ping inside and I am not able to ping to anything outside 192.168.0.1

I can ping the 2 RH boxes behind the router @ .31 and .32 and I can also ping the 
router but nothing goes past it.
>>> [EMAIL PROTECTED] 12/09/03 02:50PM >>>
Sorry,
Top Posting myself,
I forgot to ask if you could ping (upto or past your default gateway by
ip first). If not then dns is a moot point and its time to start
looking into routing or firewalling blockage/misconfiguration.

JBanks

--- Joshua Banks <[EMAIL PROTECTED]> wrote:
> 
> --- Frank Lugo <[EMAIL PROTECTED]> wrote:
> > yeah I tried to ping www.yahoo.com but I cant ping anything outside
> > my private IP address And no the routers are not dns caching.. Got
> > any other ideas?
> 
> Have you tried by ip if DNS isn't working??
> 
> Here ya go.
> 
> [EMAIL PROTECTED] log # dig www.yahoo.com 
> 
> ; <<>> DiG 9.2.2 <<>> www.yahoo.com 
> ;; global options:  printcmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 59720
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 9, AUTHORITY: 0, ADDITIONAL: 0
> 
> ;; QUESTION SECTION:
> ;www.yahoo.com. IN  A
> 
> ;; ANSWER SECTION:
> www.yahoo.com.  1764IN  CNAME   www.yahoo.akadns.net.
> www.yahoo.akadns.net.   30  IN  A   66.218.71.94
> www.yahoo.akadns.net.   30  IN  A   66.218.71.87
> www.yahoo.akadns.net.   30  IN  A   66.218.70.49
> www.yahoo.akadns.net.   30  IN  A   66.218.71.84
> www.yahoo.akadns.net.   30  IN  A   66.218.71.88
> www.yahoo.akadns.net.   30  IN  A   66.218.71.80
> www.yahoo.akadns.net.   30  IN  A   66.218.71.92
> www.yahoo.akadns.net.   30  IN  A   66.218.71.95
> 
> 
> HTH's,
> JBanks
> 
> __
> Do you Yahoo!?
> New Yahoo! Photos - easier uploading and sharing.
> http://photos.yahoo.com/ 
> 
> --
> [EMAIL PROTECTED] mailing list
> 


__
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/ 

--
[EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] EPIA CFLAGS

2003-12-09 Thread Jayson Garrell
On Tue, 2003-12-09 at 09:19, Ciaran McCreesh wrote:
> athlon-4, athlon-xp, athlon-mp, winchip-c6, winchip2 and c3.
> 
> Looks like you're in luck...

c3 bails out with an error about target not supported. I did some
googleing and it appers that i686 or i586 should work. 

Jayson


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] EPIA CFLAGS

2003-12-09 Thread David Mallwitz
On Tuesday 09 December 2003 11:58 am, Jayson Garrell wrote:
> What are the best CFLAG opts for this mobo? Is there a C3 option or
> do I need go with i586 or i686. I don't need any help installing
> Gentoo or mythtv, I just wanted to make this setup as fast as it can
> be.


http://www.viaarena.com/?PageID=368#Introduction
and
http://blade5.bvu.edu/wiki/tiki-index.php?page=EpiaHowto
will be your best resources. What kind of TV card are you going to use?

Dave


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] .bashrc over ssh

2003-12-09 Thread brett holcomb
You could source ~/.bashrc from ~/.bash_profile.

On Tue, 09 Dec 2003 20:34:36 +0100
 Oliver Lange <[EMAIL PROTECTED]> wrote:
Hello everyone,

Does anyone know how to use ssh in a way that ~/.bashrc 
is
executed at logon ? Currently, I need to start a bash 
right
after logging in, then must enter 'exit' twice to log 
off..

--
[EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list


[gentoo-user] freeswan - pfkey write fails

2003-12-09 Thread Richard Knepper
Compiled 2.4.20-gentoo-r9 with ipsec modules enabled, and installed 
freeswan-2.04.  I set up /etc/ipsec.conf[1] according to freeswan docs for a 
net-net configuration (I'm testing just host-to-host, though).  When I start 
ipsec with /etc/init.d/ipsec start, I see:

 * Starting IPSEC ..
ipsec_setup: Starting FreeS/WAN IPsec 2.04...
ipsec_setup: Using /lib/modules/2.4.20-gentoo-r9/kernel/net/ipsec/ipsec.o
ipsec_setup: /usr/libexec/ipsec/eroute: pfkey write failed, returning -1 with 
errno=22.
ipsec_setup: Invalid argument, check kernel log messages for specifics.   [ ok ]

Looking at the output of dmesg (after setting klipsdebug and plutodebug to all 
in /etc/ipsec.conf), I see:

klips_debug:pfkey_msg_interp: parsing message ver=2, type=15, errno=0, satype=0(
UNKNOWN), len=5, res=0, seq=1, pid=4251.
klips_debug:pfkey_alloc_ipsec_sa: allocated tdb struct=c2fdde48.
klips_debug:pfkey_msg_interp: allocated extr->tdb=cfb6c400.
klips_debug:pfkey_msg_interp: message parsing failed with error -22.
klips_debug:pfkey_sendmsg: pfkey_msg_parse returns -22.
klips_debug:pfkey_sendmsg: sending up error=-22 message=c2e00f60 to socket=ccda5
954.
klips_debug:pfkey_upmsg: allocating 16 bytes...
klips_debug:pfkey_upmsg: ...allocated at c184ae40.
klips_debug:pfkey_sendmsg: sending up error message to socket=ccda5954 succeeded
.
klips_debug:pfkey_release: sock=ccda5954 sk=c18029a0
I haven't been able to find any information about this -- the freeswan mailing 
list archives appear to be down.

Thanks in advance,
Rich
[1]
/etc/ipsec.conf:
version 2.0 # conforms to second version of ipsec.conf specification
# basic configuration
config setup
# Debug-logging controls:  "none" for (almost) none, "all" for lots.
klipsdebug=all
plutodebug=all
# Add connections here.

conn net-to-net
left=xxx.xxx.xxx.xxx
leftsubnet=xxx.xxx.xxx.xxx/32
[EMAIL PROTECTED]
leftrsasigkey=
leftnexthop=yyy.yyy.yyy.yyy
right=yyy.yyy.yyy.yyy
rightsubnet=yyy.yyy.yyy.yyy/32
[EMAIL PROTECTED]
rightrsasigkey=
rightnexthop=xxx.xxx.xxx.xxx
auto=add
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] .bashrc over ssh

2003-12-09 Thread Richard Kilgore
On Tue, Dec 09, 2003 at 02:48:30PM -0500, Ric Messier wrote:
> What do you have set for your shell?
> 
> On Tue, 9 Dec 2003, Oliver Lange wrote:
> 
> > Hello everyone,
> > 
> > Does anyone know how to use ssh in a way that ~/.bashrc is
> > executed at logon ? Currently, I need to start a bash right
> > after logging in, then must enter 'exit' twice to log off..

Try this:

ssh -t remhost bash -i

and maybe add -l for bash, too.

- richard

-- 
Richard Kilgore
[EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Network problems

2003-12-09 Thread Joshua Banks
Sorry,
Top Posting myself,
I forgot to ask if you could ping (upto or past your default gateway by
ip first). If not then dns is a moot point and its time to start
looking into routing or firewalling blockage/misconfiguration.

JBanks

--- Joshua Banks <[EMAIL PROTECTED]> wrote:
> 
> --- Frank Lugo <[EMAIL PROTECTED]> wrote:
> > yeah I tried to ping www.yahoo.com but I cant ping anything outside
> > my private IP address And no the routers are not dns caching.. Got
> > any other ideas?
> 
> Have you tried by ip if DNS isn't working??
> 
> Here ya go.
> 
> [EMAIL PROTECTED] log # dig www.yahoo.com
> 
> ; <<>> DiG 9.2.2 <<>> www.yahoo.com
> ;; global options:  printcmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 59720
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 9, AUTHORITY: 0, ADDITIONAL: 0
> 
> ;; QUESTION SECTION:
> ;www.yahoo.com. IN  A
> 
> ;; ANSWER SECTION:
> www.yahoo.com.  1764IN  CNAME   www.yahoo.akadns.net.
> www.yahoo.akadns.net.   30  IN  A   66.218.71.94
> www.yahoo.akadns.net.   30  IN  A   66.218.71.87
> www.yahoo.akadns.net.   30  IN  A   66.218.70.49
> www.yahoo.akadns.net.   30  IN  A   66.218.71.84
> www.yahoo.akadns.net.   30  IN  A   66.218.71.88
> www.yahoo.akadns.net.   30  IN  A   66.218.71.80
> www.yahoo.akadns.net.   30  IN  A   66.218.71.92
> www.yahoo.akadns.net.   30  IN  A   66.218.71.95
> 
> 
> HTH's,
> JBanks
> 
> __
> Do you Yahoo!?
> New Yahoo! Photos - easier uploading and sharing.
> http://photos.yahoo.com/
> 
> --
> [EMAIL PROTECTED] mailing list
> 


__
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/

--
[EMAIL PROTECTED] mailing list



[gentoo-user] java-config error

2003-12-09 Thread Robert Cole
 * Setting sun-jdk-1.4.2.02 as default
 * Use java-config to reassign your VM.
Traceback (most recent call last):
  File "/usr/bin/java-config", line 15, in ?
from java_config import jc_options
ImportError: No module named java_config

I tried installing sun's jdk and I get this so I removed it and tried 
java-config again with blackdown and I get the same error message.

Also I noticed a lot of ebuilds want to change permissions on things and with 
the new 2.6 kernel it doesn't work because the new kernel uses a : instead of 
a . between the user and group. There a way to add compatibility to the new 
kernel for the old way?

Anyone have any ideas? 

Thanks!
Robert


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Xserver not connecting to XFS

2003-12-09 Thread Joel Konkle-Parker
Quoting Richard Ruth <[EMAIL PROTECTED]>:

>  I am attempting to startx (with X using XFS) and
> receive the following near the end of
> /var/log/XFree86.0.log:
> 
> Could not init font path element unix/:-1, removing
> from list!
> 
> Fatal server error:
> could not open default font 'fixed'
> 
> 1. xfs is running  (ps shows it)
> 
> 2. /etc/conf.d/xfs contains:
> XFS_PORT="-1"
> SETUP_FONTDIRS="yes"

Are you sure XFS_PORT="-1" doesn't mean "use default port"? I have 'FontPath
"unix/:7100"' and it works fine. The Red Hat docs say 7100 is the default.


-- 
Joel Konkle-Parker
Webmaster [Ballsome.com]

Phone [662-518-1636]
E-mail[EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Network problems

2003-12-09 Thread Joshua Banks

--- Frank Lugo <[EMAIL PROTECTED]> wrote:
> yeah I tried to ping www.yahoo.com but I cant ping anything outside
> my private IP address And no the routers are not dns caching.. Got
> any other ideas?

Have you tried by ip if DNS isn't working??

Here ya go.

[EMAIL PROTECTED] log # dig www.yahoo.com

; <<>> DiG 9.2.2 <<>> www.yahoo.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 59720
;; flags: qr rd ra; QUERY: 1, ANSWER: 9, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;www.yahoo.com. IN  A

;; ANSWER SECTION:
www.yahoo.com.  1764IN  CNAME   www.yahoo.akadns.net.
www.yahoo.akadns.net.   30  IN  A   66.218.71.94
www.yahoo.akadns.net.   30  IN  A   66.218.71.87
www.yahoo.akadns.net.   30  IN  A   66.218.70.49
www.yahoo.akadns.net.   30  IN  A   66.218.71.84
www.yahoo.akadns.net.   30  IN  A   66.218.71.88
www.yahoo.akadns.net.   30  IN  A   66.218.71.80
www.yahoo.akadns.net.   30  IN  A   66.218.71.92
www.yahoo.akadns.net.   30  IN  A   66.218.71.95


HTH's,
JBanks

__
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT: XPDF will not run anylonger.

2003-12-09 Thread Joshua Banks

--- collins <[EMAIL PROTECTED]> wrote:

> As simple and friendly as this recommendation seems, I get really
> tired
> of hearing only part of the story.

I here what your saying. But as you'll notice, allot of times its a
mystery as to why things need to be re-merged. Maybe your response will
provoke a lurking Gentoo Guru to respond with something meaningful or
enlightened info for us all. Heh..Heh.. :P

The reason I only posted part of the story is because, thats the only
part of the story that I know of. WHY this happens is a mystery..

> There are so many posting threads that read:
> 
> Q. What do I do for 
> A. You need to emerge  again
> Q. Why didn't it get emerged properly the first time?
> A. ??
> 
> Why in blazes is it necessary to re-emerge packages?  I almost never
> see
> this problem on my system.  Is there a common problem here and thus a
> common solution?  What is the rest of the story?

I do find that when I upgrade my kernel I have to re-merge "xfree-drm"
for some unknown reason. I'm about to upgrade to 2.4.20r8 and I'm sure
something will need to be re-merged.
> 
> I can understand when the USE variables must be changed, but why are
> there so many recommendations to re-emerge without any obvious
> changes?

The funny thing is that I don't mess with any of my use variables. So
who knows. I would like to know the same things that your inquiring
about.

Please open a thread and ask. Heh... Heh.. :D

Thanks,
JBanks

__
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Help with 8211 wireless module

2003-12-09 Thread Chris Wanstrath
Hey everyone.  I've seen this discussed on the forums before but I have a 
unique problem that I can't seem to find a solution for.

I recently went from Red Hat 9 to Gentoo 1.4 [Stage 1].  My Red Hat kernel was 
2.4.20-8 and my Gentoo kernel is 2.4.20-gentoo-r9.  I have a cheap SMC PCI 
802.11b wireless card which uses a PCMCIA chip.

Under Red Hat, I had this card working.  When I try and reproduce what I did 
before (and when I follow the tips in the forums), it doesn't go quite as 
planned.

As far as I can remember (it was a while ago), to get my card working under 
Red Hat all I did was compile the source, enable PCMCIA in the kernel, 
recompile kernel, put the 8211.o module in a /lib/modules dir and then insmod 
8211.o.  Now, however, I get an error telling me 8211.o was compiled for 
kernel 2.4.19 and it asks me if I want to continue.  If I do want to 
continue, I have to use 'insmod -f 8211' to force it to work at which point 
it warns me I'm tainting the kernel (no license) and warns about unresolved 
symbols.

The forum threads I've visited said the unresolved symbols were normal but 
said nothing about the 2.4.19 / 2.4.20 error.  If I'm downloading the source 
and compiling the code, shouldn't it be compiled for 2.4.20?

depmod -a gives me the following:
depmod: *** Unresolved symbols 
in /lib/modules/2.4.20-gentoo-r9/kernel/drivers/net/8211.o

After doing this, the howto's I've been to tell me to 'iwconfig' and see my 
wireless card (using the wireless-tools package).  The funny thing is, after 
I insmod I can see that I have an eth1 that wasn't there before but it tells 
me eth1 has "no wireless extensions."  When I ifconfig eth1, I can see it has 
a MAC address and I can bring it up.  The problem is I can't set any wireless 
channels or anything on it using iwconfig.

If anyone has any tips on the compiling/kernel errors or some advice on how to 
get this working or a link with my specific problem (I tried Google and the 
forums but of course I may have missed something) please let me know.

Thanks.

-- 
Chris Wanstrath
[EMAIL PROTECTED] | www.badstatic.com


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Xserver not connecting to XFS

2003-12-09 Thread Mike Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 09 December 2003 20:01, Richard Ruth wrote:
>  I am attempting to startx (with X using XFS) and
> receive the following near the end of
> /var/log/XFree86.0.log:
>
> Could not init font path element unix/:-1, removing
> from list!
>
> Fatal server error:
> could not open default font 'fixed'
>
> 1. xfs is running  (ps shows it)

[snip]

> when running Gentoo there is NOT any /tmp/.font-unix
> directory or socket within the directory.
>
> Is X looking for this?  Why isn't it there? (I was
> looking for something like /tmp/.font-unix/fs-1)
>
> Any suggestions would be greatly appreciated.

netstat -nlp
You should have a line like this
unix  2  [ ACC ] STREAM LISTENING 4874   2556/xfs
/tmp/.font-unix/fs-1

If not, firstly I'd try stopping and restarting xfs.
I use xfs, with the same config as you (the default) on at least 2 boxes and it works 
fine.

- -- 
Mike Williams
> 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/1i5eInuLMrk7bIwRAu2KAKCCMnbBvssagGCUDsCWTV+d4F5UCQCeJ5yc
YVH8kitfiplgbkALXsm5xtk=
=3apa
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] depclean problem

2003-12-09 Thread Mike Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 09 December 2003 20:01, David Obwaller wrote:
> Am Die, den 09.12.2003 schrieb Jeff Smelser um 20:45:
> > I am correct.
> >
> > jeff root # qpkg -f /bin/mv
> > sys-apps/coreutils *
> >
> > Its been replaced my coreutils.. I remember that some time back.
>
> that's right. emerge depclean tried to unmerge sh-utils and textutils I
> think, because they were replaced by coreutils. as my system wasn't
> quite up to date something wen't wrong. at least I could recover using
> my slackware install.
>
> so do I have to run 'emerge -uD world' or the like before using 'emerge
> depclean' to avoid troubles?

Not necessarily.
emerge depclean doesn't just uninstall any old packages.
Sounds like sh-utils may have been re-installed *after* coreutils had been 
installed, otherwise the mtimes and md5sums would not have matched and the 
files would have been left.

- -- 
Mike Williams
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/1i+RInuLMrk7bIwRAkwXAKCGe13s1lCxCJJko/pwmYrohlzL3QCgpK0+
p7YwDTZJN1sVPPOcR8pLjo4=
=3fHY
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] 2.4.20-gentoo-r9 has "issues" (?)

2003-12-09 Thread Øyvind Stegard
Seems like there are in fact a few out-of-the-ordinary problems. 
However, it currently runs fine for me now, and I haven't had any USB 
problems, which I've noticed a couple of people talking about. If any 
more kernel-related crashes occur, I will certainly report it. Must 
concentrate on school-work now, so the darn thing better behave and give 
me some serious uptime !=)

Øyvind
--
< Øyvind Stegard <[EMAIL PROTECTED]>
 < University of Oslo, Dept. of informatics
  < http://www.stegard.net
   < 0x2B | ~0x2B - Hamlet
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] depclean problem

2003-12-09 Thread Jeff Smelser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 09 December 2003 02:01 pm, David Obwaller wrote:
> Am Die, den 09.12.2003 schrieb Jeff Smelser um 20:45:
> > I am correct.
> >
> > jeff root # qpkg -f /bin/mv
> > sys-apps/coreutils *
> >
> > Its been replaced my coreutils.. I remember that some time back.
>
> that's right. emerge depclean tried to unmerge sh-utils and textutils I
> think, because they were replaced by coreutils. as my system wasn't
> quite up to date something wen't wrong. at least I could recover using
> my slackware install.
>
> so do I have to run 'emerge -uD world' or the like before using 'emerge
> depclean' to avoid troubles?

Yeah, and I would advise looking at dep-clean. I hear its a little more 
reliable.. emerge dep-clean isn't the best.. Its part of gentoolkit I think.

- -- 
 The three Rs of Microsoft support: Retry, Reboot, Reinstall.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/1iyEld4MRA3gEwYRArcfAJ9cdkntNU+QwTJj/2agy9CPXA4i0wCfavt8
JVx4qTqiiyiPvtZalBoUwU8=
=81LZ
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] rp-pppoe

2003-12-09 Thread Marius Mauch
On 12/09/03  Oliver Lange wrote:

> Marius Mauch wrote:
> > 
> >>2. As far as i understood, i need *not* to add eth1 to the default
> >>runlevel using 'rc-update eth1 default' because pppoe will
> >>do everything for me ?
> > 
> > 
> > correct.
> 
> Dennis Freise answered that i need to do that. Now, who is right ?

Me of course ;)
It's not necessary because the interface doesn't need to be configured
(which would be the job of the net.eth1 script) for rp-pppoe.

MfG Marius

-- 
Public Key at http://www.genone.de/info/gpg-key.pub

In the beginning, there was nothing. And God said, 'Let there be
Light.' And there was still nothing, but you could see a bit better.


pgp0.pgp
Description: PGP signature


[gentoo-user] Xserver not connecting to XFS

2003-12-09 Thread Richard Ruth
 I am attempting to startx (with X using XFS) and
receive the following near the end of
/var/log/XFree86.0.log:

Could not init font path element unix/:-1, removing
from list!

Fatal server error:
could not open default font 'fixed'

1. xfs is running  (ps shows it)

2. /etc/conf.d/xfs contains:
XFS_PORT="-1"
SETUP_FONTDIRS="yes"

3. /etc/X11/fs/config contains:
client-limit = 5
no-listen  =  tcp
clone-self = on
catalogue = /usr/X11R6/lib/X11/fonts/misc:unscaled,
/usr/X11R6/lib/X11/fonts/75dpi:unscaled,
/usr/X11R6/lib/X11/fonts/100dpi:unscaled,
/usr/X11R6/lib/X11/fonts/75dpi,
  ...
default-point-size = 120
default-resolutions = 75,75,100,100
use-syslog = on
cache-hi-mark = 2048
cache-low-mark = 1433
cache-balance = 70

4 /etc/X11/XF86Config contains (in part)
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:-1"
EndSection

NOTE:  when running Red Hat (I am mirgrating to
gentoo) using X and XFS there is a socket
/tmp/.font-unix/fs7100

when running Gentoo there is NOT any /tmp/.font-unix
directory or socket within the directory.

Is X looking for this?  Why isn't it there? (I was
looking for something like /tmp/.font-unix/fs-1)

Any suggestions would be greatly appreciated.

Richard




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] depclean problem

2003-12-09 Thread David Obwaller
Am Die, den 09.12.2003 schrieb Jeff Smelser um 20:45:
> I am correct.
> 
> jeff root # qpkg -f /bin/mv
> sys-apps/coreutils *
> 
> Its been replaced my coreutils.. I remember that some time back. 

that's right. emerge depclean tried to unmerge sh-utils and textutils I
think, because they were replaced by coreutils. as my system wasn't
quite up to date something wen't wrong. at least I could recover using
my slackware install.

so do I have to run 'emerge -uD world' or the like before using 'emerge
depclean' to avoid troubles?

David


--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] God damn arts package...

2003-12-09 Thread POLAX

> I would appreciate it if people would not use language such as what is
> in this subject line.
> 
> There is absolutely no reason for it.

The reason was to express frustration.
But since you would appreciate not using it, I won't from now on ;- )

Anyone  sending  unwanted  advertising   e-mail
to this address will be charged $25 for network
traffic and computing time.   By  extracting my
address from  this  message or its  header, you
agree to these terms.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Fonts

2003-12-09 Thread Matthew Kennedy
Keith Dart <[EMAIL PROTECTED]> writes:

> emerge corefonts
> emerge ttf-bitstream-vera
> emerge freefonts
>
> ...and others in /usr/portage/media-fonts/
>
> You will likely have to edit the file /etc/X11/fs/config to add the
> paths to the list that these fonts install in. 

[...]

I think it is a shame we don't automate the process of updating
/etc/X11/fs/config or /etc/X11/XF86Config when fonts are installed or
uninstalled.

PS: media-fonts/terminus-font pwnz j00 411!!

Matt

-- 
Matthew Kennedy
Gentoo Linux Developer
Bugs go to http://bugs.gentoo.org!

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] .bashrc over ssh

2003-12-09 Thread mathieu perrenoud
> Does anyone know how to use ssh in a way that ~/.bashrc is
> executed at logon ? Currently, I need to start a bash right
> after logging in, then must enter 'exit' twice to log off..

I have all my init. scripts in ~/.scriptrc and I have it called by ~/.bashrc 
and ~/.bash_profile so it's called whether I use a login shell or not.

-- 
mathieu


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] rp-pppoe

2003-12-09 Thread Oliver Lange
Marius Mauch wrote:

2. As far as i understood, i need *not* to add eth1 to the default
   runlevel using 'rc-update eth1 default' because pppoe will
   do everything for me ?


correct.
Dennis Freise answered that i need to do that. Now, who is right ?

I don't see the need for an extra guide, installing rp-pppoe and running
adsl-setup should cover everything necessary for the network connection.
Installing and configuring ddclient (or another dyndns client) and NAT
routing are also very basic steps, so the whole guide would only be one
or two paragraphs.
Shall it really be so easy ? Well ok i'll try.

Thanks to all who answered.



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] .bashrc over ssh - bash tips

2003-12-09 Thread Sandy McArthur
Oliver Lange wrote:
Does anyone know how to use ssh in a way that ~/.bashrc is
executed at logon ? 
The exact details of when and why bash, or any other shell, sources 
files is beyond me but

Currently, I need to start a bash right after logging in, then must
enter 'exit' twice to log off..
If you run `exec bash` instead of `bash` the exec will exit the first 
shell as it forks the new shell saving you from having to exit two 
shells. Run `man bash` and seach for exec for details.

Also in un*x most everyhing is a file, including standard in. Also 
+d is usually the key combination to send an EOF which, unless 
your shell has ignoreeof set in the enviroment, will exit the shell, 
saving you a few key strokes.

Sandy McArthur

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] depclean problem

2003-12-09 Thread Jeff Smelser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 09 December 2003 08:20 am, David Obwaller wrote:
> I just used 'emerge depclean' to clean out packages which aren't needed
> any longer, but depclean now has unmerged sh-utils too, so I can't merge
> anything now, not even sh-utils. this happened as i didn't check exactly
> what i unmerged and didn't watch the progress.
>
> so, what can I do to get basic sh commands again (mkdir, cp, mv, rm...)
>
> david

I am correct.

jeff root # qpkg -f /bin/mv
sys-apps/coreutils *

Its been replaced my coreutils.. I remember that some time back. 
- -- 
   There's no place like ~
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/1iZjld4MRA3gEwYRAjF2AJ9jI8W0h1j8KfvsdXgQIgultiUiJACbBfQb
nWEJX9JTvN3nphimJynlqKE=
=cFo3
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] .bashrc over ssh

2003-12-09 Thread Eric Paynter
Oliver Lange said:
> Does anyone know how to use ssh in a way that ~/.bashrc is
> executed at logon ? Currently, I need to start a bash right
> after logging in, then must enter 'exit' twice to log off..

It probably runs ~/.bash_login on login. I've symlinked the two
files together, since I expect the same behaviour regarless of my
login method.

Also, a workaround to the "double logout" is to just source the
file. Run ". ~/.bashrc" (yes, that's a single dot followed by a
space and then your .bashrc) and it will execute ~/.bashrc without
causing a second login.

-Eric

-- 
arctic bears - email and name services
25 email [EMAIL PROTECTED] CA$11.95/month
DNS starting at CA$3.49/month - domains from CA$25.95/year
for details contact [EMAIL PROTECTED] or visit
http://www.arcticbears.com




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] .bashrc over ssh

2003-12-09 Thread Ric Messier
What do you have set for your shell?

On Tue, 9 Dec 2003, Oliver Lange wrote:

> Hello everyone,
> 
> Does anyone know how to use ssh in a way that ~/.bashrc is
> executed at logon ? Currently, I need to start a bash right
> after logging in, then must enter 'exit' twice to log off..
> 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] depclean problem

2003-12-09 Thread Jeff Smelser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 09 December 2003 08:20 am, David Obwaller wrote:
> I just used 'emerge depclean' to clean out packages which aren't needed
> any longer, but depclean now has unmerged sh-utils too, so I can't merge
> anything now, not even sh-utils. this happened as i didn't check exactly
> what i unmerged and didn't watch the progress.
>
> so, what can I do to get basic sh commands again (mkdir, cp, mv, rm...)

I am thinking, wasn't sh-utils replaced by something else?? or am I thinking 
of another package. I may have to look. You been keeping your system up to 
date with emege -Dup world?

Jeff
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/1iQ+ld4MRA3gEwYRApFjAJ4kAn8kNZQAzli79YQM6ulmcpxyqwCguORQ
l5aQNOThuY83MfuXzr3Movc=
=kZpe
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Network problems

2003-12-09 Thread Eric Paynter
Frank Lugo said:
> yeah I tried to ping www.yahoo.com but I cant ping anything
> outside my private IP address And no the routers are not dns
> caching.. Got any other ideas?

So you can't ping 168.210.210.254, 253, 252? Or you just can't
resolv yahoo.com? If you can't ping the DNS servers, is your
firewall blocking their responses? Check the firewall logs. Also,
what is the router's default gateway? Can you ping that from your
internal box?

-Eric

-- 
arctic bears - email and name services
25 email [EMAIL PROTECTED] CA$11.95/month
DNS starting at CA$3.49/month - domains from CA$25.95/year
for details contact [EMAIL PROTECTED] or visit
http://www.arcticbears.com




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] rp-pppoe

2003-12-09 Thread Marius Mauch
On 12/09/03  Oliver Lange wrote:

> Hi everyone,
> 
> On the gentoo documentation page, i'm missing a guide about
> pppoe. The x86 installation guide coverage is very short there..
> 
> If anyone would like to write a pppoe guide, it should cover
> at least the following topics. I can only talk about the
> setup I intend to use, but i guess it might be useful
> for many other users, too.
> 
> Let's assume that I'm using eth0 for the LAN and eth1 for
> the DSL modem.
> 
> The x86 installation guide describes how to connect to the
> internet using adsl-setup / adsl-start, which worked fine
> so far, but:
> 
> 1. after booting the fresh installed gentoo box (which shall
> act as router/gateway), exactly which packages do i need
> to emerge ?

The only thing you need is rp-pppoe, which should be installed before
you reboot or you won't have a network connection.

> 2. As far as i understood, i need *not* to add eth1 to the default
> runlevel using 'rc-update eth1 default' because pppoe will
> do everything for me ?

correct.

> 3. What's the name of the config file which i need to setup
> the MTU for eth1 to 1500, and how do i setup the MTU on all
> other hosts in my LAN to 1452 ? I need the name of the
> config files and the right parameter descriptions.
> What about the MTU value for eth0 on the router ?

/etc/ppp/pppoe.conf, it has comments explaining all settings.

> 4. My current provider sucks (German t-online), it drops the
> connection
> each 24 hours, so i need an automatic re-connection cron script
> which checks if the connection is still up, and re-connects
> if my provider pulled the plug again.

rp-pppoe does that itself, no need for a cronjob.

> 5. After each new connection, i need to execute a script for
> updating my dyndns aliases (i've got a dynamic ip), and
> probably I also need to restart ntpd. So: howto exec a
> post-connect script ?

again no need for that, most dyndns clients monitor the connection and
update the DNS entry when the IP adress was changed.

> 6. Which packages do i need to emerge for setting up my router
> as a router ? Then, how to configure simple routing ?

net-firewall/iptables, see docs at www.netfilter.org.

> 7. Firewalling is a different topic; I think one can use one of
> the guides at tldp.org, which also covers advanced routing
> techniques, like traffic limiting/shaping for smoother browsing
> (while some host is downloading at full speed), etc.
> So the pppoe guide would not have to cover these topics,
> but it should at least cover questions 1-6 in detail.

I don't see the need for an extra guide, installing rp-pppoe and running
adsl-setup should cover everything necessary for the network connection.
Installing and configuring ddclient (or another dyndns client) and NAT
routing are also very basic steps, so the whole guide would only be one
or two paragraphs.

MfG Marius

-- 
Public Key at http://www.genone.de/info/gpg-key.pub

In the beginning, there was nothing. And God said, 'Let there be
Light.' And there was still nothing, but you could see a bit better.


pgp0.pgp
Description: PGP signature


[gentoo-user] .bashrc over ssh

2003-12-09 Thread Oliver Lange
Hello everyone,

Does anyone know how to use ssh in a way that ~/.bashrc is
executed at logon ? Currently, I need to start a bash right
after logging in, then must enter 'exit' twice to log off..
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] rp-pppoe

2003-12-09 Thread Dennis Freise
On Tue, 09 Dec 2003 16:03:27 +0100
Oliver Lange <[EMAIL PROTECTED]> wrote:

> 1. after booting the fresh installed gentoo box (which shall
> act as router/gateway), exactly which packages do i need
> to emerge ?

The ones you want to use (don't really get the point of your question...)

> 2. As far as i understood, i need *not* to add eth1 to the default
> runlevel using 'rc-update eth1 default' because pppoe will
> do everything for me ?

You have to "rc-update add net.eth1 default".

> 4. My current provider sucks (German t-online), it drops the connection
> each 24 hours, so i need an automatic re-connection cron script
> which checks if the connection is still up, and re-connects
> if my provider pulled the plug again.

No, you don't. Setup for dial-on-demand and enter a hangup-timeout of 31536000
seconds (approx. 1 year, so it'll never hangup and redial after loss of the
connection)

> 5. After each new connection, i need to execute a script for
> updating my dyndns aliases (i've got a dynamic ip), and
> probably I also need to restart ntpd. So: howto exec a
> post-connect script ?

# man pppd
Take a look at /etc/ppp/ip-up & -down.
Then forget about that again and just
# emerge ddclient
and set that up for daemon-mode - no need for ppp-scripts ;)

> 6. Which packages do i need to emerge for setting up my router
> as a router ? Then, how to configure simple routing ?

'iptables' might come in handy to enter some basic packet-filtering rules...

> 7. Firewalling is a different topic; I think one can use one of
> the guides at tldp.org, which also covers advanced routing
> techniques, like traffic limiting/shaping for smoother browsing
> (while some host is downloading at full speed), etc.
> So the pppoe guide would not have to cover these topics,
> but it should at least cover questions 1-6 in detail.

# emerge shorewall
Install and configure it. It even handles MASQ for you...

> However, such a guide would be a great addition to the gentoo
> documentation list.

I suppose you're now going to make one, as you know what to do ? :)

-- 
Dennis Freise <[EMAIL PROTECTED]>
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Network problems

2003-12-09 Thread wdake
Can you ping 169.207.16.48?

What does your /etc/nsswitch.conf look like?  does it have a statement in it like:  
"hosts:   files dns"?

On Tue, 9 Dec 2003, Frank Lugo wrote:

> yeah I tried to ping www.yahoo.com but I cant ping anything outside my private IP 
> address And no the routers are not dns caching.. Got any other ideas?
> 

begin:vcard
n:Dake;Wayne L.
fn:Wayne L. Dake
version:2.1
email;internet:[EMAIL PROTECTED]
end:vcard


--
[EMAIL PROTECTED] mailing list

Re: [gentoo-user] Network problems

2003-12-09 Thread Ric Messier


On Tue, 9 Dec 2003, Frank Lugo wrote:

> yeah I tried to ping www.yahoo.com but I cant ping anything outside my private IP 
> address And no the routers are not dns caching.. Got any other ideas?
> 

I may have missed something. Can you ping the nameserver? Can you ping any 
IP outside of your network?

Ric


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge world wants xfree

2003-12-09 Thread Spider
begin  quote
On Tue, 09 Dec 2003 14:45:39 +0100
Oliver Lange <[EMAIL PROTECTED]> wrote:

> Spider wrote:
> > I'd still want to know what on your server wants gtk2 and is
> > affected by
> > that USE flag..
> 
> I had a similar problem when i emerged Midnight Commander (mc)
> on a non-X box; 'emerge -p mc' attempted to install X also,
> so i just installed some of the deps (unzip etc.) by hand,
> then emerged mc with the --nodeps option.
> 
> Sorry if i probably missed the topic (?)
> 


sorry, that just tell me there might be an issue, I'd need your USE
flags and other info too to know what was the demands. (emerge -vp mc
will tell you USE flags on/off state for packages and deps.. Might give
you a hint) 


//Spider

-- 
begin  .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] OT: XPDF will not run anylonger.

2003-12-09 Thread Joshua Banks

--- "Matthias F. Brandstetter" <[EMAIL PROTECTED]> wrote:
> -- quoting Joshua Banks --
> > As root:
> > [EMAIL PROTECTED] bin # /usr/bin/xpdf /home/jbanks/501302.pdf
> > /usr/bin/xpdf: error while loading shared libraries: libXm.so.3:
> cannot
> > open shared object file: No such file or directory
> 
> This file belongs to package openmotif.
> I would suggest you remerge that package:
> 
> $ emerge x11-libs/openmotif
> 
> ... and retry to start xpdf afterwards. Please report success or
> failure.

Thanks for the help and usefull learning tips Matthias. Xpdf works once
again.

Joshua Banks

__
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] direct access and atsar.ebuild

2003-12-09 Thread Spider
begin  quote
On Tue, 9 Dec 2003 19:03:17 +0900
Jason Stubbs <[EMAIL PROTECTED]> wrote:

> 
> INSTDIR=${WORKDIR}/../image
> mkdir -p ${INSTDIR}/usr/local/bin
> mkdir -p ${INSTDIR}/usr/local/man
> mkdir -p ${INSTDIR}/var/log/atsar
> mkdir -p ${INSTDIR}/etc/rc.d/init.d/
> mkdir -p ${INSTDIR}/etc/cron.d/

I suggest you use "dodir" instead of mkdir -p  ( see ebuild howto /
development howto )



> perl -pi -e "s!(/usr/local)!${INSTDIR}\$1!gs" Makefile

sed is preferred.  Cuts down on the dependencies for buildtime. ( Not
that much an issue, but its cleaner )



//Spider

-- 
begin  .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Network problems

2003-12-09 Thread Frank Lugo
yeah I tried to ping www.yahoo.com but I cant ping anything outside my private IP 
address And no the routers are not dns caching.. Got any other ideas?

>>> Mark Fisher <[EMAIL PROTECTED]> 12/09/03 11:20AM >>>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 09 Dec 2003 5:08 pm, Frank Lugo wrote:
> I got Gentoo installed finally after 2 weeks of headaches I got it working
> I got the updates and the sync and every thing was working. but now I cant
> get to the web or to emerge sync to install xfree86 I getta error that it
> cant resolve the host so I tried to emerge sync and this is the error I got
>
> temporary failure in name resolution rsync error: error in socket IO (code
> 10) at clientserver.c(83)
>
> I checked the resolv.conf for some reason its giving me the nameservers of
> my university EVEN THOUGH I have it behind a Private IP router
> (192.168.0.1)so I dont know why it has those DNS servers in the file.
>
> this is what is in the resolv.conf file
>
> nameserver 168.210.210.254
> nameserver 168.210.210.253
> nameserver 168.210.227.253
> search hsl.unt.edu
>
> I think my resolv.conf file should be
>
> nameserver 192.168.0.1

not unless the router is running as a dns cache.  Are they valid nameserver's? 
Are you able to ping the IP's? I think you will have the tool 'nslookup' 
installed on a new install, if so, try to lookup www.google.com or similar.


- -- 
Mark
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/1gRVzrmqzOOQUj8RAoUVAKCJQH/lrdRsVATxAXiB31HXvAfPKACfR53C
uSRY+QhJ5DDr2a9LgfxLh7w=
=gZl2
-END PGP SIGNATURE-



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT: XPDF will not run anylonger.

2003-12-09 Thread Renat Golubchyk
On Tuesday 09 December 2003 18:35, collins wrote:
> 
>
> There are so many posting threads that read:
>
> Q. What do I do for 
> A. You need to emerge  again
> Q. Why didn't it get emerged properly the first time?
> A. ??
>
> Why in blazes is it necessary to re-emerge packages?  I almost never see
> this problem on my system.  Is there a common problem here and thus a
> common solution?  What is the rest of the story?
>
> I can understand when the USE variables must be changed, but why are
> there so many recommendations to re-emerge without any obvious changes?
>
> 

Well, maybe it emerged just fine the first time and got screwed later, who 
knows. I've seen this happening on a server at my university but it was a 
SuSE server. On the other hand, I've never seen this on my system. But then 
again, I am pretty conservative with my make.conf settings and do nothing as 
root except etc-update and occasional debugging. Everything else is done with 
sudo since I very rarely change anything here.


Cheers,
Renat


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] no profile directory

2003-12-09 Thread Andrew Farmer
On Tue, 09 Dec 2003 09:06:55 -0800, john gennard muttered:
> Following the install write-up (ignoring a net connection),
> I get to the point where after copying portage-20030911.tar.bz2
> to /mnt/gentoo/usr/portage and chrooting and then running
> 'env-update', 'source /etc/profile' (don't yet understand that!)
> and 'export CONFIG_PROTECT="-* /etc/make.conf', the command
> 'emerge -up system' still fails with the message "no profile
> directory .. system mode unavailable".

I think what you've forgotten to do is unpack the portage image. After
copying portage-.tar.bz2 to /mnt/gentoo/usr/portage, cd to that
directory and "tar xvjf portage portage-.tar.bz2" to unpack it.

-- 
Andrew Farmer
[EMAIL PROTECTED]


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] OT: XPDF will not run anylonger.

2003-12-09 Thread collins
On Tue, 2003-12-09 at 07:51, Matthias F. Brandstetter wrote:
> -- quoting Joshua Banks --
> > As root:
> > [EMAIL PROTECTED] bin # /usr/bin/xpdf /home/jbanks/501302.pdf
> > /usr/bin/xpdf: error while loading shared libraries: libXm.so.3: cannot
> > open shared object file: No such file or directory
> 
> This file belongs to package openmotif.
> I would suggest you remerge that package:
> 
> $ emerge x11-libs/openmotif
> 
> ... and retry to start xpdf afterwards. Please report success or failure.

As simple and friendly as this recommendation seems, I get really tired
of hearing only part of the story.



There are so many posting threads that read:

Q. What do I do for 
A. You need to emerge  again
Q. Why didn't it get emerged properly the first time?
A. ??

Why in blazes is it necessary to re-emerge packages?  I almost never see
this problem on my system.  Is there a common problem here and thus a
common solution?  What is the rest of the story?

I can understand when the USE variables must be changed, but why are
there so many recommendations to re-emerge without any obvious changes?




-- 
Collins Richey - Denver Area
Gentoo stable


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] EPIA CFLAGS

2003-12-09 Thread Ciaran McCreesh
On Tue, 09 Dec 2003 08:58:50 -0800 Jayson Garrell <[EMAIL PROTECTED]>
wrote:
| What are the best CFLAG opts for this mobo? Is there a C3 option or do
| I need go with i586 or i686. I don't need any help installing Gentoo
| or mythtv, I just wanted to make this setup as fast as it can be. 

>From `man gcc`:

Tune to cpu-type everything applicable about the generated code, except
for the ABI and the set of available instructions.  The choices for
cpu-type are i386, i486, i586, i686, pentium, pentium-mmx, pentiumpro,
pentium2, pentium3, pentium4, k6, k6-2, k6-3, athlon, athlon-tbird,
athlon-4, athlon-xp, athlon-mp, winchip-c6, winchip2 and c3.

Looks like you're in luck...

-- 
Ciaran McCreesh
Mail:ciaranm at gentoo.org
Web: http://dev.gentoo.org/~ciaranm



pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Network problems

2003-12-09 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 09 Dec 2003 5:08 pm, Frank Lugo wrote:
> I got Gentoo installed finally after 2 weeks of headaches I got it working
> I got the updates and the sync and every thing was working. but now I cant
> get to the web or to emerge sync to install xfree86 I getta error that it
> cant resolve the host so I tried to emerge sync and this is the error I got
>
> temporary failure in name resolution rsync error: error in socket IO (code
> 10) at clientserver.c(83)
>
> I checked the resolv.conf for some reason its giving me the nameservers of
> my university EVEN THOUGH I have it behind a Private IP router
> (192.168.0.1)so I dont know why it has those DNS servers in the file.
>
> this is what is in the resolv.conf file
>
> nameserver 168.210.210.254
> nameserver 168.210.210.253
> nameserver 168.210.227.253
> search hsl.unt.edu
>
> I think my resolv.conf file should be
>
> nameserver 192.168.0.1

not unless the router is running as a dns cache.  Are they valid nameserver's? 
Are you able to ping the IP's? I think you will have the tool 'nslookup' 
installed on a new install, if so, try to lookup www.google.com or similar.


- -- 
Mark
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/1gRVzrmqzOOQUj8RAoUVAKCJQH/lrdRsVATxAXiB31HXvAfPKACfR53C
uSRY+QhJ5DDr2a9LgfxLh7w=
=gZl2
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Network problems

2003-12-09 Thread Frank Lugo
I got Gentoo installed finally after 2 weeks of headaches I got it working I got the 
updates and the sync and every thing was working. but now I cant get to the web or to 
emerge sync to install xfree86 I getta error that it cant resolve the host so I tried 
to emerge sync and this is the error I got

temporary failure in name resolution rsync error: error in socket IO (code 10) at 
clientserver.c(83)

I checked the resolv.conf for some reason its giving me the nameservers of my 
university EVEN THOUGH I have it behind a Private IP router (192.168.0.1)so I dont 
know why it has those DNS servers in the file.

this is what is in the resolv.conf file

nameserver 168.210.210.254
nameserver 168.210.210.253
nameserver 168.210.227.253
search hsl.unt.edu

I think my resolv.conf file should be

nameserver 192.168.0.1

any help would be appreciated



--
[EMAIL PROTECTED] mailing list



[gentoo-user] no profile directory

2003-12-09 Thread john gennard
I tried to install 1.4 from a single CD and had to give up.

Now I've downloaded both CD1 and CD2 and still get stuck at 
the same point. (My basic difficulty arises from the fact
I'm well into my 70s and have little basis computer knowledge 
- although I do run Debian successfully).

Following the install write-up (ignoring a net connection),
I get to the point where after copying portage-20030911.tar.bz2
to /mnt/gentoo/usr/portage and chrooting and then running
'env-update', 'source /etc/profile' (don't yet understand that!)
and 'export CONFIG_PROTECT="-* /etc/make.conf', the command
'emerge -up system' still fails with the message "no profile
directory .. system mode unavailable".

Would someone kindly tell me what I'm not doing correctly.
Also, it will be helpful to know how I point 'emerge' to
CD2 which contains packages I shall need.

After getting a good install, I shall connect to the net for
upgrading and pulling down other packages. At the moment,
I access the net through a separate box which contains only
my firewall, and I need a browser to reach it - this is
why I want to do the initial install without net access.
I do have access to a neighbour's 1meg ADSL connection,
but only form a Win box (I got CDs 1+2 this way and burned
the images on that box).

Grateful for assistance.

Regards, John.  

--
[EMAIL PROTECTED] mailing list



[gentoo-user] EPIA CFLAGS

2003-12-09 Thread Jayson Garrell
My M1N EPIA mobo will be arriving today and I wanted to get a
heastart on getting things ready. This board is going to be used as a
dedicated mythtv box. 

What are the best CFLAG opts for this mobo? Is there a C3 option or do I
need go with i586 or i686. I don't need any help installing Gentoo or
mythtv, I just wanted to make this setup as fast as it can be. 

Jayson Garrell



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Opinions on USB scanners in Linux?

2003-12-09 Thread Alan
On Mon, Dec 08, 2003 at 10:12:07PM -0600, rd wrote:
> Matthew --
> 
> I don't want to bust your bubble... but scanning 35mm slides is not
> something that should be done with <$300 scanners.  No if you want any
> kind of quality.  It might be ok if you are just trying to build an
> "index"/"thumb gallery" of your pictures.
> 
> To truly scan a slide into the computer, all of the docs that I have
> read say a minimum of 2000 dpi is required.  This translates into a
> special purpose film/slide scanner (Nikon is one) in the range of $1500
> to $1800.

That's pretty much what I've heard.  I have a cheaper ($250CND) HP that
has the slide and negative scanner attachment for it (not a "real"
negative scanner by any means) that works ok except for the tediousness
of loading it that at high res can produce some nice scans, more than
enough for a thumbnail gallery (scans up to 1200x1200 I think), but is
still not professional grade.  

However, if what you're looking for is to get images into digital at a
decent resolution to display online and do some photo manipulation, a
set up like I have works fine, and the one you pointed to probably will
be around the same quality as a "normal" scanner, just much easier to
load and use :)

Good luck though, please post what you end up doing, as I'd be
interested in hearing what it's about.

BTW, good to see I'm not the only person who prefers 35mm to digital
(or at least I can replace my SLR with a digital rebel or *ist without
needing to sell a kidney to pay for it :)

alan

-- 
Alan <[EMAIL PROTECTED]> - http://arcterex.net

"There are only 3 real sports: bull-fighting, car racing and mountain 
climbing. All the others are mere games."-- Hemingway

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] python2.3 and portage...

2003-12-09 Thread mathieu perrenoud
On Tuesday 09 December 2003 17:45, Jon Ellis wrote:
> I have just installed python2.3 and I am having problems emerging
> libraries for both python2.2 and 2.3.  For example, I need pyGTK
> installed for both 2.2 and 2.3.  If I emerge it with /usr/bin/python
> linked to python2.3, it will remove the pyGTK libraries from python2.2
> every time I emerge clean.  Is there any way to keep pyGTK installed for
> both 2.2 and 2.3?  TIA

touch the files to protect..

for file in $(find /path/to/files/to/protect); do
  touch $file
done

that may not be the "right" way to do this, but it works...

-- 
mathieu


--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] Fonts

2003-12-09 Thread Paul Fraser
Actually, I think the default configuration for XFS is to use -1 now, not
7100. So you'll want to change your FontPath line to:
  FontPath"unix/:-1"


Cheers,

Paul J. Fraser
[EMAIL PROTECTED]
-Original Message-
From: Joel Konkle-Parker [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 10 December 2003 2:30 AM
To: [EMAIL PROTECTED]
Subject: Re: [gentoo-user] Fonts

Quoting Paul Varner <[EMAIL PROTECTED]>:

[...]

> Section "Files"
> FontPath"/usr/X11R6/lib/X11/fonts/75dpi"
> FontPath"/usr/X11R6/lib/X11/fonts/100dpi"
> FontPath"/usr/X11R6/lib/X11/fonts/truetype"
> FontPath"/usr/X11R6/lib/X11/fonts/misc"
> FontPath"/usr/X11R6/lib/X11/fonts/Speedo"
> FontPath"/usr/X11R6/lib/X11/fonts/Type1"
> FontPath"/usr/X11R6/lib/X11/fonts/CID"
> RgbPath "/usr/X11R6/lib/X11/rgb"
> ModulePath  "/usr/X11R6/lib/modules"
> EndSection

Also, I believe that if you are using xfs, (X font server, not SGI's file
system), you should put

  FontPath"unix/:7100"

at the top of the Files section. Then your fonts can be configured through
/etc/X11/fs/config.


--
Joel Konkle-Parker
Webmaster [Ballsome.com]

Phone [662-518-1636]
E-mail[EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT: Multiple Nic's.

2003-12-09 Thread Joshua Banks

--- Alan <[EMAIL PROTECTED]> wrote:
> > > 3) The network card connecting to the cable modem will
> negotiating at
> > > 10baseT-HD or 10Mb half-duplex. The other nic on the internal lan
> will
> > > be running at 100baseTX-HD. Are there any any foreseen horrors
> with
> > > this type of setup (specifically downloading and file transfers
> going
> > > from a 10Mb to 100Mb and vicea-versa) or is this a pretty common
> > > scenario?
> > 
> > I wouldn't bet my house on that, but I am quite sure that this
> isn't a 
> > proiblem. Linux (Kernel) will handle this...
> 
> Linux handles this just fine :)
> 
> Don't forget that one of the first things that Linux was developed
> for
> was networking, it wasn't an afterthought (like other OSs I could
> mention :) so pretty much any networking situation will be handled
> just
> fine! 

Thanks for the confident confirmation Alan. That always helps.

JBanks

__
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT: XPDF will not run anylonger.

2003-12-09 Thread Joshua Banks

--- "Matthias F. Brandstetter" <[EMAIL PROTECTED]> wrote:
> -- quoting Joshua Banks --
> > Matthias, I did an "emerge sync" and then "emerge -uD
> > x11-libs/openmotif"
> >
> > It's emerging 6 pkgs. So this is going to take alittle bit on
> Dial-up.
> 
> ok, good luck ;)
> 
> > Please teach me what you did here:
> > > This file belongs to package openmotif.
> >
> > I'm assuming that you used "qpkg". But what options and arguments
> did
> > you use. If you didn't use qpkg, then what?
> 
> np, I first did an
> 
> $ locate libXm.so.3
> 
> to find out where this file lives on my system. Afterwards, a normal
> 
> $ qpkg -f /usr/X11R6/lib/libXm.so.3


Ahhh. Thank you. 

I will experiment with your method. Never used "locate" before so this
should be an interesting day.

I'll be sure to let you know whether or not re-merge'ing openmotif
helped. I'm sure it will do the trick though.

JBanks

__
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/

--
[EMAIL PROTECTED] mailing list



  1   2   >