[gentoo-user] Diary tool?

2007-03-26 Thread buffalo

Hi all! Does anybody know whether there exist some good diary tools under
gentoo linux? I appreciate your help very much!

Best,
Buffalo Dickens


Re: [gentoo-user] Seamonkey, Linux and bank websites.

2007-03-26 Thread Dale
Nelson, David J wrote:
 Try emailing your bank? It may be that their website uses some sort of
 Windows script via MSIE (which I am led to believe allows sites to do
 stuff with your local machine, I know at work if I open the intranet
 in MSIE it knows who I am from my NT logon, but in firefox I have to
 enter username and password) that finds some sort of identifier about
 your PC.
  
 Either way, call your bank or email them and complain. If they value
 your business they'll maybe at least try to help if they can.
  
 PS apologies for the top post, I'm using Outlook at work which for
 some reason plays silly-buggers with some emails and wont let me write
 my email under the email I'm replying to. A heineous (sp?) crime I know.

 -- 
 djn

 I do not represent anyone else in emails I send to this list.


Well, I hope everybody is sitting down here.  I went diggin in the
cookie jar, found a few cookies for that website and deleted them all. 
Guess what, the thing works fine now.  Go figure.

After all that it just needed me to delete the stupid cookie so it could
make a new one I guess.  Somebody come slap the crap out of my head.  LOL

I do appreciate all the replies and the people that tried to figure out
something to help.  I hope the bank one will be this easy too.

Dale 

:-)  :-)  :-)  :-)


-- 
www.myspace.com/-remove-me-dalek1967



Re: [gentoo-user] flash sound?

2007-03-26 Thread Mick
Not that the state of my box is anything to go by, but this is what I find:

On Saturday 24 March 2007 02:33, Ernie Schroder wrote:

 # find / libflashplayer* 2 /dev/null | grep libflashplayer
 /home/ernie/Desktop/install_flash_player_9_linux/libflashplayer.so
 /home/ernie/.mozilla/plugins/libflashplayer.so
 /home/ernie/.netscape/plugins/libflashplayer.so
 /usr/lib/nsbrowser/plugins/libflashplayer.so
 /opt/netscape/plugins/libflashplayer.so

Running find as a plain user:

$ find / libflashplayer* 2 /dev/null | grep libflashplayer
/opt/netscape/plugins/libflashplayer.so
/usr/lib/nsbrowser/plugins/libflashplayer.so


 # ls -l /home/ernie/.mozilla/plugins/libflashplayer.so
 -rwxr-xr-x 1 ernie users 7040080 Mar 23
 22:02 /home/ernie/.mozilla/plugins/libflashplayer.so

 $ ls -la .mozilla/plugins
total 0
drwxr-xr-x 2 michael users 112 Jan  8  2006 .
drwxr-xr-x 5 michael users 176 May 19  2005 ..
lrwxrwxrwx 1 michael users  29 Mar 26  2006 
gxineplugin.so - /usr/lib/gxine/gxineplugin.so
lrwxrwxrwx 1 michael users  44 Mar 26  2006 
libnpsoplugin.so - /usr/lib/openoffice/program/libnpsoplugin.so

There's no libflashplayer there.

 I have device permissions set up properly unless libflashplayer.so uses
 some device I don't know about. /dev/sound/* are all root:audio and ernie
 is in the audio group. I guess this is obvious because all other audio apps
 work fine as ernie. I've been racking my brain and searching for info,
 but I can't get this working. Please, someone help me out here.

If the above doesn't help I'm afraid I would not know what will.

-- 
Regards,
Mick


pgpAElm0JLFAu.pgp
Description: PGP signature


[gentoo-user] java in mozilla

2007-03-26 Thread Pawel K
Hello
I found that I cannot start java pages in my mozilla
browser.

I have java use flag in my mozilla:
# equery  uses mozilla
+ + java

I also set preferences - advanced - Enable Java
checkbox.

I cannot start java pages like e.g.
http://www.ustka.pl/kamery/java1.html

What can be wrong with my configuration ?
thank You for help.



 

Sucker-punch spam with award-winning protection. 
Try the free Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/features_spam.html
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] How do I detect that I'm on Gentoo?

2007-03-26 Thread Jules Colding
Hi,

The question might seem silly, but I'm writing a few lines in my
'configure.in' that should detect which distribution the package is
being build on. This is for making distribution dependent modifications
in the source/build scripts.

So, how do I detect that I'm on gentoo? Anything like lsb_release here??
I can see that lsb in masked so I'm preferably looking for something
that is present in most gentoo installations.

Thanks,
  jules


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] java in mozilla

2007-03-26 Thread John covici
As I understand it you have to put a link in your
mozilla-firefox/plugins directory to 
/opt/sun-jdk-1.4.2.13/jre/plugin/i386/ns610/libjavaplugin_oji.so or
whatever version of Java you have.  Please someone correct me if I am
wrong on this one.

on Monday 03/26/2007 Pawel K([EMAIL PROTECTED]) wrote
  Hello
  I found that I cannot start java pages in my mozilla
  browser.
  
  I have java use flag in my mozilla:
  # equery  uses mozilla
  + + java
  
  I also set preferences - advanced - Enable Java
  checkbox.
  
  I cannot start java pages like e.g.
  http://www.ustka.pl/kamery/java1.html
  
  What can be wrong with my configuration ?
  thank You for help.
  
  
  
   
  
  Sucker-punch spam with award-winning protection. 
  Try the free Yahoo! Mail Beta.
  http://advision.webevents.yahoo.com/mailbeta/features_spam.html
  -- 
  gentoo-user@gentoo.org mailing list

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How do I detect that I'm on Gentoo?

2007-03-26 Thread Jules Colding
On Mon, 2007-03-26 at 15:40 +0200, Xavier Parizet wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hi !
 
 You can detect if the file /etc/gentoo-release is present.

Excellent!

Thanks,
  jules


 Regards.
 
---
 Xavier Parizet
 http://www.linuxant.fr
 
 Le Lun 26 mars 2007 15:36, Jules Colding a écrit :
  Hi,
 
  The question might seem silly, but I'm writing a few lines in my
  'configure.in' that should detect which distribution the package is
  being build on. This is for making distribution dependent modifications
  in the source/build scripts.
 
  So, how do I detect that I'm on gentoo? Anything like lsb_release here??
  I can see that lsb in masked so I'm preferably looking for something
  that is present in most gentoo installations.
 
  Thanks,
jules
 
 
  --
  gentoo-user@gentoo.org mailing list
 
 
 
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.0.3 (GNU/Linux)
 
 iD8DBQFGB81hmSNaOeTZvg0RAqEjAKCxmj88ORHrUqFPNdaDjgK5QD38awCfTggR
 r8HJ2YtKRTfuElfpj+qL0tE=
 =Ov4b
 -END PGP SIGNATURE-
 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] java in mozilla

2007-03-26 Thread Mauro Faccenda
On Monday 26 March 2007 10:40, John covici wrote:
 As I understand it you have to put a link in your
 mozilla-firefox/plugins directory to
 /opt/sun-jdk-1.4.2.13/jre/plugin/i386/ns610/libjavaplugin_oji.so or
 whatever version of Java you have.  Please someone correct me if I am
 wrong on this one.

i think this is not necessary, you just need the USE flag nsplugin in your 
JDK/JRE package.

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



Re: [gentoo-user] How do I detect that I'm on Gentoo?

2007-03-26 Thread Garry Smith

Hi

How about

cat /etc/gentoo-release

cheers
Garry

Jules Colding wrote:

Hi,

The question might seem silly, but I'm writing a few lines in my
'configure.in' that should detect which distribution the package is
being build on. This is for making distribution dependent modifications
in the source/build scripts.

So, how do I detect that I'm on gentoo? Anything like lsb_release here??
I can see that lsb in masked so I'm preferably looking for something
that is present in most gentoo installations.

Thanks,
  jules


  



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How do I detect that I'm on Gentoo?

2007-03-26 Thread Etaoin Shrdlu
On Monday 26 March 2007 15:36, Jules Colding wrote:

 So, how do I detect that I'm on gentoo? Anything like lsb_release
 here?? I can see that lsb in masked so I'm preferably looking for
 something that is present in most gentoo installations.

Well, not a very hi-tech solution, but I think that if you find files and 
directories like /usr/portage, /etc/gentoo-release, /etc/make.*, etc. 
you can reasonably assume you are running on gentoo.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user]

2007-03-26 Thread Wellington Eliel Lopes


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Diary tool?

2007-03-26 Thread Jürgen Geuter
On Mon, 2007-03-26 at 16:32 +0800, buffalo wrote:

Hossa

 Hi all! Does anybody know whether there exist some good diary tools
 under gentoo linux? I appreciate your help very much!

Well you could always setup your own blogging software, there are quite
a few available in portage (www-apps/pyblosxom,
www-apps/b2evolution ...).

Weblogs are of course available free of charge in many places online,
but if it's just for you and not top be public you could just setup your
own little blog that only you can access.

Jürgen
-- 
ICQ #81510866  -  http://the-gay-bar.com  -  MSN [EMAIL PROTECTED]
   Occam's Razor: 
   -Entia non sunt multiplicanda praeter necessitatem.-


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


Re: Re: [gentoo-user] Diary tool?

2007-03-26 Thread
Thank you Jurgen! But I did not mean the web based blogging system. I want just 
a tool, or a software.

Best,
Buffalo




2007-03-27



发件人: J�rgenGeuter
发送时间: 2007-03-26 23:47:06
收件人: gentoo-user@lists.gentoo.org
抄送: 
主题: Re: [gentoo-user] Diary tool?

On Mon, 2007-03-26 at 16:32 +0800, buffalo wrote:

Hossa

 Hi all! Does anybody know whether there exist some good diary tools
 under gentoo linux? I appreciate your help very much!

Well you could always setup your own blogging software, there are quite
a few available in portage (www-apps/pyblosxom,
www-apps/b2evolution ...).

Weblogs are of course available free of charge in many places online,
but if it's just for you and not top be public you could just setup your
own little blog that only you can access.

Jürgen
-- 
ICQ #81510866  -  http://the-gay-bar.com  -  MSN [EMAIL PROTECTED]
   Occam's Razor: 
   -Entia non sunt multiplicanda praeter necessitatem.-


Re: [gentoo-user] java in mozilla

2007-03-26 Thread John covici
on Monday 03/26/2007 Mauro Faccenda([EMAIL PROTECTED]) wrote
  On Monday 26 March 2007 10:40, John covici wrote:
   As I understand it you have to put a link in your
   mozilla-firefox/plugins directory to
   /opt/sun-jdk-1.4.2.13/jre/plugin/i386/ns610/libjavaplugin_oji.so or
   whatever version of Java you have.  Please someone correct me if I am
   wrong on this one.
  
  i think this is not necessary, you just need the USE flag nsplugin in your 
  JDK/JRE package.
  
  []'s
   .m

There don't seem to be any such useflag in any java package or any
other one for that matter that I could see.]

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] using windows key as super key in Beryl

2007-03-26 Thread Marc Blumentritt

Hi,

I installed yesterday Beryl (under xfce) and it's working great. The 
only problem I have, that I cannot use the windows key on my keyboard 
as super key for beryl. The relevant part of my xorg.conf looks like this:


Section InputDevice
Identifier  Keyboard1
Driver  keyboard
Option CoreKeyboard
Option XkbRules   xorg
Option XkbModel   pc105
Option XkbLayout  de
Option XkbOptions grp:alt_shift_toggle
Option XkbVariant nodeadkeys
EndSection


Any idea, why the windows key does not work?

Thanks for any help in advance.
Marc

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Strange bash hashes

2007-03-26 Thread Etaoin Shrdlu
# hash
hitscommand
   7/usr/bin/rm
   1/usr/bin/cat
   2/usr/bin/mv
   1/usr/bin/mkdir
   6/usr/bin/ls

of course, issuing any of these commands from the command line fails.
I know that hash -r will fix things, but I wonder why they have been 
hashed with the /usr/bin path in the first place.
Has anyone run into the same problem?
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] java in mozilla

2007-03-26 Thread Mauro Faccenda
On Monday 26 March 2007 13:08, John covici wrote:
 There don't seem to be any such useflag in any java package or any
 other one for that matter that I could see.

maybe you have to read the portage documentation:

# emerge -avt sun-jdk

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[ebuild   R   ] dev-java/sun-jdk-1.5.0.10  USE=X alsa 
nsplugin -doc -examples -jce 0 kB

# emerge -avt sun-jre-bin

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[ebuild  N] dev-java/sun-jre-bin-1.5.0.10  USE=X alsa nsplugin 0 kB

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



Re: Re: [gentoo-user] Diary tool?

2007-03-26 Thread Pongrácz István
What about Tomboy?

Easy to use etc.

IStván

2007. 03. 27, kedd keltezéssel 00.06-kor [EMAIL PROTECTED] ezt írta:
 Thank you Jurgen! But I did not mean the web based blogging system. I
 want just a tool, or a software.
  
 Best,
 Buffalo
  
 
 __
 
 2007-03-27
 
 __
 发件人: JrgenGeuter
 发送时间: 2007-03-26 23:47:06
 收件人: gentoo-user@lists.gentoo.org
 抄送: 
 主题: Re: [gentoo-user] Diary tool?
  
 On Mon, 2007-03-26 at 16:32 +0800, buffalo wrote:
  
 Hossa
  
  Hi all! Does anybody know whether there exist some good diary tools
  under gentoo linux? I appreciate your help very much!
  
 Well you could always setup your own blogging software, there are quite
 a few available in portage (www-apps/pyblosxom,
 www-apps/b2evolution ...).
  
 Weblogs are of course available free of charge in many places online,
 but if it's just for you and not top be public you could just setup your
 own little blog that only you can access.
  
 Jürgen
 -- 
 ICQ #81510866  -  http://the-gay-bar.com  -  MSN [EMAIL PROTECTED]
Occam's Razor: 
-Entia non sunt multiplicanda praeter necessitatem.-
-- 
Nyílt forráskód azokra az igazán nehéz napokra. BSA
Open source for those really hard days. BSA
http://www.osbusiness.hu

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Diary tool?

2007-03-26 Thread Willie Wong
On Mon, Mar 26, 2007 at 04:32:40PM +0800, Penguin Lover buffalo squawked:
 Hi all! Does anybody know whether there exist some good diary tools under
 gentoo linux? I appreciate your help very much!

What do you mean diary tools? 

If you just mean a way of keeping a diary on a computer, I would
suggest just flat text files (with vim as the preferred editor) in a
directory named by dates. 

If you mean blogging, there are plenty of software available as well
as services available on the web. Really depends on your precise needs
I guess (do you want it accessible by other people, do you want
pictures, etc.) 

Please provide more information about what you want so we can better
help you.

W
-- 
Marten: Instead of a basket with wine and cheese, you get jpegs of
equine molestation.
Sortir en Pantoufles: up 108 days, 15:24
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Strange bash hashes

2007-03-26 Thread Etaoin Shrdlu
On Monday 26 March 2007 19:00, Etaoin Shrdlu wrote:

 I know that hash -r will fix things, but I wonder why they have been
 hashed with the /usr/bin path in the first place.

Ok, it seems that coreutils used to create /usr/bin symlinks to things 
located in /bin...this is not true anymore after the recent 
coreutils-6.7-r1 update (or, it's true only for a small number of 
binaries, which do not include the ones I found). I had /usr/bin 
before /bin in my PATH, so that's why they got hashed that way. And I 
missed the Make sure you run 'hash -r' in your active shells message.
Sorry for the fuss.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] aRTs is driving me nuts!

2007-03-26 Thread Mick
Hi All,

Just as I thought that all was fine following my removal of arts, a recent 
revdep-rebuild revealed this horror:
===
emerge --oneshot -p -v -t =kde-base/juk-3.5.5 =kde-base/kaboodle-3.5.5 
=kde-base/krec-3.5.5 =kde-base/noatun-3.5.5 =kde-base/kaudiocreator-3.5.5 
=app-cdr/k3b-0.12.17 

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[ebuild   R   ] app-cdr/k3b-0.12.17  USE=alsa css dvdr encode ffmpeg flac hal 
kde mp3 vcd vorbis -arts -debug -musepack -musicbrainz -sndfile -xinerama 
LINGUAS=el 
en_GB -af -bg -bn -br -bs -ca -cs -cy -da -de -es -et -eu -fi -fr -ga -he -hi 
-hu -is -it -ja -km -lt -mk -ms -nb -nds -nl -nn -pa -pl -pt -pt_BR -ro -ru -se 
-sl -sr [EMAIL PROTECTED] -sv -ta -tr -uk -zh_CN -zh_TW 
0 kB 
[ebuild   R   ] kde-base/kaudiocreator-3.5.5  USE=encode flac mp3 
vorbis -arts* -debug -kdeenablefinal -xinerama 0 kB 
[ebuild   R   ] kde-base/noatun-3.5.5  USE=-debug -kdeenablefinal -xinerama 
0 kB 
[ebuild   R   ] kde-base/krec-3.5.5  USE=encode mp3 
vorbis -debug -kdeenablefinal -xinerama 0 kB 
[ebuild   R   ] kde-base/kaboodle-3.5.5  
USE=-debug -kdeenablefinal -xinerama 0 kB 
[ebuild   R   ] kde-base/juk-3.5.5  USE=flac gstreamer mp3 
vorbis -akode -arts* -debug -kdeenablefinal -xinerama 2 kB 
[nomerge  ] kde-base/kaboodle-3.5.5  
USE=-debug -kdeenablefinal -xinerama 
[ebuild  N]  kde-base/kdemultimedia-arts-3.5.5  
USE=-debug -kdeenablefinal 
-xinerama 0 kB 
[ebuild  N]   kde-base/arts-3.5.5  USE=alsa mp3 
vorbis -artswrappersuid -debug -esd -jack -kdeenablefinal -nas -xinerama 0 
kB 

Total: 8 packages (2 new, 6 reinstalls), Size of downloads: 2 kB
===

So I thought, kaboodle is pulling in kde-base/kdemultimedia-arts and 
kde-base/arts.  I dully unmerged kaboodle and this is what I am getting now:
===
Calculating dependencies... done!
[ebuild   R   ] app-cdr/k3b-0.12.17  USE=alsa css dvdr encode ffmpeg flac hal 
kde mp3 vcd vorbis -arts -debug -musepack -musicbrainz -sndfile -xinerama 
LINGUAS=el 
en_GB -af -bg -bn -br -bs -ca -cs -cy -da -de -es -et -eu -fi -fr -ga -he -hi 
-hu -is -it -ja -km -lt -mk -ms -nb -nds -nl -nn -pa -pl -pt -pt_BR -ro -ru -se 
-sl -sr [EMAIL PROTECTED] -sv -ta -tr -uk -zh_CN -zh_TW 
0 kB 
[ebuild   R   ] kde-base/kaudiocreator-3.5.5  USE=encode flac mp3 
vorbis -arts* -debug -kdeenablefinal -xinerama 0 kB 
[ebuild   R   ] kde-base/noatun-3.5.5  USE=-debug -kdeenablefinal -xinerama 
0 kB 
[ebuild   R   ] kde-base/krec-3.5.5  USE=encode mp3 
vorbis -debug -kdeenablefinal -xinerama 0 kB 
[ebuild  N] kde-base/kaboodle-3.5.5  
USE=-debug -kdeenablefinal -xinerama 0 kB 
[ebuild   R   ] kde-base/juk-3.5.5  USE=flac gstreamer mp3 
vorbis -akode -arts* -debug -kdeenablefinal -xinerama 2 kB 
[nomerge  ] kde-base/kaboodle-3.5.5  
USE=-debug -kdeenablefinal -xinerama 
[ebuild  N]  kde-base/kdemultimedia-arts-3.5.5  
USE=-debug -kdeenablefinal -xinerama 0 kB 
[ebuild  N]   kde-base/arts-3.5.5  USE=alsa mp3 
vorbis -artswrappersuid -debug -esd -jack -kdeenablefinal -nas -xinerama 0 
kB

Total: 8 packages (3 new, 5 reinstalls), Size of downloads: 2 kB
===

Any ideas?
-- 
Regards,
Mick


pgpyjf4Tqk4OI.pgp
Description: PGP signature


Re: [gentoo-user] Maya

2007-03-26 Thread Mick
On Sunday 25 March 2007 18:57, Neil Walker wrote:
 Mick wrote:
  This may be a silly question, but I am trying to understand if Maya is
  free for Linux - despite it being a commercial product.
 
  The License page says that we should go to
  http://www.aliaswavefront.com/spar to register, but the link is dead.
 
  What do you know about this package and the license thing?

 Hmm. Autodesk Maya Learning (an old version) is free - but only
 available for Windows and Mac OSX AFAIK. Never heard of a Linux version
 - let alone Gentoo.

Thanks Neil,
===
# eix maya
* media-gfx/maya
 Available versions:  (6.5)  ~6.5
 Homepage:
http://www.alias.com/eng/products-services/maya/index.shtml
 Description: Alias Wavefront's Maya. Commercial modeling and 
animation package.
==

-- 
Regards,
Mick


pgpuV0DpYJ350.pgp
Description: PGP signature


[gentoo-user] Partial net access

2007-03-26 Thread sean

On my home network I have three systems,
two Gentoo,
-192.168.0.11
-192.168.0.20
one Windows,
-dhcp
network printer,
-192.168.0.10
Palm Pilot
-dhcp

and all this goes through my router and out to the Internet.
All in this manner work fine.

The .11 and the Windows system can both ping each other and ping and use 
the printer.
The .10 can ping the router, and access the Internet, but cannot ping 
.11, Windows, or the printer.


The Palm pilot can ping all, and access the Internet.

What I am trying to figure out is why .20 cannot ping and access the 
printer.


Is anyone able to give me some ideas on what to check?

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



Re: [gentoo-user] aRTs is driving me nuts!

2007-03-26 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mick wrote:
 Hi All,
 
 Just as I thought that all was fine following my removal of arts, a recent 
 revdep-rebuild revealed this horror:
 ===
 emerge --oneshot -p -v -t =kde-base/juk-3.5.5 =kde-base/kaboodle-3.5.5 
 =kde-base/krec-3.5.5 =kde-base/noatun-3.5.5 =kde-base/kaudiocreator-3.5.5 
 =app-cdr/k3b-0.12.17 
[snip]
 So I thought, kaboodle is pulling in kde-base/kdemultimedia-arts and 
 kde-base/arts.  I dully unmerged kaboodle and this is what I am getting now:
[snip]
 [ebuild  N] kde-base/kaboodle-3.5.5  
[snip]
 Any ideas?

It appears that you've forgotten to remove =kde-base/kaboodle-3.5.5
from the list of packages in your emerge command.

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.3 (GNU/Linux)

iD8DBQFGCCSB/ejvha5XGaMRApEyAKDq0LpSbQORIUR6R1ZJCkP8wPLqQACfe4VU
o/S5Tg9Ih7z/fNjFdeIL5lk=
=kuec
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] aRTs is driving me nuts!

2007-03-26 Thread Mick
On Monday 26 March 2007 20:52, Zac Medico wrote:
 Mick wrote:
  Hi All,
 
  Just as I thought that all was fine following my removal of arts, a
  recent revdep-rebuild revealed this horror:
  ===
  emerge --oneshot -p -v -t =kde-base/juk-3.5.5 =kde-base/kaboodle-3.5.5
  =kde-base/krec-3.5.5 =kde-base/noatun-3.5.5 =kde-base/kaudiocreator-3.5.5
  =app-cdr/k3b-0.12.17

 [snip]

  So I thought, kaboodle is pulling in kde-base/kdemultimedia-arts and
  kde-base/arts.  I dully unmerged kaboodle and this is what I am getting
  now:

 [snip]

  [ebuild  N] kde-base/kaboodle-3.5.5

 [snip]

  Any ideas?

 It appears that you've forgotten to remove =kde-base/kaboodle-3.5.5
 from the list of packages in your emerge command.

Thanks Zac, but that's what revdep-rebuild threw back at me.  I am now running 
revdep-rebuild -p -v -t and remerging one at a time any packages that 
show -arts*.  I thought that emerge -uaDNv world would have caught them all?
-- 
Regards,
Mick


pgp4Ps8YTeAW4.pgp
Description: PGP signature


Re: [gentoo-user] aRTs is driving me nuts!

2007-03-26 Thread Mick
On Monday 26 March 2007 21:34, Mick wrote:
 On Monday 26 March 2007 20:52, Zac Medico wrote:
 
  It appears that you've forgotten to remove =kde-base/kaboodle-3.5.5
  from the list of packages in your emerge command.

 Thanks Zac, but that's what revdep-rebuild threw back at me.  I am now
 running revdep-rebuild -p -v -t and remerging one at a time any packages
 that show -arts*.  I thought that emerge -uaDNv world would have caught
 them all?

OK, I am down to two packages now, noatun and krec:
=
All prepared. Starting rebuild...
emerge --oneshot -p -v -t =kde-base/krec-3.5.5 =kde-base/noatun-3.5.5 

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[ebuild   R   ] kde-base/noatun-3.5.5  USE=-debug -kdeenablefinal -xinerama 
0 kB 
[ebuild   R   ] kde-base/krec-3.5.5  USE=encode mp3 
vorbis -debug -kdeenablefinal -xinerama 0 kB 
[ebuild  N]  kde-base/kdemultimedia-arts-3.5.5  
USE=-debug -kdeenablefinal -xinerama 0 kB 
[ebuild  N]   kde-base/arts-3.5.5  USE=alsa mp3 
vorbis -artswrappersuid -debug -esd -jack -kdeenablefinal -nas -xinerama 0 
kB 

Total: 4 packages (2 new, 2 reinstalls), Size of downloads: 0 kB
=

The thing is that neither of them have arts in their USE flags.  I am not I 
understand what is happening here.
-- 
Regards,
Mick


pgpqYsHSNNGTx.pgp
Description: PGP signature


[gentoo-user] gentoo-2.6.20 vs iptables

2007-03-26 Thread Roy Wright
Howdy,

This is just a FYI, after upgrading my kernel to 2.6.20, my firewall
was broken.  I was using firestarter but had the same problem
trying to use guarddog.  Traced it down to missing the iptables
state module.  There could have been other modules missing,
but I just enabled building them all and that solved my problem.

So when you upgrade your kernel, you may want to check:

  Networking
Networking options
  Network packet filtering framwork
Core Netfilter Configuration

and build as modules all the Netfilter Xtable support modules


HTH,
Roy

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gentoo-2.6.20 vs iptables

2007-03-26 Thread A. R.

Howdy,

This is just a FYI, after upgrading my kernel to 2.6.20, my firewall
was broken.  I was using firestarter but had the same problem
trying to use guarddog.  Traced it down to missing the iptables
state module.  There could have been other modules missing,
but I just enabled building them all and that solved my problem.

So when you upgrade your kernel, you may want to check:

  Networking
Networking options
  Network packet filtering framwork
Core Netfilter Configuration

and build as modules all the Netfilter Xtable support modules


Thanks for the heads up.

- AR


--
One should die proudly when it is no longer possible to live proudly.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] aRTs is driving me nuts!

2007-03-26 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mick wrote:
 On Monday 26 March 2007 21:34, Mick wrote:
 The thing is that neither of them have arts in their USE flags.  I am not I 
 understand what is happening here.

kde-base/noatun-3.5.5 currently has an unconditional runtime
dependency on kde-base/arts (at least that's what the ebuild
metadata currently specifies).  If that package can build and run
without arts, then the unconditional dependency can be converted to
a conditional dependency that is controlled by the arts USE flag.

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.3 (GNU/Linux)

iD8DBQFGCD1Y/ejvha5XGaMRAkNFAKDhun2Ne4S5B3OwoB9T6ojNY0JjpwCgtP/N
p/4vbkSjW/LMCBuaFVjFbjk=
=Ky3r
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Complaint about nano postinst message

2007-03-26 Thread Walter Dnes
  After my most recent sync and update, I checked the elogs for any
configuration stuff or warnings.  When a build throws a postinst
message, I expect an important message, e.g. gtk2 says...

==
LOG: postinst
You need to rebuild ebuilds that installed into /usr/lib/gtk-2.0/2.4.0
to do that you can use qfile from portage-utils:
emerge -va1 $(qfile -qC /usr/lib/gtk-2.0/2.[^1]*)
==

  I do *NOT* expect marketing fluff like nano puts out...

==
LOG: postinst
More helpful info about nano, visit the GDP page:
http://www.gentoo.org/doc/en/nano-basics-guide.xml
==

  The whole point of elogs is to highlight important stuff, so people
don't have to plow through reams of useless stuff.  The nano URL belongs
in the man page, not in the elogs.

-- 
Walter Dnes [EMAIL PROTECTED] In linux /sbin/init is Job #1
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Complaint about nano postinst message

2007-03-26 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Walter Dnes wrote:
   The whole point of elogs is to highlight important stuff, so people
 don't have to plow through reams of useless stuff.  The nano URL belongs
 in the man page, not in the elogs.

Probably something you could point item using the bugs system, or directly 
contacting the maintainer
of such package.

- --
Arturo Buanzo Busleiman - Consultor Independiente en Seguridad Informatica
Foros GNU/Buanzo: Respeto, Soluciones y Buena Onda: http://foros.buanzo.com.ar
Consulting and Secure Mail Hosting: http://www.buanzo.com.ar/pro/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGCEOYAlpOsGhXcE0RCnY1AJ9sxJFar8VfRmrbNWOf20xK345LewCfWJxw
IxrYciAmznJZFuQjCApzgxM=
=pC52
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] aRTs is driving me nuts!

2007-03-26 Thread Mick
On Monday 26 March 2007 22:38, Zac Medico wrote:
 Mick wrote:
  On Monday 26 March 2007 21:34, Mick wrote:
  The thing is that neither of them have arts in their USE flags.  I am not
  I understand what is happening here.

 kde-base/noatun-3.5.5 currently has an unconditional runtime
 dependency on kde-base/arts (at least that's what the ebuild
 metadata currently specifies).  If that package can build and run
 without arts, then the unconditional dependency can be converted to
 a conditional dependency that is controlled by the arts USE flag.

I'm convinced that I am too tired to understand this because I noticed I have 
been missing out words in my response (sorry!).  Would you mind simplifying 
it for me?

I have rebuilt noatune and krec with -arts set in make.conf.  Does this 
change the dependencies they have on arts?  Or is it unconditional in the 
sense that noatune *always* depends on kde-base/arts no matter what I set 
in /etc/make.conf?  If that's the case I'll just unmerge noatune and forget 
about it.
-- 
Regards,
Mick


pgp6mkKC0I5Ld.pgp
Description: PGP signature


Re: [gentoo-user] Complaint about nano postinst message

2007-03-26 Thread Albert Hopkins
In an apparent rage, Walter Dnes exclaims:
[...]

 
   I do *NOT* expect marketing fluff like nano puts out...
 
 ==
 LOG: postinst
 More helpful info about nano, visit the GDP page:
 http://www.gentoo.org/doc/en/nano-basics-guide.xml
 ==
 
   The whole point of elogs is to highlight important stuff, so people
 don't have to plow through reams of useless stuff.  The nano URL belongs
 in the man page, not in the elogs.

I was expecting to see something like a plug for Huggies Diapers (which
are great btw).  The elog system is actually for errors, warnings and,
egads, info regarding a package.  If those few lines of text really
bother you that much you could a) filter it out, b) ignore it or c) send
a patch to the nano maintainer as he obviously needs as much help as he
can get.

--
Albert W. Hopkins

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] aRTs is driving me nuts!

2007-03-26 Thread Albert Hopkins
On Mon, 2007-03-26 at 23:06 +0100, Mick wrote:
 I'm convinced that I am too tired to understand this because I noticed
 I have 
 been missing out words in my response (sorry!).  Would you mind
 simplifying 
 it for me? 

Think about it this way:

USE flags are to ebuilds as options are to automobiles.  Some
automobiles offer all-wheel drive as an option.   Some don't offer it as
an option all.  And for some (e.g. Subaru) the cars all have all-wheel
drive and it's not an option. Just the same as all-wheel drive (and
brake pads) are not an option on a WRX, arts is apparently not an option
on a noatun. 

The IS 250, BTW, offers AWD as an option.  Don't u wish you could

USE=awd emerge =cars-lexus/is_250-2007

;-)

--
Albert W. Hopkins


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] aRTs is driving me nuts!

2007-03-26 Thread Bo Ørsted Andresen
On Tuesday 27 March 2007 00:06:54 Mick wrote:
 I have rebuilt noatune and krec with -arts set in make.conf.  Does this
 change the dependencies they have on arts?  Or is it unconditional in the
 sense that noatune *always* depends on kde-base/arts no matter what I set
 in /etc/make.conf?  If that's the case I'll just unmerge noatune and forget
 about it.

It's unconditional. Just unmerge them.

-- 
Bo Andresen


pgpWrr7MHUuXG.pgp
Description: PGP signature


Re: [gentoo-user] aRTs is driving me nuts!

2007-03-26 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mick wrote:
 I have rebuilt noatune and krec with -arts set in make.conf.  Does this 
 change the dependencies they have on arts?  Or is it unconditional in the 
 sense that noatune *always* depends on kde-base/arts no matter what I set 
 in /etc/make.conf?  If that's the case I'll just unmerge noatune and forget 
 about it.

The way the dependencies are currently specified, it really is
unconditional (USE=-arts makes no difference).

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.3 (GNU/Linux)

iD8DBQFGCE3K/ejvha5XGaMRAppGAKCG3Yv8y2qhkYnjcQuX5uxaLxG3iQCg5Ucg
whrh/cfsUdjauhqiPYNiy58=
=OrK5
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Help - system reboots while compiling

2007-03-26 Thread Jeff Rollin

Hi list

On 12/02/07, Jeff Rollin [EMAIL PROTECTED] wrote:



On 12/02/07, Hemmann, Volker Armin
[EMAIL PROTECTED] wrote:


 If you can read german (or if you know someone who is able to translate it
for
 you):


http://hardware.thgweb.de/2007/01/15/stresstest_netzteile_2007/index.html

 Luckily, I own the same enermax they tested...
 --

F everyone's I, that looks to be the same test someone else mentioned from
Tom's Hardware - which is in English. That would probably work better than a
machine translation, especially of a language like German, where the order
of the words quite often with respect to English up-mixed is. :-)

Jeff




Sorry to resurrect this thread but I think I may have gotten a little
closer to diagnosing the problem, if not to finding a solution. As I
wrote to my local (non-gentoo-specialist) lug:

However, I am now reasonably certain, after having attempted to
emerge portage several times, that at least in some cases the problem
seems to be when the ./configure script gets to checking dlfcn.h
usability (this actually occurs when emerge attempts to compile
gettext as a dependency). I am posting this same info to the Gentoo
mailinglist as well.

I would be grateful for any ideas.
--
Q: What will happen in the Aftermath?

A: Impossible to tell, since we're still in the Beforemath.

http://latedeveloper.org.uk
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Questions about gparted

2007-03-26 Thread Kevin O'Gorman

On 3/25/07, Boyd Stephen Smith Jr. [EMAIL PROTECTED] wrote:

On Sunday 25 March 2007, Kevin O'Gorman [EMAIL PROTECTED] wrote
about '[gentoo-user] Questions about gparted':
 1) It complains about being unable to open /dev/nbd1 throught (sic)
 /dev/nbd16; I have no idea what these are.

Block devices exposed by the 'nbd' module.  The nbd module allows block
devices to be exported and imported over the network, similar to iSCSI or
SATAoE, but is non-standard (AFAIK) and currently only useful is
homogeneous Linux environments (since other OSes don't have support for
it).

It's a bit odd that you have those device nodes.  udev shouldn't create
them until they are imported.  Delete them, then run 'udevtrigger 
udevsettle' (as root) and see if they are recreated.


Yes they are recreated.  I'm not aware of anything on this system that
would use such a feature unless a USB thumb drive qualifies.

++ kevin

--
Kevin O'Gorman, PhD
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Maya

2007-03-26 Thread Samir Faci

As far as I know the learning edition isn't available for linux, I might be
wrong.

They do have their commercial version which works great on linux.  Unlike
other company that came out with linux versions which turned out to be
re-wrap of their 1.0 release of their software from 10 years ago written for
linux, the Maya software works really well, and it seems very feature rich.
(Not that I can make heads or tails of half the features it has).

Hope that helped.

--
Samir


On 3/26/07, Mick [EMAIL PROTECTED] wrote:


On Sunday 25 March 2007 18:57, Neil Walker wrote:
 Mick wrote:
  This may be a silly question, but I am trying to understand if Maya is
  free for Linux - despite it being a commercial product.
 
  The License page says that we should go to
  http://www.aliaswavefront.com/spar to register, but the link is dead.
 
  What do you know about this package and the license thing?

 Hmm. Autodesk Maya Learning (an old version) is free - but only
 available for Windows and Mac OSX AFAIK. Never heard of a Linux version
 - let alone Gentoo.

Thanks Neil,
===
# eix maya
* media-gfx/maya
 Available versions:  (6.5)  ~6.5
 Homepage:
http://www.alias.com/eng/products-services/maya/index.shtml
 Description: Alias Wavefront's Maya. Commercial modeling and
animation package.
==

--
Regards,
Mick




[gentoo-user] unichrome mobo, adapter not present on xvinfo

2007-03-26 Thread Jed R. Mallen

hello,

i have a unichrome mobo, i already installed the openchrome driver as
the gentoo-wiki unichrome howto (http://gentoo-wiki.com/Unichrome)
said, still when i run xvinfo it says adapter not detected. i'm using
vesa for the xorg.conf.

slow scroll on xterm and mplayer. slow video overall. mplayer can only
use -vo x11, not xv, xvmc, etc.

thanks

--
Jed R. Mallen | GPG key ID: 81E575A3 fp: 4E1E CBA5 7E6A 2F8B 8756
660A E54C 39D6 81E5 75A3 | http://jed.sitesled.com
--
gentoo-user@gentoo.org mailing list



Re: Re: [gentoo-user] Diary tool?

2007-03-26 Thread buffalo

Yes! Tomboy is very good! Thank you IStván!

I also found another powerful tool, powerjournal, but seemingly not
maintained right now.

Yours,
Buffalo


2007/3/27, Pongrácz István [EMAIL PROTECTED]:


What about Tomboy?

Easy to use etc.

IStván

2007. 03. 27, kedd keltezéssel 00.06-kor [EMAIL PROTECTED] ezt írta:
 Thank you Jurgen! But I did not mean the web based blogging system. I
 want just a tool, or a software.

 Best,
 Buffalo


 __

 2007-03-27

 __
 发件人: JrgenGeuter
 发送时间: 2007-03-26 23:47:06
 收件人: gentoo-user@lists.gentoo.org
 抄送:
 主题: Re: [gentoo-user] Diary tool?

 On Mon, 2007-03-26 at 16:32 +0800, buffalo wrote:

 Hossa

  Hi all! Does anybody know whether there exist some good diary tools
  under gentoo linux? I appreciate your help very much!

 Well you could always setup your own blogging software, there are quite
 a few available in portage (www-apps/pyblosxom,
 www-apps/b2evolution ...).

 Weblogs are of course available free of charge in many places online,
 but if it's just for you and not top be public you could just setup your
 own little blog that only you can access.

 Jürgen
 --
 ICQ #81510866  -  http://the-gay-bar.com  -  MSN [EMAIL PROTECTED]
Occam's Razor:
-Entia non sunt multiplicanda praeter necessitatem.-
--
Nyílt forráskód azokra az igazán nehéz napokra. BSA
Open source for those really hard days. BSA
http://www.osbusiness.hu

--
gentoo-user@gentoo.org mailing list




Re: [gentoo-user] Diary tool?

2007-03-26 Thread buffalo

Dear W,

Thanks for your help! I surely want the diary tool, not a blog ;)

Using vim seems somewhat not the best way for organizing everyday's
information together.

Best,
Buffalo


2007/3/27, Willie Wong [EMAIL PROTECTED]:


On Mon, Mar 26, 2007 at 04:32:40PM +0800, Penguin Lover buffalo squawked:
 Hi all! Does anybody know whether there exist some good diary tools
under
 gentoo linux? I appreciate your help very much!

What do you mean diary tools?

If you just mean a way of keeping a diary on a computer, I would
suggest just flat text files (with vim as the preferred editor) in a
directory named by dates.

If you mean blogging, there are plenty of software available as well
as services available on the web. Really depends on your precise needs
I guess (do you want it accessible by other people, do you want
pictures, etc.)

Please provide more information about what you want so we can better
help you.

W
--
Marten: Instead of a basket with wine and cheese, you get jpegs of
   equine molestation.
Sortir en Pantoufles: up 108 days, 15:24
--
gentoo-user@gentoo.org mailing list




RE: [gentoo-user] Partial net access

2007-03-26 Thread Christopher Kurtis Koeber
Have you looked at what is different between the gentoo system that can
access everything and the one that can't?

I recommend doing an ifconfig in a terminal on each gentoo system and
compare each of them. Also check and see if there isn't any firewall rules
that can be blocking access.

Regards,
Christopher Koeber

-Original Message-
From: sean [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 26, 2007 3:39 PM
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] Partial net access

On my home network I have three systems,
two Gentoo,
-192.168.0.11
-192.168.0.20
one Windows,
-dhcp
network printer,
-192.168.0.10
Palm Pilot
-dhcp

and all this goes through my router and out to the Internet.
All in this manner work fine.

The .11 and the Windows system can both ping each other and ping and use 
the printer.
The .10 can ping the router, and access the Internet, but cannot ping 
.11, Windows, or the printer.

The Palm pilot can ping all, and access the Internet.

What I am trying to figure out is why .20 cannot ping and access the 
printer.

Is anyone able to give me some ideas on what to check?

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

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gentoo-2.6.20 vs iptables

2007-03-26 Thread Rumen Yotov
On Mon, 26 Mar 2007 16:59:31 -0400
A. R. [EMAIL PROTECTED] wrote:

  Howdy,
 
  This is just a FYI, after upgrading my kernel to 2.6.20, my firewall
  was broken.  I was using firestarter but had the same problem
  trying to use guarddog.  Traced it down to missing the iptables
  state module.  There could have been other modules missing,
  but I just enabled building them all and that solved my problem.
 
  So when you upgrade your kernel, you may want to check:
 
Networking
  Networking options
Network packet filtering framwork
  Core Netfilter Configuration
 
  and build as modules all the Netfilter Xtable support modules
 
 Thanks for the heads up.
 
 - AR
 
 
Hi,
Try rebuilding 'iptables' (maybe with 'extensions' USE-flag).
Too lazy to check the ebuild ;) but remember iptables (sometimes ?) uses
kernel source (/usr/src/linux) to build.
HTH. Rumen
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Complaint about nano postinst message

2007-03-26 Thread Graham Murray
Walter Dnes [EMAIL PROTECTED] writes:

   After my most recent sync and update, I checked the elogs for any
 configuration stuff or warnings.  When a build throws a postinst
 message, I expect an important message, e.g. gtk2 says...

 ==
 LOG: postinst
 You need to rebuild ebuilds that installed into /usr/lib/gtk-2.0/2.4.0
 to do that you can use qfile from portage-utils:
 emerge -va1 $(qfile -qC /usr/lib/gtk-2.0/2.[^1]*)
 ==

Even those are not always appropriate. Sometimes messages like that
are displayed even when, for the particular build it is not actually
necessary to rebuild the other packages - that only being necessary
when upgrading from version x.y. This can lead to users either
performing unnecessary (and sometimes lengthy) rebuilds or getting so
used to seeing the message that the next time a rebuild really is
needed they do not do it (the cry wolf syndrome).
-- 
gentoo-user@gentoo.org mailing list