[gentoo-user] Palm PDA setup...

2005-12-30 Thread Jessica Rasku
I'm trying to setup my PDA and it just refuses to sync.  Using
pilot-xfer I will get a cannot bind to port error:

[EMAIL PROTECTED] ~ $ until [ -e /dev/pilot ]; do sleep 1; done;  pilot-xfer\ -l
   No $PILOTPORT specified and no -p port given.
   Defaulting to '/dev/pilot'

   Unable to bind to port: /dev/pilot
   Please use --help for more information

I'm not sure where to go from here.  I've read several howtos, and have
not gotten anywhere beyond this.  Most things with gentoo have `just
worked' though I'm not sure why this is posing a problem.  Any help
would be apreciated.  Thank you for your time.

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



[gentoo-user] Re: Re: XFCE user taking KDE for a spin

2005-12-30 Thread Peter
On Thu, 29 Dec 2005 21:34:06 -0800, Grant wrote:

  -* are masked for all archs. This is experimental beyond ~*.
  Furthermore, you should at least specify your particular arch, like
  x86, amd64, ppc. Many applications don't even use a -* arch so you
  will be missing a whole bunch of stuff.
 
  A better way to handle this is to use the package.keywords file and
  add to it any experimental ebuilds you want.
 
  man emerge will give you more information.

 I think he meant -* in USE and then adding some flags: for ex. USE=-*
 kde
 
 That's exactly what I meant.  Sorry about that.
 

OOPS! My bad. The only negative that I can see is that there are dozens of
valid use flags, many of which _could_ affect functionality. I still say,
save your time, use a live cd or precompiled binaries while evaluating.

OTOH, you can get the best of both worlds by using select KDE applications
in XFCE. My personal combination is Enlightenment with Rox handling the
panel and desktop. Then I use Kopete (IM client), Kgpg (gnupg frontend)
that sit in a systray. Then khelpcenter which gives a nice view of all man
and info pages. kinfocenter (sysinfo), Cervisia for cvs, and kdesu (su
client). Those I use every day. However, I still keep the entire KDE
system compiled. This is because I had kde on before everything else. I'm
still not a big fan of the split ebuilds, and usually compile the whole
suite when updates come out.

KDE _is_ big though, and because of the way it stores (or Gentoo stores)
.desktop and icon files, sort of breaks freedesktop.org standards. Getting
a compliant menu program to accept kde apps requires a little elbow
grease! I basically had to symlink lots of app stuff to my ~.local/share
area.

Good luck

 Peper


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Palm PDA setup...

2005-12-30 Thread Heinz Sporn
Am Freitag, den 30.12.2005, 02:34 -0800 schrieb Jessica Rasku:
 I'm trying to setup my PDA and it just refuses to sync.  Using
 pilot-xfer I will get a cannot bind to port error:
 
 [EMAIL PROTECTED] ~ $ until [ -e /dev/pilot ]; do sleep 1; done;  pilot-xfer\ 
 -l
No $PILOTPORT specified and no -p port given.
Defaulting to '/dev/pilot'
 
Unable to bind to port: /dev/pilot
Please use --help for more information
 

Funny coincidence - had the same problem today.

My Palm is a Tungsten E without a craddle - just an USB cable. To be
able to use that I need a couple of things:

1. Kernel
CONFIG_USB_SERIAL=m
CONFIG_USB_SERIAL_GENERIC=y
CONFIG_USB_SERIAL_VISOR=m

2. Loading modules in /etc/modules.autoload.d/kernel-2.6 with

visor vendor=0x0830 product=0x0060

That'll both load visor and usbserial.

3. UDEV
In /etc/udev/rules.d/10-visor.rules:
KERNEL==ttyUSB[0-9]*, NAME=tts/USB%n, GROUP=usb, MODE=0666
BUS=usb, SYSFS{product}=Palm Handheld*, KERNEL=ttyUSB[13579],
SYMLINK=pilot, MODE=0666, GROUP=usb

In /etc/udev/permissions.d/10-visor.permissions
ttyUSB*:root:usb:0666
tts/[0-9]*:root:usb:0666
tts/USB[0-9]*:root:usb:0666
pilot:root:usb:0666

4. Hotplug should have been emerged and running

5. Testing

Now add your user(s) to the group usb, press Hotsync on your Palm device
and check if /dev/tts/USB0 and /dev/tts/USB1 have been created by UDEV
and a symlink /dev/pilot exists.

If that's true run pilot-xfer -p /dev/pilot --list while your Palm still
is trying to hotsync. pilot-xfer should be able to connect now.

If you're using Gnome I recommend using the gnome-pilot-applet. Works
like a charm with Evolution.


 I'm not sure where to go from here.  I've read several howtos, and have
 not gotten anywhere beyond this.  Most things with gentoo have `just
 worked' though I'm not sure why this is posing a problem.  Any help
 would be apreciated.  Thank you for your time.
 
   Jessica

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Alternative Window Managers

2005-12-30 Thread Peter
On Fri, 30 Dec 2005 03:18:22 -0600, Boyd Stephen Smith Jr. wrote:

 I'm wanting to experiment with some alternative window managers.  I've
 already emerged them, but I'd like to have them available as separate
 sessions when I log in, and possibly migrate to one of them as default (or
 only) session available.
 
Always a fun pastime!

 I've only used KDE and Gnome in the past, and they are very polished, at
 least in the aspect that they automatically are added as alternative
 sessions.  I know we have some alternative window manager users around, so
 I figured this would be the best place to ask how to set these alternative
 window managers up in Gentoo.
 
snip...

FWIW, I use enlightenment from cvs (enlightenment-0.16.) and ROX to
manage the panel and desktop. I also have kde installed and run its
applications as needed. I've used e for years and _really_ enjoy it!

http://enlightenment.org (DR16 is the version you'll follow here)
http://rox.sf.net

ROX is an incredibly lightweight desktop and file manager. The more you
use it, the more you'll appreciate what it does!

The real benefit of this combination is that they are both really small
packages. No multi-day compiles required. For me, Athlon XP 2500 oc'ed to
2800, enlightenment compiles in 1 minute, rox in less than 1.

caveat: sometimes the sourceforge servers don't let you cvs, so some
retries might be required.

# time ebuild enlightenment-0.16..ebuild compile
real0m55.096s
user0m39.489s
sys 0m10.694s

image, compiling an entire wm in under 1 minute!

# time ebuild rox-2.3.ebuild compile
real0m43.412s
user0m32.358s
sys 0m8.698s

Pretty swift if you ask me. Of course, your mileage may vary, and you will
need to allow time for downloading and merging or getting dependencies.
Neither has many though. Good luck.

JM2C.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Where are uuencode and uudecode

2005-12-30 Thread reader
Anyone know which package may contain uudecode/uuencode if any?

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] KDE and USB Stick

2005-12-30 Thread Cláudio Henrique
My system:I use the latest stable version of KDE, ivman, hal, and dbus.

In /etc/fstab I say that /dev/sda1 must be mounted on /mnt/usb, and can be unmounted by any user..Where I am:Everytime I insert a USB Stick in my computer, ivman automatically creates a /dev/sdN1, where N can be any letter, and mounts it in /media/KINGSTON or in /media/KINGSTON1. I can't predict the letter (N value) nor if the media will be mounted on KINGSTON or KINGSTON1.
When I open Konqueror, enter media:/, select the media folder related to the memory stick, this KINGSTON driver appears there.

Only root can unmount this USB file system.Where I wanna go:I wanna create a link on my desktop for easy access to this USB Stick. And I want to unmount this driver using a common user. I have followed ivman wiki page from top to bottom, but I still can't do this.


Thanks in advance.

Regards,

Claudio.


Re: [gentoo-user] Where are uuencode and uudecode

2005-12-30 Thread Mike Williams
On Friday 30 December 2005 12:04, [EMAIL PROTECTED] wrote:
 Anyone know which package may contain uudecode/uuencode if any?

sharutils

-- 
Mike Williams
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Alternative Window Managers

2005-12-30 Thread Bill Roberts
On 03:18 Fri 30 Dec , Boyd Stephen Smith Jr. wrote:
 I'm wanting to experiment with some alternative window managers.  I've 
 already emerged them, but I'd like to have them available as separate 
 sessions when I log in, and possibly migrate to one of them as default (or 
 only) session available.

Over the past 3 years, I have been on a quest for a minimalist and
functional window/desktop manager. It seems like I've tried everything. I
started off with kde, hated the kitchensink approach they take, so I moved
to gnome, which was, indeed, more subdued, some say boring. The standard
package fit me okay, but it was so heavyweight, I used none of the desktop
function except freecell and the weather applet. 

So I went minimalist with kahakai, interesting, but ultimately not worth
the ongoing effort, then to ratpoison. which I dumped after a week or two.
Brief visits to ion and icewm, finally settled on XFCE-4 for maybe a year
and a half. It's minimalist as a desktop manager, but again, I used almost
none of its functionality, I do everything except surfing the web from the
commandline. 

I saw a number of people who opinions I value using fluxbox, so I decided
to try that. I'm glad it came with good recommendations, because when I
opened it up in its default configuration, it was almost as butt-ugly as
ratpoison. I emerged the themes, played around with them, settled down with
one, and now feel settled. The ease of configuration, the basic simplicity,
the choice of themes, seems just right for me.

Good luck in finding the one that is just right for you.

Bill Roberts


pgpQRfFWGRCNR.pgp
Description: PGP signature


Re: [gentoo-user] Alternative Window Managers

2005-12-30 Thread Jeff
Fluxbox is tight. Really slick, clean, fast, and yet, still very
manageable/configurable.

I think you'd love it... just my opinion...

http://fluxbox.sourceforge.net/

http://www.gentoo.org/doc/en/fluxbox-config.xml

;-)

Bill Roberts wrote:
 On 03:18 Fri 30 Dec , Boyd Stephen Smith Jr. wrote:
 
I'm wanting to experiment with some alternative window managers.  I've 
already emerged them, but I'd like to have them available as separate 
sessions when I log in, and possibly migrate to one of them as default (or 
only) session available.
 
 
 Over the past 3 years, I have been on a quest for a minimalist and
 functional window/desktop manager. It seems like I've tried everything. I
 started off with kde, hated the kitchensink approach they take, so I moved
 to gnome, which was, indeed, more subdued, some say boring. The standard
 package fit me okay, but it was so heavyweight, I used none of the desktop
 function except freecell and the weather applet. 
 
 So I went minimalist with kahakai, interesting, but ultimately not worth
 the ongoing effort, then to ratpoison. which I dumped after a week or two.
 Brief visits to ion and icewm, finally settled on XFCE-4 for maybe a year
 and a half. It's minimalist as a desktop manager, but again, I used almost
 none of its functionality, I do everything except surfing the web from the
 commandline. 
 
 I saw a number of people who opinions I value using fluxbox, so I decided
 to try that. I'm glad it came with good recommendations, because when I
 opened it up in its default configuration, it was almost as butt-ugly as
 ratpoison. I emerged the themes, played around with them, settled down with
 one, and now feel settled. The ease of configuration, the basic simplicity,
 the choice of themes, seems just right for me.
 
 Good luck in finding the one that is just right for you.
 
 Bill Roberts

-- 
Darth Vader:
The force is with you young Skywalker, but you are
not a Jedi yet.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] What should be backed up?

2005-12-30 Thread Neil Bothwick
On Wed, 28 Dec 2005 18:14:27 +0100, Francesco Riosa wrote:

 additionally backup /var/db/pkg/ , it's annoying loose this one on a
 gentoo system (only needed after a successfully  emerge ).

And /var/lib/portage/world


-- 
Neil Bothwick

I am NOT Paranoid! And why are you always watching me??


signature.asc
Description: PGP signature


Re: [gentoo-user] KDE and USB Stick

2005-12-30 Thread Neil Bothwick
On Fri, 30 Dec 2005 11:13:41 -0200, Cláudio Henrique wrote:

 *My system:*
 I use the latest stable version of KDE, ivman, hal, and dbus.

You don't need ivman with KDE, as long as KDE is merged with the hal USE
flag.

 In /etc/fstab I say that /dev/sda1 must be mounted on /mnt/usb, and can
 be unmounted by any user..

You don't want /dev/sda1 in /etc/fstab, let KDE create the appropriate
mount point in /media.

 *Where I am:
 *Everytime I insert a USB Stick in my computer, ivman automatically
 creates a /dev/sdN1, where N can be any letter, and mounts it
 in /media/KINGSTON or in /media/KINGSTON1. I can't predict the letter
 (N value) nor if the media will be mounted on KINGSTON or KINGSTON1.

KDE uses the volume name of the partition to pick the name of the device.
So the /dev/sdN value is irrelevant. If you want that to be consistent,
set up a persistent naming rule for udev, see
http://www.reactivated.net/udevrules.php

 I wanna create a link on my desktop for easy access to this USB Stick.
 And I want to unmount this driver using a common user. I have followed
 ivman wiki page from top to bottom, but I still can't do this.

See http://gentoo-wiki.com/HOWTO_D-BUS,_HAL,_KDE_media:/


-- 
Neil Bothwick

Windows Error #56: Operator fell asleep while waiting.


signature.asc
Description: PGP signature


Re: [gentoo-user] ssh and tar combined?

2005-12-30 Thread John Jolet


On Dec 30, 2005, at 9:21 AM, Neil Bothwick wrote:


On Wed, 28 Dec 2005 08:22:26 -0600, John Jolet wrote:


or ssh sourcebox tar -czvf - /path/to/be/backed/up | dd
of=target.tar.gz


tar outputs to stdout be default, so -f - is redundant, as is the  
use

of dd. All you need is

ssh hostname tar cf /source/path backup.tar.gz

hmm, I'm not sure this behavior is consistent across all versions of  
tar and all versions of ssh.  I could be wrong, but the process I  
outlined will work on linux, aix, solaris, bsd, at least (those are  
the ones i've tested).  but hey, I could be wrong...just because  
method a works doesn't mean it's the only method...that's the beauty  
of unix.


--
Neil Bothwick

Whats the difference between a magician and a brothel?
One has a cunning array of stunts,


--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Alternative Window Managers

2005-12-30 Thread Peter
On Fri, 30 Dec 2005 09:47:05 -0600, Boyd Stephen Smith Jr. wrote:

 On Friday 30 December 2005 03:18, Boyd Stephen Smith Jr.
 [EMAIL PROTECTED] wrote about '[gentoo-user] Alternative Window
 Managers':
 I'm wanting to experiment with some alternative window managers. I'd
 like to have them available as separate sessions when I log in.

 I've only used KDE and Gnome in the past; they automatically are added
 as alternative
 sessions.  I figured this would be the best place to ask how to set
 these alternative window managers up in Gentoo.

 I have a couple of boxen, one that uses gdm and one that uses kdm.  It
 would be nice if the instructions were portable between both of these X
 login managers.
 
 Thanks for all the encouragement an talk about the pros and cons of the
 various windows managers.  However, can anyone address my issue of being
 about to select an alternative window manager from my login manager?  Via
 the session chooser?  I've never really had to set up anything 'cept KDE
 and Gnome and they do it for you.
 
This may offer some ideas. As Holly wrote, it's a butt ugly process.

http://gentoo-wiki.com/HOWTO_Activate_Graphical_login


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] KDE and USB Stick

2005-12-30 Thread John J. Foster
On Fri, Dec 30, 2005 at 03:40:57PM +, Neil Bothwick wrote:
 
 See http://gentoo-wiki.com/HOWTO_D-BUS,_HAL,_KDE_media:/
 
Neil, have you tried that link, even after removing the trailing :/

festus
-- 
I contend we are both atheists, I just believe in one fewer gods than
you do. When you understand why you dismiss all the other possible gods, 
you will understand why I dismiss yours.
...Stephen F Roberts


pgp8IhZ0OecTQ.pgp
Description: PGP signature


Re: [gentoo-user] ssh and tar combined?

2005-12-30 Thread Neil Bothwick
On Fri, 30 Dec 2005 09:44:09 -0600, John Jolet wrote:

  tar outputs to stdout be default, so -f - is redundant, as is the  
  use
  of dd. All you need is
 
  ssh hostname tar cf /source/path backup.tar.gz
 
 hmm, I'm not sure this behavior is consistent across all versions of  
 tar and all versions of ssh. 

The part about stdout being the default is consistent, -f overrides the
default. To maintain consistency across ssh versions, it may be safer to
use

ssh backup.tar.gz hostname tar cf /source/path


-- 
Neil Bothwick

Windows95 - crash compatible on Windows 3.x


signature.asc
Description: PGP signature


Re: [gentoo-user] Re: Re: XFCE user taking KDE for a spin

2005-12-30 Thread Grant
   -* are masked for all archs. This is experimental beyond ~*.
   Furthermore, you should at least specify your particular arch, like
   x86, amd64, ppc. Many applications don't even use a -* arch so you
   will be missing a whole bunch of stuff.
  
   A better way to handle this is to use the package.keywords file and
   add to it any experimental ebuilds you want.
  
   man emerge will give you more information.
 
  I think he meant -* in USE and then adding some flags: for ex. USE=-*
  kde
 
  That's exactly what I meant.  Sorry about that.
 

 OOPS! My bad. The only negative that I can see is that there are dozens of
 valid use flags, many of which _could_ affect functionality. I still say,
 save your time, use a live cd or precompiled binaries while evaluating.

 OTOH, you can get the best of both worlds by using select KDE applications
 in XFCE. My personal combination is Enlightenment with Rox handling the
 panel and desktop. Then I use Kopete (IM client), Kgpg (gnupg frontend)
 that sit in a systray. Then khelpcenter which gives a nice view of all man
 and info pages. kinfocenter (sysinfo), Cervisia for cvs, and kdesu (su
 client). Those I use every day. However, I still keep the entire KDE
 system compiled. This is because I had kde on before everything else. I'm
 still not a big fan of the split ebuilds, and usually compile the whole
 suite when updates come out.

 KDE _is_ big though, and because of the way it stores (or Gentoo stores)
 .desktop and icon files, sort of breaks freedesktop.org standards. Getting
 a compliant menu program to accept kde apps requires a little elbow
 grease! I basically had to symlink lots of app stuff to my ~.local/share
 area.

 Good luck

  Peper

Wow, what a waste of time.  I don't like kde at all.  Anyway, the
xfce4 fonts are now all screwed up.  They basically look really ragged
like they aren't anti-aliased.  I haven't touched any xfce settings,
only kde stuff.  The xfce4 settings still look like they're set
correctly.  I do use the xfs font server and it is running.  Any idea
how to fix this?

Also, I do like how the kde file manager previews all images.  Is
there any way to get the xfce4 file manager (xffm) to do that?

- Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] KDE and USB Stick

2005-12-30 Thread Neil Bothwick
On Fri, 30 Dec 2005 11:08:58 -0500, John J. Foster wrote:

  See http://gentoo-wiki.com/HOWTO_D-BUS,_HAL,_KDE_media:/
  
 Neil, have you tried that link, even after removing the trailing :/

I pasted it from Konqueror, so yes.


-- 
Neil Bothwick

ATTENTION: Despite any other listing of product content found in this
manual, you are advised that, in actuality, your computer consists of
99.9% empty space.


signature.asc
Description: PGP signature


Re: [gentoo-user] KDE and USB Stick

2005-12-30 Thread John J. Foster
On Fri, Dec 30, 2005 at 05:19:33PM +, Neil Bothwick wrote:
 On Fri, 30 Dec 2005 11:08:58 -0500, John J. Foster wrote:
 
   See http://gentoo-wiki.com/HOWTO_D-BUS,_HAL,_KDE_media:/
   
  Neil, have you tried that link, even after removing the trailing :/
 
 I pasted it from Konqueror, so yes.
 
Sorry 'bout that. I should know better than to try using IE from work
8-(

festus

-- 
I contend we are both atheists, I just believe in one fewer gods than
you do. When you understand why you dismiss all the other possible gods, 
you will understand why I dismiss yours.
...Stephen F Roberts


pgp4ZaXVqssow.pgp
Description: PGP signature


Re: [gentoo-user] ssh and tar combined?

2005-12-30 Thread Alexander Skwar
Neil Bothwick schrieb:
 On Fri, 30 Dec 2005 09:44:09 -0600, John Jolet wrote:
 
  tar outputs to stdout be default, so -f - is redundant, as is the  
  use
  of dd. All you need is
 
  ssh hostname tar cf /source/path backup.tar.gz
 
 hmm, I'm not sure this behavior is consistent across all versions of  
 tar and all versions of ssh. 
 
 The part about stdout being the default is consistent,

No, it's not. By default, tar writes to a tape device.

 To maintain consistency across ssh versions, it may be safer to
 use
 
 ssh backup.tar.gz hostname tar cf /source/path

Uh?

[EMAIL PROTECTED] /tmp $ ssh  t server tar cf /tmp/.
[EMAIL PROTECTED]'s password:
tar: Cowardly refusing to create an empty archive
Try `tar --help' or `tar --usage' for more information.

Ah, You wanted to leave out the f :)

But why should 'ssh  backup.tar hostname tar c /source/path'
be more consistent across *SSH* versions than
'ssh hostname tar c /source/path  backup.tar'?
Isn't that just a question wrt. the shell?

Alexander Skwar
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Alternative Window Managers

2005-12-30 Thread Sean

Boyd Stephen Smith Jr. wrote:
I'm wanting to experiment with some alternative window managers.  I've 
already emerged them, but I'd like to have them available as separate 
sessions when I log in, and possibly migrate to one of them as default (or 
only) session available.


I've only used KDE and Gnome in the past, and they are very polished, at 
least in the aspect that they automatically are added as alternative 
sessions.  I know we have some alternative window manager users around, so 
I figured this would be the best place to ask how to set these alternative 
window managers up in Gentoo.


I have a couple of boxen, one that uses gdm and one that uses kdm.  It 
would be nice if the instructions were portable between both of these X 
login managers, but I'm fairly confident that I can use instructions for 
either one to set up the other.


For anyone interested in what WMs I'm trying out:
x11-wm/ratpoison
x11-wm/ion3
x11-wm/wmii

I also might try out StumpWM at some point, but I couldn't find an ebuild 
for it in the current portage tree.


I'm a big fan of both Lisp and GNU-Screen, so these window managers 
intrigued me.




I wound up in the same kind of mood as you and in my searching any 
playing I have settled on WindowMaker for some time now, and currently 
plan to stay.

A bit different in approach and that is what caught my attention.

http://www.windowmaker.org/
--
gentoo-user@gentoo.org mailing list



[gentoo-user] xorg config

2005-12-30 Thread John Jolet
Okay, so i'm experimenting with the split kde ebuilds, having done a  
kde-meta the last time.  However, when I did that, I got all my  
hardware configured and set up automatically somehow.  when I just  
did emerge kdebase-startkde, It won't allow me to go beyond 640x480.   
So I ran xorgconfig, and now I've apparently picked the wrong mouse  
(it's a usb trackball) port and nothing works.  Is there a script  
that will set all this for me?  I really, REALLY hate mucking about  
in that stupid xorg.conf file.

--
gentoo-user@gentoo.org mailing list



[gentoo-user] yahoo pri nameserver change error

2005-12-30 Thread El Nino
Dear friends,

anybody have an experience by changing the primary nameserver in a
domain by purchasing from yahoo small business? i tried but it gave me
an error like 'unable to process your requeste'. can anybody help me?

note: any advices are welcom...

--
...
The future lies ahead.
 ___
 Have you mooed today? 
 
\^__^
 \   (oo) \___
 (__) \ )\/\
| |-w   |
| || |

2.6.14-gentoo-r5-sinhalese-r2.0
(((o)))~--~--~--
Proud to be a Sinhalese.
SINHALESE ARE GENIUSES OF IRRIGATION
http://easyweb.easynet.co.uk/~sydney/sinhales.htm

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: OT - Need MythTV setup help (resend)

2005-12-30 Thread Michael Sullivan
On Thu, 2005-12-29 at 19:06 -0600, Michael Sullivan wrote:
 On Thu, 2005-12-29 at 11:53 -0600, Michael Sullivan wrote:
  It's been over an hour since I sent this in to the list and my log files
  say that it was sent, but I haven't gotten it back from the list yet.
  I'm sending it again...
  
   Forwarded Message 
  From: Michael Sullivan [EMAIL PROTECTED]
  To: gentoo-user gentoo-user@lists.gentoo.org
  Subject: OT - Need MythTV setup help
  Date: Thu, 29 Dec 2005 10:30:48 -0600
  
  I went ahead and allotted 40GB (from my Windows partion zapped away by
  QParted) for my tv partition.  I followed the wiki all the way through
  except for one part:  My Input Connections screen is blank.  The wiki
  said that this was a permissions issue, but as I'm trying to do this as
  root at the moment I don't think permissions should be a problem.  Just
  in case, here's what the relevant permissions look like:
  
  camille mythtv # ls -al /dev/video*
  lrwxrwxrwx  1 root root   6 Dec 28 16:39 /dev/video - video0
  crw-rw-rw-  1 root video 81,  0 Oct 19 11:13 /dev/video0
  crw-rw  1 root video 81,  1 Oct 19 11:13 /dev/video1
  crw-rw  1 root video 81, 10 Oct 19 11:13 /dev/video10
  crw-rw  1 root video 81, 11 Oct 19 11:13 /dev/video11
  crw-rw  1 root video 81, 12 Oct 19 11:13 /dev/video12
  crw-rw  1 root video 81, 13 Oct 19 11:13 /dev/video13
  crw-rw  1 root video 81, 14 Oct 19 11:13 /dev/video14
  crw-rw  1 root video 81, 15 Oct 19 11:13 /dev/video15
  crw-rw  1 root video 81, 16 Oct 19 11:13 /dev/video16
  crw-rw  1 root video 81, 17 Oct 19 11:13 /dev/video17
  crw-rw  1 root video 81, 18 Oct 19 11:13 /dev/video18
  crw-rw  1 root video 81, 19 Oct 19 11:13 /dev/video19
  crw-rw  1 root video 81,  2 Oct 19 11:13 /dev/video2
  crw-rw  1 root video 81, 20 Oct 19 11:13 /dev/video20
  crw-rw  1 root video 81, 21 Oct 19 11:13 /dev/video21
  crw-rw  1 root video 81, 22 Oct 19 11:13 /dev/video22
  crw-rw  1 root video 81, 23 Oct 19 11:13 /dev/video23
  crw-rw  1 root video 81, 24 Oct 19 11:13 /dev/video24
  crw-rw  1 root video 81, 25 Oct 19 11:13 /dev/video25
  crw-rw  1 root video 81, 26 Oct 19 11:13 /dev/video26
  crw-rw  1 root video 81, 27 Oct 19 11:13 /dev/video27
  crw-rw  1 root video 81, 28 Oct 19 11:13 /dev/video28
  crw-rw  1 root video 81, 29 Oct 19 11:13 /dev/video29
  crw-rw  1 root video 81,  3 Oct 19 11:13 /dev/video3
  crw-rw  1 root video 81, 30 Oct 19 11:13 /dev/video30
  crw-rw  1 root video 81, 31 Oct 19 11:13 /dev/video31
  crw-rw  1 root video 81, 32 Oct 19 11:13 /dev/video32
  crw-rw  1 root video 81, 33 Oct 19 11:13 /dev/video33
  crw-rw  1 root video 81, 34 Oct 19 11:13 /dev/video34
  crw-rw  1 root video 81, 35 Oct 19 11:13 /dev/video35
  crw-rw  1 root video 81, 36 Oct 19 11:13 /dev/video36
  crw-rw  1 root video 81, 37 Oct 19 11:13 /dev/video37
  crw-rw  1 root video 81, 38 Oct 19 11:13 /dev/video38
  crw-rw  1 root video 81, 39 Oct 19 11:13 /dev/video39
  crw-rw  1 root video 81,  4 Oct 19 11:13 /dev/video4
  crw-rw  1 root video 81, 40 Oct 19 11:13 /dev/video40
  crw-rw  1 root video 81, 41 Oct 19 11:13 /dev/video41
  crw-rw  1 root video 81, 42 Oct 19 11:13 /dev/video42
  crw-rw  1 root video 81, 43 Oct 19 11:13 /dev/video43
  crw-rw  1 root video 81, 44 Oct 19 11:13 /dev/video44
  crw-rw  1 root video 81, 45 Oct 19 11:13 /dev/video45
  crw-rw  1 root video 81, 46 Oct 19 11:13 /dev/video46
  crw-rw  1 root video 81, 47 Oct 19 11:13 /dev/video47
  crw-rw  1 root video 81, 48 Oct 19 11:13 /dev/video48
  crw-rw  1 root video 81, 49 Oct 19 11:13 /dev/video49
  crw-rw  1 root video 81,  5 Oct 19 11:13 /dev/video5
  crw-rw  1 root video 81, 50 Oct 19 11:13 /dev/video50
  crw-rw  1 root video 81, 51 Oct 19 11:13 /dev/video51
  crw-rw  1 root video 81, 52 Oct 19 11:13 /dev/video52
  crw-rw  1 root video 81, 53 Oct 19 11:13 /dev/video53
  crw-rw  1 root video 81, 54 Oct 19 11:13 /dev/video54
  crw-rw  1 root video 81, 55 Oct 19 11:13 /dev/video55
  crw-rw  1 root video 81, 56 Oct 19 11:13 /dev/video56
  crw-rw  1 root video 81, 57 Oct 19 11:13 /dev/video57
  crw-rw  1 root video 81, 58 Oct 19 11:13 /dev/video58
  crw-rw  1 root video 81, 59 Oct 19 11:13 /dev/video59
  crw-rw  1 root video 81,  6 Oct 19 11:13 /dev/video6
  crw-rw  1 root video 81, 60 Oct 19 11:13 /dev/video60
  crw-rw  1 root video 81, 61 Oct 19 11:13 /dev/video61
  crw-rw  1 root video 81, 62 Oct 19 11:13 /dev/video62
  crw-rw  1 root video 81, 63 Oct 19 11:13 /dev/video63
  crw-rw  1 root video 81,  7 Oct 19 11:13 /dev/video7
  crw-rw  1 root video 81,  8 Oct 19 11:13 /dev/video8
  crw-rw  1 root video 81,  9 Oct 19 11:13 /dev/video9
  camille mythtv # chmod 666  /dev/video*
  camille mythtv # mythsetup
  2005-12-29 10:28:26.867 New DB connection, total: 1
  

[gentoo-user] Re: More ALSA trouble

2005-12-30 Thread Francesco Talamona
On Friday 30 December 2005 22:56, Michael Sullivan wrote:
 Can anyone help me with this?

Try to run alsaconf.

Ciao
Francesco
-- 
Linux Version 2.6.14-gentoo-r5, Compiled #1 PREEMPT Fri Dec 16 06:54:46 
CET 2005
One 2.2GHz AMD Athlon 64 Processor, 2GB RAM, 4415.86 Bogomips Total
aemaeth
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg config

2005-12-30 Thread C. Beamer
John Jolet wrote:

 Okay, so i'm experimenting with the split kde ebuilds, having done a 
 kde-meta the last time.  However, when I did that, I got all my 
 hardware configured and set up automatically somehow.  when I just 
 did emerge kdebase-startkde, It won't allow me to go beyond 640x480.  
 So I ran xorgconfig, and now I've apparently picked the wrong mouse 
 (it's a usb trackball) port and nothing works.  Is there a script 
 that will set all this for me?  I really, REALLY hate mucking about 
 in that stupid xorg.conf file.

Xorg -configure

See:

http://www.gentoo.org/doc/en/xorg-config.xml

Regards,

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



Re: [gentoo-user] xorg config

2005-12-30 Thread John Jolet


On Dec 30, 2005, at 11:40 AM, C. Beamer wrote:


John Jolet wrote:


Okay, so i'm experimenting with the split kde ebuilds, having done a
kde-meta the last time.  However, when I did that, I got all my
hardware configured and set up automatically somehow.  when I just
did emerge kdebase-startkde, It won't allow me to go beyond 640x480.
So I ran xorgconfig, and now I've apparently picked the wrong mouse
(it's a usb trackball) port and nothing works.  Is there a script
that will set all this for me?  I really, REALLY hate mucking about
in that stupid xorg.conf file.


Xorg -configure

yeah, did that.  problem is that said it couldn't determine my  
mouse...so I booted to the live cd and looked at what /dev/mouse was  
symlinked to.  /dev/input/mice.  why that symlink didn't get created  
here, i don't know.  but I put it in and it works...now i've just got  
to figure out how to get more than 640x480 resolution..

See:

http://www.gentoo.org/doc/en/xorg-config.xml

Regards,

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



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: More ALSA trouble

2005-12-30 Thread Michael Sullivan
On Fri, 2005-12-30 at 23:24 +0100, Francesco Talamona wrote:
 On Friday 30 December 2005 22:56, Michael Sullivan wrote:
  Can anyone help me with this?
 
 Try to run alsaconf.
 
 Ciao
   Francesco
 -- 
 Linux Version 2.6.14-gentoo-r5, Compiled #1 PREEMPT Fri Dec 16 06:54:46 
 CET 2005
 One 2.2GHz AMD Athlon 64 Processor, 2GB RAM, 4415.86 Bogomips Total
 aemaeth

I ran alsaconf (again).  When it tried to start alsasound it gave all
those same errors again.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: More ALSA trouble

2005-12-30 Thread Joe Menola
On Friday 30 December 2005 5:43 pm, Michael Sullivan wrote:
 I ran alsaconf (again).  When it tried to start alsasound it gave all
 those same errors again.

Alsaconf is only used for modular kernels. Running it on compiled in modules 
tends to muck up the system pretty good. 
The easiest way to fix this is go back to alsa drivers compiled as modules and 
run alsaconf. 
I manged to fix my system after I made the same error, but the process was 
such a run around that I couldn't explain how I did it. lol

-jm

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: More ALSA trouble

2005-12-30 Thread Michael Sullivan
On Fri, 2005-12-30 at 18:00 -0600, Joe Menola wrote:
 On Friday 30 December 2005 5:43 pm, Michael Sullivan wrote:
  I ran alsaconf (again).  When it tried to start alsasound it gave all
  those same errors again.
 
 Alsaconf is only used for modular kernels. Running it on compiled in modules 
 tends to muck up the system pretty good. 
 The easiest way to fix this is go back to alsa drivers compiled as modules 
 and 
 run alsaconf. 
 I manged to fix my system after I made the same error, but the process was 
 such a run around that I couldn't explain how I did it. lol
 
 -jm
 

I'm confused.  The ALSA stuff is compiled into my kernel AS modules.
You say the easiest was to fix this is to go back to alsa drivers
compiled as modules and run alsaconf  Isn't that what I did yesterday?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: More ALSA trouble

2005-12-30 Thread Joe Menola
On Friday 30 December 2005 6:09 pm, Michael Sullivan wrote:
 On Fri, 2005-12-30 at 18:00 -0600, Joe Menola wrote:
  On Friday 30 December 2005 5:43 pm, Michael Sullivan wrote:
   I ran alsaconf (again).  When it tried to start alsasound it gave all
   those same errors again.
 
  Alsaconf is only used for modular kernels. Running it on compiled in
  modules tends to muck up the system pretty good.
  The easiest way to fix this is go back to alsa drivers compiled as
  modules and run alsaconf.
  I manged to fix my system after I made the same error, but the process
  was such a run around that I couldn't explain how I did it. lol
 
  -jm

 I'm confused.  The ALSA stuff is compiled into my kernel AS modules.
 You say the easiest was to fix this is to go back to alsa drivers
 compiled as modules and run alsaconf  Isn't that what I did yesterday?

I'm confused as well...I was replying to your earlier post today in which you 
stated...
Yesterday I compiled a kernel with ALSA support for my card compiled in.
I booted with that kernel yesterday and everything worked great. Today
when I booted into Linux I got errors when alsasound tried to start.
Here are the errors:

Compiled in says to me that you built your kernel with alsa support built 
in, sorry if I misunderstood.

-jm

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: More ALSA trouble

2005-12-30 Thread Michael Sullivan
On Fri, 2005-12-30 at 18:39 -0600, Joe Menola wrote:
 On Friday 30 December 2005 6:09 pm, Michael Sullivan wrote:
  On Fri, 2005-12-30 at 18:00 -0600, Joe Menola wrote:
   On Friday 30 December 2005 5:43 pm, Michael Sullivan wrote:
I ran alsaconf (again).  When it tried to start alsasound it gave all
those same errors again.
  
   Alsaconf is only used for modular kernels. Running it on compiled in
   modules tends to muck up the system pretty good.
   The easiest way to fix this is go back to alsa drivers compiled as
   modules and run alsaconf.
   I manged to fix my system after I made the same error, but the process
   was such a run around that I couldn't explain how I did it. lol
  
   -jm
 
  I'm confused.  The ALSA stuff is compiled into my kernel AS modules.
  You say the easiest was to fix this is to go back to alsa drivers
  compiled as modules and run alsaconf  Isn't that what I did yesterday?
 
 I'm confused as well...I was replying to your earlier post today in which you 
 stated...
 Yesterday I compiled a kernel with ALSA support for my card compiled in.
 I booted with that kernel yesterday and everything worked great. Today
 when I booted into Linux I got errors when alsasound tried to start.
 Here are the errors:
 
 Compiled in says to me that you built your kernel with alsa support built 
 in, sorry if I misunderstood.
 
 -jm
 
I meant that I compiled ALSA with support for my sound card as
modules...

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: More ALSA trouble

2005-12-30 Thread Joe Menola
On Friday 30 December 2005 7:15 pm, Michael Sullivan wrote:
 I meant that I compiled ALSA with support for my sound card as
 modules...

Try deleting your config file and rerun alsa conf.

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



Re: [gentoo-user] More ALSA trouble

2005-12-30 Thread Qiangning Hong
Michael Sullivan wrote:
 Yesterday I compiled a kernel with ALSA support for my card compiled in.
 I booted with that kernel yesterday and everything worked great. Today
 when I booted into Linux I got errors when alsasound tried to start.
 Here are the errors:

[...]

 #
 # Loadable module support
 #
 CONFIG_MODULES=y
 CONFIG_MODULE_UNLOAD=y
 # CONFIG_MODULE_FORCE_UNLOAD is not set
 CONFIG_OBSOLETE_MODPARM=y
 CONFIG_MODVERSIONS=y

I resolved the same problem yesterday by re-make menuconfig and change
CONFIG_MODVERSIONS to n.  However, I don't know if this is the proper way.

 # CONFIG_MODULE_SRCVERSION_ALL is not set
 CONFIG_KMOD=y
 CONFIG_STOP_MACHINE=y

-- 
Qiangning Hong
http://hongqn.hn.org
Registered Linux User #396996
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: OT - Need MythTV setup help (resend)

2005-12-30 Thread Bob Sanders
On Fri, 30 Dec 2005 16:08:02 -0600
Michael Sullivan [EMAIL PROTECTED] wrote:


 
 Is there a way to find out what each device node is connected to
 hardwarewise?  I'm wonderine if /dev/video0 is NOT the correct device
 for my tv card, and if one of the other sixty-three /dev/video* nodes,
 but I don't want to have to go through each individual one.  Is there an
 easier way?


I'm guessing you're running devfs?  Thus every node in the world.
If not, and you really are running udev, then edit /etc/conf.d/rc and
change - RC_DEVICE_TARBALL=yes to no and reboot.  That should
clear out all the useless nodes.

Have you tried /dev/video1?

 Also, do all nodes exists in /dev/v4l?  If I were running MythTV,
I'd have select one of the modes from - 
chi rsanders # ls -l /dev/v4l
total 0
crw-rw  1 root video 81,  64 Dec 30 06:57 radio0
crw-rw  1 root video 81,  65 Dec 30 06:57 radio1
crw-rw  1 root video 81, 224 Dec 30 06:57 vbi0
crw-rw  1 root video 81, 228 Dec 30 06:57 vbi4
crw-rw  1 root video 81, 232 Dec 30 06:57 vbi8
crw-rw  1 root video 81,   0 Dec 30 06:57 video0
crw-rw  1 root video 81,  16 Dec 30 06:57 video16
crw-rw  1 root video 81,  24 Dec 30 06:57 video24
crw-rw  1 root video 81,  32 Dec 30 06:57 video32
crw-rw  1 root video 81,  48 Dec 30 06:57 video48

According to xawdecode -h, 

 -c video device
  video4linux video device. For devfs enabled systems, default  is
  /dev/v4l/video  or /dev/v4l/video0, in that order. For non devfs
  systems,  default  is   /dev/video   or   /dev/video/video0   or
  /dev/video0, in that order.  Note that on /proc enabled systems,
  video device detection is automagic.

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



[gentoo-user] vmware+win98se+sonido

2005-12-30 Thread MILTON VIDAL

Hola lista,

vmware+win98se+sonido

no se como hacer funcionar el sonido en el win98se, le baje los dirivers 
sb16 pero no pueden instalarse, alguien a tenido alguna experiencia sobre el 
particular


gracias


--
gentoo-user@gentoo.org mailing list



[gentoo-user] gentoo apache virtual domains setup

2005-12-30 Thread michael

Hi,

I want to serve web pages for multiple virtual domains from my gentoo box. 
The latest howto I could find

(http://gentoo-wiki.com/HOWTO_Linux_Virtual_Server#Apache.2C_mod_php.2C_and_PHP)
admits that it is out of date relative to the gentoo apach2 package.

Does anyone know of a more recent howto, or have any other tips? Last
time I implemented a virtual domains web server was on redhat 8 with
apache 1. I'm sure things have changed.

Thanks,
Michael
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge going weird

2005-12-30 Thread Jason Stubbs
On Saturday 31 December 2005 13:58, Kevin O'Gorman wrote:
 Or should I say portage as a whole.  Anyway, my latest emerge world
 failed because of sun-jdk-1.4.2.10 (!!!).  The current one is 1.5
 something. The weird part is that I cannot find any reason for that package
 to be emerged.
 1) the world file contains just sun-jdk
 2) equery depends =sun-jdk-1.4.2.10 shows nothing at all
 3) sun-jdk does not appear at all in /etc/portage/package.* files

 How should I explore this further?

Whatever command you used to update, add --tree --pretend to it.

--
Jason Stubbs
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gentoo apache virtual domains setup

2005-12-30 Thread michael

I should add that I'm doing virtual domains by name, not ip address.

Also I see some references to the vhosts USE flag, which seems
related, but poorly documented. Any pointers on this?

M


On Sat, 31 Dec 2005, [EMAIL PROTECTED] wrote:


Hi,

I want to serve web pages for multiple virtual domains from my gentoo box. 
The latest howto I could find

(http://gentoo-wiki.com/HOWTO_Linux_Virtual_Server#Apache.2C_mod_php.2C_and_PHP)
admits that it is out of date relative to the gentoo apach2 package.

Does anyone know of a more recent howto, or have any other tips? Last
time I implemented a virtual domains web server was on redhat 8 with
apache 1. I'm sure things have changed.

Thanks,
Michael
--
gentoo-user@gentoo.org mailing list




--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] More ALSA trouble

2005-12-30 Thread Michael Sullivan
On Sat, 2005-12-31 at 11:05 +0800, Qiangning Hong wrote:
 Michael Sullivan wrote:
  Yesterday I compiled a kernel with ALSA support for my card compiled in.
  I booted with that kernel yesterday and everything worked great. Today
  when I booted into Linux I got errors when alsasound tried to start.
  Here are the errors:
 
 [...]
 
  #
  # Loadable module support
  #
  CONFIG_MODULES=y
  CONFIG_MODULE_UNLOAD=y
  # CONFIG_MODULE_FORCE_UNLOAD is not set
  CONFIG_OBSOLETE_MODPARM=y
  CONFIG_MODVERSIONS=y
 
 I resolved the same problem yesterday by re-make menuconfig and change
 CONFIG_MODVERSIONS to n.  However, I don't know if this is the proper way.
 
  # CONFIG_MODULE_SRCVERSION_ALL is not set
  CONFIG_KMOD=y
  CONFIG_STOP_MACHINE=y
 
 -- 
 Qiangning Hong
 http://hongqn.hn.org
 Registered Linux User #396996

I checked my kernel config and I have those three lines in there exactly
as you've listed, and still alsasound won't start...

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: OT - Need MythTV setup help (resend)

2005-12-30 Thread Michael Sullivan
On Fri, 2005-12-30 at 19:30 -0800, Bob Sanders wrote:
 On Fri, 30 Dec 2005 16:08:02 -0600
 Michael Sullivan [EMAIL PROTECTED] wrote:
 
 
  
  Is there a way to find out what each device node is connected to
  hardwarewise?  I'm wonderine if /dev/video0 is NOT the correct device
  for my tv card, and if one of the other sixty-three /dev/video* nodes,
  but I don't want to have to go through each individual one.  Is there an
  easier way?
 
 
 I'm guessing you're running devfs?  Thus every node in the world.
 If not, and you really are running udev, then edit /etc/conf.d/rc and
 change - RC_DEVICE_TARBALL=yes to no and reboot.  That should
 clear out all the useless nodes.
 
 Have you tried /dev/video1?
 
  Also, do all nodes exists in /dev/v4l?  If I were running MythTV,
 I'd have select one of the modes from - 
 chi rsanders # ls -l /dev/v4l
 total 0
 crw-rw  1 root video 81,  64 Dec 30 06:57 radio0
 crw-rw  1 root video 81,  65 Dec 30 06:57 radio1
 crw-rw  1 root video 81, 224 Dec 30 06:57 vbi0
 crw-rw  1 root video 81, 228 Dec 30 06:57 vbi4
 crw-rw  1 root video 81, 232 Dec 30 06:57 vbi8
 crw-rw  1 root video 81,   0 Dec 30 06:57 video0
 crw-rw  1 root video 81,  16 Dec 30 06:57 video16
 crw-rw  1 root video 81,  24 Dec 30 06:57 video24
 crw-rw  1 root video 81,  32 Dec 30 06:57 video32
 crw-rw  1 root video 81,  48 Dec 30 06:57 video48
 
 According to xawdecode -h, 
 
  -c video device
   video4linux video device. For devfs enabled systems, default  is
   /dev/v4l/video  or /dev/v4l/video0, in that order. For non devfs
   systems,  default  is   /dev/video   or   /dev/video/video0   or
   /dev/video0, in that order.  Note that on /proc enabled systems,
   video device detection is automagic.
 
 Bob
 -  

I changed the setting in /etc/conf.d/rc as you suggested and rebooted.
Here's my actual /dev info:

camille ~ # ls -l /dev
total 0
drwxr-xr-x  3 root root60 Dec 30 18:33 bus
lrwxrwxrwx  1 root root 3 Dec 30 18:33 cdrom - hda
lrwxrwxrwx  1 root root 3 Dec 30 18:33 cdrw - hda
crw---  1 root tty 5,   1 Dec 31 00:33 console
lrwxrwxrwx  1 root root11 Dec 30 18:33 core - /proc/kcore
drwxr-xr-x  6 root root   120 Dec 30 18:33 disk
lrwxrwxrwx  1 root root 3 Dec 30 18:33 dvd - hda
lrwxrwxrwx  1 root root13 Dec 30 18:33 fd - /proc/self/fd
crw-rw-rw-  1 root root1,   7 Dec 30 18:33 full
brw-rw  1 root cdrom   3,   0 Dec 30 18:33 hda
prw---  1 root root 0 Dec 31 00:33 initctl
drwxr-xr-x  2 root root80 Dec 30 18:33 input
crw-r-  1 root root1,   2 Dec 30 18:33 kmem
crw-rw  1 root root1,  11 Dec 30 18:33 kmsg
srw-rw-rw-  1 root root 0 Dec 31 00:33 log
drwxr-xr-x  2 root root   200 Dec 30 18:33 loop
lrwxrwxrwx  1 root root 6 Dec 30 18:33 loop0 - loop/0
lrwxrwxrwx  1 root root 6 Dec 30 18:33 loop1 - loop/1
lrwxrwxrwx  1 root root 6 Dec 30 18:33 loop2 - loop/2
lrwxrwxrwx  1 root root 6 Dec 30 18:33 loop3 - loop/3
lrwxrwxrwx  1 root root 6 Dec 30 18:33 loop4 - loop/4
lrwxrwxrwx  1 root root 6 Dec 30 18:33 loop5 - loop/5
lrwxrwxrwx  1 root root 6 Dec 30 18:33 loop6 - loop/6
lrwxrwxrwx  1 root root 6 Dec 30 18:33 loop7 - loop/7
drwxr-xr-x  2 root root60 Dec 30 18:33 mapper
crw-r-  1 root root1,   1 Dec 30 18:33 mem
drwxr-xr-x  2 root root60 Dec 30 18:33 misc
crw-rw-rw-  1 root root1,   3 Dec 30 18:33 null
crw-r-  1 root root1,   4 Dec 30 18:33 port
lrwxrwxrwx  1 root root10 Dec 30 18:33 psaux - misc/psaux
crw-rw-rw-  1 root tty 5,   2 Dec 31 00:36 ptmx
drwxr-xr-x  2 root root 0 Dec 30 18:33 pts
lrwxrwxrwx  1 root root 4 Dec 30 18:33 ram0 - rd/0
lrwxrwxrwx  1 root root 4 Dec 30 18:33 ram1 - rd/1
lrwxrwxrwx  1 root root 5 Dec 30 18:33 ram10 - rd/10
lrwxrwxrwx  1 root root 5 Dec 30 18:33 ram11 - rd/11
lrwxrwxrwx  1 root root 5 Dec 30 18:33 ram12 - rd/12
lrwxrwxrwx  1 root root 5 Dec 30 18:33 ram13 - rd/13
lrwxrwxrwx  1 root root 5 Dec 30 18:33 ram14 - rd/14
lrwxrwxrwx  1 root root 5 Dec 30 18:33 ram15 - rd/15
lrwxrwxrwx  1 root root 4 Dec 30 18:33 ram2 - rd/2
lrwxrwxrwx  1 root root 4 Dec 30 18:33 ram3 - rd/3
lrwxrwxrwx  1 root root 4 Dec 30 18:33 ram4 - rd/4
lrwxrwxrwx  1 root root 4 Dec 30 18:33 ram5 - rd/5
lrwxrwxrwx  1 root root 4 Dec 30 18:33 ram6 - rd/6
lrwxrwxrwx  1 root root 4 Dec 30 18:33 ram7 - rd/7
lrwxrwxrwx  1 root root 4 Dec 30 18:33 ram8 - rd/8
lrwxrwxrwx  1 root root 4 Dec 30 18:33 ram9 - rd/9
crw-rw-rw-  1 root root1,   8 Dec 30 18:33 random
drwxr-xr-x  2 root root   360 Dec 30 18:33 rd
brw-rw  1 root disk8,   0 Dec 30 18:33 sda
brw-rw  1 root disk8,   1 Dec 30 18:33 sda1
brw-rw  1 root disk8,   2 Dec 30 18:33 sda2

Re: [gentoo-user] emerge going weird

2005-12-30 Thread Kevin O'Gorman
On 12/30/05, Jason Stubbs [EMAIL PROTECTED] wrote:
On Saturday 31 December 2005 13:58, Kevin O'Gorman wrote: Or should I say portage as a whole.Anyway, my latest emerge world failed because of sun-jdk-1.4.2.10 (!!!).The current one is 1.5 something. The weird part is that I cannot find any reason for that package
 to be emerged. 1) the world file contains just sun-jdk 2) equery depends =sun-jdk-1.4.2.10 shows nothing at all 3) sun-jdk does not appear at all in /etc/portage/package.* files
 How should I explore this further?Whatever command you used to update, add --tree --pretend to it.
This is interesting. sys-libs/db causes the old Java to be emerged.
However, I've deleted that version, and then I re-emerged sys-libs/db.
It still is calling for the old Java version.

There are 3 versions of sys-libs/db installed. Could it be mis-identifying
the culprit? I'm not entirely sure of the safest way to get rid of old
versions that don't automatically disappear with autoclean, so I tend
to leave things around.

++ kevin


treat ~ # emerge -aDvu --tree world

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

Calculating world dependencies ...done!
[nomerge ] app-text/docbook-sgml-dtd-4.4
[nomerge ] app-text/sgml-common-0.6.3-r4
[nomerge ] sys-devel/automake-1.9.6-r1
[nomerge ]
dev-lang/perl-5.8.6-r8 +berkdb -build -debug +doc +gdbm -ithreads
-minimal -perlsuid
[nomerge ]
sys-libs/db-4.2.52_p2-r1 -bootstrap +doc +java -nocxx +tcltk
[ebuild NSF ]
dev-java/sun-jdk-1.4.2.10 +X +alsa -browserplugin +doc -examples
-jce +mozilla +nsplugin 35,592 kB

Total size of downloads: 35,592 kB

Do you want me to merge these packages? [Yes/No] no

Quitting.

treat ~ # equery list sys-libs/db
[ Searching for package 'db' in 'sys-libs' among: ]
* installed packages
[I--] [ ] sys-libs/db-4.1.25_p1-r4 (4.1)
[I--] [ ] sys-libs/db-1.85-r2 (1)
[I--] [ ] sys-libs/db-4.2.52_p2-r1 (4.2)
treat ~ # -- Kevin O'Gorman, PhD


Re: [gentoo-user] emerge going weird

2005-12-30 Thread Jason Stubbs
  On Saturday 31 December 2005 13:58, Kevin O'Gorman wrote:
   Or should I say portage as a whole.  Anyway, my latest emerge world
   failed because of sun-jdk-1.4.2.10 (!!!).  The current one is 1.5
   something. The weird part is that I cannot find any reason for that
   package to be emerged.

On Saturday 31 December 2005 16:02, Kevin O'Gorman wrote:
 treat ~ # emerge -aDvu --tree world
...
 [nomerge  ] sys-libs/db-4.2.52_p2-r1  -bootstrap +doc +java -nocxx
 +tcltk
 [ebuild  NSF  ]  dev-java/sun-jdk-1.4.2.10  +X +alsa -browserplugin
 +doc -examples -jce +mozilla +nsplugin 35,592 kB

sys-libs/db doesn't specifically rely on a version less than 1.5. Perhaps, the 
problem is:

$ emerge -p =sun-jdk-1.5*
...
!!! All ebuilds that could satisfy =sun-jdk-1.5* have been masked.
!!! One of the following masked packages is required to complete your request:
- dev-java/sun-jdk-1.5.0.06 (masked by: package.mask)
# [EMAIL PROTECTED]
# Lotsa things in the tree don't compile with 1.5 yet
# 1.5 defaults too -target 1.5 making downgrading to a 1.4(/1.3)
# impossible, see bug #69970 and bug 65937 for more information/discussion
# http://www.gentoo-wiki.com/Java_FAQ

Do you have sun-jdk in /etc/portage/package.unmask?

--
Jason Stubbs
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Weird GNOME problem

2005-12-30 Thread michael
Earlier tonight I changed the setting in /etc/conf.d/rc for the
RC_DEVICE_TARBALL from yes to no and rebooted.  Now I can't get into
GNOME.  For my personal account after I enter my username/password the
screen clears and I see the default background color and my mouse
pointer, then nothing else.  I can move the mouse pointer, but there's
nothing the click on and the context menu doesn't come up when I
right-click.  When I tried to log in as root from the welcome screen I
see the GNOME Starting box with the Gentoo logo, but it never goes on
from that.  To get out of both my personal account and the root account
I had to Alt+Cntrl+Backspace.  I got a Failsafe Terminal and looked at
the log files for gdm and saw this:

(EE) GARTInit: Unable to open /dev/agpgart (No such file or directory)

There are five log files in /var/log/gdm; they all say roughly the same
thing, and their timestamps are consistent with the times I tried to log
in and got stuck.  I can't even find out why it's looking for this file
or how to make it stop looking for it.  Can anyone help me out here?
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Need help with USE options.

2005-12-30 Thread Dale

Hi again,

I read a thread that was talking about the global USE pulling some 
things a user may not want installed.  I am going to do a reinstall and 
mostly copy some things over from my current install but I do want to 
change my USE line.  I am a bit worried about using the option they 
posted, the -* at the beginning of the USE line.  I may disable 
something that I need then.


I use KDE for my desktop.  I plan to have OOc installed along with java 
and that sort of thing.  I don't have any database software installed, 
that I know of anyway.   I want to make this a reasonable install this 
time.  I have a lot of gnome stuff installed right now and I don't use 
gnome at all.  I tried it, it's not for me.  No offense to Gnome users.


This is my current USE line:

USE=acl acpi alsa amd arts artsd artswrappersuid -bonobo cdr chroot 
clanJavaScript -crypt dbus doc -eds ethereal f-prot fdftk gaim gcj 
gimpprint gkrellm -gnome gphoto2 gtk -gtkhtml hal hbci hpijs gif 
innodb java javascript jbig justify kde mmx mozdomi mozilla nsplugin 
ofx offensive openoffice -oss parse-clocks ppds pysol scanner scribus 
sse tcltk tiff tkinter truetype tuxracer udev usb X xml xprint yahoo 
3dnow 



As far as I know, they are in alphabetical order as well.  I'm a 
recovering perfectionist OK.  LOL  I'm not recovering to well either.  
Is there anything that I should add to make it remove gnome or other 
software that I may not be using anyway?  That includes things I may 
need to have the - in front of to override the global settings.


While I am at it, have a look at these lines as well.  I like fast but 
stable:



LDFLAGS='-Wl,-z,now'



CFLAGS=-march=athlon-xp -O2 -fomit-frame-pointer 
-momit-leaf-frame-pointer -fno-ident -pipe



I have a AMD Athlon XP 2500+ CPU with 1GB of ram.  Let me know if you 
see something wrong with those.  So far they are stable at least.


I plan to work on my servers next. 


Thanks for the help.

Dale
:-)





--
To err is human, I'm most certainly human.

I have four rigs:

1:  Home built; Abit NF7 ver 2.0 w/ AMD 2500+ CPU, 1GB of ram and right now two 
80GB hard drives.  Named Smoker
2:  Home built; Iwill KK266-R w/ AMD 1GHz CPU, 256MBs of ram and a 4GB drive.  
Named Swifty
3:  Home built; Gigabyte GA-71XE4 w/ 800MHz CPU, 224MBs of ram and a 2.5GB 
drive.  Named Pokey
4:  Compaq Proliant 6000 Server w/ Quad 200MHz CPUs, 128MBs of ram and a 4.3GB 
SCSI drive.  Named Putput

All run Gentoo Linux, all run folding. #1 is my desktop, 2, 3, and 4 are set up as servers.  


--
gentoo-user@gentoo.org mailing list