Re: [gentoo-user] Question about a driver

2005-06-23 Thread Richard Fish
Ian K wrote:

 To be honest, the best thing I can do is probably forward you to the
 forum thread, and ask
 you to reply here. The URL is here:


Ok, so from the forum, I found this, which is I am guessing about where
you got stuck:

 Yenta: Cardbus bridge found at :00:03.0 [10f7:832f]
 Yenta: ISA IRQ mask 0x0830, PCI irq 9
 Socket status: 3820
 irq 9: nobody cared!
 lots of hexidecimal stuff, tabbed a little after 'irq 9: nobody
 cared'. If you need this, Ill type it out for you.

 handlers:
 omitting some modules because they are ALSA related, and not relevant
 [c89978a0] (yenta_interrupt+0x0/0x40 [yenta_socket])
 Disabling IRQ #9


What I get is:

Jun 20 07:12:51 carcharias PCI: Enabling device :03:00.0 ( - 0002)
Jun 20 07:12:51 carcharias ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
Jun 20 07:12:51 carcharias PCI: setting IRQ 11 as level-triggered
Jun 20 07:12:51 carcharias ACPI: PCI interrupt :03:00.0[A] - GSI 11
(level, low) - IRQ 11
Jun 20 07:12:51 carcharias Yenta: CardBus bridge found at :03:00.0
[1558:0500]
Jun 20 07:12:51 carcharias Yenta: Using CSCINT to route CSC interrupts
to PCI
Jun 20 07:12:51 carcharias Yenta: Routing CardBus interrupts to PCI
Jun 20 07:12:51 carcharias Yenta TI: socket :03:00.0, mfunc
0x1002, devctl 0x44
Jun 20 07:12:51 carcharias Yenta: ISA IRQ mask 0x, PCI irq 11

With nothing after that about dropped interrupts or anything.

Ok, so let's talk about your kernel configuration.  Do you have ACPI
enabled in your kernel?  If so, what ACPI options do you have? (grep
_ACPI .config).

Also, looking at the yenta driver, it seems there are two options you
can try if yenta is built as a module.  Try one or both of these:

rmmod yenta_socket
insmod yenta_socket [override_bios=1] [disable_clkrun=1]

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Question about a driver

2005-06-23 Thread Ian K
Richard Fish wrote:

Ian K wrote:

  

To be honest, the best thing I can do is probably forward you to the
forum thread, and ask
you to reply here. The URL is here:




Ok, so from the forum, I found this, which is I am guessing about where
you got stuck:

  

Yenta: Cardbus bridge found at :00:03.0 [10f7:832f]
Yenta: ISA IRQ mask 0x0830, PCI irq 9
Socket status: 3820
irq 9: nobody cared!
lots of hexidecimal stuff, tabbed a little after 'irq 9: nobody
cared'. If you need this, Ill type it out for you.

handlers:
omitting some modules because they are ALSA related, and not relevant
[c89978a0] (yenta_interrupt+0x0/0x40 [yenta_socket])
Disabling IRQ #9




What I get is:

Jun 20 07:12:51 carcharias PCI: Enabling device :03:00.0 ( - 0002)
Jun 20 07:12:51 carcharias ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
Jun 20 07:12:51 carcharias PCI: setting IRQ 11 as level-triggered
Jun 20 07:12:51 carcharias ACPI: PCI interrupt :03:00.0[A] - GSI 11
(level, low) - IRQ 11
Jun 20 07:12:51 carcharias Yenta: CardBus bridge found at :03:00.0
[1558:0500]
Jun 20 07:12:51 carcharias Yenta: Using CSCINT to route CSC interrupts
to PCI
Jun 20 07:12:51 carcharias Yenta: Routing CardBus interrupts to PCI
Jun 20 07:12:51 carcharias Yenta TI: socket :03:00.0, mfunc
0x1002, devctl 0x44
Jun 20 07:12:51 carcharias Yenta: ISA IRQ mask 0x, PCI irq 11

With nothing after that about dropped interrupts or anything.

Ok, so let's talk about your kernel configuration.  Do you have ACPI
enabled in your kernel?  If so, what ACPI options do you have? (grep
_ACPI .config).

  

For my own typing ease, I will place everything in uppercase.
CONFIG_ACPI=Y
CONFIG_ACPI_BOOT=Y
CONFIG_ACPI_INTERPERETER=Y
CONFIG_ACPI_SLEEP=Y
CONFIG_ACPI_SLEEP_PROC_FS=Y
CONFIG_ACPI_AC=Y
CONFIG_ACPI_BATTERY=Y
CONFIG_ACPI_BUTTON=Y
CONFIG_ACPI_VIDEO=M
CONFIG_ACPI_FAN=Y
CONFIG_ACPI_PROCESSOR=Y
CONFIG_ACPI_THERMAL=Y
# CONFIG_ACPI_ASUS IS NOT SET
# CONFIG_ACPI_IBM IS NOT SET
# CONFIG_ACPI_TOSHIBA IS NOT SET
CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG IS NOT SET
CONFIG_ACPI_BUS=Y
CONFIG_ACPI_EC=Y
CONFIG_ACPI_POWER=Y
CONFIG_ACPI_PCI=Y
CONFIG_ACPI_SYSTEM=Y
# CONFIG_ACPI_CONTAINER IS NOT SET
# CONFIG_HOTPLUG_PCI_ACPI IS NOT SET
# CONFIG_SERIAL_8250_ACPI IS NOT SET

Also, looking at the yenta driver, it seems there are two options you
can try if yenta is built as a module.  Try one or both of these:

rmmod yenta_socket
  

ERROR: Module yenta_socket does not exist in /proc/modules
#
***It does however work when I modprobe it regularly though.***

insmod yenta_socket [override_bios=1] [disable_clkrun=1]
  

insmod: can't read 'yenta_socket': No such file or directory

-Richard

  

Thanks for your continued help. Its midnight where I am, so Im going to
sleep,
but I will look forward to your reply in less than 12 hours.
Ian
begin:vcard
fn:Ian K
n:K;Ian
email;internet:[EMAIL PROTECTED]
note;quoted-printable:Pentium 3=0D=0A=
	500mHz=0D=0A=
	256MB RAM=0D=0A=
	80.0GB HDD=0D=0A=
	ATI Radeon 7000 Evil Wizard 64MB=0D=0A=
	Computer name: PentaQuad=0D=0A=
	
x-mozilla-html:TRUE
version:2.1
end:vcard



Re: [gentoo-user] lirc

2005-06-23 Thread Luigi Pinna
Alle 01:19, giovedì 23 giugno 2005, Nick Rout ha scritto:
 firstly is the module for lirc loaded? it is called lirc-serial

 lsmod|grep lirc

 second what device do you have as a result?

No output... I have a Pinnacle and the remote control use a serial port.
Lirc doesn't need a kernel module

 cd /dev
 find|grep lirc

 (it will probably be /dev/lirc0)

No, I have /dev/lircd:
srw-rw-rw-  1 root root 0 23 giu 00:09 /dev/lircd


 now assuming that is all ok try connecting to the device with one of
 the lirc command line programs:

 mode2 -d /dev/lirc0

mode2: error opening /dev/lircd
mode2: No such device or address


 if you can get to there, and if the device is set correctly in
 /etc/conf.d/lircd, then it should be working.

In the /etc/conf.d/lircd I have only commented options...
At end, it doesn't work yet...
What can I try now?
Thanks a lot,
Luigi

-- 
Public key GPG(0x073A0960) on http://keyserver.linux.it/


pgp08Q5CDH2lK.pgp
Description: PGP signature


Re: [gentoo-user] lirc

2005-06-23 Thread Luigi Pinna
I tried to use lircd -d /dev/ttyS0 (the first serial port) and I read in 
the logs:

Jun 23 08:51:16 Cinzia lircd-0.7.1[13323]: lircd(serial) ready
Jun 23 08:51:23 Cinzia lircd-0.7.1[13323]: accepted new client 
on /dev/lircd
Jun 23 08:51:23 Cinzia lircd-0.7.1[13323]: could not get hardware 
features
Jun 23 08:51:23 Cinzia lircd-0.7.1[13323]: this device driver does not 
support the new LIRC interface
Jun 23 08:51:23 Cinzia lircd-0.7.1[13323]: major number of /dev/ttyS0 is 
4
Jun 23 08:51:23 Cinzia lircd-0.7.1[13323]: LIRC major number is 61
Jun 23 08:51:23 Cinzia lircd-0.7.1[13323]: check if /dev/ttyS0 is a LIRC 
device
Jun 23 08:51:23 Cinzia lircd-0.7.1[13323]: caught signal

What does it mean?
Luigi

-- 
Public key GPG(0x073A0960) on http://keyserver.linux.it/


pgptxcQGl8ZTF.pgp
Description: PGP signature


Re: [gentoo-user] different times in postfix log

2005-06-23 Thread Jan Callewaert
Op woensdag 22 juni 2005 22:24, schreef Bryan Whitehead:
 Try restarting postfix. If you changed your timezone, clock, etc at any
 point without restarting postfix different parts will have different
 times.

 Might want to restart cron while your at it... ;)

The problem stays even after restarting my computer (it goes to sleep at 
night :D) So I don't think that's the problem. I haven't recently changed my 
timezone or clock lately.
I googled a bit, and apparently the qmgr daemon of postfix runs in a chroot. 
Maybe the chroot is not aware of the timezone?

Regards,

Jan


 On Sat, 18 Jun 2005, Jan Callewaert wrote:
  Hi,
  if I watch the logs of postfix, I have different times in it.
 
  Jun 18 19:17:43 [postfix/qmgr] 1E365EDCC3: from=bla, size=4398, nrcpt=1
  (queue active)
  Jun 18 21:17:44 [postfix/local] 1E365EDCC3:
  to=[EMAIL PROTECTED], orig_to=[EMAIL PROTECTED],
  relay=local, delay=1, status=sent (delivered to command: procmail)
  Jun 18 19:17:44 [postfix/qmgr] 1E365EDCC3: removed
  Jun 18 21:17:48 [postfix/smtpd] disconnect from localhost[127.0.0.1]
 
  this is at 21:18. Date displays the correct hour. Any idea what is
  causing this? Only [postfix/qmgr] is showing the wrong time, the rest is
  correct.
 
  Regards,
 
  Jan Callewaert

 --
 Bryan Whitehead
 Email:[EMAIL PROTECTED]

-- 
If it ain't broken, you just haven't looked hard enough. Fix it anyway.
-- Tom Peters


pgpS0XJBqelOR.pgp
Description: PGP signature


Re: [gentoo-user] different times in postfix log

2005-06-23 Thread Jan Callewaert
Op donderdag 23 juni 2005 10:28, schreef Jan Callewaert:
 Op woensdag 22 juni 2005 22:24, schreef Bryan Whitehead:
  Try restarting postfix. If you changed your timezone, clock, etc at any
  point without restarting postfix different parts will have different
  times.
 
  Might want to restart cron while your at it... ;)

 The problem stays even after restarting my computer (it goes to sleep at
 night :D) So I don't think that's the problem. I haven't recently changed
 my timezone or clock lately.
 I googled a bit, and apparently the qmgr daemon of postfix runs in a
 chroot. Maybe the chroot is not aware of the timezone?

 Regards,

 Jan


I'm afraid that I replied too fast. I searched google just a little more. qmgr 
runs inside a chroot in /var/spool/postfix. So I copied my /etc/localtime 
into the chroot (I had to create the /etc directory). I restarted postfix and 
the log time was correct. However, is this the way to do it? Since it's a 
chroot, I can't make a symlink, so whenever I change my timezone, I have to 
change it in two different places. I'm sure I'm going to forget this. Is 
there no other way?

Jan

  On Sat, 18 Jun 2005, Jan Callewaert wrote:
   Hi,
   if I watch the logs of postfix, I have different times in it.
  
   Jun 18 19:17:43 [postfix/qmgr] 1E365EDCC3: from=bla, size=4398,
   nrcpt=1 (queue active)
   Jun 18 21:17:44 [postfix/local] 1E365EDCC3:
   to=[EMAIL PROTECTED], orig_to=[EMAIL PROTECTED],
   relay=local, delay=1, status=sent (delivered to command: procmail)
   Jun 18 19:17:44 [postfix/qmgr] 1E365EDCC3: removed
   Jun 18 21:17:48 [postfix/smtpd] disconnect from localhost[127.0.0.1]
  
   this is at 21:18. Date displays the correct hour. Any idea what is
   causing this? Only [postfix/qmgr] is showing the wrong time, the rest
   is correct.
  
   Regards,
  
   Jan Callewaert
 
  --
  Bryan Whitehead
  Email:[EMAIL PROTECTED]

-- 
If it ain't broken, you just haven't looked hard enough. Fix it anyway.
-- Tom Peters


pgpCxYEgQiLuH.pgp
Description: PGP signature


[gentoo-user] emerging mplayer with compile option --without-x

2005-06-23 Thread Stefano Guglia

hello!

I need to emerge mplayer and mythtv without x, framebuffer only. How can I 
pass --without-x and other options to ./configure during emerge process?
(-x in USE flag does not work: 'emerge mplayer' still needs xorg...)

thanks..
Stefano.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerging mplayer with compile option --without-x

2005-06-23 Thread azz
CMIIW, i think it's USE=-gtk emerge -av mplayer

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerging mplayer with compile option --without-x

2005-06-23 Thread Holly Bostick
Stefano Guglia schreef:
 hello!
 
 I need to emerge mplayer and mythtv without x, framebuffer only. How can I 
 pass --without-x and other options to ./configure during emerge process?
 (-x in USE flag does not work: 'emerge mplayer' still needs xorg...)
 
 thanks..
 Stefano.

Just to get the obvious out of the way, the USE flag is X (uppercase),
not x (lower case).

Was that a typo? It should work with -X set in either /etc/make.conf or
/etc/portage/package.use (for mPlayer only).

You'd probably also want +fbcon--

 useflag fbcon
/usr/portage/profiles/use.desc:fbcon - Adds framebuffer support for the
console, via the kernel

... and of course you'd want an appropriate framebuffer driver compiled
into your kernel, and the modules for said framebuffer device loaded.

Hope this helps,
Holly
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] different times in postfix log

2005-06-23 Thread Holly Bostick
Jan Callewaert schreef:
 I'm afraid that I replied too fast. I searched google just a little more. 
 qmgr 
 runs inside a chroot in /var/spool/postfix. So I copied my /etc/localtime 
 into the chroot (I had to create the /etc directory). I restarted postfix and 
 the log time was correct. However, is this the way to do it? Since it's a 
 chroot, I can't make a symlink, so whenever I change my timezone, I have to 
 change it in two different places. I'm sure I'm going to forget this. Is 
 there no other way?
 

Hi Jan,

It's quite possible that I'm talking out of my butt, since I don't use
postfix, but this really confused me:


 Since it's a 
 chroot, I can't make a symlink

This just doesn't seem right, if postfix/qmgr requires some kind of time
marker. I get it that /etc is outside the chroot, but that seems to
suggest that either the chroot parameters are too narrow (and /etc
should be inside it, in which case you could create the symlink or
wouldn't need to), and/or that the logger is misconfigured, in that it
ought to be able to connect to /etc/localtime, but apparently is not.

Since I don't know anything about this, I went Googling, and found
http://www.linuxsecurity.com/docs/HOWTO/Postfix-EnGarde-HOWTO.html ,
which says:


 General Information
Postfix configuration is done with the files in /etc/postfix,
/usr/lib/libexec/postfix contains the postfix daemons, and
/var/spool/postfix contains the mail queues and various mail staging
directories and the default chroot directory etc (if chrooting is
configured).

/etc/postfix will be the most important directory as it controls
postfix's behaviour. This directory holds the two configuration files
and the aliases, virtual, transport, access, and other databases in maps.


Interestingly, this suggests that not only is /etc/ supposed to be in
the chroot, but that /etc is supposed to be the root of the chroot.

So if I was you, I'd be interested in knowing why it is not, in your
case. Maybe it's a Gentoo thing, but in that case, surely there's a
Gentoo document detailing how to set up Postfix in the Gentoo System
Administration docs, or a config file somewhere in
/etc/(conf.d)(/postfix) that might explain why the chroot is in such a
weird place (it sounds weird to me, and I don't even use Postfix).

Anyway, hope this is in some way useful, and not a load of babbling
idiocy. If it is (babbling idiocy), sorry to waste your time.

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



Re: [gentoo-user] emerging mplayer with compile option --without-x

2005-06-23 Thread Stefano Guglia
 Just to get the obvious out of the way, the USE flag is X (uppercase),
 not x (lower case).
 
 Was that a typo? It should work with -X set in either /etc/make.conf or
 /etc/portage/package.use (for mPlayer only).

yes: I use ufed so no way to get a wrong make.conf..
 
 You'd probably also want +fbcon--

here is my USE:

bluetooth bootsplash cdrom divx4linux dv dvb dvd dvdr dvdread fb fbcon
ffmpeg freetype ieee1394 image imlib2 irda matrox mixer mjpeg mod
mplayer mythtv network nfs rar real reiserfs subp subtitles usb v4l
v4l2 vcd win32codecs -X -arts -berkdb -bitmap-fonts -emboss
-foomaticdb -gnome -gpm -gtk -gtk2 -imlib -ipv6 -kde -libg++ -motif
-nls -oggvorbis -opengl -oss -pdflib -perl -qt -spell -truetype
-truetype-fonts -type1-fonts -xml2 -xmms -xv

 
  useflag fbcon
 /usr/portage/profiles/use.desc:fbcon - Adds framebuffer support for the
 console, via the kernel
 
 ... and of course you'd want an appropriate framebuffer driver compiled
 into your kernel, and the modules for said framebuffer device loaded.

fb side looks ok

 
 Hope this helps,
 Holly

thanks...
stefano
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerging mplayer with compile option --without-x

2005-06-23 Thread Stefano Guglia
Alle 11:56, giovedì 23 giugno 2005, azz ha scritto:
 CMIIW, i think it's USE=-gtk emerge -av mplayer

hereis the result on my side:

-

Calculating dependencies ...done!
[ebuild  N] x11-base/xorg-x11-6.8.2-r1  -3dfx -3dnow -bitmap-fonts -cjk 
-debug -dlloader -dmx -doc -font-server -hardened -insecure-drivers -ipv6 
-minimal -mmx -nls -opengl +pam -sdk -sse -static -truetype-fonts 
-type1-fonts (-uclibc) -xprint -xv 0 kB
[ebuild  N] app-arch/rpm2targz-9.0-r2  2 kB
[ebuild  N] sys-apps/utempter-0.5.5.5-r1  -debug 20 kB
[ebuild  N] x11-terms/xterm-200-r3  -Xaw3d -debug -toolbar -truetype 
-unicode 681 kB
[ebuild  NS   ] dev-libs/glib-2.6.4  -debug -doc -hardened -static 2,321 kB
[ebuild  N] x11-libs/pango-1.8.1  -debug -doc -static 973 kB
[ebuild  N] dev-libs/atk-1.9.1  -debug -doc -static 472 kB
[ebuild  N] dev-perl/XML-Parser-2.34  224 kB
[ebuild  N] dev-util/intltool-0.31.2  121 kB
[ebuild  N] dev-libs/libxml2-2.6.17  -debug -ipv6 +python +readline 2,995 
kB
[ebuild  N] x11-misc/shared-mime-info-0.16  735 kB
[ebuild  N] x11-libs/gtk+-2.6.7  -debug -doc +jpeg -static -tiff 11,174 kB
[ebuild  N] media-video/realplayer-10.0.4  -mozilla 6,486 kB
[ebuild  N] sys-libs/lib-compat-1.4  +sdl 3,090 kB
[ebuild  N] media-libs/divx4linux-20030428-r1  405 kB
[ebuild  N] media-video/mplayer-1.0_pre6-r4  -3dfx -3dnow -3dnowext -X 
-aalib +alsa (-altivec) -arts +avi -bidi -cdparanoia -debug -dga -directfb 
+divx4linux -doc -dts +dv +dvb +dvd +dvdread -edl +encode -esd +fbcon -ggi 
+gif -gtk -i8x0 -ipv6 -jack -joystick +jpeg -libcaca +lirc -live -lzo +mad 
-matroska+matrox -mmx -mmxext +mpeg +mythtv -nas -nls -nvidia -oggvorbis 
-opengl -oss +png +real -rtc -samba +sdl -sse -sse2 +svga -tga -theora 
-truetype +v4l +v4l2 -xanim -xinerama -xmms -xv -xvid -xvmc 6,927 kB

---
xorg still there... still cannot understand how to merge compile options and 
USE flag in an emerge statement...

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerging mplayer with compile option --without-x

2005-06-23 Thread Neil Bothwick
On Thu, 23 Jun 2005 12:46:53 +0200, Stefano Guglia wrote:

 xorg still there... still cannot understand how to merge compile
 options and USE flag in an emerge statement...

EXTRA_ECONF=--disable-some-option emerge package

often works, depending on the ebuild.


-- 
Neil Bothwick

If you only have a hammer, you tend to see every problem as a nail. *
Maslow


pgpI6aU68Jrmh.pgp
Description: PGP signature


[gentoo-user] Why the changes to /etc/nisdomainname etc

2005-06-23 Thread Jim Hatfield
I'm trying to move from a Unix-based DNS to an AD setup, 
changing DNS domain name (but not NIS domain name) in the
process. I'm testing by switching DHCP servers on and off.

I had a problem with NIS and while investigating noticed that
some key files seem to have changed since the last time I
rebooted the machine some months ago:

/etc/hostname   -  /etc/conf.d/hostname
/etc/dnsdomainname  -  /etc/conf.d/domainname
/etc/nisdomainname  -  /etc/conf.d/domainname

Is there any reason for this? Was something broken with
the old way of doing it?

Given that the DHCP server gives out the hostname and
DNS and NIS domain names, should these files be left
empty?

/etc/conf.d/domainname is a bit confusing:

#DNSDOMAIN=

# This only set what /bin/hostname returns.  If you need to setup NIS, meaning
# what /bin/domainname returns, please see:
#
#   http://www.linux-nis.org/nis-howto/HOWTO/
#
NISDOMAIN=insignia

Which line does that comment refer to, the one above or the
one below?

Jim

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerging mplayer with compile option --without-x

2005-06-23 Thread Holly Bostick
Stefano Guglia schreef:
 Alle 11:56, giovedì 23 giugno 2005, azz ha scritto:
 
CMIIW, i think it's USE=-gtk emerge -av mplayer
 
 
 hereis the result on my side:
 
 -
 

 [ebuild  N] media-video/realplayer-10.0.4  -mozilla 6,486 kB
 [ebuild  N] media-video/mplayer-1.0_pre6-r4  -3dfx -3dnow -3dnowext -X 
 -aalib +alsa (-altivec) -arts +avi -bidi -cdparanoia -debug -dga -directfb 
 +divx4linux -doc -dts +dv +dvb +dvd +dvdread -edl +encode -esd +fbcon -ggi 
 +gif -gtk -i8x0 -ipv6 -jack -joystick +jpeg -libcaca +lirc -live -lzo +mad 
 -matroska+matrox -mmx -mmxext +mpeg +mythtv -nas -nls -nvidia -oggvorbis 
 -opengl -oss +png +real -rtc -samba +sdl -sse -sse2 +svga -tga -theora 
 -truetype +v4l +v4l2 -xanim -xinerama -xmms -xv -xvid -xvmc 6,927 kB
 


I could be wrong-- and an emerge --tree would be more helpful here, but
is it possible to compile realplayer -X? I don't think so; I think
realplayer is what depends on X, and so it's the +real in the mplayer
USE flags that's bringing it in.

Just a second, let me check... the realplayer ebuild depends on

MY_PN=RealPlayer
DESCRIPTION=Real Media Player
HOMEPAGE=https://player.helixcommunity.org/2004/downloads/;
SRC_URI=https://helixcommunity.org/download.php/1145/${MY_PN}-${PV}.750-20050401.i586.rpm;
LICENSE=HBRL
SLOT=0
KEYWORDS=-* x86 ~amd64
IUSE=mozilla

# take this out until I get the realplayer source
# build sorted out. - ChrisWhite
# RDEPEND=!media-video/realplayer
RDEPEND==dev-libs/glib-2
=x11-libs/pango-1.2
=x11-libs/gtk+-2.2
amd64? ( app-emulation/emul-linux-x86-gtklibs )

and the GTK  (2.6.8) ebuild depends on
RDEPEND=virtual/x11
=dev-libs/glib-2.6
=dev-libs/atk-1.0.1
=x11-libs/pango-1.8
x11-misc/shared-mime-info
=media-libs/libpng-1.2.1
jpeg? ( =media-libs/jpeg-6b-r2 )
tiff? ( =media-libs/tiff-3.5.7 )

So, yes, the realplayer cannot be built without gtk, which in turn
depends on X.

So maybe try taking the real out of the mplayer USE flags, and it
should work fine. You would then be giving up the capability of playing
Real files, but there might be codecs available that would give you this
without needing to install RealPlayer (and therefore X). Check the
mPlayer site.

HTH,
Holly


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] different times in postfix log

2005-06-23 Thread Jan Callewaert
Op donderdag 23 juni 2005 12:14, schreef Holly Bostick:
 Jan Callewaert schreef:
  I'm afraid that I replied too fast. I searched google just a little more.
  qmgr runs inside a chroot in /var/spool/postfix. So I copied my
  /etc/localtime into the chroot (I had to create the /etc directory). I
  restarted postfix and the log time was correct. However, is this the way
  to do it? Since it's a chroot, I can't make a symlink, so whenever I
  change my timezone, I have to change it in two different places. I'm sure
  I'm going to forget this. Is there no other way?

 Hi Jan,

 It's quite possible that I'm talking out of my butt, since I don't use

 postfix, but this really confused me:
  Since it's a
  chroot, I can't make a symlink

 This just doesn't seem right, if postfix/qmgr requires some kind of time
 marker. I get it that /etc is outside the chroot, but that seems to
 suggest that either the chroot parameters are too narrow (and /etc
 should be inside it, in which case you could create the symlink or
 wouldn't need to), and/or that the logger is misconfigured, in that it
 ought to be able to connect to /etc/localtime, but apparently is not.


postfix/qmgr runs in the chroot /var/spool/postfix, so you can't access 
anything outside the chroot. So a symlink doesn't work

 Since I don't know anything about this, I went Googling, and found
 http://www.linuxsecurity.com/docs/HOWTO/Postfix-EnGarde-HOWTO.html ,
 which says:


  General Information
 Postfix configuration is done with the files in /etc/postfix,
 /usr/lib/libexec/postfix contains the postfix daemons, and
 /var/spool/postfix contains the mail queues and various mail staging
 directories and the default chroot directory etc (if chrooting is
 configured).


It's stated here that the chroot environment for postfix is /var/spool/postfix 
and that there a directory etc has to be.

 /etc/postfix will be the most important directory as it controls
 postfix's behaviour. This directory holds the two configuration files
 and the aliases, virtual, transport, access, and other databases in maps.


 Interestingly, this suggests that not only is /etc/ supposed to be in
 the chroot, but that /etc is supposed to be the root of the chroot.


I don't think you're correct. I think that it suggests that 'a' directory etc 
is supposed to be there not 'the' directory /etc. Further in the link you 
provided, there's some information about it: 

Chroot Environment
 This environment is intended to limit system access to any malicious user who 
gains entry via an exploit of the mail system and contains only the very 
limited set of files necessary for the chrooted Postfix daemoms to run. The 
files that EnGarde includes in the chrooted environment are found 
in /var/spool/postfix/etc: 
[EMAIL PROTECTED] postfix]# ls -l /var/spool/postfix/etc
total 24
-rw-r-   1 root root  604 Mar  5 13:43 hosts
-rw-r--r--   1 postfix  postfix  1250 Feb  7 08:30 localtime
-rw-r--r--   1 postfix  postfix   153 Mar  6 11:45 resolv.conf
-rw-r--r--   1 postfix  postfix 11332 Feb  7 08:30 services
[EMAIL PROTECTED] postfix]# 
[EMAIL PROTECTED] postfix]# ls -l /var/spool/postfix/lib/
total 72
-rwxr-xr-x   1 postfix  postfix 67600 Feb  7 08:30 libnss_dns.so.2
[EMAIL PROTECTED] postfix]# 

 The /var/spool/postfix/etc files are copies of the ones found in /etc as is 
the /var/spool/postfix/lib/libnss_dns.so.2 a copy of the libnss_dns library 
found in /lib.

I find it strange that this is not done automatically by gentoo, nor that it 
is stated somewhere in the docs or on the wiki. And I suppose I would have to 
copy the other files to into /var/spool/postfix/etc

 So if I was you, I'd be interested in knowing why it is not, in your
 case. Maybe it's a Gentoo thing, but in that case, surely there's a
 Gentoo document detailing how to set up Postfix in the Gentoo System
 Administration docs, or a config file somewhere in
 /etc/(conf.d)(/postfix) that might explain why the chroot is in such a
 weird place (it sounds weird to me, and I don't even use Postfix).


I have found this place in various documentations, so I'm sure this is not a 
gentoo thing.

 Anyway, hope this is in some way useful, and not a load of babbling
 idiocy. If it is (babbling idiocy), sorry to waste your time.

 Holly

Not at all, I was wondering the same thing. I find it strange that the links 
are not automatically copied

-- 
If it ain't broken, you just haven't looked hard enough. Fix it anyway.
-- Tom Peters


pgpte1nNGuCBc.pgp
Description: PGP signature


Re: [gentoo-user] emerging mplayer with compile option --without-x

2005-06-23 Thread Niklas Herder
Stefano Guglia wrote:
 [ebuild  N] media-video/mplayer-1.0_pre6-r4  -3dfx -3dnow -3dnowext -X 
 -aalib +alsa (-altivec) -arts +avi -bidi -cdparanoia -debug -dga -directfb 
 +divx4linux -doc -dts +dv +dvb +dvd +dvdread -edl +encode -esd +fbcon -ggi 
 +gif -gtk -i8x0 -ipv6 -jack -joystick +jpeg -libcaca +lirc -live -lzo +mad 
 -matroska+matrox -mmx -mmxext +mpeg +mythtv -nas -nls -nvidia -oggvorbis 
 -opengl -oss +png +real -rtc -samba +sdl -sse -sse2 +svga -tga -theora 
 -truetype +v4l +v4l2 -xanim -xinerama -xmms -xv -xvid -xvmc 6,927 kB
 
 ---
 xorg still there... still cannot understand how to merge compile options and 
 USE flag in an emerge statement...
 

Isn't sdl dependent on X?
Try removing that.

/N
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] ypbind man page incomplete?

2005-06-23 Thread Jim Hatfield
The man page for ypbind does not specify if domainname needs to
be set (it is only mentioned in the SEE ONLY section). The man page
implies that all settings are in /etc/yp.conf.

However if I have /etc/yp.conf set to:

terminator ~ # cat /etc/yp.conf
domain insignia broadcast

but domainname not set:

terminator ~ # domainname
(none)

then ypbind will not start:

terminator ~ # ypbind -d
domainname not set - aborting.

jim

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Why the changes to /etc/nisdomainname etc

2005-06-23 Thread Jim Hatfield
On Thu, 23 Jun 2005 12:35:46 +0100, Jim Hatfield
[EMAIL PROTECTED] wrote:

Given that the DHCP server gives out the hostname and
DNS and NIS domain names, should these files be left
empty?

Answering my own mail.
If /etc/conf.d/hostname and /etc/conf.d/domainname are
both blank, we get:

(none) ~ # hostname
(none)
(none) ~ # nisdomainname
(none)
(none) ~ # dnsdomainname
dnsdomainname: Unknown host
(none) ~ # cat /etc/resolv.conf
nameserver 172.16.64.1
nameserver 172.18.1.1
search isltd.insignia.com
(none) ~ #

So even though the DNS domain name was delivered by the DHCP server
it was only used for /etc/resolv.conf. And the hostname seems to be
set from /etc/conf.d/hostname well before DHCP is activated.

So I set /etc/conf.d/hostname and try again:

terminator ~ # hostname
terminator
terminator ~ # dnsdomainname
isltd.insignia.com
terminator ~ # nisdomainname
(none)
terminator ~ # cat /etc/resolv.conf
nameserver 172.16.64.1
nameserver 172.18.1.1
search isltd.insignia.com

Hmm. So if I set the hostname, the DNS domain name is set from DHCP,
but not if I don't. Weird. The same happens if instead of setting
the hostname in /etc/conf.d/hostnanme, I set dhcpcd_eth0=-H in
/etc/conf.d/net.

It would be nice if the NIS domain name could be picked up from DHCP,
is there a way to do that? The info returned is picked up because
/etc/yp.conf is set to:

domain insignia broadcast

but that doesn't seem to be enough for ypbind.

Also /etc/init.d/domainname looks like it is supposed to put a domain
line in /etc/resolv.conf:

[[ ${OVERRIDE} == 1 ]] \
 resolv=${resolv}$'\n'domain ${DNSDOMAIN} \
|| resolv=domain ${DNSDOMAIN}$'\n'${resolv}
echo ${resolv}  /etc/resolv.conf

but as you see above this does not happen, or it is overwritten later.

Once I can sort this out I can move on to my real problem, which is
that changing the DNS domain name in the DHCP server stops NIS
working. But that's for another mail.

Jim

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerging mplayer with compile option --without-x

2005-06-23 Thread Stefano Guglia
 I could be wrong-- and an emerge --tree would be more helpful here, but
 is it possible to compile realplayer -X? I don't think so; I think
 realplayer is what depends on X, and so it's the +real in the mplayer
 USE flags that's bringing it in.
 
 Just a second, let me check... the realplayer ebuild depends on
 
 MY_PN=RealPlayer
 DESCRIPTION=Real Media Player
 HOMEPAGE=https://player.helixcommunity.org/2004/downloads/;
 
SRC_URI=https://helixcommunity.org/download.php/1145/${MY_PN}-${PV}.750-20050401.i586.rpm;
 LICENSE=HBRL
 SLOT=0
 KEYWORDS=-* x86 ~amd64
 IUSE=mozilla
 
 # take this out until I get the realplayer source
 # build sorted out. - ChrisWhite
 # RDEPEND=!media-video/realplayer
 RDEPEND==dev-libs/glib-2
 =x11-libs/pango-1.2
 =x11-libs/gtk+-2.2
 amd64? ( app-emulation/emul-linux-x86-gtklibs )
 
 and the GTK  (2.6.8) ebuild depends on
 RDEPEND=virtual/x11
 =dev-libs/glib-2.6
 =dev-libs/atk-1.0.1
 =x11-libs/pango-1.8
 x11-misc/shared-mime-info
 =media-libs/libpng-1.2.1
 jpeg? ( =media-libs/jpeg-6b-r2 )
 tiff? ( =media-libs/tiff-3.5.7 )
 
 So, yes, the realplayer cannot be built without gtk, which in turn
 depends on X.
 
 So maybe try taking the real out of the mplayer USE flags, and it
 should work fine. You would then be giving up the capability of playing
 Real files, but there might be codecs available that would give you this
 without needing to install RealPlayer (and therefore X). Check the
 mPlayer site.
 
 HTH,
 Holly

right! I reassigned USE values from scratch and now works. It helped also 
reading the script 
(/usr/portage/media-video/mplayer/mplayer-1.0_pre6-r4.ebuild):

...
if use !gtk  use !X  use !xv  use !xinerama; then
myconf=${myconf} --disable-gui --disable-x11 --disable-xv
--disable-xmga --disable-xinerama --disable-vm --disable-xvmc
else
...

thank you all..!
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] lirc

2005-06-23 Thread Rafael Dantas de Castro
On 6/23/05, Luigi Pinna [EMAIL PROTECTED] wrote:
 Alle 01:19, giovedì 23 giugno 2005, Nick Rout ha scritto:
  firstly is the module for lirc loaded? it is called lirc-serial
 
  lsmod|grep lirc
 
  second what device do you have as a result?
 
 No output... I have a Pinnacle and the remote control use a serial port.
 Lirc doesn't need a kernel module
 

Of course lirc needs a kernel module, didn´t you read the docs?

  cd /dev
  find|grep lirc
 
  (it will probably be /dev/lirc0)
 
 No, I have /dev/lircd:
 srw-rw-rw-  1 root root 0 23 giu 00:09 /dev/lircd
 
 
  now assuming that is all ok try connecting to the device with one of
  the lirc command line programs:
 
  mode2 -d /dev/lirc0
 
 mode2: error opening /dev/lircd
 mode2: No such device or address
 
 
  if you can get to there, and if the device is set correctly in
  /etc/conf.d/lircd, then it should be working.
 
 In the /etc/conf.d/lircd I have only commented options...
 At end, it doesn't work yet...
 What can I try now?
 Thanks a lot,
 Luigi
 
 --
 Public key GPG(0x073A0960) on http://keyserver.linux.it/
 
 
 


-- 
Rafael Dantas de Castro
Engenharia de Computação 2001 - Unicamp
 - Laboratório de Criptografia Aplicada

Se procurar bem você acaba encontrando.
 Não a explicação (duvidosa) da vida,
 Mas a poesia (inexplicável) da vida.
  
   Carlos Drummond de Andrade

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] HTTPS/CA

2005-06-23 Thread John Ziniti

Iain Buchanan wrote:

On Mon, 2005-06-20 at 16:54 -0700, David Busby wrote:


Gurus,
  In this hypothetical situation how would someone break in or view the data 
transmitted?


[snip]

  Since traffic is limited to IPs that I trust and everyone must have a certificate signed by my CA how can jerks break 
into my box?  Seems to be to be pretty solid, so I must be missing something.



1. Change my ip to one that you trust.


The hacker still would not be able to present a valid certificate,
though, right?  This depends on what the OP meant when he said If the
client is not signed I generate and securely transmit a cert to the
client and then open the network to their IP.  Do you mean that you
do this in an automated way (blech), or is it done manually in some
offline manner (better)?


2. Break into a box you trust which may not be so locked down as yours
is...


This is the biggest hole that I see.

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



Re: [gentoo-user] konqueror-kedit

2005-06-23 Thread Michael W. Holdeman
On Wednesday 22 June 2005 06:17 pm, Zac Medico wrote:
 Michael W. Holdeman wrote:
  Somehow I messed up konqueror. When I run konqueror in filemanager mode
  and su, it works fine but KDEInit will not launch kedit. In fact
  konqueror as su will not launch anything?
 
  Anyone know how ot fix this??
 
  Mike

 When you say su you mean root, right?  Can root launch kedit or other apps
 from the shell?
I mean drilling down the menu, utilities, konqueror file manager SU, then you 
have to enter the root password in the kde suwrapper...

Yes, root can run kedit or anything else from shell. In fact this is something 
to do with the upgrade to 3.4.1 I think. I lost konqueror as a menu item in 
internet and utilities. I just happened to have it in my panel. When I run 
konqueror from the root shell it will launch kedit, but not from the kdesu 
wrapper...

Mike

-- 
 
Michael W. Holdeman



Powered by Gentoo Linux www.gentoo.org  |
Kernel 2.6.11-ck8   |
Win4Lin 5-1-20 netraverse.com   |
Win4LinPro 6.1.1-03 win4lin.com |
|
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] lirc

2005-06-23 Thread Christoph Gysin
Rafael Dantas de Castro wrote:
 Of course lirc needs a kernel module, didn´t you read the docs?

How about compiling it directly into the kernel? That's the way I did it...

Christoph
-- 
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] logout a gnome session with commandline?

2005-06-23 Thread Zhang Weiwu
Raphael Melo de Oliveira Bastos Sales wrote:

Hi Zhang,

I don't know for sure if what I'm going to say is true, but I believe
that if you kill the gnome-session process being run by your user, it
will shutdown the Gnome session and all the apps that are child
processes of it. It is a wild guess, but might be worth trying.

Hope this helps you out,
  

No...

I tried to kill gnome-session and is successful... all other processes
are still running, some even takes cpu time.

I feel it's dangerous if all session applications are children of
gnome-session: suppose gnome-session crash, should all other application
quit?
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] ALSA with an ESS-18xx chip

2005-06-23 Thread Debelius, Brian
Hi,

I am having trouble getting ALSA to recognize my ESS-18xx chip.  So my
first question is; Should I compile ALSA in the kernel, or use
alsa-drivers?

Brian-

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] HTTPS/CA

2005-06-23 Thread David Busby

John Ziniti wrote:

Iain Buchanan wrote:

On Mon, 2005-06-20 at 16:54 -0700, David Busby wrote:


The hacker still would not be able to present a valid certificate,
though, right?  This depends on what the OP meant when he said If the
client is not signed I generate and securely transmit a cert to the
client and then open the network to their IP.  Do you mean that you
do this in an automated way (blech), or is it done manually in some
offline manner (better)?


Yes if the client isn't signed by my one and only one trusted CA (which is me) I will give them the cert in a 
manual/offline way, even if it is inconvienient.





2. Break into a box you trust which may not be so locked down as yours
is...


This is the biggest hole that I see.


Yea, I thought so too.



JZ


Excellent feedback, thank you.

/djb
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] konqueror-kedit

2005-06-23 Thread Zac Medico
Michael W. Holdeman wrote:
 On Wednesday 22 June 2005 06:17 pm, Zac Medico wrote:
 
Michael W. Holdeman wrote:

Somehow I messed up konqueror. When I run konqueror in filemanager mode
and su, it works fine but KDEInit will not launch kedit. In fact
konqueror as su will not launch anything?

Anyone know how ot fix this??

Mike

When you say su you mean root, right?  Can root launch kedit or other apps
from the shell?
 
 I mean drilling down the menu, utilities, konqueror file manager SU, then you 
 have to enter the root password in the kde suwrapper...
 
 Yes, root can run kedit or anything else from shell. In fact this is 
 something 
 to do with the upgrade to 3.4.1 I think. I lost konqueror as a menu item in 
 internet and utilities. I just happened to have it in my panel. When I run 
 konqueror from the root shell it will launch kedit, but not from the kdesu 
 wrapper...
 
 Mike
 


I experienced some similar strangeness with the K Menu when I upgraded to KDE 
3.4.1 but that was with the monolithic ebuilds.  Now I'm using kde split 
ebuilds (kde-meta) and everything seems to work pretty well.

K Menu - System - More Applications - File Manager - Super User Mode

I tried that menu option and it seems to work fine.  I can open text files with 
kedit.  I have kdelibs-3.4.1-r1, kdesu-3.4.1, and konqueror-3.4.1.

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



Re: [gentoo-user] ALSA with an ESS-18xx chip

2005-06-23 Thread Zac Medico
Debelius, Brian wrote:
 Hi,
 
 I am having trouble getting ALSA to recognize my ESS-18xx chip.  So my
 first question is; Should I compile ALSA in the kernel, or use
 alsa-drivers?
 
 Brian-
 

Have you followed the gentoo alsa guide?

http://www.gentoo.org/doc/en/alsa-guide.xml

At the beginning it lists pros and cons of alsa-driver (for modular drivers) 
vs. the drivers included with the kernel (either modular or statically linked). 
 If you want the latest drivers from the ALSA project then alsa-driver is 
probably a good idea.

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



[gentoo-user] Re: Why the changes to /etc/nisdomainname etc

2005-06-23 Thread Sven Köhler
 Answering my own mail.
 If /etc/conf.d/hostname and /etc/conf.d/domainname are
 both blank, we get:


(none) ~ # hostname
(none)
(none) ~ # nisdomainname
(none)
(none) ~ # dnsdomainname
dnsdomainname: Unknown host

AFAIK, dnsdomainname will do a lookup on the hostname. If the lookup
succeeds, the domain is extracted from the result. It seems that the
domain statement in resolve.conf is used too, but ...

Some programs use the hostname to connect via TCP/UDP. If /etc/hosts
doesn't contain valid entries that point to 127.0.0.1, you'll be stuck
with a not working system.

Since /etc/init.d/domainname doesn't touch /etc/hosts, it's AFAIK not
complete.


signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Apache2 and PUT

2005-06-23 Thread A. Khattri
On Thu, 23 Jun 2005, Nagatoro wrote:

 in the / directory. But I still get this reply from apache:

 HTTP/1.1 405 Method Not Allowed
 Date: Thu, 23 Jun 2005 08:30:51 GMT
 Server: Apache/2.0.54 (Gentoo/Linux) mod_ssl/2.0.54 OpenSSL/0.9.7e
 PHP/4.3.11
 Allow: GET,HEAD,POST,OPTIONS,TRACE
 Content-Length: 370
 Keep-Alive: timeout=15, max=100
 Connection: Keep-Alive
 Content-Type: text/html; charset=iso-8859-1

Did you restart Apache?


-- 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ip forwarding question

2005-06-23 Thread A. Khattri
On Wed, 22 Jun 2005, askar ... wrote:

 Why I can't see www.mydomain.com from LAN? www.mydomain.com is
 registered at providers DNS server.

Probably because your WAN interface never gets the packet.


-- 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] A simple kernel question!

2005-06-23 Thread A. Khattri
On Wed, 22 Jun 2005, Ryan Viljoen wrote:

 Yes it is the current one assuming you save the .config file when
 exiting.

Except when starting with a fresh new kernel.

What I do is copy a working .config over to the new kernel and run make
oldconfig before doing the usual make menuconfig, etc.


-- 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] lirc

2005-06-23 Thread Luigi Pinna
Alle 15:57, giovedì 23 giugno 2005, Rafael Dantas de Castro ha scritto:

  No output... I have a Pinnacle and the remote control use a serial
  port. Lirc doesn't need a kernel module

 Of course lirc needs a kernel module, didn´t you read the docs?

From my lirc configure:

Your hardware does not require a kernel module.

Now enter 'make' and 'make install' to compile and install the package.

With irw I have no output...
I delete the lircd device a I create a sys link to ttyS0 but...
I have a doubt: What can I do to test if my serial port works?
Probabily the problem is there...
Now the server doesn't crash but it doesn't work...
Luigi

-- 
Public key GPG(0x073A0960) on http://keyserver.linux.it/


pgpT4qIzCyrUP.pgp
Description: PGP signature


Re: [gentoo-user] shutting down with gnome active

2005-06-23 Thread Zac Medico
Norberto Bensa wrote:
 Zac Medico wrote:
  [EMAIL PROTECTED] wrote:
   with kde I don't have this problem, but I can't get normal-sized fonts
   there (too small) so I gave up on kde for a while.
 
  All of the font sizes are configurable, aren't they?  I had a similar
  problem and it turned out that I needed to set the monitor displaysize in
  xorg.conf.
 Actually, you can just call X with -dpi 96

Actually, now that you mention it, I think I like -dpi 96 better because it's 
compatible with the MS Windows default.

BTW, henkg, you can use the command xdpyinfo to find out what dpi X is 
currently using.

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



Re: [gentoo-user] different times in postfix log

2005-06-23 Thread Zac Medico
Holly Bostick wrote:
 Anyway, hope this is in some way useful, and not a load of babbling
 idiocy. If it is (babbling idiocy), sorry to waste your time.
 
LOL!  I would certainly want people to confront me if they notice me babbling 
;-).

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



Re: [gentoo-user] KDE 3.4 - where is plastik?

2005-06-23 Thread Zac Medico
Robert S wrote:
 I have just installed kde3.4 using split ebuilds.  I installed the
 kdebase-meta package and the kdebase-startkde and kdegraphics-meta
 ebuilds, but I only get a choice of about 5 grotty styles CDE default). 
 My favorite plastik is gone!
 Can anybody help me remedy this?

I've experienced the same problem with qt-3.3.4-r4 and qt-3.3.4-r5 (some styles 
missing when I run qtconfig).  No problems with stable qt-3.3.4-r3 though.

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



[gentoo-user] scanner kodak i50

2005-06-23 Thread Gabriel Fernández
I want to install a Gentoo Linux on equipment has connected to scanner Kodak
i50 (multipage). I don't find answer in google, so I resort to the list.
Somebody must some scanner scsi of this type working with Gentoo Linux?
Thanks a lot,

-- 
/*-*/
Sin ideales no puede producirse una realidad buena; 
sólo teniendo ansias de algo mejor, cabe llegar a 
ser mejores algún día. F. Dostoievski
/*-*/
  ___   ___
 /\__\ /\__\
/:/ _/_   /:/ _/_
   /:/ /\  \ /:/ /\__\
  /:/ /::\  \   /:/ /:/  /
 /:/__\/\:\__\ /:/_/:/  /
 \:\  \ /:/  / \:\/:/  /
  \:\  /:/  /   \::/__/
   \:\/:/  / \:\  \
\::/  /   \:\__\
 \/__/ \/__/

/*---*/
  Gabriel Fernández
[EMAIL PROTECTED]
/*---*/

/*---*/
 KMail 1.8.1
   GNU/Linux Gentoo
   2.6.11-gentoo-r11
/*---*/

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] scanner kodak i50

2005-06-23 Thread Zac Medico
Gabriel Fernández wrote:
 I want to install a Gentoo Linux on equipment has connected to scanner Kodak
 i50 (multipage). I don't find answer in google, so I resort to the list.
 Somebody must some scanner scsi of this type working with Gentoo Linux?
 Thanks a lot,
 

AFAIK you need support from SANE but your scanner is not listed here:

http://www.sane-project.org/lists/sane-mfgs-cvs.html#Z-KODAK

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



Re: [gentoo-user] Apache2 and PUT

2005-06-23 Thread Craig Duncan
Nagatoro wrote:

Hi,

I've tried to get PUT to work on my apache2 box (standard Gentoo 2005.0
install) but it won't play nicely with me.
I've seen two threads on the forum
(http://forums.gentoo.org/viewtopic-t-300413-start-0-postdays-0-postorder-asc-highlight-apache+2+405.html
and
http://forums.gentoo.org/viewtopic-t-309069-start-0-postdays-0-postorder-asc-highlight-apache2+upload.html).

They seem to sugest that I put something in the line of

Directory /var/www/localhost/htdocs/backups
AllowOverride All
Options All Multiviews
Limit PUT
Order deny,allow
Allow from all
/Limit
/Directory

in my config. Along with

AllowOverride All or Limit

in the / directory. But I still get this reply from apache:

HTTP/1.1 405 Method Not Allowed
Date: Thu, 23 Jun 2005 08:30:51 GMT
Server: Apache/2.0.54 (Gentoo/Linux) mod_ssl/2.0.54 OpenSSL/0.9.7e
PHP/4.3.11
Allow: GET,HEAD,POST,OPTIONS,TRACE
Content-Length: 370
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=iso-8859-1

!DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN
htmlhead
title405 Method Not Allowed/title
/headbody
h1Method Not Allowed/h1
pThe requested method PUT is not allowed for the URL
/backups/firefox_bookmarks-xbel.xml./p
hr
addressApache/2.0.54 (Gentoo/Linux) mod_ssl/2.0.54 OpenSSL/0.9.7e
PHP/4.3.11 Server at dx Port 80/address
/body/html


I've no ideas left :( can some one please help?

My full config is at http://dx.homelinux.org/apache2-fixed.conf (all
config files in one with the comment stripped for size, but the order
apache reads them).

/Regards Naga
  



Try changing your allow, deny stting to this

Limit PUT
Order allow,deny
Allow from all
/Limit
LimitExcept PUT
Order deny,allow
deny from all
/LimitExcept


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Apache2 and PUT

2005-06-23 Thread Nagatoro

Craig Duncan wrote:


Limit PUT
Order allow,deny
Allow from all
/Limit
LimitExcept PUT
Order deny,allow
deny from all
/LimitExcept


Unfortunally it doesn't work. Still 405 Method Not Allowed

--
/Regards Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] A simple kernel question!

2005-06-23 Thread Fernando Meira
Thank you all for the replies!!

I think this little experience improved my knowledge and I'm starting to see the kernel as something not so scary :)
Having said that.. I have to recompile it again.. can't manage to start
alsa (I didn't built it in the kernel as the HOWTO said to), and the
same with pcmcia cards support!

Cheers,
Fernando.On 6/23/05, A. Khattri [EMAIL PROTECTED] wrote:
On Wed, 22 Jun 2005, Ryan Viljoen wrote: Yes it is the current one assuming you save the .config file when exiting.Except when starting with a fresh new kernel.What I do is copy a working .config over to the new kernel and run make
oldconfig before doing the usual make menuconfig, etc.gentoo-user@gentoo.org mailing list


[gentoo-user] Acer Travelmate 524tx and Wireless lan PCMCIA: D-Link DWL-G650

2005-06-23 Thread Christian Panten
Hello,

first I have to say, that I post the same question in alt.os.linux.gentoo.
Sorry for cross posting. I hope anyone of you can help me solving my
problem. Thx.

I have bought a D-Link DWL-G650 108MBit PCMCIA-Wireless lan card. I have an
Acer Travelmate 524tx. I want to use this card to connect to a wireless lan
at home.

The card has an Atheros chipset. So I have installed the madwifi driver.
First I jave tried to connect to the wireless lan over WPA-PSK. I did not
connect. Then I have tried to connect to an open wireless lan. There I was
successful but the I can't send or receive any data. 
A ping to the router returns the error message, that there are wrong data
byte.

I have figured out that the used PCMCIA-Card chipset (O2 Micro OZ6933 /
711E1) of the Acer Travelmate 524 TX might be not compatible to the Atheros
chipset (or the used driver etc.). 
I tried to use madwifi and ndiswrapper. Both did not work.

Can anyone help me?
Has anyone accompished to get the card on this cardbus chipset running?
Anyone an idea what I can do further?


Here I give you some more detailed information. I hope, this are enough. If
it is not, tell me what more information you want.


After putting the pcmcia card into the pcmcia slot lspci give me this
information:

=== lspci ==

:00:00.0 Host bridge: ALi Corporation M1621 (rev 05)
:00:01.0 PCI bridge: ALi Corporation PCI to AGP Controller (rev 01)
:00:06.0 Multimedia audio controller: ALi Corporation M5451 PCI AC-Link
Controller Audio Device (rev 01)
:00:07.0 ISA bridge: ALi Corporation M1533 PCI to ISA Bridge [Aladdin
IV]
:00:0a.0 Ethernet controller: Intel Corporation 82557/8/9 [Ethernet Pro
100] (rev 08)
:00:10.0 IDE interface: ALi Corporation M5229 IDE (rev c3)
:00:11.0 Bridge: ALi Corporation M7101 Power Management Controller [PMU]
:00:13.0 CardBus bridge: O2 Micro, Inc. OZ6933/711E1
CardBus/SmartCardBus Controller (rev 01)
:00:13.1 CardBus bridge: O2 Micro, Inc. OZ6933/711E1
CardBus/SmartCardBus Controller (rev 01)
:00:14.0 USB Controller: ALi Corporation USB 1.1 Controller (rev 03)
:01:00.0 VGA compatible controller: ATI Technologies Inc Rage Mobility
P/M AGP 2x (rev 64)
:02:00.0 Ethernet controller: Atheros Communications, Inc. AR5212
802.11abg NIC (rev 01)

Then I start the wireless card by calling /etc/init.d/net.ath0 start. From
this I get the following informations:

== net.ath0 start ==

Starting ath0
   Loading networking modules for ath0
 modules: iwconfig essidnet iptunnel ifconfig dhcpcd apipa
   iwconfig provides wireless
   ifconfig provides interface
   dhcpcd provides dhcp
   Configuring wireless network for ath0
   Connecting to mcrhomenet (WEP Disabled) ...  ok
 ath0 connected to mcrhomenet at 00:11:95:07:7B:AC
 in managed mode (WEP disabled)
   Configuring ath0 for mcrhomenet ...  ok
   Bringing up ath0
 dhcp
   Running dhcpcd ... ok
   ath0 received address 192.168.123.100


After this both leds on the pcmcia blinks in time with each other.

Now I try to ping the wireless access point (192.168.123.1)

=== ping 192.168.123.1 =

PING 192.168.123.1 (192.168.123.1) 56(84) bytes of data.
64 bytes from 192.168.123.1: icmp_seq=3 ttl=127 time=0.167 ms
wrong data byte #12 should be 0xc but was 0x0
#8  8 9 a b 0 0 0 0 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20
21 22
23 24 25 26 27 
#40 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 0 0 0 0 
64 bytes from 192.168.123.1: icmp_seq=4 ttl=127 time=1.05 ms
wrong data byte #20 should be 0x14 but was 0x0
#8  8 9 a b c d e f 10 11 12 13 0 0 0 0 18 19 1a 1b 1c 1d 1e 1f 20 21 22
23
24 25 26 27 
#40 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 
64 bytes from 192.168.123.1: icmp_seq=7 ttl=127 time=1.01 ms
wrong data byte #20 should be 0x14 but was 0x7f
#8  8 9 a b c d e f 10 11 12 13 7f 1 1 0 18 19 1a 1b 1c 1d 1e 1f 20 21
22 23
24 25 26 27 
#40 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 
64 bytes from 192.168.123.1: icmp_seq=10 ttl=127 time=0.169 ms
wrong data byte #28 should be 0x1c but was 0xc
#8  8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b c 0 3 7f 20 21
22 23
24 25 26 27 
#40 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 
64 bytes from 192.168.123.1: icmp_seq=14 ttl=127 time=1.01 ms
wrong data byte #52 should be 0x34 but was 0x11
#8  8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20
21 22
23 24 25 26 27 
#40 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 11 95 7 7b 
64 bytes from 192.168.123.1: icmp_seq=15 ttl=127 time=22.0 ms
wrong data byte #12 should be 0xc but was 0x12
#8  8 9 a b 12 24 60 6c 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f
20 21
22 23 24 25 26 27 
#40 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 11 95 7 7b 
64 

[gentoo-user] Acer Travelmate 524tx and Wireless lan PCMCIA: D-Link DWL-G650

2005-06-23 Thread Christian Panten
Hello,

first I have to say, that I post the same question in alt.os.linux.gentoo.
Sorry for cross posting. I hope anyone of you can help me solving my
problem. Thx.

I have bought a D-Link DWL-G650 108MBit PCMCIA-Wireless lan card. I have an
Acer Travelmate 524tx. I want to use this card to connect to a wireless lan
at home.

The card has an Atheros chipset. So I have installed the madwifi driver.
First I jave tried to connect to the wireless lan over WPA-PSK. I did not
connect. Then I have tried to connect to an open wireless lan. There I was
successful but the I can't send or receive any data. 
A ping to the router returns the error message, that there are wrong data
byte.

I have figured out that the used PCMCIA-Card chipset (O2 Micro OZ6933 /
711E1) of the Acer Travelmate 524 TX might be not compatible to the Atheros
chipset (or the used driver etc.). 
I tried to use madwifi and ndiswrapper. Both did not work.

Can anyone help me?
Has anyone accompished to get the card on this cardbus chipset running?
Anyone an idea what I can do further?


Here I give you some more detailed information. I hope, this are enough. If
it is not, tell me what more information you want.


After putting the pcmcia card into the pcmcia slot lspci give me this
information:

=== lspci ==

:00:00.0 Host bridge: ALi Corporation M1621 (rev 05)
:00:01.0 PCI bridge: ALi Corporation PCI to AGP Controller (rev 01)
:00:06.0 Multimedia audio controller: ALi Corporation M5451 PCI AC-Link
Controller Audio Device (rev 01)
:00:07.0 ISA bridge: ALi Corporation M1533 PCI to ISA Bridge [Aladdin
IV]
:00:0a.0 Ethernet controller: Intel Corporation 82557/8/9 [Ethernet Pro
100] (rev 08)
:00:10.0 IDE interface: ALi Corporation M5229 IDE (rev c3)
:00:11.0 Bridge: ALi Corporation M7101 Power Management Controller [PMU]
:00:13.0 CardBus bridge: O2 Micro, Inc. OZ6933/711E1
CardBus/SmartCardBus Controller (rev 01)
:00:13.1 CardBus bridge: O2 Micro, Inc. OZ6933/711E1
CardBus/SmartCardBus Controller (rev 01)
:00:14.0 USB Controller: ALi Corporation USB 1.1 Controller (rev 03)
:01:00.0 VGA compatible controller: ATI Technologies Inc Rage Mobility
P/M AGP 2x (rev 64)
:02:00.0 Ethernet controller: Atheros Communications, Inc. AR5212
802.11abg NIC (rev 01)

Then I start the wireless card by calling /etc/init.d/net.ath0 start. From
this I get the following informations:

== net.ath0 start ==

Starting ath0
   Loading networking modules for ath0
 modules: iwconfig essidnet iptunnel ifconfig dhcpcd apipa
   iwconfig provides wireless
   ifconfig provides interface
   dhcpcd provides dhcp
   Configuring wireless network for ath0
   Connecting to mcrhomenet (WEP Disabled) ...  ok
 ath0 connected to mcrhomenet at 00:11:95:07:7B:AC
 in managed mode (WEP disabled)
   Configuring ath0 for mcrhomenet ...  ok
   Bringing up ath0
 dhcp
   Running dhcpcd ... ok
   ath0 received address 192.168.123.100


After this both leds on the pcmcia blinks in time with each other.

Now I try to ping the wireless access point (192.168.123.1)

=== ping 192.168.123.1 =

PING 192.168.123.1 (192.168.123.1) 56(84) bytes of data.
64 bytes from 192.168.123.1: icmp_seq=3 ttl=127 time=0.167 ms
wrong data byte #12 should be 0xc but was 0x0
#8  8 9 a b 0 0 0 0 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20
21 22
23 24 25 26 27 
#40 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 0 0 0 0 
64 bytes from 192.168.123.1: icmp_seq=4 ttl=127 time=1.05 ms
wrong data byte #20 should be 0x14 but was 0x0
#8  8 9 a b c d e f 10 11 12 13 0 0 0 0 18 19 1a 1b 1c 1d 1e 1f 20 21 22
23
24 25 26 27 
#40 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 
64 bytes from 192.168.123.1: icmp_seq=7 ttl=127 time=1.01 ms
wrong data byte #20 should be 0x14 but was 0x7f
#8  8 9 a b c d e f 10 11 12 13 7f 1 1 0 18 19 1a 1b 1c 1d 1e 1f 20 21
22 23
24 25 26 27 
#40 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 
64 bytes from 192.168.123.1: icmp_seq=10 ttl=127 time=0.169 ms
wrong data byte #28 should be 0x1c but was 0xc
#8  8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b c 0 3 7f 20 21
22 23
24 25 26 27 
#40 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 
64 bytes from 192.168.123.1: icmp_seq=14 ttl=127 time=1.01 ms
wrong data byte #52 should be 0x34 but was 0x11
#8  8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20
21 22
23 24 25 26 27 
#40 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 11 95 7 7b 
64 bytes from 192.168.123.1: icmp_seq=15 ttl=127 time=22.0 ms
wrong data byte #12 should be 0xc but was 0x12
#8  8 9 a b 12 24 60 6c 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f
20 21
22 23 24 25 26 27 
#40 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 11 95 7 7b 
64 

Re: [gentoo-user] konqueror-kedit

2005-06-23 Thread Michael W. Holdeman
On Thursday 23 June 2005 02:27 pm, Zac Medico wrote:
 Michael W. Holdeman wrote:
  On Wednesday 22 June 2005 06:17 pm, Zac Medico wrote:
 Michael W. Holdeman wrote:
 Somehow I messed up konqueror. When I run konqueror in filemanager mode
 and su, it works fine but KDEInit will not launch kedit. In fact
 konqueror as su will not launch anything?
 
 Anyone know how ot fix this??
 
 Mike
 
 When you say su you mean root, right?  Can root launch kedit or other
  apps from the shell?
 
  I mean drilling down the menu, utilities, konqueror file manager SU, then
  you have to enter the root password in the kde suwrapper...
 
  Yes, root can run kedit or anything else from shell. In fact this is
  something to do with the upgrade to 3.4.1 I think. I lost konqueror as a
  menu item in internet and utilities. I just happened to have it in my
  panel. When I run konqueror from the root shell it will launch kedit, but
  not from the kdesu wrapper...
 
  Mike

 I experienced some similar strangeness with the K Menu when I upgraded to
 KDE 3.4.1 but that was with the monolithic ebuilds.  Now I'm using kde
 split ebuilds (kde-meta) and everything seems to work pretty well.

 K Menu - System - More Applications - File Manager - Super User Mode

 I tried that menu option and it seems to work fine.  I can open text files
 with kedit.  I have kdelibs-3.4.1-r1, kdesu-3.4.1, and konqueror-3.4.1.

 Zac
Strange, same versions here. I re-emerged kdelibs, kdesu, and konqueror just 
today. Strange thing is that emerging the files does not add them to the 
menu's? I don't have a more programs under System. And konqueror does not get 
added to Internet section either?
I have another desktop machine and they work fine...
Mike
-- 
 
Michael W. Holdeman



Powered by Gentoo Linux www.gentoo.org  |
Kernel 2.6.11-ck8   |
Win4Lin 5-1-20 netraverse.com   |
Win4LinPro 6.1.1-03 win4lin.com |
|
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] konqueror-kedit

2005-06-23 Thread Zac Medico
Michael W. Holdeman wrote:
 On Thursday 23 June 2005 02:27 pm, Zac Medico wrote:
 
Michael W. Holdeman wrote:

On Wednesday 22 June 2005 06:17 pm, Zac Medico wrote:

Michael W. Holdeman wrote:

Somehow I messed up konqueror. When I run konqueror in filemanager mode
and su, it works fine but KDEInit will not launch kedit. In fact
konqueror as su will not launch anything?

Anyone know how ot fix this??

Mike

When you say su you mean root, right?  Can root launch kedit or other
apps from the shell?

I mean drilling down the menu, utilities, konqueror file manager SU, then
you have to enter the root password in the kde suwrapper...

Yes, root can run kedit or anything else from shell. In fact this is
something to do with the upgrade to 3.4.1 I think. I lost konqueror as a
menu item in internet and utilities. I just happened to have it in my
panel. When I run konqueror from the root shell it will launch kedit, but
not from the kdesu wrapper...

Mike

I experienced some similar strangeness with the K Menu when I upgraded to
KDE 3.4.1 but that was with the monolithic ebuilds.  Now I'm using kde
split ebuilds (kde-meta) and everything seems to work pretty well.

K Menu - System - More Applications - File Manager - Super User Mode

I tried that menu option and it seems to work fine.  I can open text files
with kedit.  I have kdelibs-3.4.1-r1, kdesu-3.4.1, and konqueror-3.4.1.

Zac
 
 Strange, same versions here. I re-emerged kdelibs, kdesu, and konqueror just 
 today. Strange thing is that emerging the files does not add them to the 
 menu's? I don't have a more programs under System. And konqueror does not get 
 added to Internet section either?
 I have another desktop machine and they work fine...
 Mike

Are all the package versions exactly the same as the other desktop machine?  
Sometimes I do qpkg -I -v -nc | sort  package_list.txt and then use diff to 
compare all the package versions.  What version of qt do you have? Mine is the 
stable qt-3.3.4-r3.  Maybe there is a clue in emerge --info.

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



[gentoo-user] Dell Optiplex, New HD, Won't Boot from HD after install

2005-06-23 Thread Michael Haan
I don't know what is going on here.  I've installed x86 2005.0 on a
Dell Optiplex.  I've installed a new harddrive (b/c I took the factory
one for another gentoo box), run through the x86 install, built a
kernel and installed grub.  The box refuses to boot from the hard
drive.  In fact, in the BIOS setup, it refuses to let me specify the
hard drive as a boot option.  Anyone have any idea why?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Dell Optiplex, New HD, Won't Boot from HD after install

2005-06-23 Thread Zac Medico
Michael Haan wrote:
 I don't know what is going on here.  I've installed x86 2005.0 on a
 Dell Optiplex.  I've installed a new harddrive (b/c I took the factory
 one for another gentoo box), run through the x86 install, built a
 kernel and installed grub.  The box refuses to boot from the hard
 drive.  In fact, in the BIOS setup, it refuses to let me specify the
 hard drive as a boot option.  Anyone have any idea why?
 

That's odd.  Have you tried to chain load it from a grub floppy or cd?

rootnoverify (hd0)
chainloader +1

What kind of hard drive and disk controller are they?

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



Re: [gentoo-user] Dell Optiplex, New HD, Won't Boot from HD after install

2005-06-23 Thread Michael Haan
On 6/23/05, Zac Medico [EMAIL PROTECTED] wrote:
 Michael Haan wrote:
  I don't know what is going on here.  I've installed x86 2005.0 on a
  Dell Optiplex.  I've installed a new harddrive (b/c I took the factory
  one for another gentoo box), run through the x86 install, built a
  kernel and installed grub.  The box refuses to boot from the hard
  drive.  In fact, in the BIOS setup, it refuses to let me specify the
  hard drive as a boot option.  Anyone have any idea why?
 
 
 That's odd.  Have you tried to chain load it from a grub floppy or cd?
 
 rootnoverify (hd0)
 chainloader +1
 
 What kind of hard drive and disk controller are they?
 
 Zac
 --
 gentoo-user@gentoo.org mailing list
 
 

I'm not even sure what that means!  The fact of the matter is, the PC
refuses to even try to boot from the HD (FYI - it has booted linux in
the past from the HD).

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Dell Optiplex, New HD, Won't Boot from HD after install

2005-06-23 Thread Zac Medico
Michael Haan wrote:
 On 6/23/05, Zac Medico [EMAIL PROTECTED] wrote:
 
Michael Haan wrote:

I don't know what is going on here.  I've installed x86 2005.0 on a
Dell Optiplex.  I've installed a new harddrive (b/c I took the factory
one for another gentoo box), run through the x86 install, built a
kernel and installed grub.  The box refuses to boot from the hard
drive.  In fact, in the BIOS setup, it refuses to let me specify the
hard drive as a boot option.  Anyone have any idea why?


That's odd.  Have you tried to chain load it from a grub floppy or cd?

rootnoverify (hd0)
chainloader +1

What kind of hard drive and disk controller are they?

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


 
 
 I'm not even sure what that means!  The fact of the matter is, the PC
 refuses to even try to boot from the HD (FYI - it has booted linux in
 the past from the HD).
 

So, the bios detects the hard drive but it won't let you specify it as the boot 
device?  What version of bios is that?

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



Re: [gentoo-user] Dell Optiplex, New HD, Won't Boot from HD after install

2005-06-23 Thread Daniel da Veiga
It looks like Dell messed up with the BIOS, they allways do
modifications for their own purpose, I had problems like that in a
Compaq too... As someone said before, try running Gentoo from a boot
floppy (if your BIOS refuses to boot from floppy, get a hammer and
throw your computer of a bridge), this way you'll know if its a BIOS
issue.

On 6/23/05, Zac Medico [EMAIL PROTECTED] wrote:
 Michael Haan wrote:
  On 6/23/05, Zac Medico [EMAIL PROTECTED] wrote:
 
 Michael Haan wrote:
 
 I don't know what is going on here.  I've installed x86 2005.0 on a
 Dell Optiplex.  I've installed a new harddrive (b/c I took the factory
 one for another gentoo box), run through the x86 install, built a
 kernel and installed grub.  The box refuses to boot from the hard
 drive.  In fact, in the BIOS setup, it refuses to let me specify the
 hard drive as a boot option.  Anyone have any idea why?
 
 
 That's odd.  Have you tried to chain load it from a grub floppy or cd?
 
 rootnoverify (hd0)
 chainloader +1
 
 What kind of hard drive and disk controller are they?
 
 Zac
 --
 gentoo-user@gentoo.org mailing list
 
 
 
 
  I'm not even sure what that means!  The fact of the matter is, the PC
  refuses to even try to boot from the HD (FYI - it has booted linux in
  the past from the HD).
 
 
 So, the bios detects the hard drive but it won't let you specify it as the 
 boot device?  What version of bios is that?
 
 Zac
 --
 gentoo-user@gentoo.org mailing list
 
 


-- 
Daniel da Veiga
Computer Operator - RS - Brazil

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] konqueror-kedit

2005-06-23 Thread Daniel da Veiga
I had this kind of problem, if you had the same as me, its not that
root can't run any program, its just that when you run as root you
can't access the display (Window Manager) and so, can't create a
window, and thus, do not open...

I really don't know how to solve this, but I used to run a second X on
F8 to get this programs running...

On 6/23/05, Zac Medico [EMAIL PROTECTED] wrote:
 Michael W. Holdeman wrote:
  On Thursday 23 June 2005 02:27 pm, Zac Medico wrote:
 
 Michael W. Holdeman wrote:
 
 On Wednesday 22 June 2005 06:17 pm, Zac Medico wrote:
 
 Michael W. Holdeman wrote:
 
 Somehow I messed up konqueror. When I run konqueror in filemanager mode
 and su, it works fine but KDEInit will not launch kedit. In fact
 konqueror as su will not launch anything?
 
 Anyone know how ot fix this??
 
 Mike
 
 When you say su you mean root, right?  Can root launch kedit or other
 apps from the shell?
 
 I mean drilling down the menu, utilities, konqueror file manager SU, then
 you have to enter the root password in the kde suwrapper...
 
 Yes, root can run kedit or anything else from shell. In fact this is
 something to do with the upgrade to 3.4.1 I think. I lost konqueror as a
 menu item in internet and utilities. I just happened to have it in my
 panel. When I run konqueror from the root shell it will launch kedit, but
 not from the kdesu wrapper...
 
 Mike
 
 I experienced some similar strangeness with the K Menu when I upgraded to
 KDE 3.4.1 but that was with the monolithic ebuilds.  Now I'm using kde
 split ebuilds (kde-meta) and everything seems to work pretty well.
 
 K Menu - System - More Applications - File Manager - Super User Mode
 
 I tried that menu option and it seems to work fine.  I can open text files
 with kedit.  I have kdelibs-3.4.1-r1, kdesu-3.4.1, and konqueror-3.4.1.
 
 Zac
 
  Strange, same versions here. I re-emerged kdelibs, kdesu, and konqueror just
  today. Strange thing is that emerging the files does not add them to the
  menu's? I don't have a more programs under System. And konqueror does not 
  get
  added to Internet section either?
  I have another desktop machine and they work fine...
  Mike
 
 Are all the package versions exactly the same as the other desktop machine?  
 Sometimes I do qpkg -I -v -nc | sort  package_list.txt and then use diff 
 to compare all the package versions.  What version of qt do you have? Mine is 
 the stable qt-3.3.4-r3.  Maybe there is a clue in emerge --info.
 
 Zac
 --
 gentoo-user@gentoo.org mailing list
 
 


-- 
Daniel da Veiga
Computer Operator - RS - Brazil

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] glibc - locale stuff

2005-06-23 Thread Mark Knecht
Hi,
   OK, so it's too late again but my current build reminded me to ask
about emerging glibc and the section where it does all these different
locales. Do I need this stuff? If not how would I tell the system to
do only my Santa Cruz Beach Boardwalk locale?

Thanks,
Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Filesystem wars - ReiserFS 3.6 vs. JFS

2005-06-23 Thread Raphael Melo de Oliveira Bastos Sales
Thanks, made a mental: Never rm -rf /dev ;)

2005/6/21, Colin [EMAIL PROTECTED]:
 Raphael Melo de Oliveira Bastos Sales wrote:
 
 Sorry, but I have to ask, what was your n00b mistake? I don't want to
 do the same
 
 ::sigh::  Okay, here we go.
 
 /dev is full of device nodes that I'll never have, like ESDI drives, fd1
 and all those pty/tty's that I had long since taken out of the kernel.
 So I thought I'd delete everything in /dev (booted from the LiveCD so
 udev wasn't up), shut off the udev tarball and then let udev recreate
 only what I had from sysfs.  I had over 1300 items inside /dev and it
 was impossible to easily browse or ls it, so it seemed like a good idea
 at the time.  Now I realize that maybe I should have been more selective
 instead of rm -rfing the whole folder.
 
 Well, that's what NOT to do.  Please keep the flames to a minimum.
 
 --
 Colin
 
 --
 gentoo-user@gentoo.org mailing list
 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] glibc - locale stuff

2005-06-23 Thread Zac Medico
Mark Knecht wrote:
 Hi,
OK, so it's too late again but my current build reminded me to ask
 about emerging glibc and the section where it does all these different
 locales. Do I need this stuff? If not how would I tell the system to
 do only my Santa Cruz Beach Boardwalk locale?
 
 Thanks,
 Mark
 

grep userlocales /usr/portage/profiles/use.local.desc
sys-libs/glibc:userlocales - build only the locales specified in 
/etc/locales.build

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



Re: [gentoo-user] Dell Optiplex, New HD, Won't Boot from HD after install

2005-06-23 Thread Michael Haan
On 6/23/05, Daniel da Veiga [EMAIL PROTECTED] wrote:
 It looks like Dell messed up with the BIOS, they allways do
 modifications for their own purpose, I had problems like that in a
 Compaq too... As someone said before, try running Gentoo from a boot
 floppy (if your BIOS refuses to boot from floppy, get a hammer and
 throw your computer of a bridge), this way you'll know if its a BIOS
 issue.
 
 On 6/23/05, Zac Medico [EMAIL PROTECTED] wrote:
  Michael Haan wrote:
   On 6/23/05, Zac Medico [EMAIL PROTECTED] wrote:
  
  Michael Haan wrote:
  
  I don't know what is going on here.  I've installed x86 2005.0 on a
  Dell Optiplex.  I've installed a new harddrive (b/c I took the factory
  one for another gentoo box), run through the x86 install, built a
  kernel and installed grub.  The box refuses to boot from the hard
  drive.  In fact, in the BIOS setup, it refuses to let me specify the
  hard drive as a boot option.  Anyone have any idea why?
  
  
  That's odd.  Have you tried to chain load it from a grub floppy or cd?
  
  rootnoverify (hd0)
  chainloader +1
  
  What kind of hard drive and disk controller are they?
  
  Zac
  --
  gentoo-user@gentoo.org mailing list
  
  
  
  
   I'm not even sure what that means!  The fact of the matter is, the PC
   refuses to even try to boot from the HD (FYI - it has booted linux in
   the past from the HD).
  
 
  So, the bios detects the hard drive but it won't let you specify it as the 
  boot device?  What version of bios is that?
 
  Zac
  --
  gentoo-user@gentoo.org mailing list
 
 
 
 
 --
 Daniel da Veiga
 Computer Operator - RS - Brazil
 
 --
 gentoo-user@gentoo.org mailing list
 
 

Ok.  How do I get a Gentoo boot floppy?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] glibc - locale stuff

2005-06-23 Thread Mark Knecht
On 6/23/05, Zac Medico [EMAIL PROTECTED] wrote:
 Mark Knecht wrote:
  Hi,
 OK, so it's too late again but my current build reminded me to ask
  about emerging glibc and the section where it does all these different
  locales. Do I need this stuff? If not how would I tell the system to
  do only my Santa Cruz Beach Boardwalk locale?
 
  Thanks,
  Mark
 
 
 grep userlocales /usr/portage/profiles/use.local.desc
 sys-libs/glibc:userlocales - build only the locales specified in 
 /etc/locales.build
 
 Zac

Thanks Zac. I knew about the locales.build file. What I'm not sure 
about (and I'm sure this will sound stupid to experianced programs of
which I am not part of the group) is whether any programs will fail to
run correctly on my machine if I don't build for Japan/France/xxx, or
whether it's critical that I build for both en_US/ISO-8859-1 
en_US.UTF-8/UTF-8?

The documentation is good for telling you what controls what but it's
not good for telling you the repercussions of a cefrtain choice.

Anyway, thanks much,
Mark

Thanks,
Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Dell Optiplex, New HD, Won't Boot from HD after install

2005-06-23 Thread Zac Medico
Michael Haan wrote:
 On 6/23/05, Daniel da Veiga [EMAIL PROTECTED] wrote:
On 6/23/05, Zac Medico [EMAIL PROTECTED] wrote:

Michael Haan wrote:

On 6/23/05, Zac Medico [EMAIL PROTECTED] wrote:


Michael Haan wrote:


I don't know what is going on here.  I've installed x86 2005.0 on a
Dell Optiplex.  I've installed a new harddrive (b/c I took the factory
one for another gentoo box), run through the x86 install, built a
kernel and installed grub.  The box refuses to boot from the hard
drive.  In fact, in the BIOS setup, it refuses to let me specify the
hard drive as a boot option.  Anyone have any idea why?


That's odd.  Have you tried to chain load it from a grub floppy or cd?

rootnoverify (hd0)
chainloader +1

What kind of hard drive and disk controller are they?

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




I'm not even sure what that means!  The fact of the matter is, the PC
refuses to even try to boot from the HD (FYI - it has booted linux in
the past from the HD).


So, the bios detects the hard drive but it won't let you specify it as the 
boot device?  What version of bios is that?

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


 
It looks like Dell messed up with the BIOS, they allways do
modifications for their own purpose, I had problems like that in a
Compaq too... As someone said before, try running Gentoo from a boot
floppy (if your BIOS refuses to boot from floppy, get a hammer and
throw your computer of a bridge), this way you'll know if its a BIOS
issue.



 
 
 Ok.  How do I get a Gentoo boot floppy?
 

Were you able to boot a different hard drive with same bios and disk controller?

Here are instructions for creating a grub floppy:

http://www.gnu.org/software/grub/manual/html_node/Creating-a-GRUB-boot-floppy.html

Maybe you can boot with that using these commands:

rootnoverify (hd0)
chainloader +1

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



Re: [gentoo-user] glibc - locale stuff

2005-06-23 Thread Zac Medico
Mark Knecht wrote:
 On 6/23/05, Zac Medico [EMAIL PROTECTED] wrote:
 
Mark Knecht wrote:

Hi,
   OK, so it's too late again but my current build reminded me to ask
about emerging glibc and the section where it does all these different
locales. Do I need this stuff? If not how would I tell the system to
do only my Santa Cruz Beach Boardwalk locale?

Thanks,
Mark


grep userlocales /usr/portage/profiles/use.local.desc
sys-libs/glibc:userlocales - build only the locales specified in 
/etc/locales.build

Zac
 
 
 Thanks Zac. I knew about the locales.build file. What I'm not sure 
 about (and I'm sure this will sound stupid to experianced programs of
 which I am not part of the group) is whether any programs will fail to
 run correctly on my machine if I don't build for Japan/France/xxx, or
 whether it's critical that I build for both en_US/ISO-8859-1 
 en_US.UTF-8/UTF-8?
 
 The documentation is good for telling you what controls what but it's
 not good for telling you the repercussions of a cefrtain choice.
 
 Anyway, thanks much,
 Mark
 
 Thanks,
 Mark
 

AFAIK you only need the locales that you plan to use.  You can always use 
localedef to build a locale later if you need it.

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



Re: [gentoo-user] glibc - locale stuff

2005-06-23 Thread Mark Knecht
 
 AFAIK you only need the locales that you plan to use.  You can always use 
 localedef to build a locale later if you need it.
 
 Zac

Cool. Thanks.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] lirc

2005-06-23 Thread Rafael Dantas de Castro
On 6/23/05, Luigi Pinna [EMAIL PROTECTED] wrote:
 Alle 15:57, giovedì 23 giugno 2005, Rafael Dantas de Castro ha scritto:
 
   No output... I have a Pinnacle and the remote control use a serial
   port. Lirc doesn't need a kernel module
 
  Of course lirc needs a kernel module, didn´t you read the docs?
 
 From my lirc configure:
 
 Your hardware does not require a kernel module.
 
 Now enter 'make' and 'make install' to compile and install the package.

that's strange, what kind of hardware do you use?

 
 With irw I have no output...
 I delete the lircd device a I create a sys link to ttyS0 but...
 I have a doubt: What can I do to test if my serial port works?
 Probabily the problem is there...

well, a problem I had was I had serial support compiled in the kernel,
so the lirc driver couldn't use it. Try using setserial to release it
(I don't recall the exact command, but it's somewhere in lirc's docs)
and only then load lirc.
Somebody correct me if I'm wrong, but /dev/lircd is a way for the
client programs to connect to the lirc daemon, it shouldn't be a link
to the serial port. The lirc driver(what I thought was only a kernel
module, or compiled in) should create /dev/lirc/0 or /dev/lirc0, and
you should run lircd with that as the parameter. Also, mode2 doesn't
need lircd, it reads signals directly from the lirc driver (/dev/lirc0
or /dev/lirc/0),

 Now the server doesn't crash but it doesn't work...
 Luigi

hope that was helpful
 
 --
 Public key GPG(0x073A0960) on http://keyserver.linux.it/
 
 
 


-- 
Rafael Dantas de Castro
Engenharia de Computação 2001 - Unicamp
 - Laboratório de Criptografia Aplicada

Se procurar bem você acaba encontrando.
 Não a explicação (duvidosa) da vida,
 Mas a poesia (inexplicável) da vida.
  
   Carlos Drummond de Andrade

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] VMWare Question

2005-06-23 Thread Shawn Singh
Hey all,

Has anyone tried to emerge vmware???

When doing so using the following command:
emerge app-emulation/vmware-workstation

I get this error: !!! Couldn't download
vmware-any-any-update89.tar.gz. Aborting.

Does anyone have any ideas?

Thank you,

Shawn

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Dell Optiplex, New HD, Won't Boot from HD after install

2005-06-23 Thread Richard Fish
Michael Haan wrote:

I don't know what is going on here.  I've installed x86 2005.0 on a
Dell Optiplex.  I've installed a new harddrive (b/c I took the factory
one for another gentoo box), run through the x86 install, built a
kernel and installed grub.  The box refuses to boot from the hard
drive.  In fact, in the BIOS setup, it refuses to let me specify the
hard drive as a boot option.  Anyone have any idea why?
  


I've seen similar behavior with my Sager when switching hard disks.  In
my case, the boot list in the bios would show the primary master disk
twice, but not my secondary slave!  But it never found a bootable disk. 
Swapping in the old hard disk didn't fix the problem, and it was
autodetecting the hard disks correctly.

Eventually, I set all the disk types to None in the IDE device
configuration screen, saved, and powered off.  This removed the harddisk
entries from the boot configuration.  Then I rebooted, set the device
detection back to Auto, and the boot configuration screen came up
correctly, and the system booted up perfectly.

HTH

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



Re: [gentoo-user] Dell Optiplex, New HD, Won't Boot from HD after install

2005-06-23 Thread Colin

Richard Fish wrote:


Michael Haan wrote:
 


I don't know what is going on here.  I've installed x86 2005.0 on a
Dell Optiplex.  I've installed a new harddrive (b/c I took the factory
one for another gentoo box), run through the x86 install, built a
kernel and installed grub.  The box refuses to boot from the hard
drive.  In fact, in the BIOS setup, it refuses to let me specify the
hard drive as a boot option.  Anyone have any idea why?


Is there a BIOS update available?  Grab the update and put it on a floppy/CD, and 
flash your BIOS to the latest version.  You might have a bug in your BIOS.  One of 
my motherboards' BIOSes didn't support hard drives 32 GB, but the patch 
included an error in autodectection, causing my 60 GB hard drive to appear as 2.1 
GB in the BIOS when set to LBA mode.  Gentoo didn't have any problems with it, 
even without hdx=stroke, so I think that was just a display error.  But the update 
was well worth it, anyway.

A more obscure BIOS tactic common back in the day was to put all or part of it in a 
hidden area on the primary master hard drive.  This might be your issue, except I think 
this was only Compaq 486/Pentium systems.  Name-brand computers always have some 
proprietary feature to keep us power users away (like warranties, or older 
Dells' nonstandard power supplies).
--
Colin

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] VMWare Question

2005-06-23 Thread Heinz Sporn
Hi Shawn!

No problem here. VMware can be emerged without a problem. Maybe that was
hickups with your mirror?

Regards

spox

Am Freitag, den 24.06.2005, 00:21 -0400 schrieb Shawn Singh:
 Hey all,
 
 Has anyone tried to emerge vmware???
 
 When doing so using the following command:
 emerge app-emulation/vmware-workstation
 
 I get this error: !!! Couldn't download
 vmware-any-any-update89.tar.gz. Aborting.
 
 Does anyone have any ideas?
 
 Thank you,
 
 Shawn
 
-- 
Mit freundlichen Grüßen

Heinz Sporn

SPORN it-freelancing

Mobile: ++43 (0)699 / 127 827 07
Email:  [EMAIL PROTECTED]
[EMAIL PROTECTED]
Snail:  Steyrer Str. 20
A-4540 Bad Hall
Austria / Europe

-- 
gentoo-user@gentoo.org mailing list