Re: [gentoo-ppc-user] imac xorg keyboard configuration @

2006-01-23 Thread Ivo Bellin Salarin

Jan Girlich wrote:


Okay, I tried to use it. But actually I don't understand the way I need
to set up my xorg.conf so taht xorg uses this special keymap.

man xorg.conf couldn't help me.

I tried this one. I was just guessing what I should do.

Section InputDevice
   Identifier  Keyboard0
   Driver  keyboard
   Option  XkbRules xfree86
   Option  XkbModel macintosh
   Option  XkbLayout de
EndSection

No effect.
Jan
 

I've got a similar problem. I've an Italian layout on my keyboard, but 
I'm not able to set its behavior in a way I can find (AT) character on 
my keymap.
I think this is a problem related to the mapping of Mode_switch or 
ISO_Level3_Shift. (which are almost the same thing). I would like to map 
it to the Apple key or to the ALT key. In the past I was able to do 
that, but after reformatting my HD I've lost it.
Now I'm playing with xmodmap and xev to gain back to that behavior, but 
if somebody has some hint, please tell me! :-)

Down here you can fnd my section of xorg.conf..

Section InputDevice
   Identifier  Keyboard0
   Driver  kbd
   Option  XkbLayout  it
   Option  XkbRules   xorg
   Option  XkbModel   pc105
   Option  XkbVariant ibook
EndSection
--
Ivo
--
gentoo-ppc-user@gentoo.org mailing list



[gentoo-user] GENTOO on VMWARE ESX mounts drive READONLY

2006-01-23 Thread Schöffmann Matthias
Hi there!

I use a lot of gentoo-servers on my vmware esx server boxes...

Now i have the problem, that my kernel mounts the devices sometimes readonly... 
:(
This happens from time to thime, only on a couple of machines...

# dmesg prints:
EXT3-fs error (device sda3): ext3_readdir: bad entry in directory #200122: 
rec_len is smaller than minimal - offset=0, inode=0, rec_len=0, name_len=0
Aborting journal on device sda3.
EXT3-fs error (device sda3) in start_transaction: Readonly filesystem
Aborting journal on device sda3.
__journal_remove_journal_head: freeing b_committed_data
ext3_abort called.
EXT3-fs error (device sda3): ext3_journal_start_sb: Detected aborted journal
Remounting filesystem read-only

Kernel is: Linux host 2.6.14-gentoo-r6 #1 SMP PREEMPT Sun Jan 1 19:21:14 CET 
2006 i686 Intel(R) Pentium(R) III CPU family  1400MHz GenuineIntel GNU/Linux

Any idea what could that be?

greetings


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Full Squid Cache

2006-01-23 Thread Uwe Thiem
On 23 January 2006 09:20, Norberto Bensa wrote:
 Uwe Thiem wrote:
  You didn't read the rest of my reply. ;-)
 
  Uwe

 I must be missing something. This is all I got:

 Uwe Thiem wrote:
  Squid does that. Do you go with the default configuration of squid? That
  creates a rather small cache. Go to /etc/squid/squid.conf and change the
  last number for cache_dir from 256 to 1024 or 2048. Don't forget to
  uncomment that line. Restart squid. That should do it.
 
  Uwe

 Where do you tell Ryan how to make squid clean its cache? 

Right in the begin. Squid does that. Squid deletes old objects by default. 
His cache is too small, so it fills up faster than squid deletes old objects.

Uwe

-- 
Unix is sexy:
who | grep -i blonde | date
cd ~; unzip; touch; strip; finger
mount; gasp; yes; uptime; umount
sleep
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] gst-plugins version 'ping-pong'

2006-01-23 Thread Beau E. Cox
Hi -

I try:

# emerge -uD world -p
...
Calculating world dependencies ...done!
[ebuild U ] media-libs/gst-plugins-0.8.11 [0.8.10]

OK. So I do it:
# emerge -uD world

[SUCCESS]

Now I check again:

# emerge -uD world -p
...
Calculating world dependencies ...done!
[ebuild UD] media-libs/gst-plugins-0.8.10 [0.8.11]

ping-pong ... ;)

Have I messed up my tree? If so, I am asking for some tips
on how to fix it.

-- 
Aloha = Beau;


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: any easy way to reemerge kde using equery or similar tool?

2006-01-23 Thread Neil Bothwick
On Mon, 23 Jan 2006 00:28:34 -0300, Norberto Bensa wrote:

  add a = sign for each entry:
  emerge -pv \=$(echo $(equery -q l kde-base/) | sed s/\ /\ =/g)
 
 Too complicated. I know how to use sed, etc. but I was looking for a 
 cleaner/simpler solution.

cd /var/db/pkg/
for P in kde-base/*; do echo =$P; done | xargs emerge --oneshot --ask


-- 
Neil Bothwick

Death is proven to be 99.9% fatal to all laboratory rats.


signature.asc
Description: PGP signature


Re: [gentoo-user] hal-0.5.5.1-r3 dependency loop

2006-01-23 Thread Neil Bothwick
On Sun, 22 Jan 2006 19:21:54 -1000, Beau E. Cox wrote:

 Looks like there is a dependency loop with the
 recently unmasked hal-0.5.5.1-r3. If I:

It's not a loop. KDE 3.4 depends on the older HAL (0.4x) and D-BUS. if you
update to HAL 0.5+, KDE 3.4 will want to downgrade it again. This should
only be a problem if you have 3.4 and 3.5 installed, otherwise, just
stick with the version suitable for KDE.


-- 
Neil Bothwick

Oxymoron: Reagan memoirs.


signature.asc
Description: PGP signature


[gentoo-user] How to install ftplugin for vim

2006-01-23 Thread Edwin Kapauni

How can I install vim plugins globally for any user?

Especially XML Completion[1] is what all our users should have for 
xml/html trainings.


Is there a Gentoo way to install vim plugins?

[1]http://www.vim.org/scripts/script.php?script_id=1442

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] hal-0.5.5.1-r3 dependency loop

2006-01-23 Thread Dale
Neil Bothwick wrote:

On Sun, 22 Jan 2006 19:21:54 -1000, Beau E. Cox wrote:

  

Looks like there is a dependency loop with the
recently unmasked hal-0.5.5.1-r3. If I:



It's not a loop. KDE 3.4 depends on the older HAL (0.4x) and D-BUS. if you
update to HAL 0.5+, KDE 3.4 will want to downgrade it again. This should
only be a problem if you have 3.4 and 3.5 installed, otherwise, just
stick with the version suitable for KDE.


  


So that is what has been going on with mine too.  I thought I was going
nuts, again that is.  LOL

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



Re: [gentoo-user] hal-0.5.5.1-r3 dependency loop

2006-01-23 Thread Neil Bothwick
On Mon, 23 Jan 2006 05:15:06 -0600, Dale wrote:

 So that is what has been going on with mine too.  I thought I was going
 nuts, again that is.  LOL

You are, I explained that to you last week :)


-- 
Neil Bothwick

This is as bad as it can get-but don't bet on it.


signature.asc
Description: PGP signature


[gentoo-user] doom3

2006-01-23 Thread Cláudio Henrique
hi, there,
yersterday I installed doom3 on my gentoo. the installation was ok.
however, when I enter the CD key it tells me it is invalid. how come?
have anyone been throught it?
[]'s
claudio.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Java SDK 1.5

2006-01-23 Thread Cláudio Henrique
I use sun-jdk 1.5 for quite some time now, and I've seen no bugs.
Unless you're using it for some extremely specific work, I recomend
unmasking and emerging it.

On 1/20/06, Zac Medico [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Rafael Barrera Oro wrote:
  I was already reading the faq when i received your anser :)
 
  It seems this can be done, but not without certain risks.

 It's pretty safe if you keep blackdown-jdk-1.4 as the system vm (for building 
 packages) and use java-config to set sun-jdk-1.5 as the user vm.  The faq 
 explains how to do it.

 Zac
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.2 (GNU/Linux)

 iD8DBQFD0To5/ejvha5XGaMRAq3yAKDXWyBNfsrWSWUbALQ7J66uMEqMhQCgq6qy
 A7YiSEkrGwefLJ5ADECEfO4=
 =Lkrj
 -END PGP SIGNATURE-
 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gst-plugins version 'ping-pong'

2006-01-23 Thread Richard Fish
On 1/23/06, Beau E. Cox [EMAIL PROTECTED] wrote:
 Hi -

 I try:

 # emerge -uD world -p
 ...
 Calculating world dependencies ...done!
 [ebuild U ] media-libs/gst-plugins-0.8.11 [0.8.10]

 OK. So I do it:
 # emerge -uD world
 
 [SUCCESS]

 Now I check again:

 # emerge -uD world -p
 ...
 Calculating world dependencies ...done!
 [ebuild UD] media-libs/gst-plugins-0.8.10 [0.8.11]

 ping-pong ... ;)

 Have I messed up my tree? If so, I am asking for some tips
 on how to fix it.

No, portage doesn't handle this particular case very well.  You have
something on your system that depends on
=media-libs/gst-plugins-0.8.10 (use --tree to find this), so when you
have 0.8.11 installed, portage needs to downgrade it to satisfy the
dependancy.  The bug (already reported on bugs.gentoo.org for a long
time) is when you have 0.8.10 installed, it sees that there is an
upgrade available, and tries to merge it.

The workaround is:

echo # pkg foo requires gst-plugins  0.8.11 /etc/portage/package.mask
echo =media-libs/gst-plugins-0.8.11 /etc/portage/package.mask

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] doom3

2006-01-23 Thread Heinz Sporn
Am Montag, den 23.01.2006, 11:14 -0200 schrieb Cláudio Henrique:
 hi, there,
 yersterday I installed doom3 on my gentoo. the installation was ok.
 however, when I enter the CD key it tells me it is invalid. how come?
 have anyone been throught it?

I played the entire game under Gentoo. No problem whatsoever.

 []'s
 claudio.
 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Full Squid Cache

2006-01-23 Thread Norberto Bensa
Uwe Thiem wrote:
 On 23 January 2006 09:20, Norberto Bensa wrote:
  Where do you tell Ryan how to make squid clean its cache?

 Right in the begin. Squid does that. Squid deletes old objects by
 default. His cache is too small, so it fills up faster than squid deletes
 old objects.

Ohhh... Well, I'll play with those numbers once more then. Thank you.


 Uwe

Best regards,

-- 
Norberto Bensa
Ciudad de Buenos Aires, Argentina
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gst-plugins version 'ping-pong'

2006-01-23 Thread Kristian Poul Herkild

Beau E. Cox wrote:

Hi -

I try:

# emerge -uD world -p
...
Calculating world dependencies ...done!
[ebuild U ] media-libs/gst-plugins-0.8.11 [0.8.10]

OK. So I do it:
# emerge -uD world

[SUCCESS]

Now I check again:

# emerge -uD world -p
...
Calculating world dependencies ...done!
[ebuild UD] media-libs/gst-plugins-0.8.10 [0.8.11]

ping-pong ... ;)

Have I messed up my tree? If so, I am asking for some tips
on how to fix it.



I've got the same problem. Upgrading downgrading upgrading 
downgrading... This time I'll just leave it downgraded. It still works 
the same.


Kristian Poul Herkild
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] hal-0.5.5.1-r3 dependency loop

2006-01-23 Thread Beau E. Cox
On Sunday 22 January 2006 11:35 pm, Neil Bothwick wrote:
 On Sun, 22 Jan 2006 19:21:54 -1000, Beau E. Cox wrote:
  Looks like there is a dependency loop with the
  recently unmasked hal-0.5.5.1-r3. If I:

 It's not a loop. KDE 3.4 depends on the older HAL (0.4x) and D-BUS. if you
 update to HAL 0.5+, KDE 3.4 will want to downgrade it again. This should
 only be a problem if you have 3.4 and 3.5 installed, otherwise, just
 stick with the version suitable for KDE.

I have not installed 3.5:

[EMAIL PROTECTED] ~ $ eix kde|grep -i installed.*3\.5
[EMAIL PROTECTED] ~ $ eix kde|grep -i installed.*3\.4
 Installed:   3.4.3
 Installed:   3.4.3
 Installed:   3.4.3
 Installed:   3.4.3
 Installed:   3.4.3-r1
 Installed:   3.4.3-r10
 Installed:   3.4.3
 Installed:   3.4.3-r3
 Installed:   3.4.3-r1
 Installed:   3.4.3
 Installed:   3.4.3
 Installed:   3.4.3
 Installed:   3.4.3
 Installed:   3.4.3-r1
 Installed:   3.4.3-r1
[EMAIL PROTECTED] ~ $

How can I find the package calling for the newer hal?

-- 
Aloha = Beau;

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] NIS/NFS

2006-01-23 Thread Jeff

Hey all.

Wondering - is there a command that will let you see all exports/mount 
points available on a network?


Thanks!
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: usb - sandisk memory needs FAT or NTFS

2006-01-23 Thread James
Rumen Yotov gentoo at mach.qrypto.org writes:


  Well I have 2 different usb memory devices and I cannot
  seem to get a fat (or ntfs) file system on them. 
  I have to manually mount them with this command as coldplug
  does not do it automatically. I have to use:
  'mount /dev/sda1 /mnt/usb'

  Here's the fstab entries I have tried:
  none /proc/bus/usb  usbfs   defaults   0 0
  #/dev/sda1   /mnt/usbautonoauto,user,sync  0 0
  /dev/sda1/mnt/usbautonoauto,user   0 0

 Tranfering data Linux-Windows through USB-stick works for me.
 First i've put FAT32 filesystem on USB, using some HP 'win' program.
 Windows reads/writes the data w/o problems.
 Linux automounts the stick (with 'vfat' fs) using dbus-hal-ivman trio.
 Don't have any settings (for USB) in my /etc/fstab.
 PS: don't forget to eject the Media before taking it out, both LinWin.

dbus, hal  ivman are all installed. 
sys-apps/hal
 Available versions:  0.4.7-r2 0.4.8 ~0.5.5.1-r3
 Installed:   0.4.8

* sys-apps/dbus
 Available versions:  0.23.4-r1 ~0.50-r1 ~0.50-r2 ~0.60-r3
 Installed:   0.23.4-r1
* sys-apps/ivman
 Available versions:  0.5_pre2 ~0.5_pre3 ~0.6.4 ~0.6.5 ~0.6.6 ~0.6.8
 Installed:   0.5_pre2


Maybe they are not configured correctly?

I copied some files from an XP system to the mem stick, a notepad
file and word document.

instert the mem. stick into the usb on the gentoo system and no
autodiscover or automounting going on. I still have issue:
'mount /dev/sda1 /mnt/usb'

Then I can use mtools 'mcopy /path/filename /mnt/usb/'
and it works.

It seems like I missed something. coldplug is installed and
added to the boot and the default run levels. Still no
'automount' of the usb mem. stick.

ideas?

James



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] NIS/NFS

2006-01-23 Thread Ghislain Bourgeois
On 1/23/06, Jeff [EMAIL PROTECTED] wrote:
Wondering - is there a command that will let you see all exports/mountpoints available on a network?showmount -e target-- Ghislain Bourgeois---Linux System administrator
Bell Canada


Re: [gentoo-user] Full Squid Cache

2006-01-23 Thread Ryan Viljoen
Hey Uwe

It turned out that I had allocated more disk space to squid then what
was actually available :( A silly mistake on my part. I did have the
last number set to 512 but have upped it to 1024 just incase.

I landed up redoing the cache anyway though thank you for the assistance.

Cheers
Rav

--
Ryan Viljoen Bsc(Eng) (Electrical)

Facts are stubborn things, but statistics are more pliable.
  - Mark Twain

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How many people use KDE?

2006-01-23 Thread Ryan Viljoen
  It seems like at least kdeedu, kdegames, kdepim  kdetoys wouldn't
  leave me missing really obvious stuff, at least from the names. It
  would seem that kdeadmin, kdebase, kdebase-pam, kdelibs, kdemultimedia
   possibly kdeutils would be keepers. The rest I don't have an
  uneducated opinion on. ;-)

 These are the monolithic ebuilds, kdepim for example contains kmail,
 kontact and quite a few others. Use the split ebuilds to merge just what
 you need.

 It's a little confusing because the split and monolithic ebuilds are all
 in the same category, kde-base.


How does the removal of such modules occur if one uses the split
ebuilds, surely it becomes that much more difficult?

(93 messages later, come on all this and we dont hit 100?)

--
Ryan Viljoen Bsc(Eng) (Electrical)

Facts are stubborn things, but statistics are more pliable.
  - Mark Twain

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gst-plugins version 'ping-pong'

2006-01-23 Thread Roy Wright

Kristian Poul Herkild wrote:


Beau E. Cox wrote:


Hi -

I try:

# emerge -uD world -p
...
Calculating world dependencies ...done!
[ebuild U ] media-libs/gst-plugins-0.8.11 [0.8.10]

OK. So I do it:
# emerge -uD world

[SUCCESS]

Now I check again:

# emerge -uD world -p
...
Calculating world dependencies ...done!
[ebuild UD] media-libs/gst-plugins-0.8.10 [0.8.11]

ping-pong ... ;)

Have I messed up my tree? If so, I am asking for some tips
on how to fix it.



I've got the same problem. Upgrading downgrading upgrading 
downgrading... This time I'll just leave it downgraded. It still works 
the same.


Kristian Poul Herkild


In my case, it was gst-plugin-mpeg2dec that was marked ~0.8.11, just 
checked on packages.gentoo.org
and it is marked as stable for x86.  So hopefully one more sync should 
stop the cycling.


HTH,
Roy
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: usb - sandisk memory needs FAT or NTFS

2006-01-23 Thread Rumen Yotov
On (23/01/06 16:03), James wrote:
 Rumen Yotov gentoo at mach.qrypto.org writes:
 
 
   Well I have 2 different usb memory devices and I cannot
   seem to get a fat (or ntfs) file system on them. 
   I have to manually mount them with this command as coldplug
   does not do it automatically. I have to use:
   'mount /dev/sda1 /mnt/usb'
 
   Here's the fstab entries I have tried:
   none /proc/bus/usb  usbfs   defaults   0 0
   #/dev/sda1   /mnt/usbautonoauto,user,sync  0 0
   /dev/sda1/mnt/usbautonoauto,user   0 0
 
  Tranfering data Linux-Windows through USB-stick works for me.
  First i've put FAT32 filesystem on USB, using some HP 'win' program.
  Windows reads/writes the data w/o problems.
  Linux automounts the stick (with 'vfat' fs) using dbus-hal-ivman trio.
  Don't have any settings (for USB) in my /etc/fstab.
  PS: don't forget to eject the Media before taking it out, both LinWin.
 
 dbus, hal  ivman are all installed. 
 sys-apps/hal
  Available versions:  0.4.7-r2 0.4.8 ~0.5.5.1-r3
  Installed:   0.4.8
 
 * sys-apps/dbus
  Available versions:  0.23.4-r1 ~0.50-r1 ~0.50-r2 ~0.60-r3
  Installed:   0.23.4-r1
 * sys-apps/ivman
  Available versions:  0.5_pre2 ~0.5_pre3 ~0.6.4 ~0.6.5 ~0.6.6 ~0.6.8
  Installed:   0.5_pre2
 
 
 Maybe they are not configured correctly?
 
 I copied some files from an XP system to the mem stick, a notepad
 file and word document.
 
 instert the mem. stick into the usb on the gentoo system and no
 autodiscover or automounting going on. I still have issue:
 'mount /dev/sda1 /mnt/usb'
 
 Then I can use mtools 'mcopy /path/filename /mnt/usb/'
 and it works.
 
 It seems like I missed something. coldplug is installed and
 added to the boot and the default run levels. Still no
 'automount' of the usb mem. stick.
 
 ideas?
 
 James
 
 
 
 -- 
 gentoo-user@gentoo.org mailing list
 
Hi,
I have all these as ~x86:
* sys-apps/dbus 
 Available versions:  0.23-r3 0.23.4-r1 0.50-r1 0.50-r2 0.60-r1 0.60-r3
 Installed:   0.60-r3
 Homepage:http://dbus.freedesktop.org/
 Description: A message bus system, a simple way for applications 
to talk to each other
* sys-apps/hal 
 Available versions:  0.4.7-r2 0.4.8 0.5.5.1-r3
 Installed:   0.5.5.1-r3
 Homepage:http://www.freedesktop.org/Software/hal
 Description: Hardware Abstraction Layer
* sys-apps/ivman 
 Available versions:  0.5_pre2 0.5_pre3 0.6.4 0.6.5 0.6.6 0.6.8
 Installed:   0.6.8
 Homepage:http://ivman.sf.net
 Description: Daemon to mount/unmount devices, based on info from 
HAL
On gentoo-sources-2.6.15-r1.
One important note however, all these versions are highly dependent on kernel 
version.
Newest kernels don't work (or work badly) with the stable versions, don't know 
about reverse.
Check that you have started (all 3) as daemons in /etc/init.d/... (rc-update 
add app-name default)
Another thing - check if you have 'inotify' enabled in your kernel config.
That's all, think i haven't forgotten something ;-)
HTH.Rumen


pgpzV37dDowQS.pgp
Description: PGP signature


Re: [gentoo-user] NIS/NFS

2006-01-23 Thread Ghislain Bourgeois
On 1/23/06, Jeff [EMAIL PROTECTED] wrote:
Is showmount a universal command, or is it part of NIS/NFS?It comes with the package nfs-utils in Gentoo.
Worked like a charm btw. Thanks much. I've forgotten a lot of thecommands since we've switched to LDAP.Glad it helped!-- Ghislain Bourgeois---Linux System administrator



Re: [gentoo-user] cups -- more clues?

2006-01-23 Thread maxim wexler


--- Abhay Kedia [EMAIL PROTECTED] wrote:

 On Monday 23 January 2006 07:02, maxim wexler wrote:
 
  In the cups/error_log
 
 Did you set LogLevel to debug2 in
 /etc/cups/cupsd.conf?

Yes

sarawak heathen # tail -n 30  /var/log/cups/err*
d [23/Jan/2006:09:54:37 -0700] ReadClient: httpGets
returned EOF...
D [23/Jan/2006:09:54:37 -0700] CloseClient: 5
d [23/Jan/2006:09:54:37 -0700] CloseClient: Removing
fd 5 from InputSet and OutputSet...
d [23/Jan/2006:09:54:37 -0700] ReadClient: 7, used=0,
file=-1
D [23/Jan/2006:09:54:37 -0700] ReadClient: 7 POST
/printers/deskjet HTTP/1.1
d [23/Jan/2006:09:54:37 -0700]
decode_auth(0xb7b69008): Authorization string = 
d [23/Jan/2006:09:54:37 -0700] decode_auth: 7
username=
d [23/Jan/2006:09:54:37 -0700] IsAuthorized: con-uri
= /printers/deskjet
d [23/Jan/2006:09:54:37 -0700] FindBest: uri =
/printers/deskjet...
d [23/Jan/2006:09:54:37 -0700] FindBest: Location /
Limit 7f
d [23/Jan/2006:09:54:37 -0700] FindBest: Location
/admin Limit 7f
d [23/Jan/2006:09:54:37 -0700] FindBest: best = /
d [23/Jan/2006:09:54:37 -0700] IsAuthorized: auth = 0,
satisfy=0...
d [23/Jan/2006:09:54:37 -0700] POST /printers/deskjet
d [23/Jan/2006:09:54:37 -0700] CONTENT_TYPE =
application/ipp
d [23/Jan/2006:09:54:37 -0700] ReadClient: 7
con-data_encoding = length, con-data_remaining =
251, con-file = -1
d [23/Jan/2006:09:54:37 -0700]
ProcessIPPRequest(0xb7b69008[7]): operation_id = 0002
d [23/Jan/2006:09:54:37 -0700] ProcessIPPRequest:
URI=ipp://localhost:631/printers/deskjet
d [23/Jan/2006:09:54:37 -0700]
print_job(0xb7b69008[7],
ipp://localhost:631/printers/deskjet)
E [23/Jan/2006:09:54:37 -0700] print_job: No file!?!
d [23/Jan/2006:09:54:37 -0700]
send_ipp_error(0xb7b69008[7], 400)
D [23/Jan/2006:09:54:37 -0700] Sending error:
client-error-bad-request
D [23/Jan/2006:09:54:37 -0700] ProcessIPPRequest: 7
status_code=400
d [23/Jan/2006:09:54:37 -0700] ProcessIPPRequest:
Adding fd 7 to OutputSet...
d [23/Jan/2006:09:54:37 -0700] WriteClient: Removing
fd 7 from OutputSet...
d [23/Jan/2006:09:54:37 -0700] ReadClient: 7, used=0,
file=-1
d [23/Jan/2006:09:54:37 -0700] ReadClient: httpGets
returned EOF...
D [23/Jan/2006:09:54:37 -0700] CloseClient: 7
d [23/Jan/2006:09:54:37 -0700] CloseClient: Removing
fd 7 from InputSet and OutputSet...
d [23/Jan/2006:09:54:38 -0700] select_timeout: 14
seconds to send browse update


Hmm. Says it can't find the file. Well, I sure can!


 If not try it and then see what errors you get. Also
 double check whether you 
 set atleast one printer as default.

It be.

Thanks Abhay!

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] NIS/NFS

2006-01-23 Thread Alexander Skwar
Jeff wrote:

 Wondering - is there a command that will let you see all exports/mount 
 points available on a network?

No. Only for a given host - showmounts.

Alexander Skwar
-- 
BOFH Excuse #137:

User was distributing pornography on server; system seized by FBI.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] doom3

2006-01-23 Thread Joshua Schmidlkofer
I only ever got the invalid key when I was using a key from the internet which I had acquired. Down-grade to the previous doom release - it works without the key.jsOn 1/23/06, 
Heinz Sporn [EMAIL PROTECTED] wrote:
Am Montag, den 23.01.2006, 11:14 -0200 schrieb Cláudio Henrique: hi, there, yersterday I installed doom3 on my gentoo. the installation was ok. however, when I enter the CD key it tells me it is invalid. how come?
 have anyone been throught it?I played the entire game under Gentoo. No problem whatsoever. []'s claudio.--gentoo-user@gentoo.org
 mailing list


Re: [gentoo-user] NIS/NFS

2006-01-23 Thread Alexander Skwar
Jeff wrote:
 Is showmount a universal command, or is it part of NIS/NFS?

What's a universal command?

man showmount

DESCRIPTION
   showmount queries the mount daemon on a  remote  host  for  information
   about  the  state  of  the NFS server on that machine.

 Worked like a charm btw. Thanks much. I've forgotten a lot of the 
 commands since we've switched to LDAP.

LDAP has nothing to do with that.

Alexander Skwar
-- 
Real computer scientists don't write code.  They occasionally tinker with
`programming systems', but those are so high level that they hardly count
(and rarely count accurately; precision is for applications).
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] hal-0.5.5.1-r3 dependency loop

2006-01-23 Thread Neil Bothwick
On Mon, 23 Jan 2006 05:40:16 -1000, Beau E. Cox wrote:

 How can I find the package calling for the newer hal?

emerge --tree --verbose --update --deep world


-- 
Neil Bothwick

Smoking Can Damage Your HealthUnless us Non-Smokers do it first!


signature.asc
Description: PGP signature


Re: [gentoo-user] How many people use KDE?

2006-01-23 Thread Neil Bothwick
On Mon, 23 Jan 2006 18:49:37 +0200, Ryan Viljoen wrote:

  These are the monolithic ebuilds, kdepim for example contains kmail,
  kontact and quite a few others. Use the split ebuilds to merge just
  what you need.

  It's a little confusing because the split and monolithic ebuilds are
  all in the same category, kde-base.
 
 How does the removal of such modules occur if one uses the split
 ebuilds, surely it becomes that much more difficult?

Do you mean removing all of KDE?

qpkg -g kde-base | xargs emerge -C

If you mean removing individual KDE components, that's easy with the
split ebuilds.


-- 
Neil Bothwick

There was a young man from the border
Who had an attention disorder.
When he reached the last line
He would run out of time
And


signature.asc
Description: PGP signature


[gentoo-user] SolvedRe: usb - sandisk memory needs FAT or NTFS

2006-01-23 Thread James
Rumen Yotov gentoo at mach.qrypto.org writes:

Well, I just kept at it and now it's working as it should.
It's hard to say what fixed it, I rebuilt the 2.6.14-gentoo-r6 kernel
several times and recheckded everything. I also reemerged
ivman and hald and added them again to the 
default run levels.

I did find a useful document is anyone else has trouble:
http://gentoo-wiki.com/HOWTO_ivman

Thanks for the help!

James

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] gnome-system-monitor-2.12.1 crashes

2006-01-23 Thread Matthias Langer
I just would like to know if someone else is experiencing random crashes
with gnome-system-monor-2.12.1 when modifing the information displayed
in the process list, as i described in more detail at
http://bugs.gentoo.org/show_bug.cgi?id=120006.

Thanks,
Matthias

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] doom3

2006-01-23 Thread Cláudio Henrique
I guess I'll erase all the files, unmerge doom3 and then reinstall the
whole thing.

On 1/23/06, Joshua Schmidlkofer [EMAIL PROTECTED] wrote:
 I only ever got the invalid key when I was using a key from the internet
 which I had acquired.  Down-grade to the previous doom release - it works
 without the key.


 js



 On 1/23/06, Heinz Sporn [EMAIL PROTECTED] wrote:
  Am Montag, den 23.01.2006, 11:14 -0200 schrieb Cláudio Henrique:
   hi, there,
   yersterday I installed doom3 on my gentoo. the installation was ok.
   however, when I enter the CD key it tells me it is invalid. how come?
   have anyone been throught it?
 
  I played the entire game under Gentoo. No problem whatsoever.
 
   []'s
   claudio.
  
 
  --
  gentoo-user@gentoo.org mailing list
 
 



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] SSH and terminal emulation

2006-01-23 Thread Tom Smith
I use Kermit 95 to connect to my server. When I run pstree from an SSH
session, I get the following type of output:

output
pcadobe ssh # pstree
initqwqaacraid
 tq2*[agetty]
 tqcron
 tqevents/0
 tqkhelper
 tqkhpsbpkt
 tqkjournald
 tqksoftirqd/0
 tqkswapd0
 tqkthreadqwqaio/0
 x tqkacpid
 x tqkblockd/0
 x tqkhubd
 x tqkseriod
 x tq2*[pdflush]
 x mqscsi_eh_0
 tqminiserv.pl
 tqsshdqqqsshdqqqbashqqqpstree
 tqsyslog-ng
 mqudevd
pcadobe ssh #
/output

I haven't been able to determine what changes need to be made to the
client (Kermit 95) to make this appear as it would at the console. I
have Kermit setup using

Terminal Type: Linux
Terminal Remote-Charset: cp437

cp437 helped with the menuconfig interface of a kernel recompile as it
was doing similar things when run from an SSH session.

Can anyone provide with some feedback as to what the problem might be
and what I need to do to resolve it?

Thanks in advance for your help!
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] SSH and terminal emulation

2006-01-23 Thread John Jolet


On Jan 23, 2006, at 12:35 PM, Tom Smith wrote:

I use Kermit 95 to connect to my server. When I run pstree from  
an SSH

session, I get the following type of output:

output
pcadobe ssh # pstree
initqwqaacraid
 tq2*[agetty]
 tqcron
 tqevents/0
 tqkhelper
 tqkhpsbpkt
 tqkjournald
 tqksoftirqd/0
 tqkswapd0
 tqkthreadqwqaio/0
 x tqkacpid
 x tqkblockd/0
 x tqkhubd
 x tqkseriod
 x tq2*[pdflush]
 x mqscsi_eh_0
 tqminiserv.pl
 tqsshdqqqsshdqqqbashqqqpstree
 tqsyslog-ng
 mqudevd
pcadobe ssh #
/output

I haven't been able to determine what changes need to be made to the
client (Kermit 95) to make this appear as it would at the console. I
have Kermit setup using

Terminal Type: Linux
Terminal Remote-Charset: cp437


what is the output of echo $TERM?
cp437 helped with the menuconfig interface of a kernel recompile  
as it

was doing similar things when run from an SSH session.

Can anyone provide with some feedback as to what the problem might be
and what I need to do to resolve it?

Thanks in advance for your help!
--
gentoo-user@gentoo.org mailing list



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] doom3

2006-01-23 Thread Andrew Frink
On 1/23/06, Cláudio Henrique [EMAIL PROTECTED] wrote:
I guess I'll erase all the files, unmerge doom3 and then reinstall thewhole thing.On 1/23/06, Joshua Schmidlkofer [EMAIL PROTECTED] wrote: I only ever got the invalid key when I was using a key from the internet
 which I had acquired.Down-grade to the previous doom release - it works without the key. js On 1/23/06, Heinz Sporn 
[EMAIL PROTECTED] wrote:  Am Montag, den 23.01.2006, 11:14 -0200 schrieb Cláudio Henrique:   hi, there,   yersterday I installed doom3 on my gentoo. the installation was ok.
   however, when I enter the CD key it tells me it is invalid. how come?   have anyone been throught it?   I played the entire game under Gentoo. No problem whatsoever.
[]'s   claudio. --  gentoo-user@gentoo.org mailing list  
--gentoo-user@gentoo.org mailing listDo you have write permissions on /opt/doom3?-Cynyr


Re: [gentoo-user] Re: which video card for dell2005fpw

2006-01-23 Thread Jason Weisberger
Michael,Any NVIDIA card is a home run as far as Linux drivers go. It will even allow you to run some advanced graphical applications if you chose. If you're looking for the most for the money, I'd either try a 6600GT or the brand new 7200, which may not be released on the market yet, I'd check on that first. The 6600GT will generally run betweeb 115-130 and the 7200 is priced starting at 
99.00. You should note that the 6600GT will have much better performance because of it's fast memory and the fact that it does not use TurboCache. That uses a portion of your system RAM as video memory and really clogs things up. You can go cheaper than the 100 dollar mark, but I really wouldn't recommend it.
JasonOn 1/23/06, [EMAIL PROTECTED] [EMAIL PROTECTED]
 wrote:Thanks for your reply, Simon. Answers follow:On Sat, 21 Jan 2006, Simon Kellett wrote:
 [EMAIL PROTECTED] writes: I'm looking for recommendations for a new video card. Obviously something that works well with Linux in general and Gentoo in
 particular. Any suggestions? Depends a bit on what you want: basic stuff or 3d-gaming !Basic stuff. Not into games, and I don't watch movies on my computereither.
 Should I prefer a digital interface over the analog? I think yes: why convert to an analog signal when the source and receiver are both digital ? Also now problems with alignment. However,
 when I looked anyway, you could not save any money by only have DVI - you have to buy a card that supports both !!Ok, that might not be so bad.--gentoo-user@gentoo.org
 mailing list-- Jason Weisberger[EMAIL PROTECTED]


Re: [gentoo-user] SSH and terminal emulation

2006-01-23 Thread Tom Smith
John Jolet wrote:

 what is the output of echo $TERM?

pcadobe ~ # echo $TERM
linux
pcadobe ~ #

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] SSH and terminal emulation

2006-01-23 Thread John Jolet


On Jan 23, 2006, at 1:00 PM, Tom Smith wrote:


John Jolet wrote:


what is the output of echo $TERM?


pcadobe ~ # echo $TERM
linux
pcadobe ~ #


try export TERM=vt220 and see if that helps.

--
gentoo-user@gentoo.org mailing list



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: any easy way to reemerge kde using equery or similar tool?

2006-01-23 Thread Norberto Bensa
Neil Bothwick wrote:
 On Mon, 23 Jan 2006 00:28:34 -0300, Norberto Bensa wrote:
   add a = sign for each entry:
   emerge -pv \=$(echo $(equery -q l kde-base/) | sed s/\ /\ =/g)
 
  Too complicated. I know how to use sed, etc. but I was looking for a
  cleaner/simpler solution.

 cd /var/db/pkg/
 for P in kde-base/*; do echo =$P; done | xargs emerge --oneshot --ask

Still too complicated.

# emerge $(qpkg -I -nc kde-base/)

Cleaner. Simpler. Better.

rantI wonder _WHY_ qpkg is deprecated when it does the job just well and 
equery doesn't./rant

-- 
Norberto Bensa
Ciudad de Buenos Aires, Argentina
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] SSH and terminal emulation

2006-01-23 Thread Tom Smith
John Jolet wrote:


 On Jan 23, 2006, at 1:00 PM, Tom Smith wrote:

 John Jolet wrote:

 what is the output of echo $TERM?


 pcadobe ~ # echo $TERM
 linux
 pcadobe ~ #

 try export TERM=vt220 and see if that helps.

This did work for pstree but seriously broke functionality in Vim, an
app that is heavily used via SSH.

I did notice something interesting, though. If I set (in Kermit)

Terminal Type: vt220
Terminal Remote-Charset: cp437

pstree works fine but ViM doesn't. If I set the Remote-Charset, in
Kermit, to utf8 I again get the same behavior that I did when using
linux/cp437.

What emulation/charset does Gentoo use, by default, for SSH connections?
(I'm assuming this is an issue with Gentoo because this functionality
works fine on MDK and Fedora, for example--systems I'm migrating away
from. :-D )

On Fedora Core 1  Mandrake 9.2 (both use TERM=linux), I get the
following output using linux/utf8:

init-+-4*[Xvnc]
 |-atd
 |-bdflush
 |-cdahubd
 |-4*[clipman]
 |-crond
 |-devfsd
 |-3*[dosexec-+-dosexec]
 |`-xcrt]
 |-kapmd
 |-keventd
 |-khubd
 |-kinoded
 |-kjournald
 |-klogd
 |-ksoftirqd_CPU0
 |-kswapd
 |-kswsuspd
 |-kupdated
 |-master-+-nqmgr
 |`-pickup
 |-mdrecoveryd
 |-mergevncd
 |-2*[mingetty]
 |-ntpd---ntpd
 |-pagebufd
 |-sshd---sshd---sshd---bash---su---bash---pstree
 |-syslogd
 |-vnetd
 |-xfs
 |-xfsdatad/0
 |-xfslogd/0
 |-xfssyncd
 |-xinetd
 `-xstartup---dosexec-+-dosexec
  `-xcrt

-- 
gentoo-user@gentoo.org mailing list



Re: Completely and totally OT - Re: [gentoo-user] Have you seen my flamesuit? (Was: How many people use KDE?)

2006-01-23 Thread Antoine


Personally I use ext3 for everything except windows partitions. I have 3 
NTFS-partitions, and one FAT32 partition. The freeware read/write 
ext2-driver for Windows doesn't work with Windows 2003, so I have to use 
FAT32. Especially because captive-ntfs aren't working for me.


Seeing as we are all talking nonsense anyway - does anyone have an 
opinion on the fact that m$ just got a fat patent validated by a US court?

Chrs
A
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] SSH and terminal emulation

2006-01-23 Thread John Jolet


On Jan 23, 2006, at 1:56 PM, Tom Smith wrote:


John Jolet wrote:



On Jan 23, 2006, at 1:00 PM, Tom Smith wrote:


John Jolet wrote:


what is the output of echo $TERM?



pcadobe ~ # echo $TERM
linux
pcadobe ~ #


try export TERM=vt220 and see if that helps.


This did work for pstree but seriously broke functionality in  
Vim, an

app that is heavily used via SSH.

I did notice something interesting, though. If I set (in Kermit)

Terminal Type: vt220
Terminal Remote-Charset: cp437

the next thing I would try is export the TERM value at the gentoo  
command-line and the TERM value at the other end both vt220.


Okay, now for another question, that may or may not be relevant.  why  
is kermit involved?  if you are sshing into another box, why use kermit?

--
gentoo-user@gentoo.org mailing list



Re: Completely and totally OT - Re: [gentoo-user] Have you seen my flamesuit? (Was: How many people use KDE?)

2006-01-23 Thread John Jolet


On Jan 23, 2006, at 2:00 PM, Antoine wrote:



Personally I use ext3 for everything except windows partitions. I  
have 3 NTFS-partitions, and one FAT32 partition. The freeware read/ 
write ext2-driver for Windows doesn't work with Windows 2003, so I  
have to use FAT32. Especially because captive-ntfs aren't working  
for me.


Seeing as we are all talking nonsense anyway - does anyone have an  
opinion on the fact that m$ just got a fat patent validated by a US  
court?

Chrs


isn't it cool how you can patent something you stole?

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



--
gentoo-user@gentoo.org mailing list



[gentoo-user] can't chmod +u /sbin/halt anymore

2006-01-23 Thread Antoine

Hi,
Until now I have been able to chmod halt to let me halt/reboot as a 
normal user and my last big emerge -uDNav world put a stop to that - any 
ideas?

Cheers
Antoine
--
gentoo-user@gentoo.org mailing list



[gentoo-user] kdebase-3.5.0 compilation error

2006-01-23 Thread Radu Filip
Hi, does anybody knows how to get over this error when compiling 
kdebase-3.5.0? Thanks!

make[3]: Entering directory 
`/var/tmp/portage/kdebase-3.5.0-r1/work/kdebase-3.5.0/doc/kdeprint'
/usr/kde/3.5/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
XPath error : Undefined variable
$alphabetical[count(.|key('letter',  
translate(substring(normalize-space(concat(primary/@sortas, 
primary[not(@sortas)])), 1, 1),
'abcdefghijklmnopqrstuvwxyz','ABCDEFGHIJKLMNOPQRSTUVWXYZ'))
[count(ancestor::node()|$scope) = count(ancestor::node())
and ($role = @role or $type = @type or
(string-length($role) = 0 and string-length($type) = 0))][1]) 
= 1]
 ^
compilation error: 
file /usr/kde/3.5/share/apps/ksgmltools2/docbook/xsl/html/autoidx.xsl line 
155 element apply-templates
xsl:apply-templates : could not compile select expression 
'$alphabetical[count(.|key('letter',  
translate(substring(normalize-space(concat(primary/@sortas, 
primary[not(@sortas)])), 1, 1),
'abcdefghijklmnopqrstuvwxyz','ABCDEFGHIJKLMNOPQRSTUVWXYZ'))
[count(ancestor::node()|$scope) = count(ancestor::node())
and ($role = @role or $type = @type or
(string-length($role) = 0 and string-length($type) = 0))][1]) 
= 1]'
XPath error : Undefined variable
$refs[secondary and count(.|key('secondary', concat($key,  , 
normalize-space(concat(secondary/@sortas, secondary[not(@sortas)]
[count(ancestor::node()|$scope) = count(ancestor::node())
and ($role = @role or $type = @type or
(string-length($role) = 0 and string-length($type) = 0))][1]) 
= 1]
 ^
compilation error: 
file /usr/kde/3.5/share/apps/ksgmltools2/docbook/xsl/html/autoidx.xsl line 
251 element apply-templates
xsl:apply-templates : could not compile select expression '$refs[secondary and 
count(.|key('secondary', concat($key,  , 
normalize-space(concat(secondary/@sortas, secondary[not(@sortas)]
[count(ancestor::node()|$scope) = count(ancestor::node())
and ($role = @role or $type = @type or
(string-length($role) = 0 and string-length($type) = 0))][1]) 
= 1]'
XPath error : Undefined variable
key('id',$rootid)
^
compilation error: 
file /usr/kde/3.5/share/apps/ksgmltools2/docbook/xsl/html/docbook.xsl line 
323 element apply-templates
xsl:apply-templates : could not compile select expression 'key('id',$rootid)'
XPath error : Undefined variable
key('id',$rootid)
^
compilation error: 
file /usr/kde/3.5/share/apps/ksgmltools2/docbook/xsl/html/docbook.xsl line 
326 element apply-templates
xsl:apply-templates : could not compile select expression 'key('id',$rootid)'
XPath error : Undefined namespace prefix
compilation error: 
file /usr/kde/3.5/share/apps/ksgmltools2/docbook/xsl/VERSION line 55 element 
apply-templates
xsl:apply-templates : could not compile select expression 'fm:Changes'
XPath error : Undefined variable
$years[1]
  ^
compilation error: 
file /usr/kde/3.5/share/apps/ksgmltools2/docbook/xsl/common/common.xsl line 
1522 element apply-templates
xsl:apply-templates : could not compile select expression '$years[1]'
XPath error : Undefined variable
$years[1]
  ^
compilation error: 
file /usr/kde/3.5/share/apps/ksgmltools2/docbook/xsl/common/common.xsl line 
1525 element apply-templates
xsl:apply-templates : could not compile select expression '$years[1]'
XPath error : Undefined variable
compilation error: 
file /usr/kde/3.5/share/apps/ksgmltools2/docbook/xsl/common/labels.xsl line 
452 element apply-templates
xsl:apply-templates : could not compile select expression '$lparent'
XPath error : Undefined variable
compilation error: 
file /usr/kde/3.5/share/apps/ksgmltools2/docbook/xsl/common/labels.xsl line 
496 element apply-templates
xsl:apply-templates : could not compile select expression '$lparent'
XPath error : Undefined variable
compilation error: 
file /usr/kde/3.5/share/apps/ksgmltools2/docbook/xsl/common/labels.xsl line 
573 element apply-templates
xsl:apply-templates : could not compile select expression '$pchap'
XPath error : Undefined variable
compilation error: 
file /usr/kde/3.5/share/apps/ksgmltools2/docbook/xsl/common/labels.xsl line 
606 element apply-templates
xsl:apply-templates : could not compile select expression '$pchap'
XPath error : Undefined variable
compilation error: 
file /usr/kde/3.5/share/apps/ksgmltools2/docbook/xsl/common/titles.xsl line 
131 element apply-templates
xsl:apply-templates : could not compile select expression '$title'
XPath error : Undefined variable
compilation error: 
file /usr/kde/3.5/share/apps/ksgmltools2/docbook/xsl/common/titles.xsl line 
175 element apply-templates
xsl:apply-templates : could not compile select expression '$title'
XPath error : Undefined variable
$refentrytitle[1]
  ^

Re: [gentoo-user] Re: any easy way to reemerge kde using equery or similar tool?

2006-01-23 Thread Neil Bothwick
On Mon, 23 Jan 2006 16:27:27 -0300, Norberto Bensa wrote:

  cd /var/db/pkg/
  for P in kde-base/*; do echo =$P; done | xargs emerge --oneshot --ask
 
 Still too complicated.
 
 # emerge $(qpkg -I -nc kde-base/)

I thought of qpkg first, but I didn't think that would work, without
adding = in front of each package, but qpkg doesn't add a version
number without -v. Of course, it will ruin your world file like
this because you didn't use --oneshot.


-- 
Neil Bothwick

Will we ever get out of this airport? asked Tom interminably.


signature.asc
Description: PGP signature


Re: [gentoo-user] can't chmod +u /sbin/halt anymore

2006-01-23 Thread John Jolet


On Jan 23, 2006, at 2:11 PM, Antoine wrote:


Hi,
Until now I have been able to chmod halt to let me halt/reboot as a  
normal user and my last big emerge -uDNav world put a stop to that  
- any ideas?

Cheers
Antoine


and using sudo is out of the question?

--
gentoo-user@gentoo.org mailing list



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] SSH and terminal emulation

2006-01-23 Thread Tom Smith
John Jolet wrote:


 On Jan 23, 2006, at 1:56 PM, Tom Smith wrote:

 John Jolet wrote:


 On Jan 23, 2006, at 1:00 PM, Tom Smith wrote:

 John Jolet wrote:

 what is the output of echo $TERM?



 pcadobe ~ # echo $TERM
 linux
 pcadobe ~ #

 try export TERM=vt220 and see if that helps.


 This did work for pstree but seriously broke functionality in  Vim, an
 app that is heavily used via SSH.

 I did notice something interesting, though. If I set (in Kermit)

 Terminal Type: vt220
 Terminal Remote-Charset: cp437

 the next thing I would try is export the TERM value at the gentoo 
 command-line and the TERM value at the other end both vt220.

 Okay, now for another question, that may or may not be relevant.  why 
 is kermit involved?  if you are sshing into another box, why use kermit?

Sorry, I probably should've clarified this from the beginning...

I'm using Kermit 95 on Windows XP Pro to connect to my Linux server.
(Kermit 95 is a commercial, Windows-only product; while ckermit is the
*nix version and freely available.) That said...

I believe I've done the equivalent of what you're asking. I ran the
export TERM=vt220 within the SSH session (on the server) and then
changed Kermit 95 to match that terminal type. (This should have the
same effect as what you suggested, right?)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] SSH and terminal emulation

2006-01-23 Thread John Jolet


On Jan 23, 2006, at 2:41 PM, Tom Smith wrote:


John Jolet wrote:



On Jan 23, 2006, at 1:56 PM, Tom Smith wrote:


John Jolet wrote:



On Jan 23, 2006, at 1:00 PM, Tom Smith wrote:


John Jolet wrote:


what is the output of echo $TERM?




pcadobe ~ # echo $TERM
linux
pcadobe ~ #


try export TERM=vt220 and see if that helps.



This did work for pstree but seriously broke functionality in   
Vim, an

app that is heavily used via SSH.

I did notice something interesting, though. If I set (in Kermit)

Terminal Type: vt220
Terminal Remote-Charset: cp437


the next thing I would try is export the TERM value at the gentoo
command-line and the TERM value at the other end both vt220.

Okay, now for another question, that may or may not be relevant.  why
is kermit involved?  if you are sshing into another box, why use  
kermit?


Sorry, I probably should've clarified this from the beginning...

I'm using Kermit 95 on Windows XP Pro to connect to my Linux server.
(Kermit 95 is a commercial, Windows-only product; while ckermit is the
*nix version and freely available.) That said...

I believe I've done the equivalent of what you're asking. I ran the
export TERM=vt220 within the SSH session (on the server) and then
changed Kermit 95 to match that terminal type. (This should have the
same effect as what you suggested, right?)

if this were a unix-unix connection, yes.  have you tried PutTTY?   
free windows ssh client.  VERY nice.  (not trying to bash kermit 95,  
but haven't used it since...well 95)

--
gentoo-user@gentoo.org mailing list



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] SSH and terminal emulation

2006-01-23 Thread Tom Smith
John Jolet wrote:


 On Jan 23, 2006, at 2:41 PM, Tom Smith wrote:

 John Jolet wrote:


 On Jan 23, 2006, at 1:56 PM, Tom Smith wrote:

 John Jolet wrote:


 On Jan 23, 2006, at 1:00 PM, Tom Smith wrote:

 John Jolet wrote:

 what is the output of echo $TERM?




 pcadobe ~ # echo $TERM
 linux
 pcadobe ~ #

 try export TERM=vt220 and see if that helps.



 This did work for pstree but seriously broke functionality in  
 Vim, an
 app that is heavily used via SSH.

 I did notice something interesting, though. If I set (in Kermit)

 Terminal Type: vt220
 Terminal Remote-Charset: cp437

 the next thing I would try is export the TERM value at the gentoo
 command-line and the TERM value at the other end both vt220.

 Okay, now for another question, that may or may not be relevant.  why
 is kermit involved?  if you are sshing into another box, why use 
 kermit?


 Sorry, I probably should've clarified this from the beginning...

 I'm using Kermit 95 on Windows XP Pro to connect to my Linux server.
 (Kermit 95 is a commercial, Windows-only product; while ckermit is the
 *nix version and freely available.) That said...

 I believe I've done the equivalent of what you're asking. I ran the
 export TERM=vt220 within the SSH session (on the server) and then
 changed Kermit 95 to match that terminal type. (This should have the
 same effect as what you suggested, right?)

 if this were a unix-unix connection, yes.  have you tried PutTTY?  
 free windows ssh client.  VERY nice.  (not trying to bash kermit 95, 
 but haven't used it since...well 95)

(Sorry if this is a duplicate post... I posted my previous response with
the wrong email address and wasn't sure if it'd go through.)

Yes, I used PuTTY back in the day. I came to like Kermit (I use it both
in Windows and Linux) because of some of it's advanced features like
scripting. Kermit hasn't been updated much over the last... Hm, I don't
know the last time it was updates. :-| Anyway, I think they're both good
clients, Kermit just supports a LOT of features that I find useful that
PuTTY doesn't (yet?) support.

Did you (or anyone else :-) ) have any other suggestions to this dilemma?
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] OT- Stupid Question I Should Know the Answer To, But Don't (openoffice upgrade)

2006-01-23 Thread Michael Sullivan
I attempted to upgrade openoffice, but I keep getting this:

checking whether to build with Java support... yes
configure: error: /usr/lib/SunJava2-1.4.2/bin/java not found set
with_jdk_home
make: *** [stamp/build] Error 1

!!! ERROR: app-office/openoffice-2.0.1 failed.
!!! Function src_compile, Line 217, Exitcode 2
!!! Build failed
!!! If you need support, post the topmost build error, NOT this status
message.


I know it's a Java problem.  I've already run python-updater (just in
case - it usually fixes my Java problems.  JAVA_HOME is set:

camille ~ # env | grep 'JAVA_HOME'
JAVA_HOME=/opt/blackdown-jdk-1.4.2.03


so what's this with_jdk_home thing and how do I fix it?

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: which video card for dell2005fpw

2006-01-23 Thread Simon Kellett
[EMAIL PROTECTED] writes:

 Depends a bit on what you want: basic stuff or 3d-gaming !

 Basic stuff. Not into games, and I don't watch movies on my computer
 either.

Same as me then: I just bought the cheapest card with an nVidia chip,
AGP8 and DVI out at my local computer shop: ASUS V9400-X/TD / NVIDIA
(GeForce4) MX 4000 / 64Mb (but I only use 1280x1024). 39 Euros
now. Works for me :-)

(I forgot to mention that you may wish to choose a card that is
*passively* cooled if you do not like fan noise !!)

-- 
Simon Kellett,|   Gentoo Linux, Fvwm, Firefox 
Darmstadt, Germany|  Xemacs, Vm, Gnus

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: which video card for dell2005fpw

2006-01-23 Thread Thierry de Coulon
On Monday, 23 January 2006 21:15, Simon Kellett wrote:
 [EMAIL PROTECTED] writes:
  Depends a bit on what you want: basic stuff or 3d-gaming !
 
  Basic stuff. Not into games, and I don't watch movies on my computer
  either.

 Same as me then: I just bought the cheapest card with an nVidia chip,
 AGP8 and DVI out at my local computer shop: ASUS V9400-X/TD / NVIDIA
 (GeForce4) MX 4000 / 64Mb (but I only use 1280x1024). 39 Euros
 now. Works for me :-)

You don't need a very fast card to watch movies. My Thinkpad T23 runs Xine 
very well with a Savage IX.
I'd like to try X-Plane on Linux though - so I'm going to give a 6600GT a try.

Did not have good experiences with ATI however.

Thierry

-- 
The problem with the world is stupidity. Not saying there should be a
capital punishment for stupidity, but why don't we just take the
safety labels off of everything and let the problem solve itself?
Frank Zappa
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] kdebase-3.5.0 compilation error

2006-01-23 Thread Philip Webb
060123 Radu Filip wrote:
 does anybody knows how to get over this error
 when compiling kdebase-3.5.0 ?
-- long error message snipped --

A quick look suggests it may be Bug 105297 ,
in which case the solution is to update to dev-libs/libxslt-1.1.15 .

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: which video card for dell2005fpw

2006-01-23 Thread michael



On Mon, 23 Jan 2006, Thierry de Coulon wrote:


On Monday, 23 January 2006 21:15, Simon Kellett wrote:

[EMAIL PROTECTED] writes:

Depends a bit on what you want: basic stuff or 3d-gaming !


Basic stuff. Not into games, and I don't watch movies on my computer
either.


Same as me then: I just bought the cheapest card with an nVidia chip,
AGP8 and DVI out at my local computer shop: ASUS V9400-X/TD / NVIDIA
(GeForce4) MX 4000 / 64Mb (but I only use 1280x1024). 39 Euros
now. Works for me :-)


You don't need a very fast card to watch movies. My Thinkpad T23 runs Xine
very well with a Savage IX.
I'd like to try X-Plane on Linux though - so I'm going to give a 6600GT a try.

Did not have good experiences with ATI however.


Thanks for your advice. As I said, I do NOT plan to watch movies. My
only concerns are (a) support for the dell 2005fpw monitor in its native
resolution (which i've forgotten but it's widescreen format) and (b)
well supported under gentoo.

Tomorrow I will try to buy a 6600GT board.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: which video card for dell2005fpw

2006-01-23 Thread michael




On Mon, 23 Jan 2006, [EMAIL PROTECTED] wrote:




On Mon, 23 Jan 2006, Thierry de Coulon wrote:


 On Monday, 23 January 2006 21:15, Simon Kellett wrote:
  [EMAIL PROTECTED] writes:
Depends a bit on what you want: basic stuff or 3d-gaming !
  
   Basic stuff. Not into games, and I don't watch movies on my computer

   either.
 
  Same as me then: I just bought the cheapest card with an nVidia chip,

  AGP8 and DVI out at my local computer shop: ASUS V9400-X/TD / NVIDIA
  (GeForce4) MX 4000 / 64Mb (but I only use 1280x1024). 39 Euros
  now. Works for me :-)

 You don't need a very fast card to watch movies. My Thinkpad T23 runs Xine
 very well with a Savage IX.
 I'd like to try X-Plane on Linux though - so I'm going to give a 6600GT a
 try.

 Did not have good experiences with ATI however.


Thanks for your advice. As I said, I do NOT plan to watch movies. My
only concerns are (a) support for the dell 2005fpw monitor in its native
resolution (which i've forgotten but it's widescreen format) and (b)
well supported under gentoo.

Tomorrow I will try to buy a 6600GT board.


Resolution is 1680 x 1050. I do need to make sure the 6600 can do this
with the Linux driver.
--
gentoo-user@gentoo.org mailing list



[gentoo-user] OT - Something funky with nautilus

2006-01-23 Thread Michael Sullivan
Something funky is going on with my nautilus.  In gconf-editor for
nautilus, I have the always_use_browser checkbox checked, but my
nautilus window is not showing browser mode.  I prefer to have the
address bar.  Nautilus froze up and I issued a killall for it, and when
it reloaded it was like this.  I'm using nautilus 2.12.2.  Any hints?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: which video card for dell2005fpw

2006-01-23 Thread Thierry de Coulon
On Monday, 23 January 2006 22:09, [EMAIL PROTECTED] wrote:

 Resolution is 1680 x 1050. I do need to make sure the 6600 can do this
 with the Linux driver.

Here:
http://www.dslreports.com/forum/remark,15118735

I read: Is it possible to have 1680*1050 displayed under Linux?
Yeah, I have a nVidia 6600 GT and a Dell 2005FPW and it works perfectly.

and here: 
http://forum.hardware.fr/hardwarefr/OSAlternatifs/MDK10-xorg-geforce-6600gt-sujet-44968-1.htm
on a french list, I found this

Section Files 
# Multiple FontPath entries are allowed (they are concatenated together) 
# By default, Mandrake 6.0 and later now use a font server independent of 
# the X server to render fonts. 
FontPath unix/:-1 
EndSection 
 
Section ServerFlags 
#DontZap # disable CrtlAltBS (server abort) 
#DontZoom # disable CrtlAltKP_+/KP_- (resolution switching) 
AllowMouseOpenFail # allows the server to start up even if the mouse 
doesn't work 
EndSection 
 
Section Module 
Load dbe # Double-Buffering Extension 
Load v4l # Video for Linux 
Load extmod 
Load type1 
Load freetype 
Load glx # 3D layer 
Load /usr/X11R6/lib/modules/extensions/libglx.so 
EndSection 
 
Section InputDevice 
Identifier Keyboard1 
Driver keyboard 
Option XkbModel pc105 
Option XkbLayout fr 
Option XkbOptions  
EndSection 
 
Section InputDevice 
Identifier Mouse1 
Driver mouse 
Option Protocol ExplorerPS/2 
Option Device /dev/mouse 
Option ZAxisMapping 6 7 
EndSection 
 
Section Monitor 
Identifier monitor1 
VendorName Generic 
ModelName Flat Panel 1280x1024 
HorizSync 31.5-67 
VertRefresh 50-75 
 
# Sony Vaio C1(X,XS,VE,VN)? 
# 1024x480 @ 85.6 Hz, 48 kHz hsync 
ModeLine 1024x48065.00 1024 1032 1176 1344   480  488  494  563 
-hsync -vsync 
 
# Dell D800 and few Inspiron (16/10) 1280x800 
ModeLine 1280x800  147.89  1280 1376 1512 1744  800 801 804 848 
 
# Dell D800 and few Inspiron (16/10) 1680x1050 
ModeLine 1680x1050  214.51  1680 1800 1984 2288  1050 1051 1054 1103 
 
# Dell D800 and few Inspiron (16/10) 1920x1200 
ModeLine 1920x1200 230 1920 1936 2096 2528 1200 1201 1204 1250 +HSync 
+VSync 
 
# TV fullscreen mode or DVD fullscreen output. 
# 768x576 @ 79 Hz, 50 kHz hsync 
ModeLine 768x576 50.00  768  832  846 1000   576  590  595  630 
 
# 768x576 @ 100 Hz, 61.6 kHz hsync 
ModeLine 768x576 63.07  768  800  960 1024   576  578  590  616 
EndSection 
 
Section Device 
Identifier device1 
Driver nvidia 
Option NvAgp 1 
Option DPMS 
EndSection 
 
Section Screen 
Identifier screen1 
Device device1 
Monitor monitor1 
DefaultColorDepth 24 
 
Subsection Display 
Depth 8 
Virtual 1280 1024 
EndSubsection 
 
Subsection Display 
Depth 15 
Virtual 1280 1024 
EndSubsection 
 
Subsection Display 
Depth 16 
Virtual 1280 1024 
EndSubsection 
 
Subsection Display 
Depth 24 
Virtual 1280 1024 
EndSubsection 
EndSection 
 
Section ServerLayout 
Identifier layout1 
InputDevice Keyboard1 CoreKeyboard 
InputDevice Mouse1 CorePointer 
Screen screen1 
EndSection

It seems it did work, and these messages are dated December 2004.

From various messages it appears that some users had no problems and other did 
have many. However, it looks to me that the 6600 GT does support 1680x1050.

If you're not interrested in gaming, you might settle for a 6600 (not GT), 
they are slower  cheaper but should otherwise be compatible.

Thierry

-- 
The problem with the world is stupidity. Not saying there should be a
capital punishment for stupidity, but why don't we just take the
safety labels off of everything and let the problem solve itself?
Frank Zappa

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] hal-0.5.5.1-r3 dependency loop

2006-01-23 Thread Dale
Neil Bothwick wrote:

On Mon, 23 Jan 2006 05:15:06 -0600, Dale wrote:

  

So that is what has been going on with mine too.  I thought I was going
nuts, again that is.  LOL



You are, I explained that to you last week :)


  



I must have missed the part about having both KDEs though.  My ISP is
driving me nuts.  I'm trying to download the stuff for a new install. 
It's just really slow on a 24K connection.  Once I get this done, I'm
switching ISPs, at least for a while anyway.  I wish I had DSL.  Sorry
Bell South.  Cheap butt heads won't replace the 20 year old switch box
so we can have DSL.  Makes me mad!!!

Back in my hole while I download for another 5 hours or so.  Let's see
if I can send email with this connection. 

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



Re: [gentoo-user] doom3

2006-01-23 Thread Cláudio Henrique
yep! but don't worry. unmerge emerge worked out. I don't know what I
was doing wrong, but now it works.
thanks everybody!

On 1/23/06, Andrew Frink [EMAIL PROTECTED] wrote:


 On 1/23/06, Cláudio Henrique [EMAIL PROTECTED] wrote:
  I guess I'll erase all the files, unmerge doom3 and then reinstall the
  whole thing.
 
  On 1/23/06, Joshua Schmidlkofer [EMAIL PROTECTED] wrote:
   I only ever got the invalid key when I was using a key from the internet
   which I had acquired.  Down-grade to the previous doom release - it
 works
   without the key.
  
  
   js
  
  
  
   On 1/23/06, Heinz Sporn  [EMAIL PROTECTED] wrote:
Am Montag, den 23.01.2006, 11:14 -0200 schrieb Cláudio Henrique:
 hi, there,
 yersterday I installed doom3 on my gentoo. the installation was ok.
 however, when I enter the CD key it tells me it is invalid. how
 come?
 have anyone been throught it?
   
I played the entire game under Gentoo. No problem whatsoever.
   
 []'s
 claudio.

   
--
gentoo-user@gentoo.org mailing list
   
   
  
  
 
  --
  gentoo-user@gentoo.org mailing list
 
 
 Do you have write permissions on /opt/doom3?
 -Cynyr


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] can't chmod +u /sbin/halt anymore

2006-01-23 Thread Michael Kintzios
 From:: Antoine [EMAIL PROTECTED]
 To: gentoo-user@lists.gentoo.org
 Subject: [gentoo-user] can't chmod +u /sbin/halt anymore
 Date: Mon, 23 Jan 2006 21:11:17 +0100

 Hi,
 Until now I have been able to chmod halt to let me halt/reboot as a 
 normal user and my last big emerge -uDNav world put a stop to that - any 
 ideas?

Shouldn't you be using sudo for this purpose?
-- 
Regards,
Mick

Lycos email has now 300 Megabytes of free storage... Get it now at 
mail.lycos.co.uk

Re: [gentoo-user] Re: which video card for dell2005fpw

2006-01-23 Thread michael



On Mon, 23 Jan 2006, Thierry de Coulon wrote:


On Monday, 23 January 2006 22:09, [EMAIL PROTECTED] wrote:


Resolution is 1680 x 1050. I do need to make sure the 6600 can do this
with the Linux driver.


Here:
http://www.dslreports.com/forum/remark,15118735

I read: Is it possible to have 1680*1050 displayed under Linux?
Yeah, I have a nVidia 6600 GT and a Dell 2005FPW and it works perfectly.

and here:
http://forum.hardware.fr/hardwarefr/OSAlternatifs/MDK10-xorg-geforce-6600gt-sujet-44968-1.htm
on a french list, I found this

Section Files
   # Multiple FontPath entries are allowed (they are concatenated together)
   # By default, Mandrake 6.0 and later now use a font server independent of
   # the X server to render fonts.
   FontPath unix/:-1
EndSection

Section ServerFlags
   #DontZap # disable CrtlAltBS (server abort)
   #DontZoom # disable CrtlAltKP_+/KP_- (resolution switching)
   AllowMouseOpenFail # allows the server to start up even if the mouse
doesn't work
EndSection

Section Module
   Load dbe # Double-Buffering Extension
   Load v4l # Video for Linux
   Load extmod
   Load type1
   Load freetype
   Load glx # 3D layer
   Load /usr/X11R6/lib/modules/extensions/libglx.so
EndSection

Section InputDevice
   Identifier Keyboard1
   Driver keyboard
   Option XkbModel pc105
   Option XkbLayout fr
   Option XkbOptions 
EndSection

Section InputDevice
   Identifier Mouse1
   Driver mouse
   Option Protocol ExplorerPS/2
   Option Device /dev/mouse
   Option ZAxisMapping 6 7
EndSection

Section Monitor
   Identifier monitor1
   VendorName Generic
   ModelName Flat Panel 1280x1024
   HorizSync 31.5-67
   VertRefresh 50-75

   # Sony Vaio C1(X,XS,VE,VN)?
   # 1024x480 @ 85.6 Hz, 48 kHz hsync
   ModeLine 1024x48065.00 1024 1032 1176 1344   480  488  494  563
-hsync -vsync

   # Dell D800 and few Inspiron (16/10) 1280x800
   ModeLine 1280x800  147.89  1280 1376 1512 1744  800 801 804 848

   # Dell D800 and few Inspiron (16/10) 1680x1050
   ModeLine 1680x1050  214.51  1680 1800 1984 2288  1050 1051 1054 1103

   # Dell D800 and few Inspiron (16/10) 1920x1200
   ModeLine 1920x1200 230 1920 1936 2096 2528 1200 1201 1204 1250 +HSync
+VSync

   # TV fullscreen mode or DVD fullscreen output.
   # 768x576 @ 79 Hz, 50 kHz hsync
   ModeLine 768x576 50.00  768  832  846 1000   576  590  595  630

   # 768x576 @ 100 Hz, 61.6 kHz hsync
   ModeLine 768x576 63.07  768  800  960 1024   576  578  590  616
EndSection

Section Device
   Identifier device1
   Driver nvidia
   Option NvAgp 1
   Option DPMS
EndSection

Section Screen
   Identifier screen1
   Device device1
   Monitor monitor1
   DefaultColorDepth 24

   Subsection Display
   Depth 8
   Virtual 1280 1024
   EndSubsection

   Subsection Display
   Depth 15
   Virtual 1280 1024
   EndSubsection

   Subsection Display
   Depth 16
   Virtual 1280 1024
   EndSubsection

   Subsection Display
   Depth 24
   Virtual 1280 1024
   EndSubsection
EndSection

Section ServerLayout
   Identifier layout1
   InputDevice Keyboard1 CoreKeyboard
   InputDevice Mouse1 CorePointer
   Screen screen1
EndSection

It seems it did work, and these messages are dated December 2004.


From various messages it appears that some users had no problems and other did

have many. However, it looks to me that the 6600 GT does support 1680x1050.

If you're not interrested in gaming, you might settle for a 6600 (not GT),
they are slower  cheaper but should otherwise be compatible.


Excellent. Thank you very much!

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



Re: [gentoo-user] Kppp and two different accounts

2006-01-23 Thread Dale
Dale wrote:

On Saturday 21 January 2006 06:29, Neil Bothwick wrote:
  

On Sat, 21 Jan 2006 04:56:07 -0600, Dale wrote:


While trying that, clear /var/tmp too.


Just do a rm -rf /var/tmp/*   There is a kde-root, kde-dale,
kde-dale2 and kde-test folder in there.
  

As long as none of these users are logged into KDE at the time, it
should be fine.




I deleted those files, same thing.  It still sends the wrong ligin/password.  

Me so confused.  It doesn't even connect when I am booted from the CD.  Could 
this be in my modem somehow?  It's about the only thing left for goodness 
sake.  I have another modem.  I may try it.  See what it does.

Dale
:-)

Let's see if I can send email this time.  LOL
  



OK.  I hooked up another modem, which is the worst serial modem I have
ever used, and it still sent the wrong Login/password.  I downloaded a
new stage thing last night, I mean all noght long too, and I'm going to
start a new install.  Once I get to where I can boot and use ppp's pon,
I'm going to try it then and see what the modem does.

Anybody ever had one of these Diamond SupraExpress 56e Pro serial modems
before?  This thing acts like it has never been programed before.  It
wants to connect at 115,000K instead of the usuall 24K, 26.4K or 28.8K. 
What is up with that?  I tried to get to it in a miniterm that is built
into Kppp but it won't save the config.  It says it is takeing it but it
is not.

I may order a new modem like my old ActionTech.  It worked until
lighting hit it. 

Dale
:-)

Let's see if I can send email in Mozilla this time. 

-- 
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



Re: [gentoo-user] Re: any easy way to reemerge kde using equery or similar tool?

2006-01-23 Thread Norberto Bensa
Neil Bothwick wrote:
 Of course, it will ruin your world file like 
 this because you didn't use --oneshot.

I ruinned my world file yeeears ago anyway :)

Thanks Neil.

Best regards,
-- 
Norberto Bensa
Ciudad de Buenos Aires, Argentina
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] doom3 sound

2006-01-23 Thread Cláudio Henrique
I managed to have doom3 working on my system, but now the problem is
with the sound. It is like the one of a robot. I have tried using
alsa, but the problem remains. How can I fix this?
[]'s
claudio.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Kppp and two different accounts

2006-01-23 Thread Dale
Dale wrote:



Now to see if I can send email with this connection today.  Well crap, back to 
Kmail for this connection.  sighs 
  


It looks like my ISP is on the ball again.  I can send email from
Mozilla and I just connected.  I can call one of the old numbers that
was real good in the past and it connected at a reasonable speed. 
Things are getting better.

I'm still going to do the install though.  I did try another modem, same
thing, wrong login/password.

Thanks, I hope it will work now.

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



Re: [gentoo-user] Dual Boot System Setup

2006-01-23 Thread John Jolet


On Jan 23, 2006, at 9:06 PM, Sean wrote:


I have a laptop I want to setup to boot either Gentoo or Windows.

Looking around I am trying to find recommendations as to which is  
better to install first, Gentoo or Windows. From what I found,  
either often gets a recommendation.
Would anyone recommend which is the best method for setup, start  
with Gentoo or Windows?


always, always install windows first.  when you install grub with  
gentoo,you make the grub.conf that chainboots windows.  if you  
install windows second, it won't ask...and you'll end up booting into  
the install cd and installing grub again anyway.
I also want to setup a common partition for data storage which both  
can access. Again, can anyone recommend a setup?


Thanks
Sean
--
gentoo-user@gentoo.org mailing list



--
gentoo-user@gentoo.org mailing list



[gentoo-user] CUPS -- fails better!

2006-01-23 Thread maxim wexler
Hello everybody,

As a follow up to my tales of not-printing woe...

From a forum I read to use $lpr -l test

ie-l
Specifies  that the print file is already formatted
for the destination and should be sent without
filtering. This option is equivalent to -oraw.

This time the printer whirred to life printed the
first line of text across the very top of the paper
then quit with the orange error light blinking. BTW,
this is a DeskJet 612C using the hpijs driver. 

From the log:

sarawak heathen # tail -n 30  /var/log/cups/err*
D [23/Jan/2006:19:46:20 -0700] StartJob:
envp[15]=IPP_PORT=631
d [23/Jan/2006:19:46:20 -0700] StartJob: Allocating
status buffer...
D [23/Jan/2006:19:46:20 -0700] StartJob: statusfds = [
5 9 ]
D [23/Jan/2006:19:46:20 -0700] StartJob: filterfds[1]
= [ 10 -1 ]
D [23/Jan/2006:19:46:20 -0700] StartJob: backend =
/usr/lib/cups/backend/parall
el
D [23/Jan/2006:19:46:20 -0700] StartJob: filterfds[0]
= [ -1 11 ]
D [23/Jan/2006:19:46:20 -0700]
start_process(/usr/lib/cups/backend/parallel, 0
xbfd74c20, 0xbfd73f90, 10, 11, 9)
I [23/Jan/2006:19:46:20 -0700] Started backend
/usr/lib/cups/backend/parallel (P
ID 7563) for job 14.
d [23/Jan/2006:19:46:20 -0700] StartJob: Adding fd 5
to InputSet...
d [23/Jan/2006:19:46:20 -0700]
add_job_state_reasons(0xb7b69008[7], 14)
D [23/Jan/2006:19:46:20 -0700] ProcessIPPRequest: 7
status_code=0
d [23/Jan/2006:19:46:20 -0700] ProcessIPPRequest:
Adding fd 7 to OutputSet...
d [23/Jan/2006:19:46:20 -0700] WriteClient: Removing
fd 7 from OutputSet...
d [23/Jan/2006:19:46:20 -0700] ReadClient: 7, used=0,
file=-1
d [23/Jan/2006:19:46:20 -0700] ReadClient: httpGets
returned EOF...
D [23/Jan/2006:19:46:20 -0700] CloseClient: 7
d [23/Jan/2006:19:46:20 -0700] CloseClient: Removing
fd 7 from InputSet and Outp
utSet...
I [23/Jan/2006:19:46:20 -0700] [Job 14] Sending print
file, 4588 bytes...
d [23/Jan/2006:19:46:20 -0700] PID 7563 exited with no
errors.
D [23/Jan/2006:19:46:20 -0700] UpdateJob: job 14, file
0 is complete.
d [23/Jan/2006:19:46:20 -0700] UpdateJob: Removing fd
5 from InputSet...
D [23/Jan/2006:19:46:20 -0700] CancelJob: id = 14
D [23/Jan/2006:19:46:20 -0700] StopJob: id = 14, force
= 0
D [23/Jan/2006:19:46:20 -0700] StopJob: printer state
is 3
d [23/Jan/2006:19:46:20 -0700] StopJob: Freeing status
buffer...
d [23/Jan/2006:19:46:20 -0700] SaveJob: Closing file
5...
d [23/Jan/2006:19:46:20 -0700] SaveJob: Closing file
5...
d [23/Jan/2006:19:46:21 -0700] select_timeout: 31
seconds to send browse update
d [23/Jan/2006:19:46:52 -0700] select_timeout: 31
seconds to send browse update
d [23/Jan/2006:19:47:23 -0700] select_timeout: 31
seconds to send browse update


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] doom3 sound

2006-01-23 Thread Cláudio Henrique
will I have to recompile my kernel with OSS then?

On 1/24/06, Jason Stubbs [EMAIL PROTECTED] wrote:
 On Tuesday 24 January 2006 11:33, Cláudio Henrique wrote:
  I managed to have doom3 working on my system, but now the problem is
  with the sound. It is like the one of a robot. I have tried using
  alsa, but the problem remains. How can I fix this?

 Same here. To get it to work I had to change to OSS by modifying the config
 file as follows:

 $ grep oss $HOME/.doom3/base/DoomConfig.cfg
 seta s_driver oss

 --
 Jason Stubbs

 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] xscreensaver on startup (quick question)

2006-01-23 Thread Álvaro Castro
Hello!!

This may be a very stupid question, but google doesn't
answer me...

I'm using enlightenment 17 and entrance as display
manager. I would like to have xscreensaver loaded when
I start my session (and, if possible on any other
environment like e16 or fluxbox, that I also have
installed).

uf!

Thankss a lot!

.alvaro.castro.





__ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xscreensaver on startup (quick question)

2006-01-23 Thread Ryan Tandy

Álvaro Castro wrote:


Hello!!

This may be a very stupid question, but google doesn't
answer me...

I'm using enlightenment 17 and entrance as display
manager. I would like to have xscreensaver loaded when
I start my session (and, if possible on any other
environment like e16 or fluxbox, that I also have
installed).

uf!

Thankss a lot!

.alvaro.castro.





__ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com
 

Add 'xscreensaver ' to your X session file - ~/.xinitrc if you startx, 
~/.Xsession if you use XDM - don't know about E17 or other WMs.  Make 
sure you add it before the last line if said last line starts with 
'exec' and/or doesn't end with ''.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] doom3 sound

2006-01-23 Thread Ryan Tandy

Cláudio Henrique wrote:


will I have to recompile my kernel with OSS then?

On 1/24/06, Jason Stubbs [EMAIL PROTECTED] wrote:
 


On Tuesday 24 January 2006 11:33, Cláudio Henrique wrote:
   


I managed to have doom3 working on my system, but now the problem is
with the sound. It is like the one of a robot. I have tried using
alsa, but the problem remains. How can I fix this?
 


Same here. To get it to work I had to change to OSS by modifying the config
file as follows:

$ grep oss $HOME/.doom3/base/DoomConfig.cfg
seta s_driver oss

--
Jason Stubbs

--
gentoo-user@gentoo.org mailing list


   



 

No.  If you have the alsa-oss package installed and loaded, ALSA will 
automatically intercept OSS calls.  If you're using the alsa-driver 
package, make sure it's compiled with USE=oss; if you're using the 
kernel's ALSA driver, select the OSS emulation options.

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Gnome calendar - Start on Sunday instead of Saturday?

2006-01-23 Thread Mark Knecht
Hi,
   Title says it. My wife wants to configure this item and I cannot
find the control of it in the preferences page. Anyone know how to
make it start on Sunday instead?

Thanks,
Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Dual Boot System Setup

2006-01-23 Thread Iain Buchanan
On Mon, 2006-01-23 at 22:06 -0500, Sean wrote:
 I have a laptop I want to setup to boot either Gentoo or Windows.
[snip]
 Would anyone recommend which is the best method for setup, start with 
 Gentoo or Windows?

it doesn't matter, IMHO, so long as you know that windows will overwrite
your grub (or lilo) mbr, in favour of its own.  From there you have two
choices:

1. use the windows to chain-boot linux (possible, but I don't know what
for :)
2. re-install grub with your live-cd (which you still have from you
recent gentoo install)

Hence you can see that it may be easier to install windows first, so you
don't have to do grub twice.

 I also want to setup a common partition for data storage which both can 
 access. Again, can anyone recommend a setup?

I use an ntfs (for windows) partition, various ext2/3 partitions for
linux, and a fat32 partition to share between the two (video files,
music, etc)

HTH,
-- 
Iain Buchanan iain at netspace dot net dot au

Time is an illusion, lunchtime doubly so.
-- The Hitchhiker's Guide to the Galaxy

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] CUPS -- fails better!

2006-01-23 Thread Manuel A. McLure
On Monday 23 January 2006 07:20 pm, maxim wexler wrote:
 This time the printer whirred to life printed the
 first line of text across the very top of the paper
 then quit with the orange error light blinking. BTW,
 this is a DeskJet 612C using the hpijs driver.

What I expect is happening is that the text file has only linefeeds (\n or 
ASCII 0x0a) instead of carriage return/linefeed (\r\n or ASCII 0x0d 0x0a) so 
the head is never getting the command to go back to the start of the line and 
the line length overflows. This is one reason why raw printing can be a 
problem. What you really want is a queue that merely replaces \n with \r\n 
instead of a true raw queue. CUPS does not seem to provide this, instead 
preferring to convert to postscript and then to raster. Personally I don't 
see this as a problem, but your needs are probably different than mine.

One option to solve this is to emerge unix2dos and use the following command 
line:

unix2dos filetoprint.txt | lp -l

-- 
Manuel A. McLure KE6TAW [EMAIL PROTECTED] http://www.mclure.org
...for in Ulthar, according to an ancient and significant law,
no man may kill a cat.   -- H.P. Lovecraft
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Linux Animated Video for Advocacy

2006-01-23 Thread Michael Louie Loria
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello,

Does anybody have a link of an Animated Video which topics about linux?

Kindly Carbon Copy it to my email (michaellouieloria @ yahoo . com)
because I receive digested emails in this mailing list.

Thanks,

Michael Louie Loria

-BEGIN PGP SIGNATURE-
Comment: Public Key: https://www.biglumber.com/x/web?qs=0x4A256EC8
Comment: Public Key: http://www.lorztech.com/GPG.txt
Comment: Google, Skype, Yahoo ID: michaellouieloria

iQEVAwUBQ9W9IrXBHi2y3jwfAQofjwf/Y0Y5MiuE4YnWO1yGxq3MtNu0FzxfiewL
9lHbFpdsqgfps21Z0+ennqNuIABhYYPi6YjEdw9mn1GPS1cZdLEYZKjBRO/LlVLE
/D835gw3T3EdPZQUzTV7K99nX+sOcsFcn2b+yKnZvAN7dEUQ+yoqDXJOWtZGA9mu
E7/SWf+zb6Ce7VLAX+VGzWWXvJoVwFKJM0TbBEYhtblUO5WuKnkrx9QIy9JaNdTQ
sAorko7L0j5RvoogZIUkYIw66GS6Wykcytyd4uVm2LZNSp9F/T+HZCWQRerEp6zg
9bv/aYAT6OQvfGXaviTIwA+C6EkT/bNWlfPYJ/x4a0bNzJSF1sVHNg==
=eYxU
-END PGP SIGNATURE-

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] doom3 sound

2006-01-23 Thread Cláudio Henrique
thanks again. that did the trick!

On 1/24/06, Ryan Tandy [EMAIL PROTECTED] wrote:
 Cláudio Henrique wrote:

 will I have to recompile my kernel with OSS then?
 
 On 1/24/06, Jason Stubbs [EMAIL PROTECTED] wrote:
 
 
 On Tuesday 24 January 2006 11:33, Cláudio Henrique wrote:
 
 
 I managed to have doom3 working on my system, but now the problem is
 with the sound. It is like the one of a robot. I have tried using
 alsa, but the problem remains. How can I fix this?
 
 
 Same here. To get it to work I had to change to OSS by modifying the config
 file as follows:
 
 $ grep oss $HOME/.doom3/base/DoomConfig.cfg
 seta s_driver oss
 
 --
 Jason Stubbs
 
 --
 gentoo-user@gentoo.org mailing list
 
 
 
 
 
 
 
 No.  If you have the alsa-oss package installed and loaded, ALSA will
 automatically intercept OSS calls.  If you're using the alsa-driver
 package, make sure it's compiled with USE=oss; if you're using the
 kernel's ALSA driver, select the OSS emulation options.
 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Dual Boot System Setup

2006-01-23 Thread Ryan Tandy

Iain Buchanan wrote:

massive snippage



1. use the windows to chain-boot linux (possible, but I don't know what
for :)
 


even more massive snippage

Sorry, this isn't possible - I should know, I've tried in the past.  
Wasted too much time on it, too.  Windows can only multi-boot with other 
Windows.  And if you've managed to get it to do otherwise, please tell 
me how!

--
gentoo-user@gentoo.org mailing list



[gentoo-user] swat 500 server error

2006-01-23 Thread Iain Buchanan
Hi All,

I installed samba, and xinetd, then edited /etc/xinetd.d/swat and set
disable=no.  I restarted xinetd, and when I connect to

http://localhost:901/

with firefox, I get this message:

500 Server Error
chdir failed - the server is not configured correctly

To see if it was me, or firefox, I used netcat (note, I typed the
GET / by hand)

$ nc localhost 901
GET /
HTTP/1.0 500 Server Error
Connection: close
Content-Type: text/html

HTMLHEADTITLE500 Server Error/TITLE/HEADBODYH1500 Server
Error/H1chdir failed - the server is not configured
correctlyp/BODY/HTML

can anyone tell me what's going on?  I've never seen this before.  The
only reference on google I found was basically an RTFM, but the manual
was 948 pages!! (and there was no result from searching that error
either).

TIA,
-- 
Iain Buchanan iain at pcorp dot com dot au

Elric no BSD fans ?
EvilTypeGuy Elric: it's hard to be a gamer and a bsd fan :p

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Dual Boot System Setup

2006-01-23 Thread Iain Buchanan
On Mon, 2006-01-23 at 22:05 -0800, Ryan Tandy wrote:
 Iain Buchanan wrote:
 
 massive snippage

 1. use the windows to chain-boot linux (possible, but I don't know what
 for :)
 
 even more massive snippage
 
 Sorry, this isn't possible - I should know, I've tried in the past.  
 Wasted too much time on it, too.  Windows can only multi-boot with other 
 Windows.  And if you've managed to get it to do otherwise, please tell 
 me how!

Aha, the old I've tried it and it didn't work for me so it's not
possible trick ;)

I do remember trying it with windows 2000, and I think I got it to boot
my redhat install, back in the days.  I vaguely remember something about
editing .ini or .sys or something files on windows, but I don't have
windows 2000 or redhat any more.  And you know what they say about
memories being created, so it may (or may not) be possible :)
-- 
Iain Buchanan iain at netspace dot net dot au

Deek If the user points the gun at his foot and pulls the trigger, it
   is our job to ensure the bullet gets where it's supposed to.

-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Linux Animated Video for Advocacy

2006-01-23 Thread Daevid Vincent
http://www.ubergeek.tv/article.php?pid=54 

 -Original Message-
 From: Michael Louie Loria [mailto:[EMAIL PROTECTED] 
 Sent: Monday, January 23, 2006 9:42 PM
 To: gentoo-user@lists.gentoo.org
 Subject: [gentoo-user] Linux Animated Video for Advocacy
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA512
 
 Hello,
 
 Does anybody have a link of an Animated Video which topics 
 about linux?
 
 Kindly Carbon Copy it to my email (michaellouieloria @ yahoo . com)
 because I receive digested emails in this mailing list.
 
 Thanks,
 
 Michael Louie Loria

-- 
gentoo-user@gentoo.org mailing list