[gentoo-user] text browser with frames and javascript that actually works

2005-06-22 Thread W.Kenworthy
Is there a working text console browser that can use frames and
javascript?  I am trying to access a dlink dsl modem setup page via
ssh'ing into a gentoo box behind it:

lynx: no frames, doesnt do javascript
links: blank display (zero sized pages), though it works ok on standard
html elsewhere
elinks: looks nice, but comes back with javascript disabled when I try
and access a javascript enabled subpage.  Ive installed spidermonkey
which it apparently needs with no luck.  I have come across comments
that a patched version of elinks is needed as well.

At this rate I'll have to set up vnc so I can run mozilla or firefox
just to view it!

BillK



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] libtheora-1.0_alpha4

2005-06-22 Thread Dirk Heinrichs
Am Mittwoch, 22. Juni 2005 07:43 schrieb ext Andreas Karlsson:

 When I do a 'emerge -uDvp world', libtheora-1.0_alpha4 is allways
 selected for upgrade, even though I´ve probably rebuilt it ten times. I
 seems that emerge doesn´t record the right version?

It's always up- and downgraded between alpha3 and alpha4, isn't it?

See this bug: http://bugs.gentoo.org/show_bug.cgi?id=96371

Bye...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.capgemini.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgpNIyCB7On7m.pgp
Description: PGP signature


Re: [gentoo-user] distcc configuration

2005-06-22 Thread Zac Medico
michael higgins wrote:
 On Thu, 16 Jun 2005 14:08:46 -0700
 Zac Medico [EMAIL PROTECTED] wrote:
 
 
michael higgins wrote:

I have a couple of questions about using distcc. I have two machines. One is 
significantly faster than the other, both x86 (pentium 2 and amd athlon-xp). 

 
 
 First, a big thanks to all who replied.
 
 
I've followed the http://www.gentoo.org/doc/en/distcc.xml instructions for 
configuring portage to use distcc. Should I need to continue with the 
instructions for working with automake?


Portage does this automatically as long as you have the corresponding 
FEATURES enabled.

 
 
 This is what I was hoping to hear.
 
 
Also, how do I tell the faster machine to just use it's own power and not 
attempt to use the slower one?


When you run distcc-config --set-hosts on the faster machine you want to 
exclude the slower machine.


I tried so far, getting distccd running on both machines, each distcc-config 
--set-hosts has one IP entry, that of the other machine. Is this right? 


You may want to include localhost.
 
 
 Interesting... I wonder why?
 

Well, sometimes you may not want to include localhost.  Maybe it has enough 
load already.

 
I ran distcc-gnome and saw no activity reported on the faster machine when 
emerging something on the slower one. So, it would seem it's not working. 

Can anyone give me some hints? The manpage for distcc doesn't seem (to me) 
to be much related to the gentoo how-to... '-)

TIA,


#!/bin/bash
source /etc/make.globals
source /etc/make.conf
export DISTCC_DIR=${PORTAGE_TMPDIR}/portage/.distcc
exec /usr/bin/distccmon-gnome

 
 
 So, I just installed a package on the faster machine. It did try to use 
 another, but found none and compiled locally, but spit out an error. Maybe 
 adding localhost will fix this?
 

If the faster machine isn't going to use any distcc nodes (other than 
localhost) then you should remove distcc from FEATURES.

 I tried emerging the same package on the slower machine and running this 
 script above. Nothing came up in it. However, I noticed that each time the 
 compiler went to run something, there was network activity. 'top' on the 
 faster machine showed distccd working and launching the compiler, afaict. 
 

You can enable logging in /etc/conf.d/distccd.

 So, I have to wonder if/why the monitors don't work for me... 
 

export DISTCC_DIR=${PORTAGE_TMPDIR}/portage/.distcc works for me.  Maybe it 
will help if you use lsof to find out what files distcc has open.

 Next time I'll just set the debug level and log location to see what actually 
 happened. 
 
 Thanks again, foax.
 
 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] libtheora-1.0_alpha4

2005-06-22 Thread Andreas Karlsson
On Wednesday 22 June 2005 08.46, Dirk Heinrichs wrote:
 It's always up- and downgraded between alpha3 and alpha4, isn't it?

 See this bug: http://bugs.gentoo.org/show_bug.cgi?id=96371

Thank you for the info.

Best regards,
Andreas Karlsson



pgpQ9EPVckOQK.pgp
Description: PGP signature


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

2005-06-22 Thread Zac Medico
Raphael Melo de Oliveira Bastos Sales wrote:
 2005/6/21, Zhang Weiwu [EMAIL PROTECTED]:
 
Hello. I often remotely login to my other computer using XDMCP (run
gdom, select XDMCP chooser...) but the connection could be broken for
many reasons (connection down, or the host I am using gets down). The
next time I login, it would prompt me something like you are logined in
from another place, do you still wish to login , and if I click
'yes', I will see dozens of startup application crash because they
cannot run twice by same user.

Is it possible I logout my previous (connection broken) session by using
commandline? Thus I could ssh gets into the host, run the command, and
re-login.

The local administrator have a straight forward method of
#ps U zhangweiwu | awk {print $1} | xargs kill -TERM

This solves the problem instantly! I just feeling courious if there are
'better' methods. I remember when I was on Windows there is something
like 'session manager' where each logged in session can be manually 'log
out', is there similar thing on gnome?
--
 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,
 
 Raphael ;)
 

That's a good idea.  Analogously, in kde all my X apps are children of kdeinit. 
 Another idea would be to use nx or xvnc.  If you kill the nx or xvnc server 
then all the clients should die automatically.

Zac

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Where can I download the gentoo binary for Ximian Evolution 2?

2005-06-22 Thread Nick Rout
learn some manners huh?

others were able to answer graciously and accurately

On Mon, 2005-06-20 at 10:22 -0400, Mark Shields wrote:
 Perhaps his answer isn't clear enough.  SOMEONE has to compile the
 source for Gentoo; to my knowledge, Portage doesn't store an
 pre-compiled binaries.  Read the wikipedia entry for Gentoo, which
 states: Gentoo does not use binary packages as package management
 systems like RPM, instead employing a format known as the ebuild. The
 main difference between RPM files and ebuilds is that RPMs are
 precompiled binaries, whereas ebuilds are text files which contain a
 description of the software, and instructions on how to obtain,
 configure, compile, and install it. There are nearly
 nine-thousand-five-hundred ebuilds available; the majority of which
 are distributed by the Gentoo mirrors. New and updated ebuilds can be
 obtained by synchronizing the local ebuild repository with the
 mirrors. This is done by executing the command emerge --sync. 
 http://en.wikipedia.org/wiki/Gentoo.  In short, you are not going to
 find an official binary packages for Gentoo, because there are none. 
 Now, you can have someone you know compile them for you on a
 compatible system, and that will work.
 
 On 6/20/05, Hareesh Nagarajan [EMAIL PROTECTED] wrote:
  On 6/19/05, Peter Gordon [EMAIL PROTECTED] wrote:
   On Sun, 2005-06-19 at 10:28 -0700, Hareesh Nagarajan wrote:
Where can I download the gentoo binary for Ximian Evolution 2 (x86
architecture)? I just can't seem to remember the name of the site.
  
   Gentoo is a source-based distribution. I believe your favorite download
   mirror should have package CDs with precompiled binaries but I don't
   know for certain. To install it from source is simple with Portage:
  
  I know Gentoo is a source based distro and I've known it for the last
  two years. I also know how to install a package using emerge. I asked
  a different question. What was the point of this answer?
  
  Hareesh
  
  --
  gentoo-user@gentoo.org mailing list
  
  
 
 
 -- 
 - Mark Shields
 
-- 
Nick Rout [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Setting a custom PS1

2005-06-22 Thread Etaoin Shrdlu
Where is the best place to do it? I mean, some place that does not risk 
to be updated/overwritten by a baselayout update.

Thanks


-- 
Be an optimist, at least until they start moving animals in pairs
to Cape Kennedy.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Setting a custom PS1

2005-06-22 Thread Etaoin Shrdlu
On Wednesday 22 June 2005 10:27, Etaoin Shrdlu wrote:
 Where is the best place to do it? I mean, some place that does not
 risk to be updated/overwritten by a baselayout update.

Of course, I was talking about systemwide defaults (ie, not 
per-user .bashrc and the like).
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Setting a custom PS1

2005-06-22 Thread A. Khattri
On Wed, 22 Jun 2005, Etaoin Shrdlu wrote:

 Where is the best place to do it? I mean, some place that does not risk
 to be updated/overwritten by a baselayout update.

Probably ~/.bashrc


-- 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] text browser with frames and javascript that actually works

2005-06-22 Thread W.Kenworthy
Thanks, worked great.  Thinking outside the square!  I had gotten into
the train of thought that console must equal textbrowser.

BillK



On Wed, 2005-06-22 at 16:22 +0930, Iain Buchanan wrote:
 On Wed, 2005-06-22 at 14:23 +0800, W.Kenworthy wrote:
...
 
 from pc at work:
 ssh -L :192.168.1.3:80 [EMAIL PROTECTED]
 
...
 -- 
 Iain Buchanan [EMAIL PROTECTED]
 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gnome-panel

2005-06-22 Thread Spoiala Cristian
On 6/19/05, LostSon [EMAIL PROTECTED] wrote:
 Hello
  Has anyone noticed quite a delay after starting gnome after the panel
 comes up and i go to click on the menu it takes about 10 seconds for the
 menu to come up. After the initial clicking its fine but that first time
 takes forever. Has anyone else noticed this or is it just me, thanks.
 --

I think the problem is that icons of aplications aren't cached or smth.

-- 
- Spoiala Cristian
http://scristian.blogspot.com
http://planet.linux360.ro/arhiva/author/scristian/

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Setting a custom PS1

2005-06-22 Thread Neil Bothwick
On Wed, 22 Jun 2005 10:32:50 +0200, Etaoin Shrdlu wrote:

 Of course, I was talking about systemwide defaults (ie, not 
 per-user .bashrc and the like).

The way I do it is to put them in /etc/bash/bashrc.local and add
[ -f /etc/bash/bashrc.local ]  source /etc/bash/bashrc.local
to the end of /etc/bash/bashrc. An update to Bash will bring in a new
version of this file, but as there is only one custom line, it is easy to
merge.


-- 
Neil Bothwick

Phasers don't kill people...Unless you set them too high.


pgpKwVX0gP7ap.pgp
Description: PGP signature


Re: [gentoo-user] Line numbers in nano

2005-06-22 Thread Holly Bostick
Ryan Viljoen schreef:
 a perfect :D o///
 
 Thank you Norberto
 cheers
 Rav \o/
 
 On 6/22/05, Norberto Bensa [EMAIL PROTECTED] wrote:
 
Ryan Viljoen wrote:

Is it possible to get nano to display line numbers?

does nano -c help you?
--
gentoo-user@gentoo.org mailing list


Hey, didn't I say this (first, even)?

 Holly Bostick schreef:
 Ryan Viljoen schreef:
 
Is it possible to get nano to display line numbers?

 
 Doesn't look like it, but with Meta-C (the Meta key is usually ALT, but
 you can change this, or your keyboard settings may do so), you get a
 constant cursor position display, which will tell you what line you are
 currently on. If you don't want a constant display, CTRL-C will tell you
 the cursor position at the time you ran ^C, but will not 'track' the
 cursor if it moves.
 
 Try ^G to see all the options available via ^+?? and Meta+?? .


Not that I'm hungry for credit or anything, but I notice that often
enough to be noticeable, my messages apparently get missed, seemingly
especially when they're first, and I wonder if something weird is happening.

So I suppose what I'd like to know is, did the above message (June 21,
16:29) appear as a response to the thread, somewhere else, or not at all?

Holly

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Setting a custom PS1

2005-06-22 Thread Alexander Skwar
Etaoin Shrdlu wrote:
 Where is the best place to do it? I mean, some place that does not risk 
 to be updated/overwritten by a baselayout update.

~/.bash_profile

Alexander Skwar
-- 
BOFH Excuse #32:

techtonic stress
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] A simple kernel question!

2005-06-22 Thread Fernando Meira
Hi,
this might be a mighty stupid question, but I have no experience on recompiling kernel...

I followed the instructions from the HOWTO and now I have to copy the new configuration to /boot.
My problem is that I assume that the new configuration replaces the previous one. So, I would need to replace all files.
My previous kernel has:
/boot/kernel-2.6.11-gentoo-r9
/boot/initrd-2.6.11-gentoo-r9
/boot/System.map-2.6.11-gentoo-r9


And what I am supposed to copy are:
- new kernel (bzImage)
- new System.map
- .config - /boot/config-XX 


The .config replaces initrd (which I think it doesn't), or I keep the initrd from the previous and add this config file?

I am also aware of the make install option, but I guess this way is faster (since it does not rebuilds the kernel).

Thanks.


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

2005-06-22 Thread Neil Bothwick
On Wed, 22 Jun 2005 11:03:09 +, Fernando Meira wrote:

 I am also aware of the make install option, but I guess this way is
 faster (since it does not rebuilds the kernel).

make install will not rebuild the kernel if it does not need to. If the
kernel and modules are newer than the .config file, it should just
install them.


-- 
Neil Bothwick

If at first you don't succeed, give up. No use being a damn fool.


pgpYHAKXrniQV.pgp
Description: PGP signature


Re: [gentoo-user] samba + mysql + crypt password (pam or passdb)?

2005-06-22 Thread Claudinei Matos
I did specified these lines at smb.conf:
encrypt passwords = no
obey pam restrictions = yes
pam password change = yes

and commented the line of passdb:
#passdb backend = mysql:teste

well, how I've said, if I do that setup and try to login samba try to
use guest account instead of authenticate me:
  Attempting to find an passdb backend to match guest (guest)
[2005/06/21 16:07:35, 5] passdb/pdb_interface.c:make_pdb_methods_name(669)
  Found pdb backend guest
[2005/06/21 16:07:35, 5] passdb/pdb_interface.c:make_pdb_methods_name(672)
  pdb backend guest has a valid init

since there's not a value to pass to passdb backend telling that I'm
using pam I don't know how to put pam to work.
I've tried passdb backend = smbpasswd but in this case samba try to
validate users into smbpasswd file which is not what I want.

Hope somebody could help me,

Claudinei Matos

On 6/21/05, Claudinei Matos [EMAIL PROTECTED] wrote:
 On 6/21/05, A. Khattri [EMAIL PROTECTED] wrote:
  On Tue, 21 Jun 2005, Claudinei Matos wrote:
 
   what I want is to use crypt password with mysql. I don't know if is
   there a way to do it without make more changes to passdb source code
   or if I could pass some parameter identifying that I'm using pam
   instead of other auth methods, so any suggestion would be appreciated.
 
  I am using libnss-mysql to do PAM auth out of a MySQL database. This way
  is transparent to any app doing PAM authentication. The only problem is
  you need to use openssl passwd -1 to generate the passwords (Im sure
  this could be scripted in Perl/PHP but I haven't had time to explore that
  yet).
 
 OK, but the problem is that I can't put samba to work with pam. If I
 try to use pam none authentication is done and samba try to use any
 other methods (pdb) and finish with pdb_guest wich one let the user
 join the domain but not have access to any non public share.
 
 tks anyway,
 
 claudinei matos


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Hardware acceleration for ATI 9100? (Pundit-R)

2005-06-22 Thread Mark Knecht
On 6/21/05, Richard Fish [EMAIL PROTECTED] wrote:
 Mark Knecht wrote:
 
  Hi,
  I wonder if anyone happens to have any info on whether hardware
  acceleration should/can/does work on a Pundit-R? My laptop, which has
  an ATI 9200 Mobility, has hardware acceleration working fine. That
  kernel is 2.6.11.-gentoo-r6.
 
 
 [snip]
 
 
  fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies,
 
 
 Well, if it is the IGP or Mobility version of the chip, only 2D is
 supported by the fglrx driver, but maybe that is a hardware
 limitation??  The 'radeon' driver should support hardware 3D
 acceleration on 9100 chips, so you might want to try that.
 
 -Richard

Richard,
   Will do. Is that information listed somewhere? I spent time looking
for lists of devices supported by the drivers but couldn't find it.
The words seemed too generic to get Google to find what I was looking
for.

   Anyway, thanks. I'll give the radeon driver a shot this morning.

Cheers,
Mark

-- 
gentoo-user@gentoo.org mailing list



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

2005-06-22 Thread Ryan Viljoen
  My problem is that I assume that the new configuration replaces the
 previous one. So, I would need to replace all files.

You dont need to replace your old kernel files you can simply copy
them over to /boot under a different name so use:
My previous kernel has:
/boot/kernel-2.6.11-gentoo-r10
/boot/initrd-2.6.11-gentoo-r10
/boot/System.map-2.6.11-gentoo-r10
or what ever your new kernel is. Than just add a new option in your
grub.conf much like the old one for you newly compiled kernel. This
probably the best thing to do especially if your new kernel has errors
when loading, you can easily revert back to the old one and fix the
problem.

Cheers
Rav

-- 
When you play a Microsoft CD backwards you can hear demonic Voices...
that's nothing - when you play it forward it installs Windows
Are you fearing my mouse? :3___)

-- 
gentoo-user@gentoo.org mailing list



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

2005-06-22 Thread Fernando Meira
I should have read this mail before I rebooted.. :P

I end up with a 
VDF-fs: No partition found (1)
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(1,0)


I will need to use the livecd to fix the prob.. after I find what's going on...
On 6/22/05, Ryan Viljoen [EMAIL PROTECTED] wrote:
My problem is that I assume that the new configuration replaces the previous one. So, I would need to replace all files.You dont need to replace your old kernel files you can simply copythem over to /boot under a different name so use:
My previous kernel has:/boot/kernel-2.6.11-gentoo-r10/boot/initrd-2.6.11-gentoo-r10/boot/System.map-2.6.11-gentoo-r10or what ever your new kernel is. Than just add a new option in yourgrub.conf much like the old one for you newly compiled kernel. This
probably the best thing to do especially if your new kernel has errorswhen loading, you can easily revert back to the old one and fix theproblem.CheersRav--When you play a Microsoft CD backwards you can hear demonic Voices...
that's nothing - when you play it forward it installs WindowsAre you fearing my mouse? :3___)--gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Line numbers in nano

2005-06-22 Thread Mauro Faccenda
Holly Bostick wrote:
 Ryan Viljoen schreef:

does nano -c help you?

 
 
 Hey, didn't I say this (first, even)?

No! You said to hit ctrl+c (^C) to make nano show the line.

Note, that with -c you don't need to hit ctrl+c.

[]'s
Mauro
-- 
gentoo-user@gentoo.org mailing list



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

2005-06-22 Thread Fernando Meira
Ok, still unsolved!

I know that this can happen due to 2 reasons:
1) wrong boot parameters,
2) compiled fs as module.

I've been checking the first reason, and I couldn't solve through it...
I use grub, and the first time I compiled the kernel using genkernel.
Now I compiled it manually. The boot parameters differ from each type
of kernel compiling, right? I tried to remove all the root=/dev/ram0...
leaving just the /boot/vmlinuz root=/dev/hda4, but it didn't work
(though the error message said now unknown-block(3,4) instead of
(1,0).
Note: before I had kernel-2.6.11-r9 and now I have vmlinuz... 

For the second reason, I'm sure that I compiled ReiserFS in the kernel,
and not as module. However, it was the only one I compiled! Did I need
ext2, even though I don't have ext2?

Any ideas before I recompile the kernel again? 
And, if I have to recompile it, do I start with previous the
configuration, where I would just need to check this fs detail, or will
I have to pass through all the items again?

thanks!!On 6/22/05, Fernando Meira [EMAIL PROTECTED] wrote:
I should have read this mail before I rebooted.. :P

I end up with a 
VDF-fs: No partition found (1)
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(1,0)


I will need to use the livecd to fix the prob.. after I find what's going on...
On 6/22/05, Ryan Viljoen [EMAIL PROTECTED]
 wrote:
My problem is that I assume that the new configuration replaces the previous one. So, I would need to replace all files.You dont need to replace your old kernel files you can simply copythem over to /boot under a different name so use:
My previous kernel has:/boot/kernel-2.6.11-gentoo-r10/boot/initrd-2.6.11-gentoo-r10/boot/System.map-2.6.11-gentoo-r10or what ever your new kernel is. Than just add a new option in yourgrub.conf much like the old one for you newly compiled kernel. This
probably the best thing to do especially if your new kernel has errorswhen loading, you can easily revert back to the old one and fix theproblem.CheersRav--When you play a Microsoft CD backwards you can hear demonic Voices...
that's nothing - when you play it forward it installs WindowsAre you fearing my mouse? :3___)--
gentoo-user@gentoo.org mailing list





[gentoo-user] win32codecs / mplayer

2005-06-22 Thread Uwe Thiem
Hi folks,

win32codecs are installed under /usr/lib/win32 but mplayer gets compiled 
without support for them. Can anybody tell what I am missing?

Uwe

-- 
95% of all programmers rate themselves among the top 5% of all software 
developers. - Linus Torvalds

http://www.uwix.iway.na (last updated: 20.06.2004)
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] OpenOffice 2 beta

2005-06-22 Thread Patrick Marquetecken
Hi,

With the latest bin version I can't open of save documents that are on a
nfs volume, has anyone else the same problem?

TIA
Patrick
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Serious problem after an emerge -uD world

2005-06-22 Thread Gabriel Fernández
Hi, i have a serious problem after an emerge -uD world, all my binary ones 
were unusable, maybe the problem was that i play with de 
fix_libtool_files.sh.
after trying a lot, i have an idea to be used stage3 from the installation CD 
to replace my binary, obtains that it worked temporary but after doing 
emerges throws the error message that i posted, and everything returns to 
begin.

Please help me, i love gentoo, and now my home machine is down and i don't 
want to waste my time installing all my system again.

This is the error message
/***/
Traceback (most recent call last):
File /usr/bin/emerge, line 2997, in ?
unmerge(clean, [world])
File /usr/bin/emerge, line 2167, in unmerge
retval=portage.unmerge(mysplit[0],mysplit[1],portage.root,mysettings,unmerge_action
 
not in [clean,prune])
File /usr/lib/portage/pym/portage.py, line 2700, in unmerge
mylink.unmerge(trimworld=mytrimworld,cleanup=1)
File /usr/lib/portage/pym/portage.py, line 6131, in unmerge
a=doebuild(myebuildpath,postrm,self.myroot,self.settings,use_cache=0,tree=vartree)
File /usr/lib/portage/pym/portage.py, line 2465, in doebuild
return spawn(EBUILD_SH_BINARY+ 
+mydo,mysettings,debug=debug,free=1,logfile=logfile)
File /usr/lib/portage/pym/portage.py, line 1507, in spawn
return portage_exec.spawn_bash(mystring,env=env,**keywords)
File /usr/lib/portage/pym/portage_exec.py, line 44, in spawn_bash
return spawn(args,env=env,opt_name=opt_name,**keywords)
File /usr/lib/portage/pym/portage_exec.py, line 167, in spawn
raise str(e)+:\n   +myc+ +string.join(myargs)
[Errno 2] No such file or directory:
/bin/bash [glibc-2.3.4.20040808-r1] bash -c /usr/lib/portage/bin/ebuild.sh 
postrm
!!! FAILED postrm: 1

Thanks, a lot
From Uruguay,
and sorry by my english
-- 
/*-*/
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.7.2
   GNU/Linux Gentoo
   2.6.10-gentoo-r6
/*---*/

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] win32codecs / mplayer

2005-06-22 Thread Eddie Mihalow Jr
Uwe Thiem wrote:
 Hi folks,
 
 win32codecs are installed under /usr/lib/win32 but mplayer gets compiled 
 without support for them. Can anybody tell what I am missing?
 
 Uwe
 
USE=win32codecs emerge mplayer
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] win32codecs / mplayer

2005-06-22 Thread Neil Bothwick
On Wed, 22 Jun 2005 14:25:08 +0100, Uwe Thiem wrote:

 win32codecs are installed under /usr/lib/win32 but mplayer gets
 compiled without support for them. Can anybody tell what I am missing?

The win32codes USE flag? What does emerge mplayer -pv say?


-- 
Neil Bothwick

Bother, said Pooh, as he started up DiskSalv


pgpjFOdgHHiDh.pgp
Description: PGP signature


Re: [gentoo-user] Other XMMS issue - crash, when I add ogg files to the playlist

2005-06-22 Thread Tamas Sarga

On Sun, 12 Jun 2005, István PONGRÁCZ wrote:


 Hi,

 When I add ogg files to the playlist, I got segment failure and xmms
 crash immediatelly.

 Message is:
 ead_string() got invalid value None for Blursk.fullscreen_method
 Message: device: default
 XS[xmms-sid.c:196]: xs_init()
 XS[xs_config.c:166]: initializing configuration ...
 XS[xs_config.c:239]: loading from config-file ...
 XS[xs_config.c:290]: OK
 XS[xmms-sid.c:143]: initializing emulator engine #2...
 XS[xs_sidplay2.cc:99]: init builder #1
 XS[xs_sidplay2.cc:123]: ReSID V1.0.1 Engine:
 XS[xmms-sid.c:160]: init#1: OK, 2
 XS[xmms-sid.c:173]: init#2: OK, 0
 XS[xs_length.c:390]: sldb_close()
 XS[xs_stil.c:337]: stildb_close()
 XS[xmms-sid.c:205]: OK

 Szegmentációs hiba

 Valószínűleg hibát talált az XMMS-ben. Látogassa meg ezt a címet:
 http://bugs.xmms.org és töltse ki a hibabejelentőt.


 I use
 media-sound/xmms
  Latest version available: 1.2.10-r15
   Latest version installed: 1.2.10-r15
 media-plugins/xmms-alsa
   Latest version available: 1.2.10-r3
   Latest version installed: 1.2.10-r3
 media-plugins/xmms-esd
   Latest version available: 1.2.10-r1
   Latest version installed: 1.2.10-r1
 media-plugins/xmms-mpg123
   Latest version available: 1.2.10-r1
   Latest version installed: 1.2.10-r1
  media-plugins/xmms-musepack
   Latest version available: 1.1.2
   Latest version installed: 1.1.2
 media-plugins/xmms-oss
   Latest version available: 1.2.10-r2
   Latest version installed: 1.2.10-r2
 media-plugins/xmms-vorbis
   Latest version available: 1.2.10-r1
   Latest version installed: 1.2.10-r1

 Is there any experiences about this problem?

Hi,

Try it without Blursk plug-in!

Cheers,
Tamas Sarga Sárga Tamás
--
Make the world confused!Zavard össze a világot!
Smile on monday morning!Mosolyogj hétfő reggel!

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Hardware acceleration for ATI 9100? (Pundit-R)

2005-06-22 Thread Mark Knecht
On 6/21/05, Richard Fish [EMAIL PROTECTED] wrote:
 Mark Knecht wrote:
 
  Hi,
  I wonder if anyone happens to have any info on whether hardware
  acceleration should/can/does work on a Pundit-R? My laptop, which has
  an ATI 9200 Mobility, has hardware acceleration working fine. That
  kernel is 2.6.11.-gentoo-r6.
 
 
 [snip]
 
 
  fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies,
 
 
 Well, if it is the IGP or Mobility version of the chip, only 2D is
 supported by the fglrx driver, but maybe that is a hardware
 limitation??  The 'radeon' driver should support hardware 3D
 acceleration on 9100 chips, so you might want to try that.
 
 -Richard

Hey Richard,
   So this Pundit-R is driving the S-Video input on a TV set. (Since
this is what MythTV is for, right?) Anyway, with the fglrx driver I'm
able to get the TV to sync but with the radeon driver I'm not. With
the fglrx driver I'm using:

Section Monitor
Identifier  Monitor0
HorizSync   21 - 68
VertRefresh 60
Option DPMS
DisplaySize 320 180
EndSection

however these settings don't seem to work with the radeon driver. I
just get slumped over picture - rolling/sideways, like all the sync
rates are wrong.

   Looking through the log file I see more problems with the AGP
stuff. From dmesg:

Linux agpgart interface v0.100 (c) Dave Jones
[drm] Initialized drm 1.0.0 20040925
ACPI: PCI interrupt :01:05.0[A] - GSI 16 (level, low) - IRQ 16
[drm] Initialized radeon 1.14.0 20050125 on minor 0: PCI device
1002:5834 (ATI Technologies Inc)
SNIP
[drm:radeon_cp_init] *ERROR* radeon_cp_init called without lock held
[drm:drm_unlock] *ERROR* Process 6162 using kernel context 0
myth11 root #

and from Xorg.0.log

(II) RADEON(0): [drm] DRM interface version 1.2
(II) RADEON(0): [drm] created radeon driver at busid pci::01:05.0
(II) RADEON(0): [drm] added 8192 byte SAREA at 0xcc872000
(II) RADEON(0): [drm] mapped SAREA 0xcc872000 to 0xb3d1d000
(II) RADEON(0): [drm] framebuffer handle = 0xe800
(II) RADEON(0): [drm] added 1 reserved context for kernel
(WW) RADEON(0): [agp] AGP not available
(EE) RADEON(0): [agp] AGP failed to initialize. Disabling the DRI.
(II) RADEON(0): [agp] You may want to make sure the agpgart kernel module
is loaded before the radeon kernel module.
(II) RADEON(0): [drm] removed 1 reserved context for kernel
(II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xcc872000 at 0xb3d1d00

I am loading agpgart before radeon:

myth11 root # cat /etc/modules.autoload.d/kernel-2.6

SNIP

# For example:
# 3c59x
agpgart
#fglrx
radeon
myth11 root #

and the modules are loaded:

myth11 root # lsmod
Module  Size  Used by
snd_usb_audio  63680  0
snd_usb_lib11520  1 snd_usb_audio
snd_rawmidi20640  1 snd_usb_lib
snd_atiixp 17120  0
snd_ac97_codec 75384  1 snd_atiixp
radeon 75776  0
drm60820  1 radeon
agpgart28968  1 drm
myth11 root #


   Can you recommend where I'd look to find the right settings for
driving a TV input with the radeon driver and 9100 IGP chipset?

Thanks,
Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Serious problem after an emerge -uD world

2005-06-22 Thread Kurt Guenther

Have you tried:

$ revdep-rebuild

It's my first step when my emerge fails.

--Kurt



Gabriel Fernández wrote:

Hi, i have a serious problem after an emerge -uD world, all my binary ones 
were unusable, maybe the problem was that i play with de 
fix_libtool_files.sh.
after trying a lot, i have an idea to be used stage3 from the installation CD 
to replace my binary, obtains that it worked temporary but after doing 
emerges throws the error message that i posted, and everything returns to 
begin.

Please help me, i love gentoo, and now my home machine is down and i don't 
want to waste my time installing all my system again.

This is the error message
/***/
Traceback (most recent call last):
File /usr/bin/emerge, line 2997, in ?
unmerge(clean, [world])
File /usr/bin/emerge, line 2167, in unmerge
retval=portage.unmerge(mysplit[0],mysplit[1],portage.root,mysettings,unmerge_action
 
not in [clean,prune])
File /usr/lib/portage/pym/portage.py, line 2700, in unmerge
mylink.unmerge(trimworld=mytrimworld,cleanup=1)
File /usr/lib/portage/pym/portage.py, line 6131, in unmerge
a=doebuild(myebuildpath,postrm,self.myroot,self.settings,use_cache=0,tree=vartree)
File /usr/lib/portage/pym/portage.py, line 2465, in doebuild
return spawn(EBUILD_SH_BINARY+ 
+mydo,mysettings,debug=debug,free=1,logfile=logfile)
File /usr/lib/portage/pym/portage.py, line 1507, in spawn
return portage_exec.spawn_bash(mystring,env=env,**keywords)
File /usr/lib/portage/pym/portage_exec.py, line 44, in spawn_bash
return spawn(args,env=env,opt_name=opt_name,**keywords)
File /usr/lib/portage/pym/portage_exec.py, line 167, in spawn
raise str(e)+:\n   +myc+ +string.join(myargs)
[Errno 2] No such file or directory:
/bin/bash [glibc-2.3.4.20040808-r1] bash -c /usr/lib/portage/bin/ebuild.sh 
postrm
!!! FAILED postrm: 1

Thanks, a lot
From Uruguay,
and sorry by my english
  


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Other XMMS issue - crash, when I add ogg files to the playlist

2005-06-22 Thread István PONGRÁCZ
Hi,

I disabled some plugins, working correctly :)

Thank you!

PS: Még jó, hogy van magyar lista is :)

Tamas Sarga wrote:

On Sun, 12 Jun 2005, István PONGRÁCZ wrote:

  

Hi,

When I add ogg files to the playlist, I got segment failure and xmms
crash immediatelly.

Message is:
ead_string() got invalid value None for Blursk.fullscreen_method
Message: device: default
XS[xmms-sid.c:196]: xs_init()
XS[xs_config.c:166]: initializing configuration ...
XS[xs_config.c:239]: loading from config-file ...
XS[xs_config.c:290]: OK
XS[xmms-sid.c:143]: initializing emulator engine #2...
XS[xs_sidplay2.cc:99]: init builder #1
XS[xs_sidplay2.cc:123]: ReSID V1.0.1 Engine:
XS[xmms-sid.c:160]: init#1: OK, 2
XS[xmms-sid.c:173]: init#2: OK, 0
XS[xs_length.c:390]: sldb_close()
XS[xs_stil.c:337]: stildb_close()
XS[xmms-sid.c:205]: OK

Szegmentációs hiba

Valószínűleg hibát talált az XMMS-ben. Látogassa meg ezt a címet:
http://bugs.xmms.org és töltse ki a hibabejelentőt.


I use
media-sound/xmms
 Latest version available: 1.2.10-r15
  Latest version installed: 1.2.10-r15
media-plugins/xmms-alsa
  Latest version available: 1.2.10-r3
  Latest version installed: 1.2.10-r3
media-plugins/xmms-esd
  Latest version available: 1.2.10-r1
  Latest version installed: 1.2.10-r1
media-plugins/xmms-mpg123
  Latest version available: 1.2.10-r1
  Latest version installed: 1.2.10-r1
 media-plugins/xmms-musepack
  Latest version available: 1.1.2
  Latest version installed: 1.1.2
media-plugins/xmms-oss
  Latest version available: 1.2.10-r2
  Latest version installed: 1.2.10-r2
media-plugins/xmms-vorbis
  Latest version available: 1.2.10-r1
  Latest version installed: 1.2.10-r1

Is there any experiences about this problem?



Hi,

Try it without Blursk plug-in!

Cheers,
Tamas SargaSárga Tamás
--
Make the world confused!   Zavard össze a világot!
Smile on monday morning!   Mosolyogj hétfő reggel!

  


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] win32codecs / mplayer

2005-06-22 Thread Bruno Lustosa
On 6/22/05, Neil Bothwick [EMAIL PROTECTED] wrote:
 The win32codes USE flag? What does emerge mplayer -pv say?

Weird... no mention of win32codecs on my use flags here (though it can
play regular avi and some wmvs):

[ebuild   R   ] 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 0 kB

-- 
Bruno Lustosa, aka Lofofora  | Email: [EMAIL PROTECTED]
Network Administrator/Web Programmer | ICQ: 1406477
Rio de Janeiro - Brazil  |

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] win32codecs / mplayer

2005-06-22 Thread Zac Medico
Bruno Lustosa wrote:
 On 6/22/05, Neil Bothwick [EMAIL PROTECTED] wrote:
 
The win32codes USE flag? What does emerge mplayer -pv say?
 
 
 Weird... no mention of win32codecs on my use flags here (though it can
 play regular avi and some wmvs):
 
 [ebuild   R   ] 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 0 kB
 

For win32codecs support you need to unmask mplayer-1.0_pre6-r6 or 
mplayer-1.0_pre7.

echo media-video/mplayer ~*  /etc/portage/package.keywords

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



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

2005-06-22 Thread Ryan Viljoen
Ok you say you compiled the kernel manually, all you need to do is
include support for the VFS file system in your kernel preferably
built in rather than a module. That should do the job. As for the
options for your kernel you dont need all the ram disk stuff that
genkernel uses.
Yours can simply be:
title=Gentoo Linux 2.6.11 R10
root (hd0,*)
kernel /kernel-2.6.11-gentoo-r10 root=/dev/hda*

And that should do the trick, if you have enabled the vesa frame
buffers than there are a couple other parameters that you need to
enable but not to worry bout that just yet.

Cheers
Rav

On 6/22/05, Fernando Meira [EMAIL PROTECTED] wrote:
 Ok, still unsolved!
  
  I know that this can happen due to 2 reasons:
  1) wrong boot parameters,
  2) compiled fs as module.
  
  I've been checking the first reason, and I couldn't solve through it... I
 use grub, and the first time I compiled the kernel using genkernel. Now I
 compiled it manually. The boot parameters differ from each type of kernel
 compiling, right? I tried to remove all the root=/dev/ram0... leaving just
 the /boot/vmlinuz root=/dev/hda4, but it didn't work (though the error
 message said now unknown-block(3,4) instead of (1,0).
  Note: before I had kernel-2.6.11-r9 and now I have vmlinuz... 
  
  For the second reason, I'm sure that I compiled ReiserFS in the kernel, and
 not as module. However, it was the only one I compiled! Did I need ext2,
 even though I don't have ext2?
  
  Any ideas before I recompile the kernel again? 
  And, if I have to recompile it, do I start with previous the configuration,
 where I would just need to check this fs detail, or will I have to pass
 through all the items again?
  
  thanks!!
 
 
 On 6/22/05, Fernando Meira [EMAIL PROTECTED] wrote:
  I should have read this mail before I rebooted.. :P
  
  I end up with a 
  
  VDF-fs: No partition found (1)
  Kernel panic - not syncing: VFS: Unable to mount root fs on
 unknown-block(1,0)
  
  I will need to use the livecd to fix the prob.. after I find what's going
 on...
  
  
  
  On 6/22/05, Ryan Viljoen [EMAIL PROTECTED]  wrote:
 My problem is that I assume that the new configuration replaces the
previous one. So, I would need to replace all files.
   
   You dont need to replace your old kernel files you can simply copy
   them over to /boot under a different name so use: 
   My previous kernel has:
   /boot/kernel-2.6.11-gentoo-r10
   /boot/initrd-2.6.11-gentoo-r10
   /boot/System.map-2.6.11-gentoo-r10
   or what ever your new kernel is. Than just add a new option in your
   grub.conf much like the old one for you newly compiled kernel. This 
   probably the best thing to do especially if your new kernel has errors
   when loading, you can easily revert back to the old one and fix the
   problem.
   
   Cheers
   Rav
   
   --
   When you play a Microsoft CD backwards you can hear demonic Voices... 
   that's nothing - when you play it forward it installs Windows
   Are you fearing my mouse? :3___)
   
   --
   gentoo-user@gentoo.org mailing list
   
   
  
  
 
  


-- 
When you play a Microsoft CD backwards you can hear demonic Voices...
that's nothing - when you play it forward it installs Windows
Are you fearing my mouse? :3___)

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Line numbers in nano

2005-06-22 Thread AJ Spagnoletti
Holly just so you know for an answer to your question. On my end of it
all your post made the list fine.

AJ

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] meaning of colors in emerge

2005-06-22 Thread Zac Medico
Fernando Canizo wrote:
 Hi all, this is my first mail in the list.
 
 Ussually i see two colors: red and blue in the use flags showed by an
 emerge -pv something
 
 Yesterday i hace to rebuild qt because it hasn't support for mysql, which i 
 just
 installed before, and i noted the use flag +mysql appearing green colored.
 
 Y supposed, i assume correctly, that when a rebuild finds a new use flag 
 because
 some other package activated it, it appears green, besides the blue for
 +use_flag and the red for -use_flag.
 
 However i wished to confirm that supposition and i was unable to find anything
 on the web. Looking in google for strings like gentoo emerge meaning color 
 and
 a few more similar didn't throw anything.
 
 So the question: is there a place where this colors are explained? Maybe there
 are some other colors, for other situations, which i have not encountered yet.
 
 I imagine that can look in the code of emerge, but are the colors defined 
 there?
 
 Just curious, nothing's gonna broke if i never know.
 

In /usr/bin/emerge you can see that red, green, and blue are the only 
possibilities:

now_use=self.applied_useflags[x[2]]
for ebuild_iuse in portage_util.unique_array(iuse_split):
usechange=
if old_use:
if (old_use.count(ebuild_iuse) and not 
now_use.count(ebuild_iuse)) or (not old_use.count(ebuild_iuse) and 
now_use.count(ebuild_iuse)):
usechange=*

if ebuild_iuse in self.applied_useflags[x[2]]:
if usechange == *:
iuse=green(++ebuild_iuse)
else:
iuse=red(++ebuild_iuse)
elif ebuild_iuse in portage.settings.usemask:
iuse=blue((-+ebuild_iuse+))
else:
iuse=blue(-+ebuild_iuse)
verboseadd+=iuse+usechange+ 


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



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

2005-06-22 Thread Fernando Meira
Yep.. it was just a boot parameters issue!!

Just had to clean the ram disk stuff, and the initrd line, and everything went well!!

For a future recompilitation, when I do make menuconfig or make
xconfig, the configuration showed is the current one or a default one?
Logically, I would say that it is the current one (so that I just need
to focus in what I need to add/remove/change) than always have to look
each detail. If somebody could confirm me that.. it's better to know!

Thanks!On 6/22/05, Ryan Viljoen [EMAIL PROTECTED] wrote:
Ok you say you compiled the kernel manually, all you need to do isinclude support for the VFS file system in your kernel preferablybuilt in rather than a module. That should do the job. As for theoptions for your kernel you dont need all the ram disk stuff that
genkernel uses.Yours can simply be:title=Gentoo Linux 2.6.11 R10root (hd0,*)kernel /kernel-2.6.11-gentoo-r10 root=/dev/hda*And that should do the trick, if you have enabled the vesa framebuffers than there are a couple other parameters that you need to
enable but not to worry bout that just yet.CheersRavOn 6/22/05, Fernando Meira [EMAIL PROTECTED] wrote: Ok, still unsolved!I know that this can happen due to 2 reasons:
1) wrong boot parameters,2) compiled fs as module.I've been checking the first reason, and I couldn't solve through it... I use grub, and the first time I compiled the kernel using genkernel. Now I
 compiled it manually. The boot parameters differ from each type of kernel compiling, right? I tried to remove all the root=/dev/ram0... leaving just the /boot/vmlinuz root=/dev/hda4, but it didn't work (though the error
 message said now unknown-block(3,4) instead of (1,0).Note: before I had kernel-2.6.11-r9 and now I have vmlinuz...For the second reason, I'm sure that I compiled ReiserFS in the kernel, and
 not as module. However, it was the only one I compiled! Did I need ext2, even though I don't have ext2?Any ideas before I recompile the kernel again?And, if I have to recompile it, do I start with previous the configuration,
 where I would just need to check this fs detail, or will I have to pass through all the items again?thanks!! On 6/22/05, Fernando Meira 
[EMAIL PROTECTED] wrote:  I should have read this mail before I rebooted.. :P   I end up with a   VDF-fs: No partition found (1)  Kernel panic - not syncing: VFS: Unable to mount root fs on
 unknown-block(1,0)   I will need to use the livecd to fix the prob.. after I find what's going on... On 6/22/05, Ryan Viljoen 
[EMAIL PROTECTED]  wrote:   My problem is that I assume that the new configuration replaces theprevious one. So, I would need to replace all files.
 You dont need to replace your old kernel files you can simply copy   them over to /boot under a different name so use:   My previous kernel has:   /boot/kernel-
2.6.11-gentoo-r10   /boot/initrd-2.6.11-gentoo-r10   /boot/System.map-2.6.11-gentoo-r10   or what ever your new kernel is. Than just add a new option in your   
grub.conf much like the old one for you newly compiled kernel. This   probably the best thing to do especially if your new kernel has errors   when loading, you can easily revert back to the old one and fix the
   problem. Cheers   Rav --   When you play a Microsoft CD backwards you can hear demonic Voices...
   that's nothing - when you play it forward it installs Windows   Are you fearing my mouse? :3___) --   
gentoo-user@gentoo.org mailing list  --When you play a Microsoft CD backwards you can hear demonic Voices...that's nothing - when you play it forward it installs Windows
Are you fearing my mouse? :3___)--gentoo-user@gentoo.org mailing list


Re: [gentoo-user] meaning of colors in emerge

2005-06-22 Thread Neil Bothwick
On Wed, 22 Jun 2005 11:40:47 -0300, Fernando Canizo wrote:

 Yesterday i hace to rebuild qt because it hasn't support for mysql,
 which i just installed before, and i noted the use flag +mysql
 appearing green colored.
 
 Y supposed, i assume correctly, that when a rebuild finds a new use
 flag because some other package activated it, it appears green, besides
 the blue for +use_flag and the red for -use_flag.

You're right, it means the USE flag has changed since the last tie this
package was merged. There's also a * next to changed flags, so you see
them even if you have no colours.


-- 
Neil Bothwick

A Microsoft joke (is that a tautology?)


pgpBM9OLhaWVf.pgp
Description: PGP signature


Re: [gentoo-user] Line numbers in nano

2005-06-22 Thread Holly Bostick
AJ Spagnoletti schreef:
 Holly just so you know for an answer to your question. On my end of it
 all your post made the list fine.
 
 AJ
 

Thank you, AJ.

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



Re: [gentoo-user] Serious problem after an emerge -uD world

2005-06-22 Thread Zac Medico
Gabriel Fernández wrote:
 Hi, i have a serious problem after an emerge -uD world, all my binary ones 
 were unusable, maybe the problem was that i play with de 
 fix_libtool_files.sh.
 after trying a lot, i have an idea to be used stage3 from the installation CD 
 to replace my binary, obtains that it worked temporary but after doing 
 emerges throws the error message that i posted, and everything returns to 
 begin.
 
 Please help me, i love gentoo, and now my home machine is down and i don't 
 want to waste my time installing all my system again.
 
 This is the error message
 /***/
 Traceback (most recent call last):
 File /usr/bin/emerge, line 2997, in ?
 unmerge(clean, [world])
 File /usr/bin/emerge, line 2167, in unmerge
 retval=portage.unmerge(mysplit[0],mysplit[1],portage.root,mysettings,unmerge_action
  
 not in [clean,prune])
 File /usr/lib/portage/pym/portage.py, line 2700, in unmerge
 mylink.unmerge(trimworld=mytrimworld,cleanup=1)
 File /usr/lib/portage/pym/portage.py, line 6131, in unmerge
 a=doebuild(myebuildpath,postrm,self.myroot,self.settings,use_cache=0,tree=vartree)
 File /usr/lib/portage/pym/portage.py, line 2465, in doebuild
 return spawn(EBUILD_SH_BINARY+ 
 +mydo,mysettings,debug=debug,free=1,logfile=logfile)
 File /usr/lib/portage/pym/portage.py, line 1507, in spawn
 return portage_exec.spawn_bash(mystring,env=env,**keywords)
 File /usr/lib/portage/pym/portage_exec.py, line 44, in spawn_bash
 return spawn(args,env=env,opt_name=opt_name,**keywords)
 File /usr/lib/portage/pym/portage_exec.py, line 167, in spawn
 raise str(e)+:\n   +myc+ +string.join(myargs)
 [Errno 2] No such file or directory:
 /bin/bash [glibc-2.3.4.20040808-r1] bash -c /usr/lib/portage/bin/ebuild.sh 
 postrm
 !!! FAILED postrm: 1
 
 Thanks, a lot
From Uruguay,
 and sorry by my english

Did you unmerge glibc?  You can chroot into a stage3 and use quickpkg to 
create a binary glibc package (tbz2).  Then untar that tbz2 into your root 
filesystem and then run ldconfig -r.

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



[gentoo-user] OT: /proc

2005-06-22 Thread James
Hello,

There is a short article on /proc in the linux journal that may
be of interest to those who want some insight into /proc:

Manipulating all manners of runtime state information by using file-level 
system calls and commands.

http://www.linuxjournal.com/article/8381

enjoy,

James

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ip forwarding question

2005-06-22 Thread askar ...
Thanks all for help.

Let me make clear what I'd like to do:

At home I have to PCs.
PC1 is router. (eth0 for lan, eth1 for WAN, connected with ADSL modem)
PC2 is another pc ina LAN.

I'm planning to run web server on PC2 with ip address 192.168.0.2.

  The iptables scripts as follows:
  -
  #!/bin/bash
  IPTABLES='/sbin/iptables'
 
  # Set interface values
  EXTIF='ppp0'
  INTIF1='eth0'
 
  # enable ip forwarding in the kernel
  /bin/echo 1  /proc/sys/net/ipv4/ip_forward
 
 Note that this should be better done in the ppp-connect script rather
 than here. The iptables should be set up at boot time, I'd suggest. So
 you're not imposing a (rather short) open firewall situation. In fact,
 iptables doesn't care if interfaces are already available when setting
 up routes.

But is it ok if I keep /bin/echo 1  /proc/sys/net/ipv4/ip_forward in
my iptables rule? I have never used ppp-connect script. At home I use
rp-pppoe.

  #echo -e- Allowing access to the SSH server
  $IPTABLES -A INPUT --protocol tcp --dport 22 -j ACCEPT
 
  #echo -e- Allowing access to the HTTP server
  $IPTABLES -A INPUT --protocol tcp --dport 80 -j ACCEPT
 
 Not needed, as all respective packets will get rewritten to 192.168.0.2
 and will never hit the INPUT table. That doesn't include packets from
 internal LAN, see respective rule below.
Do you mean about dport22 and dport80 both? Or only about dport80?

  # block out all other Internet access on $EXTIF
  $IPTABLES -A INPUT -i $EXTIF -m state --state NEW,INVALID -j DROP

 Hm, you may switch that to a simple
 $IPTABLES -P INPUT DROP
$IPTABLES -P INPUT DROP stopped internet connection

 [from here use proposed parts below, I'll continue commenting]
 
  $IPTABLES -A FORWARD -i $EXTIF -m state --state NEW,INVALID -j DROP
 
 ?!? This would drop all requests from ppp0, especially the ones to the
 www port...
You mean I can leave it as it is?

  $IPTABLES -A FORWARD -i ppp0 -d 192.168.0.2 -p tcp --dport 80 -m state
  --state NEW,RELATED,ESTABLISHED -j ACCEPT
 
 and thus this cannot match, either.
 
 
 so from above [...] marked point, the approach would be
 
 $IPTABLES -A FORWARD -i $EXTIF -p tcp --dport 80 -d 192.168.0.2 \
  -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT
 
 $IPTABLES -P FORWARD DROP
 
 $IPTABLES -t nat -A PREROUTING -i $EXTIF -p tcp --dport 80 \
  -j DNAT --to 192.168.0.2
 
 This will alter the destination IP and let FORWARD rules apply.
 
 Note that any Logging entries must be inserted before the respective
 ACCEPTs or DROPs.
My iptables rule with taking into account your comments became:

#!/bin/bash
IPTABLES='/sbin/iptables'

# Set interface values
EXTIF='ppp0'
INTIF1='eth0'

# enable ip forwarding in the kernel
/bin/echo 1  /proc/sys/net/ipv4/ip_forward

# flush rules and delete chains
$IPTABLES -F
$IPTABLES -X

# enable masquerading to allow LAN internet access
$IPTABLES -t nat -A POSTROUTING -o $EXTIF -j MASQUERADE

# forward LAN traffic from $INTIF1 to Internet interface $EXTIF
$IPTABLES -A FORWARD -i $INTIF1 -o $EXTIF -m state --state
NEW,ESTABLISHED -j ACCEPT

$IPTABLES -A FORWARD -i eth0 -o ppp0 -j LOG --log-prefix Dropped outgoing: 
$IPTABLES -A FORWARD -i ppp0 -o eth0 -j LOG --log-prefix Dropped incoming: 

# block out all other Internet access on $EXTIF
$IPTABLES -A INPUT -i $EXTIF -m state --state NEW,INVALID -j DROP
$IPTABLES -A FORWARD -i $EXTIF -m state --state NEW,INVALID -j DROP

$IPTABLES -A FORWARD -i $EXTIF -p tcp --dport 80 -d 192.168.0.2 -m
state --state NEW,ESTABLISHED,RELATED -j ACCE$

$IPTABLES -P FORWARD DROP

$IPTABLES -t nat -A PREROUTING -i $EXTIF -p tcp --dport 80 -j DNAT
--to 192.168.0.2

--
Unfortunately, I'm still unable to see my web page from LAN, when I
try to access my domain.com... :(

askar

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ip forwarding question

2005-06-22 Thread askar ...
On 6/22/05, A. Khattri [EMAIL PROTECTED] wrote:
 On Tue, 21 Jun 2005, askar ... wrote:
 
  Thanks, but I already have this script in my iptable rules.
  My router works for PC in LAN.
  But when I run in LAN PC www.mydomain.com http://www.mydomain.com it
  doesn't homepage. Though I can see web page when I run http://localhost.
 
 No it won't.
 
 Because the IP for www.mydomain.com is different from inside and outside
 your LAN. LAN client *should* use localhost (or the local IP address for
 that site). Clients outside your network *should* use the WAN IP. You
 can't test the WAN access from inside your network because your HTTP
 request won't be coming in on the WAN network card.
 
Why I can't see www.mydomain.com from LAN? www.mydomain.com is
registered at providers DNS server.

askar

-- 
gentoo-user@gentoo.org mailing list



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

2005-06-22 Thread Ryan Viljoen
Yes it is the current one assuming you save the .config file when
exiting. This is obviously required for the compilation of the kernel.

Glad to hear you got it working.
Cheers
Rav

On 6/22/05, Fernando Meira [EMAIL PROTECTED] wrote:
 Yep.. it was just a boot parameters issue!!
  
  Just had to clean the ram disk stuff, and the initrd line, and everything
 went well!!
  
  For a future recompilitation, when I do make menuconfig or make
 xconfig, the configuration showed is the current one or a default one?
 Logically, I would say that it is the current one (so that I just need to
 focus in what I need to add/remove/change) than always have to look each
 detail. If somebody could confirm me that.. it's better to know!
  
  Thanks!
 
 
 On 6/22/05, Ryan Viljoen [EMAIL PROTECTED] wrote:
  
  Ok you say you compiled the kernel manually, all you need to do is
  include support for the VFS file system in your kernel preferably
  built in rather than a module. That should do the job. As for the
  options for your kernel you dont need all the ram disk stuff that 
  genkernel uses.
  Yours can simply be:
  title=Gentoo Linux 2.6.11 R10
  root (hd0,*)
  kernel /kernel-2.6.11-gentoo-r10 root=/dev/hda*
  
  And that should do the trick, if you have enabled the vesa frame
  buffers than there are a couple other parameters that you need to 
  enable but not to worry bout that just yet.
  
  Cheers
  Rav
  
  On 6/22/05, Fernando Meira [EMAIL PROTECTED] wrote:
   Ok, still unsolved!
  
I know that this can happen due to 2 reasons: 
1) wrong boot parameters,
2) compiled fs as module.
  
I've been checking the first reason, and I couldn't solve through it...
 I
   use grub, and the first time I compiled the kernel using genkernel. Now
 I 
   compiled it manually. The boot parameters differ from each type of
 kernel
   compiling, right? I tried to remove all the root=/dev/ram0... leaving
 just
   the /boot/vmlinuz root=/dev/hda4, but it didn't work (though the error 
   message said now unknown-block(3,4) instead of (1,0).
Note: before I had kernel-2.6.11-r9 and now I have vmlinuz...
  
For the second reason, I'm sure that I compiled ReiserFS in the kernel,
 and 
   not as module. However, it was the only one I compiled! Did I need ext2,
   even though I don't have ext2?
  
Any ideas before I recompile the kernel again?
And, if I have to recompile it, do I start with previous the
 configuration, 
   where I would just need to check this fs detail, or will I have to pass
   through all the items again?
  
thanks!!
  
  
   On 6/22/05, Fernando Meira  [EMAIL PROTECTED] wrote:
I should have read this mail before I rebooted.. :P
   
I end up with a
   
VDF-fs: No partition found (1)
Kernel panic - not syncing: VFS: Unable to mount root fs on 
   unknown-block(1,0)
   
I will need to use the livecd to fix the prob.. after I find what's
 going
   on...
   
   
   
On 6/22/05, Ryan Viljoen  [EMAIL PROTECTED]  wrote:
   My problem is that I assume that the new configuration replaces
 the
  previous one. So, I would need to replace all files. 

 You dont need to replace your old kernel files you can simply copy
 them over to /boot under a different name so use:
 My previous kernel has:
 /boot/kernel- 2.6.11-gentoo-r10
 /boot/initrd-2.6.11-gentoo-r10
 /boot/System.map-2.6.11-gentoo-r10
 or what ever your new kernel is. Than just add a new option in your
 grub.conf much like the old one for you newly compiled kernel. This
 probably the best thing to do especially if your new kernel has
 errors
 when loading, you can easily revert back to the old one and fix the 
 problem.

 Cheers
 Rav

 --
 When you play a Microsoft CD backwards you can hear demonic
 Voices... 
 that's nothing - when you play it forward it installs Windows
 Are you fearing my mouse? :3___)

 --
 gentoo-user@gentoo.org mailing list


   
   
  
  
  
  
  --
  When you play a Microsoft CD backwards you can hear demonic Voices...
  that's nothing - when you play it forward it installs Windows 
  Are you fearing my mouse? :3___)
  
  --
  gentoo-user@gentoo.org mailing list
  
  
 
  


-- 
When you play a Microsoft CD backwards you can hear demonic Voices...
that's nothing - when you play it forward it installs Windows
Are you fearing my mouse? :3___)

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OpenOffice 2 beta

2005-06-22 Thread Michael W. Holdeman
On Wednesday 22 June 2005 09:43 am, Patrick Marquetecken wrote:
 Hi,

 With the latest bin version I can't open of save documents that are on a
 nfs volume, has anyone else the same problem?

No problem here with nfs mounts, but I cannot open some documents that were 
saved as .odt files using version 79.

I had to downgrade to 79 open the affected docs, save them as the old 
openoffice1, then upgrade again to version 109 and open them and save again 
as .odt, overwriting the old ones, then all was 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



[gentoo-user] `emerge -uDav world` blocked

2005-06-22 Thread Kurt Guenther

I don't understand this.  I have a blocked package: ssmtp (below), but
it's not even installed.   I assume this means that there's no
acceptable package available given my current mask options. 

I recently unmasked subversion and some dependencies.

dev-util/subversion ~x86
net-www/apache ~x86
net-www/gentoo-webroot-default ~x86
dev-libs/apr ~x86
dev-libs/apr-util ~x86

I've tried to unmask these to get things going again:

dev-php/mod_php ~x86
mail-mta/ssmtp ~x86
mail-mta/qmail ~x86

But, no luck.   Am I working with bad assumptions or just missing
something?

--Kurt



enigma apache # emerge -uDav world

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

Calculating world dependencies ...done!
[blocks B ] mail-mta/ssmtp (is blocking mail-mta/qmail-1.03-r15)
[ebuild  N] net-mail/mailbase-0.00-r9  +pam 0 kB
[ebuild  N] mail-mta/ssmtp-2.61  +ipv6 -mailwrapper -md5sum +ssl 52 kB
[ebuild  N] mail-mta/qmail-1.03-r15  -debug -noauthcram
-notlsbeforeauth (-selinux) +ssl 383 kB
[ebuild  NS   ] dev-php/mod_php-4.3.11-r2  +X +apache2 +berkdb +crypt
+curl -debug -doc -fdftk -firebird -flash -freetds +gd -gd-external
+gdbm -gmp -hardenedphp -imap -informix +ipv6 +java +jpeg -kerberos
-ldap -mcal -memlimit -mssql +mysql +nls -oci8 -odbc +pam +pdflib +png
-postgres -qt -snmp +spell +ssl +tiff +truetype +xml2 -yaz 3,919 kB

Total size of downloads: 4,355 kB

snip

enigma apache # emerge -s ssmtp
Searching...
[ Results for search key : ssmtp ]
[ Applications found : 1 ]

*  mail-mta/ssmtp
  Latest version available: 2.61
  Latest version installed: [ Not Installed ]
  Size of downloaded files: 52 kB
  Homepage:ftp://ftp.debian.org/debian/pool/main/s/ssmtp/
  Description: Extremely simple MTA to get mail off the system to a
Mailhub
  License: GPL-2


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] lirc

2005-06-22 Thread Luigi Pinna
Hello!
I installed lirc in my home computer but when I start the service the 
server go down immediately.
In the log I read:

Jun 22 19:43:28 Cinzia lircd-0.7.1[4887]: lircd(serial) ready
Jun 22 19:43:35 Cinzia lircd-0.7.1[4887]: accepted new client 
on /dev/lircd
Jun 22 19:43:35 Cinzia lircd-0.7.1[4887]: could not get file information 
for /dev/lirc
Jun 22 19:43:35 Cinzia lircd-0.7.1[4887]: default_init(): No such file 
or directory
Jun 22 19:43:35 Cinzia lircd-0.7.1[4887]: caught signal

I have no /dev/lirc ...
What must I do? I use udev but the device doesn't exist
I can create it with mknod but I don't know the major and the minor of 
the device...
In every case, can someone help me?
Thanks a lot,
Luigi
-- 
Public key GPG(0x073A0960) on http://keyserver.linux.it/


pgpz5J8z33Exg.pgp
Description: PGP signature


[gentoo-user] unsibscribe

2005-06-22 Thread Tamer Higazi


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] konqueror-kedit

2005-06-22 Thread Michael W. Holdeman
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
-- 
 
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] unsibscribe

2005-06-22 Thread Vicente Louvet
wrong address :-D

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



[gentoo-user] Bugzilla and new ebuilds

2005-06-22 Thread James
Hello,

In may I requested network management package be added to portage,
jffnms. It was entered into bugzilla (92501). Since then it has 
progressed to a masked package in portage.

I just (today) got email that is rather cryptic to me. Help understanding
what going on is most appreciated:

snip
Clear-Text: http://bugs.gentoo.org/show_bug.cgi?id=92501
Secure: https://bugs.gentoo.org/show_bug.cgi?id=92501


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Keywords|REQUEST |EBUILD

snip

OK If I were to guess at the meaning, it's now an ebuild not a request any
more (even though the skeleton ebuild was created some weeks ago).

What puzzles me is that poking around I find this page:
http://bugs.gentoo.org/describekeywords.cgi

Selecting The EBUILD row all the way to the right under the bugs column, the
number 4338 is linked to this page:
http://bugs.gentoo.org/buglist.cgi?keywords=EBUILD

search for the keyword '92501' it looks as though they (gentoo denizens)
are looking for a maintainer?

92501   enh P2  All [EMAIL PROTECTED]   
NEW net-analyzer/jffnms-0.8.2 ebuild request

OK, if my limited cerebrial functions are correct, it's dead in the water
until a 'maintainer' picks up the effort?

Is there anything I can do (like be a poezrrr and try to maintain this
package for the gentoo community?)

There's lots of information with Bugzilla, but much of it's enlightenment
does not seem intuitive to me, nor have a found a lucid document that
turns  bugzilla into a knowledge tool. (obviously my_bad juju)

Any help or comments are appreciated.
James




-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Bugzilla and new ebuilds

2005-06-22 Thread Daniel Drake
James wrote:
 In may I requested network management package be added to portage,
 jffnms. It was entered into bugzilla (92501). Since then it has 
 progressed to a masked package in portage.

I don't see it in portage.

 I just (today) got email that is rather cryptic to me. Help understanding
 what going on is most appreciated:
 
 snip
 Clear-Text: http://bugs.gentoo.org/show_bug.cgi?id=92501
 Secure: https://bugs.gentoo.org/show_bug.cgi?id=92501
 
 
 [EMAIL PROTECTED] changed:
 
What|Removed |Added
 
Keywords|REQUEST |EBUILD
 
 snip
 
 OK If I were to guess at the meaning, it's now an ebuild not a request any
 more (even though the skeleton ebuild was created some weeks ago).

Correct, the keyword should have been changed at that point but wasn't, so
jakub fixed it up.

 What puzzles me is that poking around I find this page:
 http://bugs.gentoo.org/describekeywords.cgi
 
 Selecting The EBUILD row all the way to the right under the bugs column, the
 number 4338 is linked to this page:
 http://bugs.gentoo.org/buglist.cgi?keywords=EBUILD
 
 search for the keyword '92501' it looks as though they (gentoo denizens)
 are looking for a maintainer?
 
 92501 enh P2  All [EMAIL PROTECTED]   
   NEW net-analyzer/jffnms-0.8.2 ebuild request

You don't need to go to all that trouble to find that it was assigned to
[EMAIL PROTECTED] Open the bug itself:

http://bugs.gentoo.org/show_bug.cgi?id=92501

And towards the top, you see:

 Assigned To:Default Assignee for New Packages [EMAIL PROTECTED]

 OK, if my limited cerebrial functions are correct, it's dead in the water
 until a 'maintainer' picks up the effort?

Yes, maintainer being a member of the gentoo development group.

 Is there anything I can do (like be a poezrrr and try to maintain this
 package for the gentoo community?)

Do you know how to write and understand ebuilds? If you don't, then you
wouldn't make a very suitable maintainer :)

If you did want to become the maintainer, you could read through our developer
documentation:
http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml
http://dev.gentoo.org/~plasmaroo/devmanual/

You'd then apply to become a Gentoo developer, and after going through the
recruitment stages, you could then add the ebuild to portage and become a
maintainer of that as well as of other ebuilds.

However, on your bug, you noticed that someone posted an ebuild for the
package you requested. Marcelo is actually a Gentoo developer, so it may well
be that he has an interest in the software. You may be in luck, as he may well
develop the ebuild, add it to portage, and become the maintainer.

 There's lots of information with Bugzilla, but much of it's enlightenment
 does not seem intuitive to me, nor have a found a lucid document that
 turns  bugzilla into a knowledge tool. (obviously my_bad juju)

No, we lack decent bugzilla documentation but hopefully this will be resolved
soon...

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



Re: [gentoo-user] lirc

2005-06-22 Thread Christoph Gysin
Luigi Pinna wrote:
 I have no /dev/lirc ...
 What must I do? I use udev but the device doesn't exist
 I can create it with mknod but I don't know the major and the minor of 
 the device...

I had the same problem on my xbox a while ago.

Either set in /etc/conf.d/lircd
LIRCD_OPTS=-d /dev/lirc0

or set a rule in /etc/udev/rules.d/10-udev.rules
KERNEL=lirc0, NAME=%k, SYMLINK=lirc

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



Re: [gentoo-user] blog software recommendation for gentoo?

2005-06-22 Thread Bill Carlson
On Sat, 18 Jun 2005, Dmitri Vassilenko wrote:

 On Friday June 17 2005 22:08, A. Khattri wrote:
  On Fri, 17 Jun 2005, Dmitri Vassilenko wrote:
   [Blosxom](http://www.blosxom.com/) deals with plain text files. If you
   want a simple blogging engine, this is it. :)
 
  True but isn't it CGI-based?
 
 Yes, it is. It's a single .cgi file IIRC.

It CAN be cgi-based, it can also be used to output static files.

I use it both ways, dynamic to proof things and static to publish.

Bill Carlson
-- 
Systems Administrator[EMAIL PROTECTED]  | Anything is possible,
Virtual Hospital  http://www.vh.org/  | given time and money.
University of Iowa Hospitals and Clinics  |   
Opinions are mine, not my employer's. | 

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Bugzilla and new ebuilds

2005-06-22 Thread James
Daniel Drake dsd at gentoo.org writes:

 
 James wrote:
  In may I requested network management package be added to portage,
  jffnms. It was entered into bugzilla (92501). Since then it has 
  progressed to a masked package in portage.
 
 I don't see it in portage.


emerge -s jffnms
Searching...
[ Results for search key : jffnms ]
[ Applications found : 1 ]

*  net-analyzer/jffnms [ Masked ]
  Latest version available: 0.8.2
  Latest version installed: [ Not Installed ]
  Size of downloaded files:  [no/bad digest]
  Homepage:http://www.jffnms.org/
  Description: Network Management and Monitoring System.
  License: GPL-2



James

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problems writing CDs

2005-06-22 Thread Christian Herzyk
Am Dienstag 21 Juni 2005 23:50 schrieb Zac Medico:
 Christian Herzyk wrote:
  Am Dienstag 21 Juni 2005 21:30 schrieb Zac Medico:
 Christian Herzyk wrote:
 Hello all,
 
 I cannot write CDs anymore.
 The only thing i changed lately was an upgrade to cdrtools-2.01-r3 from
 r2 some days ago. Now nearly all attempts to burn an audio CD end with
  an error. After some of the mistakes (using k3b) I searched the forum
  and found some postings on problems writing CDs as normal user.
 So I tried the ck-sources (2.6.11_p10) as these were said to have a
 patch, no change. The last thing I tried was using cdrecord as root
  (both with the ck-sources and the gentoo-sources-2.6.11), but I still
  get errors like the following:
 
 Track 01: Total bytes read/written: 45236016/45236016 (19233 sectors).
 Track 02: Total bytes read/written: 57692208/57692208 (24529 sectors).
 cdrecord: Success. write_g1: scsi sendcmd: no error
 CDB:  2A 00 00 00 DD CF 00 00 1B 00
 status: 0x2 (CHECK CONDITION)
 Sense Bytes: 70 00 03 00 00 00 00 10 20 31 00 80 02 00 00 00
 Sense Key: 0x3 Medium Error, Segment 0
 Sense Code: 0x02 Qual 0x00 (no seek complete) Fru 0x0
 Sense flags: Blk 0 (not valid)
 resid: 63504
 cmd finished after 5.457s timeout 40s
 write track data: error after 29910384 bytes
 cdrecord: A write error occured.
 cdrecord: Please properly read the error message above.
 cdrecord: Success. close track/session: scsi sendcmd: no error
 CDB:  5B 00 02 00 00 00 00 00 00 00
 status: 0x2 (CHECK CONDITION)
 Sense Bytes: 70 00 03 00 00 00 00 10 20 3B 00 80 02 00 00 00
 Sense Key: 0x3 Medium Error, Segment 0
 Sense Code: 0x02 Qual 0x00 (no seek complete) Fru 0x0
 Sense flags: Blk 0 (not valid)
 cmd finished after 4.906s timeout 480s
 cmd finished after 4.906s timeout 480s
 cdrecord: Cannot fixate disk.
 
 I even tried different media types, all of them were used before without
 any problems (I think I lost only 2 CD-Rs in over 2 years) so I would
  say it is not any bad media.
 What makes me wonder is that once I could finish writing a CD-R and once
 with an CD-RW (using k3b as user) the other ~8 tries were failures.
 
 Any hints what could be the problems?
 
 Thanks a lot
 
 Christian
 
 Have you reverted back to cdrtools-2.01-r2?  I'm currently using
 cdrtools-2.01.01_alpha01-r2 with no problems.
 
 Zac
 
  Hi Zac,
 
  as cdrtools-2.01-r2 is no longer in portage I tried upgrading to
  2.01.01_alpha01-r2.
  I still get the same error:
  Track 08:1 of   50 MB written (fifo 100%) [buf  89%]  24.5x.cdrecord:
  Success. write_g1: scsi sendcmd: no error
  CDB:  2A 00 00 02 4C 7F 00 00 1B 00
  status: 0x2 (CHECK CONDITION)
  Sense Bytes: 70 00 03 00 00 00 00 10 20 3B 00 80 02 00 00 00
  Sense Key: 0x3 Medium Error, Segment 0
  Sense Code: 0x02 Qual 0x00 (no seek complete) Fru 0x0
  Sense flags: Blk 0 (not valid)
  resid: 63504
  cmd finished after 5.316s timeout 40s
  write track data: error after 1143072 bytes
  cdrecord: A write error occured.
 
  I get the same error after downgrading to 2.01-r1.
 
  Any other hints?
 
  Christian

 Have you reverted back to the old kernel?  If you have FEATURES=buildpkg
 set in make.conf then you may have a backup cdrtools binary package. 
 Otherwise, I recommend to make a backup with quickpkg before your upgrade
 something.

I tried with both the ck kernel and my, up to now, regular 
gentoo-sources-2.6.11-r6 based kernel, no change.

 I would experiment with cdrw discs until this is resolved.  I recall
 getting a similar error when I attempted to overburn a 650MB cdrw. 
 Sometimes a full blank is necessary with cdrw/dvdrw discs.

The error comes up even when simulating the write proces.

What I wonder now. Can this be a hardware problem?
Next thing I will try writing a CD with windows. If it fails there then I can 
be quite sure about a hw problem.

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



Re: [gentoo-user] unsibscribe

2005-06-22 Thread Daniel da Veiga
Man, it isn't THAT hard to unsubscrive, its all on the site!
I've seen so many people trying other misterious ways, when you just
have to access the site, read a few lines and do it right.

Empty mail to:
nameofthelist[EMAIL PROTECTED]

That easy!

On 6/22/05, Tamer Higazi [EMAIL PROTECTED] wrote:
 
 
 --
 gentoo-user@gentoo.org mailing list
 
 


-- 
Daniel da Veiga
Computer Operator - RS - Brazil

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problems writing CDs

2005-06-22 Thread Zac Medico
Christian Herzyk wrote:
 
 The error comes up even when simulating the write proces.
 
 What I wonder now. Can this be a hardware problem?

Quite possibly.  Maybe it's too dirty inside.

 Next thing I will try writing a CD with windows. If it fails there then I can 
 be quite sure about a hw problem.

Good idea.

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



Re: [gentoo-user] Re: Bugzilla and new ebuilds

2005-06-22 Thread Daniel Drake
James wrote:
 emerge -s jffnms
 Searching...
 [ Results for search key : jffnms ]
 [ Applications found : 1 ]
 
 *  net-analyzer/jffnms [ Masked ]
   Latest version available: 0.8.2
   Latest version installed: [ Not Installed ]
   Size of downloaded files:  [no/bad digest]
   Homepage:http://www.jffnms.org/
   Description: Network Management and Monitoring System.
   License: GPL-2
 

That doesn't exist in portage. My guess is that you have it in your overlay.

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



Re: [gentoo-user] Line numbers in nano

2005-06-22 Thread Mauro Faccenda
Daniel da Veiga wrote:
 In fact, he mentioned META key, wich is ALT, not CTRL, and that is
 just a shortcut (-c command line option) when you're using the
 interface already, alt+c will bring the constant cursor position, so,
 he was first, just used a more complex explanation.

That is it. You're right.

[]'s
Mauro
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ip forwarding question

2005-06-22 Thread Daniel da Veiga
You mentioned you have a router, does it have port forwarding set and
running? Can you see your domain from outside your LAN? Various ISPs
block traffic to the 80, 23, 25, 22 and other ports.

On 6/22/05, askar ... [EMAIL PROTECTED] wrote:
 On 6/22/05, A. Khattri [EMAIL PROTECTED] wrote:
  On Tue, 21 Jun 2005, askar ... wrote:
 
   Thanks, but I already have this script in my iptable rules.
   My router works for PC in LAN.
   But when I run in LAN PC www.mydomain.com http://www.mydomain.com it
   doesn't homepage. Though I can see web page when I run http://localhost.
 
  No it won't.
 
  Because the IP for www.mydomain.com is different from inside and outside
  your LAN. LAN client *should* use localhost (or the local IP address for
  that site). Clients outside your network *should* use the WAN IP. You
  can't test the WAN access from inside your network because your HTTP
  request won't be coming in on the WAN network card.
 
 Why I can't see www.mydomain.com from LAN? www.mydomain.com is
 registered at providers DNS server.
 
 askar
 
 --
 gentoo-user@gentoo.org mailing list
 
 


-- 
Daniel da Veiga
Computer Operator - RS - Brazil

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Bugzilla and new ebuilds

2005-06-22 Thread James
Daniel Drake dsd at gentoo.org writes:

 You don't need to go to all that trouble to find that it was assigned to
 maintainer-needed at gentoo.org. Open the bug itself:

 http://bugs.gentoo.org/show_bug.cgi?id=92501

 And towards the top, you see:

  Assigned To:  Default Assignee for New Packages maintainer-needed 
 at
gentoo.org

Curiously the last part 'maintainer-needed at gentoo.org'
does not show up in my mozilla.?
So I could not gleen that information, nor what it means that a
maintainer-needed email address infers.

  OK, if my limited cerebrial functions are correct, it's dead in the water
  until a 'maintainer' picks up the effort?

 Yes, maintainer being a member of the gentoo development group.

Is this an actual huminoid/cyborg, or a solicitation for somebody
to maintain the package?


  Is there anything I can do (like be a poezrrr and try to maintain this
  package for the gentoo community?)

 Do you know how to write and understand ebuilds? If you don't, then you
 wouldn't make a very suitable maintainer :)

 If you did want to become the maintainer, you could read through our developer
 documentation:
 http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml
 http://dev.gentoo.org/~plasmaroo/devmanual/

 You'd then apply to become a Gentoo developer, and after going through the
 recruitment stages, you could then add the ebuild to portage and become a
 maintainer of that as well as of other ebuilds.

thinkingthinkingthinking...searching...freetime...freetime...
invalid...deletingdeleting...sleep...thinking...deleting_sleep
thinking...drinking...under_consideration

 However, on your bug, you noticed that someone posted an ebuild for the
 package you requested. Marcelo is actually a Gentoo developer, so it may well
 be that he has an interest in the software. You may be in luck, as he may well
 develop the ebuild, add it to portage, and become the maintainer.

OK, I see his name at the bottom, but, if he's to be the 'substantiator'
of the jffnms ebuild, wouldn't he have fulfilled the
maintainer-needed email address? Or do developers do these things
in silence, clandestinely and then become the maintainer when the
package is stable?  Or ebuild the package and then hand it off
to a poezrrr such as myself?  I'm just not sure what the semantics are here.
Also, being over 45 puts me at a disadvantage with the lingo and
thought processes employed by those youthful minds..
Anyway it's been a month since his comments. Maybe he's bored with jffnms,
or it's too difficult to create an ebuild, and he has given up and the
package is orphaned? How would I know, just sit around with a digit
up where no sun shines?

Surely it does not take a capable person a month to install Jffnms.
1/3 of my attempts (on Debian) actuallywork, until I screwed something
up. It's not an easy package to install or configure. But, when it
is setup correctly, it a fantastic Network Management Package.
My strengths are more hardware and device driver type of stuff.
I'm definately not the web/application specialist it takes to conquer
a package such as jffnms. But, if the package has been orphaned, which
I'm still trying to ascertain, then I have no choice but to noodle
at the jffnms ebuild, do I? Whether I poez as the maintainer is
a horse of another color, methinks.

  There's lots of information with Bugzilla, but much of it's enlightenment
  does not seem intuitive to me, nor have a found a lucid document that
  turns  bugzilla into a knowledge tool. (obviously my_bad juju)

 No, we lack decent bugzilla documentation but hopefully this will be resolved
 soon...

Now your teasing me? 
Can we peep at the unfinished work, if wezz promise to withhold
questions and comments?

James

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] unsibscribe

2005-06-22 Thread Vicente Louvet
word i thought the same thing...


--- Daniel da Veiga [EMAIL PROTECTED] wrote:

 Man, it isn't THAT hard to unsubscrive, its all on
 the site!
 I've seen so many people trying other misterious
 ways, when you just
 have to access the site, read a few lines and do it
 right.
 
 Empty mail to:
 nameofthelist[EMAIL PROTECTED]
 
 That easy!
 
 On 6/22/05, Tamer Higazi [EMAIL PROTECTED]
 wrote:
  
  
  --
  gentoo-user@gentoo.org mailing list
  
  
 
 
 -- 
 Daniel da Veiga
 Computer Operator - RS - Brazil
 
 -- 
 gentoo-user@gentoo.org mailing list
 
 




 
Yahoo! Sports 
Rekindle the Rivalries. Sign up for Fantasy Football 
http://football.fantasysports.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Bugzilla and new ebuilds

2005-06-22 Thread James
Daniel Drake dsd at gentoo.org writes:

 
 James wrote:
  emerge -s jffnms
  Searching...
  [ Results for search key : jffnms ]
  [ Applications found : 1 ]
  
  *  net-analyzer/jffnms [ Masked ]
Latest version available: 0.8.2
Latest version installed: [ Not Installed ]
Size of downloaded files:  [no/bad digest]
Homepage:http://www.jffnms.org/
Description: Network Management and Monitoring System.
License: GPL-2
  
 
 That doesn't exist in portage. My guess is that you have it in your overlay.


Well,
I guess that answer the question of my being the jffnms package maintainer?

I think I have a little bit more time to tame/master gentoo, before I become
a package maintainer for something like jffnms..

(ya_think)?

James



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Hardware acceleration for ATI 9100? (Pundit-R)

2005-06-22 Thread Richard Fish

Well, if it is the IGP or Mobility version of the chip, only 2D is
supported by the fglrx driver, but maybe that is a hardware
limitation??  The 'radeon' driver should support hardware 3D
acceleration on 9100 chips, so you might want to try that.

-Richard



Richard,
   Will do. Is that information listed somewhere? I spent time looking
for lists of devices supported by the drivers but couldn't find it.
The words seemed too generic to get Google to find what I was looking
for.

   Anyway, thanks. I'll give the radeon driver a shot this morning.
  


For the radeon features, man radeon ;-

For the fglrx driver: http://www2.ati.com/drivers/linux/linux_8.14.13.html

The release notes for fglrx should also be somewhere under
/usr/share/doc/fglrx*...I can't confirm this since I do not have the ATI
drivers installed however.


-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] text browser with frames and javascript that actually works

2005-06-22 Thread Daniel da Veiga
I have to thank you Iain, I was looking for a solution like this for a
LONG time!

On 6/22/05, W.Kenworthy [EMAIL PROTECTED] wrote:
 Thanks, worked great.  Thinking outside the square!  I had gotten into
 the train of thought that console must equal textbrowser.
 
 BillK
 
 
 
 On Wed, 2005-06-22 at 16:22 +0930, Iain Buchanan wrote:
  On Wed, 2005-06-22 at 14:23 +0800, W.Kenworthy wrote:
 ...
 
  from pc at work:
  ssh -L :192.168.1.3:80 [EMAIL PROTECTED]
 
 ...
  --
  Iain Buchanan [EMAIL PROTECTED]
 
 
 --
 gentoo-user@gentoo.org mailing list
 
 


-- 
Daniel da Veiga
Computer Operator - RS - Brazil

-- 
gentoo-user@gentoo.org mailing list



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

2005-06-22 Thread 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... ;)

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]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Hardware acceleration for ATI 9100? (Pundit-R)

2005-06-22 Thread Richard Fish
I re-arranged your message a bit to make the answers flow a bit better.

Mark Knecht wrote:

 Hey Richard,
 So this Pundit-R is driving the S-Video input on a TV set. 


Oops, I forgot you were doing that...sorry.

 Can you recommend where I'd look to find the right settings for
 driving a TV input with the radeon driver and 9100 IGP chipset?


Well, you already got farther than I did with the radeon driver and
S-Video outputI never got anything to display!  Unfortuantely, I am
6000 miles away from anything with an S-Video input (in France), and
won't be home for another month, so I cannot do any testing on my end to
see...

As for a specific guide for getting a TV display to work with the radeon
driver, no I haven't found anything.  But, you might want to try setting
the CRT2HSync and CRT2VRefresh settings with the radeon driver.  I am
assuming that the S-Video output is being operated as the secondary
monitor, and the defaults for these are undefined.  See man radeon
for the gory details.

 Linux agpgart interface v0.100 (c) Dave Jones
 [drm] Initialized drm 1.0.0 20040925
 ACPI: PCI interrupt :01:05.0[A] - GSI 16 (level, low) - IRQ 16
 [drm] Initialized radeon 1.14.0 20050125 on minor 0: PCI device
 1002:5834 (ATI Technologies Inc)
 SNIP
 [drm:radeon_cp_init] *ERROR* radeon_cp_init called without lock held
 [drm:drm_unlock] *ERROR* Process 6162 using kernel context 0


Ouch, that doesn't look good.  But maybe this can help:

http://dri.freedesktop.org/wiki/DriTroubleshooting

It seems you need to load the chipset-specific AGP driver in addition to
agpgart.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] text browser with frames and javascript that actually works

2005-06-22 Thread Mark Shields
You can use links with Javascript by compiling it with the
javascript USE flag (USE=javascript emerge links or just add it to
your USE variable in your /etc/make.conf file).

On 6/22/05, Daniel da Veiga [EMAIL PROTECTED] wrote:
 I have to thank you Iain, I was looking for a solution like this for a
 LONG time!
 
 On 6/22/05, W.Kenworthy [EMAIL PROTECTED] wrote:
  Thanks, worked great.  Thinking outside the square!  I had gotten into
  the train of thought that console must equal textbrowser.
 
  BillK
 
 
 
  On Wed, 2005-06-22 at 16:22 +0930, Iain Buchanan wrote:
   On Wed, 2005-06-22 at 14:23 +0800, W.Kenworthy wrote:
  ...
  
   from pc at work:
   ssh -L :192.168.1.3:80 [EMAIL PROTECTED]
  
  ...
   --
   Iain Buchanan [EMAIL PROTECTED]
  
 
  --
  gentoo-user@gentoo.org mailing list
 
 
 
 
 --
 Daniel da Veiga
 Computer Operator - RS - Brazil
 
 --
 gentoo-user@gentoo.org mailing list
 
 


-- 
- Mark Shields

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] text browser with frames and javascript that actually works

2005-06-22 Thread Christoph Gysin
Iain Buchanan wrote:
 from pc at work:
 ssh -L :192.168.1.3:80 [EMAIL PROTECTED]

or, to start an ssh tunnel in the background, i use:

$ ssh -fNL port:host:port [EMAIL PROTECTED]

or for the opposite direction:

$ ssh -fNR port:host:port [EMAIL PROTECTED]

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



Re: [gentoo-user] `emerge -uDav world` blocked

2005-06-22 Thread Zac Medico
Kurt Guenther wrote:
 I don't understand this.  I have a blocked package: ssmtp (below), but
 it's not even installed.   I assume this means that there's no
 acceptable package available given my current mask options. 
 
 I recently unmasked subversion and some dependencies.
 
 dev-util/subversion ~x86
 net-www/apache ~x86
 net-www/gentoo-webroot-default ~x86
 dev-libs/apr ~x86
 dev-libs/apr-util ~x86
 
 I've tried to unmask these to get things going again:
 
 dev-php/mod_php ~x86
 mail-mta/ssmtp ~x86
 mail-mta/qmail ~x86
 
 But, no luck.   Am I working with bad assumptions or just missing
 something?
 
 --Kurt
 
 
 
 enigma apache # emerge -uDav world
 
 These are the packages that I would merge, in order:
 
 Calculating world dependencies ...done!
 [blocks B ] mail-mta/ssmtp (is blocking mail-mta/qmail-1.03-r15)
 [ebuild  N] net-mail/mailbase-0.00-r9  +pam 0 kB
 [ebuild  N] mail-mta/ssmtp-2.61  +ipv6 -mailwrapper -md5sum +ssl 52 kB
 [ebuild  N] mail-mta/qmail-1.03-r15  -debug -noauthcram
 -notlsbeforeauth (-selinux) +ssl 383 kB
 [ebuild  NS   ] dev-php/mod_php-4.3.11-r2  +X +apache2 +berkdb +crypt
 +curl -debug -doc -fdftk -firebird -flash -freetds +gd -gd-external
 +gdbm -gmp -hardenedphp -imap -informix +ipv6 +java +jpeg -kerberos
 -ldap -mcal -memlimit -mssql +mysql +nls -oci8 -odbc +pam +pdflib +png
 -postgres -qt -snmp +spell +ssl +tiff +truetype +xml2 -yaz 3,919 kB
 
 Total size of downloads: 4,355 kB
 
 snip
 
 enigma apache # emerge -s ssmtp
 Searching...
 [ Results for search key : ssmtp ]
 [ Applications found : 1 ]
 
 *  mail-mta/ssmtp
   Latest version available: 2.61
   Latest version installed: [ Not Installed ]
   Size of downloaded files: 52 kB
   Homepage:ftp://ftp.debian.org/debian/pool/main/s/ssmtp/
   Description: Extremely simple MTA to get mail off the system to a
 Mailhub
   License: GPL-2
 
 

ssmtp and qmail block eachother with RDEPEND=!virtual/mta and ssmtp is 
getting pulled in as the default virtual/mta for your profile. Do emerge -av 
qmail by itself to get past this.

Zac

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Bugzilla and new ebuilds

2005-06-22 Thread Daniel Drake
James wrote:
 Curiously the last part 'maintainer-needed at gentoo.org'
 does not show up in my mozilla.?

You have to log in first.

 Is this an actual huminoid/cyborg, or a solicitation for somebody
 to maintain the package?

Hah. It has to be a person :)

 OK, I see his name at the bottom, but, if he's to be the 'substantiator'
 of the jffnms ebuild, wouldn't he have fulfilled the
 maintainer-needed email address?Or do developers do these things
 in silence, clandestinely and then become the maintainer when the
 package is stable?  Or ebuild the package and then hand it off
 to a poezrrr such as myself?  I'm just not sure what the semantics are here.

Could mean anything. He might have written an ebuild before trying the
software, then decided the software wasn't worth it, or the ebuild writing was
too hard, who knows. But you got a developer posting an ebuild on your
new-ebuild bug - thats a lot more attention than a lot of these ebuild bugs
get. I'd suggest you try the ebuild, and email him thanking him for writing
it, letting him know that it works, and possibly offering your knowledge of
the application to help develop the ebuild further. Motivate the developer to
work on it and it will make progress :)
(again, you'll need to log in to see email addresses)

 Also, being over 45 puts me at a disadvantage with the lingo and
 thought processes employed by those youthful minds..
 Anyway it's been a month since his comments. Maybe he's bored with jffnms,
 or it's too difficult to create an ebuild, and he has given up and the
 package is orphaned? How would I know, just sit around with a digit
 up where no sun shines?

You can ask him, either on the bug or by email.

 
 Surely it does not take a capable person a month to install Jffnms.
 1/3 of my attempts (on Debian) actuallywork, until I screwed something
 up. It's not an easy package to install or configure. But, when it
 is setup correctly, it a fantastic Network Management Package.
 My strengths are more hardware and device driver type of stuff.
 I'm definately not the web/application specialist it takes to conquer
 a package such as jffnms. But, if the package has been orphaned, which
 I'm still trying to ascertain, then I have no choice but to noodle
 at the jffnms ebuild, do I? Whether I poez as the maintainer is
 a horse of another color, methinks.

Other interested developers may come along, find the bug, and put it into
portage. Unfortunately this isn't very likely as maintaining an ebuild is a
big commitment and a lot of work, and many us already have a big enough
collection under our belts...

No, we lack decent bugzilla documentation but hopefully this will be resolved
soon...
 
 
 Now your teasing me? 
 Can we peep at the unfinished work, if wezz promise to withhold
 questions and comments?

I don't think anyones started it yet. :(
It's something I've been meaning to do for a long time but have not got round
to it.

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



Re: [gentoo-user] Hardware acceleration for ATI 9100? (Pundit-R)

2005-06-22 Thread Mark Knecht
On 6/22/05, Richard Fish [EMAIL PROTECTED] wrote:
 I re-arranged your message a bit to make the answers flow a bit better.
 
 Mark Knecht wrote:
 
  Hey Richard,
  So this Pundit-R is driving the S-Video input on a TV set.
 
 
 Oops, I forgot you were doing that...sorry.
 
  Can you recommend where I'd look to find the right settings for
  driving a TV input with the radeon driver and 9100 IGP chipset?
 
 
 Well, you already got farther than I did with the radeon driver and
 S-Video outputI never got anything to display!  Unfortuantely, I am
 6000 miles away from anything with an S-Video input (in France), and
 won't be home for another month, so I cannot do any testing on my end to
 see...

That's fine. Enjoy France. Nice time of year I suppose.

 
 As for a specific guide for getting a TV display to work with the radeon
 driver, no I haven't found anything.  But, you might want to try setting
 the CRT2HSync and CRT2VRefresh settings with the radeon driver.  I am
 assuming that the S-Video output is being operated as the secondary
 monitor, and the defaults for these are undefined.  See man radeon
 for the gory details.

I'll look at this. Actually I have BIOS on these machines set to use
SVideo as the primary output, and it all works, in general, with the
fglrx driver.
 
  Linux agpgart interface v0.100 (c) Dave Jones
  [drm] Initialized drm 1.0.0 20040925
  ACPI: PCI interrupt :01:05.0[A] - GSI 16 (level, low) - IRQ 16
  [drm] Initialized radeon 1.14.0 20050125 on minor 0: PCI device
  1002:5834 (ATI Technologies Inc)
  SNIP
  [drm:radeon_cp_init] *ERROR* radeon_cp_init called without lock held
  [drm:drm_unlock] *ERROR* Process 6162 using kernel context 0

I haven't been back to check this again yet. I've taken two Pundit-R's
and moved them to the new ~x86 ati-driver package.
 
 
 Ouch, that doesn't look good.  But maybe this can help:
 
 http://dri.freedesktop.org/wiki/DriTroubleshooting
 
 It seems you need to load the chipset-specific AGP driver in addition to
 agpgart.
 

Yes, I found this about an hour or two ago. With that loaded I no
longer get the agpgart messages and I'm getting better glxgears
performance now so that's cool. However I get about 2000 FPS from my
laptop with it's Radeon 9200:

:01:05.0 VGA compatible controller: ATI Technologies Inc M9+ 5C61
[Radeon Mobility 9200 (AGP)] (rev 01)

but only about 200FPS from the Pundit-R's 9100:

:01:05.0 VGA compatible controller: ATI Technologies Inc Radeon 9100 IGP

Both machines use the same basic chipset. The laptop:

flash ~ $ /sbin/lspci
:00:00.0 Host bridge: ATI Technologies Inc Radeon 9100 IGP Host
Bridge (rev 02)
:00:01.0 PCI bridge: ATI Technologies Inc Radeon 9100 IGP AGP Bridge

The Pundit-R:

[EMAIL PROTECTED] ~ $ /sbin/lspci
:00:00.0 Host bridge: ATI Technologies Inc Radeon 9100 IGP Host
Bridge (rev 02)
:00:01.0 PCI bridge: ATI Technologies Inc Radeon 9100 IGP AGP Bridge

The laptop uses 2.6.11-gentoo-r6 while the Pundit-R uses an older
2.6.11-gentoo-r3.

I guess the next thing is to update the kernel. I have a very hard
time beleiving the performance difference should be 10x!!

Oh, one other thing I found. When I tell the Pundit-R to do this:

opengl-update xorg-x11 

then glxgears runs. However if I use opengl-update ati then the
machine locks up hard wen running glxgears. This happens with both the
8.12.10 driver as well as the newer ~x86 driver. I haven't tried this
on my laptop.

Take care,
Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] More Netbeans emerge woes

2005-06-22 Thread Justin Hart
Hey,

Another go at it.

emerge --nodeps =xerces-2*

BUILD FAILED
/var/tmp/portage/xerces-2.6.2-r2/work/xerces-2_6_2/build.xml:22:
taskdef class org.apache.xerces.util.XJavac cannot be found

Justin

On 6/21/05, Paul Nolan [EMAIL PROTECTED] wrote:
 On Monday June 20 2005 11:22 pm, Justin Hart wrote:
  Upon emerging Netbeans 4.0, portage tries to emerge xalan, which
  complains that it cannot find package xerces-2, which causes the build
  to fail.
 
 I remember something like that scrolling past when I installed it, but it just
 kept on going, and xalan and xerces were installed in the end.
 On my system, I think Netbeans was installed as a dependecy (possibly from
 KDevelop, I'm not sure), so that could be it.
 
 
 


-- 
Justin W. Hart

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] unsibscribe

2005-06-22 Thread Nick Rout

On Wed, 22 Jun 2005 16:13:15 -0300
Daniel da Veiga wrote:

 Man, it isn't THAT hard to unsubscrive, its all on the site!
 I've seen so many people trying other misterious ways, when you just
 have to access the site, read a few lines and do it right.

you do not even need to access any web site, its in the header of every
list message:

List-Post: mailto:gentoo-user@lists.gentoo.org
List-Help: mailto:[EMAIL PROTECTED]
List-Unsubscribe: mailto:[EMAIL PROTECTED]
List-Subscribe: mailto:[EMAIL PROTECTED]

 
 Empty mail to:
 nameofthelist[EMAIL PROTECTED]
 
 That easy!
 
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Bugzilla and new ebuilds

2005-06-22 Thread James
Daniel Drake dsd at gentoo.org writes:


 You have to log in first.

OK, excellent clarity.

  Is this an actual huminoid/cyborg, or a solicitation for somebody
  to maintain the package?

 Hah. It has to be a person :)

  OK, I see his name at the bottom, but, if he's to be the 'substantiator'
  of the jffnms ebuild, wouldn't he have fulfilled the
  maintainer-needed email address?Or do developers do these things
  in silence, clandestinely and then become the maintainer when the
  package is stable?  Or ebuild the package and then hand it off
  to a poezrrr such as myself?  I'm just not sure what the semantics are here.

 Could mean anything. He might have written an ebuild before trying the
 software, then decided the software wasn't worth it, or the ebuild writing was
 too hard, who knows. But you got a developer posting an ebuild on your
 new-ebuild bug - thats a lot more attention than a lot of these ebuild bugs
 get. I'd suggest you try the ebuild, and email him thanking him for writing
 it, letting him know that it works, and possibly offering your knowledge of
 the application to help develop the ebuild further. Motivate the developer to
 work on it and it will make progress :)
 (again, you'll need to log in to see email addresses)

Well thank you for 'turning on the light' how this whole process works...
I may appear stupid, but, I had no idea what to do or expect
Simple, yet a very clear answer.add this to the bugzilla
documentation


  Also, being over 45 puts me at a disadvantage with the lingo and
  thought processes employed by those youthful minds..
  Anyway it's been a month since his comments. Maybe he's bored with jffnms,
  or it's too difficult to create an ebuild, and he has given up and the
  package is orphaned? How would I know, just sit around with a digit
  up where no sun shines?

 You can ask him, either on the bug or by email.

I did not want to piss anyone off, as some folks seem
high_strung over naive questions. I guess I've been
growled_at a few too many times


  Surely it does not take a capable person a month to install Jffnms.
  1/3 of my attempts (on Debian) actuallywork, until I screwed something
  up. It's not an easy package to install or configure. But, when it
  is setup correctly, it a fantastic Network Management Package.
  My strengths are more hardware and device driver type of stuff.
  I'm definately not the web/application specialist it takes to conquer
  a package such as jffnms. But, if the package has been orphaned, which
  I'm still trying to ascertain, then I have no choice but to noodle
  at the jffnms ebuild, do I? Whether I poez as the maintainer is
  a horse of another color, methinks.

 Other interested developers may come along, find the bug, and put it into
 portage. Unfortunately this isn't very likely as maintaining an ebuild is a
 big commitment and a lot of work, and many us already have a big enough
 collection under our belts...

Ahhh, see how simple it is to explain to the commoners what's going on.
Now I'd be more likely to take on being a poezrrr_package_perveyor
especially if I did not get my head (verbally) bitten off for 
stupid mistakes


 No, we lack decent bugzilla documentation but hopefully this 
 will be  resolved soon...

  Now your teasing me? 
  Can we peep at the unfinished work, if wezz promise to withhold
  questions and comments?

 I don't think anyones started it yet. :(
 It's something I've been meaning to do for a long time but have not got round
 to it.

You have been most helpful. Sorry if my ignorance offends any readers
of this list...

James



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] More Netbeans emerge woes

2005-06-22 Thread Zac Medico
Justin Hart wrote:
 Hey,
 
 Another go at it.
 
 emerge --nodeps =xerces-2*
 
 BUILD FAILED
 /var/tmp/portage/xerces-2.6.2-r2/work/xerces-2_6_2/build.xml:22:
 taskdef class org.apache.xerces.util.XJavac cannot be found
 

What versions of jdk and ant are you using?  Have you tried others?

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



Re: [gentoo-user] More Netbeans emerge woes

2005-06-22 Thread Justin Hart
Java: 1.5.0_03
Ant: 1.6.2

I have not tried others.  Perhaps I should.

Justin

On 6/22/05, Zac Medico [EMAIL PROTECTED] wrote:
 Justin Hart wrote:
  Hey,
 
  Another go at it.
 
  emerge --nodeps =xerces-2*
 
  BUILD FAILED
  /var/tmp/portage/xerces-2.6.2-r2/work/xerces-2_6_2/build.xml:22:
  taskdef class org.apache.xerces.util.XJavac cannot be found
 
 
 What versions of jdk and ant are you using?  Have you tried others?
 
 Zac
 --
 gentoo-user@gentoo.org mailing list
 
 


-- 
Justin W. Hart

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] More Netbeans emerge woes

2005-06-22 Thread Zac Medico
Justin Hart wrote:
 On 6/22/05, Zac Medico [EMAIL PROTECTED] wrote:
 
Justin Hart wrote:

Hey,

Another go at it.

emerge --nodeps =xerces-2*

BUILD FAILED
/var/tmp/portage/xerces-2.6.2-r2/work/xerces-2_6_2/build.xml:22:
taskdef class org.apache.xerces.util.XJavac cannot be found


What versions of jdk and ant are you using?  Have you tried others?

 Java: 1.5.0_03
 Ant: 1.6.2
 
 I have not tried others.  Perhaps I should.
 
 Justin
 

I've still got trusty old blackdown-jdk-1.4.2.02 set as my default system vm.  
You might need to rebuild some of your java packages/libraries if you downgrade 
(especially ant).

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



Re: [gentoo-user] lirc

2005-06-22 Thread Luigi Pinna
Alle 20:45, mercoledì 22 giugno 2005, Christoph Gysin ha scritto:
 I had the same problem on my xbox a while ago.

 Either set in /etc/conf.d/lircd
 LIRCD_OPTS=-d /dev/lirc0

 or set a rule in /etc/udev/rules.d/10-udev.rules
 KERNEL=lirc0, NAME=%k, SYMLINK=lirc

 Christoph

It doesn't work!
Another way?
Thanks,
Luigi
-- 
Public key GPG(0x073A0960) on http://keyserver.linux.it/


pgpUiFFfuAQ6g.pgp
Description: PGP signature


Re: [gentoo-user] text browser with frames and javascript that actually works

2005-06-22 Thread Nick Rout

On Wed, 22 Jun 2005 16:22:20 +0930
Iain Buchanan wrote:

 On Wed, 2005-06-22 at 14:23 +0800, W.Kenworthy wrote:
  Is there a working text console browser that can use frames and
  javascript?  I am trying to access a dlink dsl modem setup page via
  ssh'ing into a gentoo box behind it:
 
 why don't you use ssh port forwarding? I do this all the time to get to
 the (internal only) web page of my router at home, which has a gentoo
 box behind it:
 
 eg
 gentoo-home 192.168.1.2
 router-int  192.168.1.3
 router-ext  router.dyndns.org
 
 from pc at work:
 ssh -L :192.168.1.3:80 [EMAIL PROTECTED]
 
 (my router accepts ssh connections and forwards them to 192.168.1.2)
 
 then, with the ssh open in the background, connect your graphical
 browser on your pc to localhost: and viola!

I just want to say thanks too!


-- 
Nick Rout

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] konqueror-kedit

2005-06-22 Thread Zac Medico
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?

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



Re: [gentoo-user] `emerge -uDav world` blocked

2005-06-22 Thread Kurt Guenther
Zac Medico wrote:

 ssmtp and qmail block eachother with RDEPEND=!virtual/mta and ssmtp
 is getting pulled in as the default virtual/mta for your profile. Do
 emerge -av qmail by itself to get past this.

Zac

  


Thanks.  That did it.


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Bad NFS performance

2005-06-22 Thread Bryan Whitehead

sounds like NFS packets are being dropped. Are you using UDP?

Try using TCP...

On Sun, 19 Jun 2005, Andreas Karlsson wrote:


Hello all,

I am getting quite sick of my self and NFS. I?ve read many posts at
forums.gentoo.org, I?ve googled, I?ve tested and tested and tested... No help
could be found.

The problem is not unique as it seems.  I have an r/w speed against the
NFS-server going from ~200kb/sec to 2mb/sec. I can?t predict or find a cause
for the strange speed changes.

I have three computers set up:

Aquarius is my main work station (AMD XP 3200+, 1 gig ram)
Leo is my file server (AMD 1700+, 630 meg ram)
Aries is for TV-out (AMD 1700+, 512 meg ram)

All connected via a switched 100mbit network. All have 100mbit NICs.

Netperf is telling me this:
aquarius hermes # netperf -H leo
TCP STREAM TEST to leo
Recv   SendSend
Socket Socket  Message  Elapsed
Size   SizeSize Time Throughput
bytes  bytes   bytessecs.10^6bits/sec

87380  16384  1638410.00  89.61

And when I do the same from/to all others the results are quite the same. So,
no problem with the network.

Next up NFS.

I have now tried so many different combinations at my /etc/fstab that I don?t
know what is up and down: It currently looks like this:


aquarius hermes # cat /etc/fstab | grep nfs

leo:/home/files /home/hermes/philez nfs
rw,users,auto,hard,intr,tcp,retrans=5,rsize=1024,wsize=1024


I?ve tried rsize and wsize from 1024 up to 32768 (1 through 32 * 1024).  I?ve
tried it in combination with sync and async. Here I find async working best.

The file server (Leo) has a 120 gig HD with DMA enabled:

leo linux # hdparm -t /dev/hdc

/dev/hdc:
Timing buffered disk reads:   88 MB in  3.02 seconds =  29.15 MB/sec

So there should not be a I/O related problem either.


I also run Samba on it, and when I am in Windows, filetransfers are as
expected on 100mbit network (haven?t even mesured them as they work fine).

Can anyone please give me any hints or advices on how to proceed with this
problem?

Best regards,
Andreas Karlsson



--
Bryan Whitehead
Email:[EMAIL PROTECTED]

[gentoo-user] javac emerge error

2005-06-22 Thread Matias Grana
hi;
As a result of an  'emerge -uD world',  I've run across this error while
emerging gnu-classpath.

--
 Unpacking source...
 Unpacking classpath-0.14.tar.gz to /var/tmp/portage/gnu-classpath-0.14/work
 Source unpacked.
[ snip ]
checking for gcj... no
checking for jikes... no
checking for kJC... no
checking for gcjx... no
checking for ecj... no
configure: cannot find javac, try --with-gcj, --with-jikes, --with-kjc, or 
--with-gcjx

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/gnu-classpath-0.14/work/classpath-0.14/config.log

!!! ERROR: dev-java/gnu-classpath-0.14 failed.
!!! Function econf, Line 485, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.
--

The file /var/tmp/portage/gnu-classpath-0.14/work/classpath-0.14/config.log
is too large to send it to the list (of course, I can send it if needed).
Where should I look for a hint?

TIA,
Matias
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ip forwarding question

2005-06-22 Thread Hans-Werner Hilse
Hi,

On Wed, 22 Jun 2005 22:50:18 +0600
askar ... [EMAIL PROTECTED] wrote:

  Note that this should be better done in the ppp-connect script rather
  than here. The iptables should be set up at boot time, I'd suggest. So
  you're not imposing a (rather short) open firewall situation. In fact,
  iptables doesn't care if interfaces are already available when setting
  up routes.
 
 But is it ok if I keep /bin/echo 1  /proc/sys/net/ipv4/ip_forward in
 my iptables rule? I have never used ppp-connect script. At home I use
 rp-pppoe.

Well, I didn't meant any specific script, but in your case it would be
some script called by rp-pppoe (I'm not using any ppp(oe) thingies
myself).

   #echo -e- Allowing access to the SSH server
   $IPTABLES -A INPUT --protocol tcp --dport 22 -j ACCEPT
  
   #echo -e- Allowing access to the HTTP server
   $IPTABLES -A INPUT --protocol tcp --dport 80 -j ACCEPT
  
  Not needed, as all respective packets will get rewritten to 192.168.0.2
  and will never hit the INPUT table. That doesn't include packets from
  internal LAN, see respective rule below.
 Do you mean about dport22 and dport80 both? Or only about dport80?

Only port 80. If those packets hit the nat PREROUTING chain, they'll
get rewritten to destination 192.168.0.2 and therefore aren't hitting
the INPUT chain.

   # block out all other Internet access on $EXTIF
   $IPTABLES -A INPUT -i $EXTIF -m state --state NEW,INVALID -j DROP
 
  Hm, you may switch that to a simple
  $IPTABLES -P INPUT DROP
 $IPTABLES -P INPUT DROP stopped internet connection

You may want to allow all incoming traffic that's been already
established by inserting a rule like
$IPTABLES -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
but I'd strongly suggest to set the general INPUT policy to DROP. Well,
actually, this should be done carefully to not interrupt other IP based
communication, especially ICMP. But this should be covered by above
mentioned rule.

  [from here use proposed parts below, I'll continue commenting]
  
   $IPTABLES -A FORWARD -i $EXTIF -m state --state NEW,INVALID -j DROP
  
  ?!? This would drop all requests from ppp0, especially the ones to the
  www port...
 You mean I can leave it as it is?

No, you should remove it. As said, it's definately interrupting all
NEW communication, reagrdless if it is to the www port or not. This
should be covered by  DROP policy for the FORWARD chain.

...

 My iptables rule with taking into account your comments became:
 
 #!/bin/bash
 IPTABLES='/sbin/iptables'
 
 # Set interface values
 EXTIF='ppp0'
 INTIF1='eth0'
 
 # enable ip forwarding in the kernel
 /bin/echo 1  /proc/sys/net/ipv4/ip_forward

Again, note that at this point ppp0 must be _up_. But if it wasn't, you
would have outgoing connection, either, so I guess it's issued after
connecting and everything is well.
 
 # flush rules and delete chains
 $IPTABLES -F
 $IPTABLES -X
 
 # enable masquerading to allow LAN internet access
 $IPTABLES -t nat -A POSTROUTING -o $EXTIF -j MASQUERADE
 
 # forward LAN traffic from $INTIF1 to Internet interface $EXTIF
 $IPTABLES -A FORWARD -i $INTIF1 -o $EXTIF -m state --state
 NEW,ESTABLISHED -j ACCEPT

again, I think, you should add RELATED here.

 $IPTABLES -A FORWARD -i eth0 -o ppp0 -j LOG --log-prefix Dropped outgoing: 
 $IPTABLES -A FORWARD -i ppp0 -o eth0 -j LOG --log-prefix Dropped incoming: 

hm, both optional and the text of the log message may be wrong as the
packet may be accepted later, so better remove those...

 # block out all other Internet access on $EXTIF
 $IPTABLES -A INPUT -i $EXTIF -m state --state NEW,INVALID -j DROP
 $IPTABLES -A FORWARD -i $EXTIF -m state --state NEW,INVALID -j DROP

that last one should be removed, the first one too, but you'd need to
insert above mentioned line and the DROP policy for the INPUT chain.

 $IPTABLES -A FORWARD -i $EXTIF -p tcp --dport 80 -d 192.168.0.2 -m
 state --state NEW,ESTABLISHED,RELATED -j ACCE$

this should, of course, read ACCEPT.

 $IPTABLES -P FORWARD DROP
 
 $IPTABLES -t nat -A PREROUTING -i $EXTIF -p tcp --dport 80 -j DNAT
 --to 192.168.0.2
 
 --
 Unfortunately, I'm still unable to see my web page from LAN, when I
 try to access my domain.com... :(

Try to start with removing those both DROP rules and then refine
until everything works with the INPUT chain set to DROP policy.

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



Re: [gentoo-user] lirc

2005-06-22 Thread Nick Rout
firstly is the module for lirc loaded? it is called lirc-serial

lsmod|grep lirc

second what device do you have as a result?

cd /dev
find|grep lirc

(it will probably be /dev/lirc0)

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

mode2 -d /dev/lirc0

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


On Thu, 23 Jun 2005 00:10:59 +0200
Luigi Pinna wrote:

 Alle 20:45, mercoledì 22 giugno 2005, Christoph Gysin ha scritto:
  I had the same problem on my xbox a while ago.
 
  Either set in /etc/conf.d/lircd
  LIRCD_OPTS=-d /dev/lirc0
 
  or set a rule in /etc/udev/rules.d/10-udev.rules
  KERNEL=lirc0, NAME=%k, SYMLINK=lirc
 
  Christoph
 
 It doesn't work!
 Another way?
 Thanks,
 Luigi
 -- 
 Public key GPG(0x073A0960) on http://keyserver.linux.it/

-- 
Nick Rout


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] javac emerge error

2005-06-22 Thread Zac Medico
Matias Grana wrote:
 hi;
 As a result of an  'emerge -uD world',  I've run across this error while
 emerging gnu-classpath.
 
 --
 
Unpacking source...
Unpacking classpath-0.14.tar.gz to /var/tmp/portage/gnu-classpath-0.14/work
Source unpacked.
 
 [ snip ]
 checking for gcj... no
 checking for jikes... no
 checking for kJC... no
 checking for gcjx... no
 checking for ecj... no
 configure: cannot find javac, try --with-gcj, --with-jikes, --with-kjc, or 
 --with-gcjx
 
 !!! Please attach the config.log to your bug report:
 !!! /var/tmp/portage/gnu-classpath-0.14/work/classpath-0.14/config.log
 
 !!! ERROR: dev-java/gnu-classpath-0.14 failed.
 !!! Function econf, Line 485, Exitcode 0
 !!! econf failed
 !!! If you need support, post the topmost build error, NOT this status 
 message.
 --
 
 The file /var/tmp/portage/gnu-classpath-0.14/work/classpath-0.14/config.log
 is too large to send it to the list (of course, I can send it if needed).
 Where should I look for a hint?
 
 TIA,
 Matias


You need a java compiler.  If you have a jdk like blackdown-jdk or sun-jdk then 
you can use java-config to choose  which one you want.  You can emerge jikes 
to get just a compiler. For gcj, you need to remerge gcc with USE=gcj enabled.  
Almost any one of these compilers should work.

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



Re: [gentoo-user] More Netbeans emerge woes

2005-06-22 Thread Justin Hart
Hrmm.  I was hoping to be able to use some of the new java features in
a project that I am working on.

Justin

On 6/22/05, Zac Medico [EMAIL PROTECTED] wrote:
 Justin Hart wrote:
  On 6/22/05, Zac Medico [EMAIL PROTECTED] wrote:
 
 Justin Hart wrote:
 
 Hey,
 
 Another go at it.
 
 emerge --nodeps =xerces-2*
 
 BUILD FAILED
 /var/tmp/portage/xerces-2.6.2-r2/work/xerces-2_6_2/build.xml:22:
 taskdef class org.apache.xerces.util.XJavac cannot be found
 
 
 What versions of jdk and ant are you using?  Have you tried others?
 
  Java: 1.5.0_03
  Ant: 1.6.2
 
  I have not tried others.  Perhaps I should.
 
  Justin
 
 
 I've still got trusty old blackdown-jdk-1.4.2.02 set as my default system vm. 
  You might need to rebuild some of your java packages/libraries if you 
 downgrade (especially ant).
 
 Zac
 --
 gentoo-user@gentoo.org mailing list
 
 


-- 
Justin W. Hart

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] More Netbeans emerge woes

2005-06-22 Thread Zac Medico
Justin Hart wrote:
 On 6/22/05, Zac Medico [EMAIL PROTECTED] wrote:
 
Justin Hart wrote:

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


Justin Hart wrote:


Hey,

Another go at it.

emerge --nodeps =xerces-2*

BUILD FAILED
/var/tmp/portage/xerces-2.6.2-r2/work/xerces-2_6_2/build.xml:22:
taskdef class org.apache.xerces.util.XJavac cannot be found


What versions of jdk and ant are you using?  Have you tried others?


Java: 1.5.0_03
Ant: 1.6.2

I have not tried others.  Perhaps I should.

Justin


I've still got trusty old blackdown-jdk-1.4.2.02 set as my default system vm. 
 You might need to rebuild some of your java packages/libraries if you 
downgrade (especially ant).

Zac
--
 Hrmm.  I was hoping to be able to use some of the new java features in
 a project that I am working on.
 
 Justin
 

Don't worry, you can use java-config to set your user vm to java-1.5.  You need 
to put source ${HOME}/.gentoo/java-env in ~/.bashrc.

Zac

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Question about a driver

2005-06-22 Thread ««Omega21»»
Hi there,
I posted a problem I was having on the Forums. I
initially got good responses, but suddenly no one is
responding. Maybe you guys/gals could help me.

Here is an exerpt from my post:

The following is a quote from a mailing list archive I
was pointed to:
Quote:
all i did was toss out pcmcia-cs modules and use the
kernel pcmcia drivers (and
patch hostap into the kernel of course - which is what
i didn't do the first
time around). kernel pcmcia has no problems with the
ricoh cradle, so it just
worked.
[/quote]

(I am having issues getting the kernel to recognize
this PCMCIA slot. [ricoh])

In order to tell you how I interperet this quote from
the site you gave me,
I need to explain that I have everything compiled
right into the kernel (non modular),
such as the main PCMCIA support, both 1632bit, etc.
The only modular item I have
is the yenta socket one.

So basically, I need to know how to put this hostap
thing into the kernel.
Can you help me out?


I still am extending that question. How do I put this
hostap thing into the kernel, if that is what I need
to do.

--Your prompt reply would be MUCH appreciated.--
Ian

__
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] Question about a driver

2005-06-22 Thread Richard Fish
««Omega21»» wrote:

Hi there,
I posted a problem I was having on the Forums. I
initially got good responses, but suddenly no one is
responding. Maybe you guys/gals could help me.

Here is an exerpt from my post:

The following is a quote from a mailing list archive I
was pointed to:
Quote:
all i did was toss out pcmcia-cs modules and use the
kernel pcmcia drivers (and
patch hostap into the kernel of course - which is what
i didn't do the first
time around). kernel pcmcia has no problems with the
ricoh cradle, so it just
worked.
[/quote]

(I am having issues getting the kernel to recognize
this PCMCIA slot. [ricoh])

In order to tell you how I interperet this quote from
the site you gave me,
I need to explain that I have everything compiled
right into the kernel (non modular),
such as the main PCMCIA support, both 1632bit, etc.
The only modular item I have
is the yenta socket one.

So basically, I need to know how to put this hostap
thing into the kernel.
Can you help me out?
  


We will certainly try to help.   Could you tell us what device you are
trying to get working?  Your email only mentions a ricoh cradle, and I
don't know what that is.  Assuming it is a 32-bit CardBus/PCCard device,
the output of 'lspci' could also be useful.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Bad NFS performance (SOLVED)

2005-06-22 Thread Andreas Karlsson
On Thursday 23 June 2005 00.37, Bryan Whitehead wrote:
 sounds like NFS packets are being dropped. Are you using UDP?

No, I use TCP. 

The problem is now solved though. Strangely enough, when I removed a second 
switch and connected directly to the first switch I worked. So one of my 
switches is probably more or less broken.

Best regards,
Andreas Karlsson


pgpEJrXglOBdT.pgp
Description: PGP signature


Re: [gentoo-user] Question about a driver

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

««Omega21»» wrote:

  

Hi there,
I posted a problem I was having on the Forums. I
initially got good responses, but suddenly no one is
responding. Maybe you guys/gals could help me.

Here is an exerpt from my post:

The following is a quote from a mailing list archive I
was pointed to:
Quote:
all i did was toss out pcmcia-cs modules and use the
kernel pcmcia drivers (and
patch hostap into the kernel of course - which is what
i didn't do the first
time around). kernel pcmcia has no problems with the
ricoh cradle, so it just
worked.
[/quote]

(I am having issues getting the kernel to recognize
this PCMCIA slot. [ricoh])

In order to tell you how I interperet this quote from
the site you gave me,
I need to explain that I have everything compiled
right into the kernel (non modular),
such as the main PCMCIA support, both 1632bit, etc.
The only modular item I have
is the yenta socket one.

So basically, I need to know how to put this hostap
thing into the kernel.
Can you help me out?
 




We will certainly try to help.   Could you tell us what device you are
trying to get working?  Your email only mentions a ricoh cradle, and I
don't know what that is.  Assuming it is a 32-bit CardBus/PCCard device,
the output of 'lspci' could also be useful.
  

Here is the lspci:

:00:00.0 Host bridge: Intel Corp. 82440MX Host Bridge (rev 01)
:00:00.1 Multimedia Audio Controller: Intel Corp. 82440MX AC'97
Audio Controller
:00:02.0 VGA Compatible Controller: Silicon Motion, Inc. SM710
LynxEM (rev a3)
:00:03.0 Cardbus Bridge: Ricoh Co Ltd RL5c475 (rev 80)
:00:07.0 ISA Bridge: Intel Corp. 82440MX ISA Bridge (rev 01)
:00:07.1 IDE interface: Intel Corp 82440MX EIDE Controller
:00:07.2 USB Controller: Intel Corp. 82440MX USB Universal Host
Controller
:00:07.3 Bridge: Intel Corp. 82440MX Power Management Controller
:00:09.0 Communication Controller: 3Com Corporation MINI PCI type 3B
Data Fax Modem

-Richard

  

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:

http://forums.gentoo.org/viewtopic-t-351052-start-0-postdays-0-postorder-asc-highlight-.html

Looking at the thread would probably make your life easier, so you can
see what I have done
already. Please dont hesitate to tell me any ideas.
Thanks alot Richard!
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