[gentoo-user] question about wireless setting

2009-12-01 Thread 김무성
Hello list. I have a laptop I installed 2.6.30-r8 I wish to use wireless. So. Type lspci. localhost ~ # lspci 05:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02) And type iwconfig. localhost ~ # iwconfig lono

Re: [gentoo-user] question about wireless setting

2009-12-01 Thread Alan McKinnon
On Tuesday 01 December 2009 08:46:51 김무성 wrote: Hello list. I have a laptop I installed 2.6.30-r8 I wish to use wireless. So. Type lspci. localhost ~ # lspci 05:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)

Re: [gentoo-user] cdrecord fails to burn dvd

2009-12-01 Thread José Romildo Malaquias
On Mon, Nov 30, 2009 at 11:44:13PM +0100, Joerg Schilling wrote: José Romildo Malaquias j.romi...@gmail.com wrote: Then please test again with -v It works. See attached the output of the command: # script -f -c /var/tmp/CDRTOOLS/opt/schily/bin/cdrecord -v -sao -eject speed=8

Re: [gentoo-user] fsck won't work if ac cord not attached?!

2009-12-01 Thread Neil Bothwick
On Mon, 30 Nov 2009 18:54:45 -0700, Maxim Wexler wrote: you guys are killing me -- the problem goes away when the ac cord is plugged in. I open files watch videos surf the web and so on -- no problems. I'm no expert, but that would seem to suggest that the fs is OK, no? No! You're missing

Re: [gentoo-user] fsck won't work if ac cord not attached?!

2009-12-01 Thread Willie Wong
On Mon, Nov 30, 2009 at 06:54:45PM -0700, Penguin Lover Maxim Wexler squawked: you guys are killing me -- the problem goes away when the ac cord is plugged in. I open files watch videos surf the web and so on -- no problems. I'm no expert, but that would seem to suggest that the fs is OK, no?

Re: [gentoo-user] fsck won't work if ac cord not attached?!

2009-12-01 Thread Willie Wong
On Mon, Nov 30, 2009 at 06:54:45PM -0700, Penguin Lover Maxim Wexler squawked: Roy Marples, who is a(the?) openrc developer, roped me into using git to do whatever git is supposed to do and now it's much worse. /dev/sd1 and 2 fail to mount as before PLUS many init services fail to start PLUS

Re: [gentoo-user] Re: [OT] Seamonkey and LastPass

2009-12-01 Thread Willie Wong
On Mon, Nov 30, 2009 at 09:29:30PM -0600, Penguin Lover Dale squawked: chrome://messenger/locale/messengercompose/composeMsgs.properties: There is a tool I've used in the past called PasswordMaker. It uses a master password and a flexible set of parameters to generate passwords and if

Re: [gentoo-user] question about wireless setting

2009-12-01 Thread Willie Wong
On Tue, Dec 01, 2009 at 03:46:51PM +0900, Penguin Lover ?? squawked: localhost ~ # lspci 05:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02) snip localhost ~ # iwconfig lono wireless extensions. eth0 no wireless

Re: [gentoo-user] kopete needs net-libs/ortp ??

2009-12-01 Thread Willie Wong
On Mon, Nov 30, 2009 at 09:48:12PM -0600, Penguin Lover Dale squawked: I would just love to help... but your Chrome Messenger seems to be b0rked. W -- Being politically correct means always having to say you're sorry. Sortir en Pantoufles: up 1089 days, 9:27

Re: [gentoo-user] cdrecord fails to burn dvd

2009-12-01 Thread Dale
José Romildo Malaquias wrote: On Mon, Nov 30, 2009 at 11:44:13PM +0100, Joerg Schilling wrote: José Romildo Malaquias j.romi...@gmail.com wrote: Then please test again with -v It works. See attached the output of the command: # script -f -c

Re: [gentoo-user] question about wireless setting

2009-12-01 Thread Daniel Pielmeier
2009/12/1 Willie Wong ww...@math.princeton.edu: On Tue, Dec 01, 2009 at 03:46:51PM +0900, Penguin Lover ?? squawked: I could see wireless driver when typed lspci. No you can't. You see the pci devices. You don't see drivers. You need a drive either emerged or compiled into your kernel

Re: [gentoo-user] kopete needs net-libs/ortp ??

2009-12-01 Thread Dale
Willie Wong wrote: On Mon, Nov 30, 2009 at 09:48:12PM -0600, Penguin Lover Dale squawked: I would just love to help... but your Chrome Messenger seems to be b0rked. W I'll enter this again in a bit. I have since went back to Seamonkey 1. It appears Seamonkey 2 and KDE 4 are

[gentoo-user] gcc 4.2.4 fails to build

2009-12-01 Thread Roger Mason
Hello, I need to build gcc 4.2 on a core 2 duo system. The only 4.2.x version is 4.2.4, which is masked by ~. When I try to build it fails: ... /var/tmp/portage/sys-devel/gcc-4.2.4-r1/work/build/./gcc/xgcc -B/var/tmp/portage/sys-devel/gcc-4.2.4-r1/work/build/./gcc/

Re: [gentoo-user] OO fails with useless 65280 error on unoxml

2009-12-01 Thread Alan McKinnon
On Monday 30 November 2009 00:06:23 daid kahl wrote: I've been getting the same silly OpenOffice compile error for a couple weeks now. Nothing I can search up or think of seems to do the trick. Since it takes about 2 hours + to crash out (the *exact* same way), it's also not trivial to try

Re: [gentoo-user] Re: [OT] Seamonkey and LastPass

2009-12-01 Thread Dale
Willie Wong wrote: On Mon, Nov 30, 2009 at 09:29:30PM -0600, Penguin Lover Dale squawked: chrome://messenger/locale/messengercompose/composeMsgs.properties: There is a tool I've used in the past called PasswordMaker. It uses a master password and a flexible set of parameters to

[gentoo-user] tunneling or redirect attack?

2009-12-01 Thread laurent
Hi, Is it a common thing, or really easy to do, to redirect the content from a server to another one? Like launching an lil app telling the port to listen and then get all data travelling there?? Thanks for information. Laurent

Re: [gentoo-user] gcc 4.2.4 fails to build

2009-12-01 Thread Zeerak Waseem
if you're using an intel core2 processor, the proper -march setting is -march=nocona On Tue, 01 Dec 2009 14:26:28 +0100, Roger Mason rma...@mun.ca wrote: Hello, I need to build gcc 4.2 on a core 2 duo system. The only 4.2.x version is 4.2.4, which is masked by ~. When I try to build it

[gentoo-user] Heads up: Your system might be broken and/or insecure due to serious patch-2.6 bug

2009-12-01 Thread Nikos Chantziaras
Everyone should read the following and follow the advice given: http://blog.flameeyes.eu/2009/12/01/gentoo-service-announcement-keep-clear-of-gnu-patch-2-6

Re: [gentoo-user] kopete needs net-libs/ortp ??

2009-12-01 Thread Dale
Willie Wong wrote: On Mon, Nov 30, 2009 at 09:48:12PM -0600, Penguin Lover Dale squawked: I would just love to help... but your Chrome Messenger seems to be b0rked. W OK. I'm not sure how I did this before but here we go with version 2.0. I sync'ed last night, ran emerge

Re: [gentoo-user] gcc 4.2.4 fails to build

2009-12-01 Thread Steffen Loos
Roger Mason schrieb: Hello, I need to build gcc 4.2 on a core 2 duo system. The only 4.2.x version is 4.2.4, which is masked by ~. When I try to build it fails: ... /var/tmp/portage/sys-devel/gcc-4.2.4-r1/work/build/./gcc/xgcc -B/var/tmp/portage/sys-devel/gcc-4.2.4-r1/work/build/./gcc/

Re: [gentoo-user] question about wireless setting

2009-12-01 Thread Dale
Daniel Pielmeier wrote: 2009/12/1 Willie Wong ww...@math.princeton.edu: On Tue, Dec 01, 2009 at 03:46:51PM +0900, Penguin Lover ?? squawked: I could see wireless driver when typed lspci. No you can't. You see the pci devices. You don't see drivers. You need a drive either

Re: [gentoo-user] tunneling or redirect attack?

2009-12-01 Thread Marcus Wanner
On 12/1/2009 10:07 AM, laurent wrote: Hi, Is it a common thing, or really easy to do, to redirect the content from a server to another one? Like launching an lil app telling the port to listen and then get all data travelling there?? Thanks for information. Laurent And this is relevant

Re: [gentoo-user] kopete needs net-libs/ortp ??

2009-12-01 Thread Tony2
On Tue, 01 Dec 2009 08:24:02 -0600 Dale rdalek1...@gmail.com wrote: Willie Wong wrote: On Mon, Nov 30, 2009 at 09:48:12PM -0600, Penguin Lover Dale squawked: I would just love to help... but your Chrome Messenger seems to be b0rked. W OK. I'm not sure how I did

Re: [gentoo-user] Re: How to determine which mobo without opening case

2009-12-01 Thread Marcus Wanner
On 11/30/2009 9:13 PM, Harry Putnam wrote: Dan Cowsill danthe...@gmail.com writes: As a matter of curiosity, why can't you open the case? Aside from extreme laziness, I'd prefer to spend 2 seconds getting the info than first pulling the machine out of some piled up mess of several

[gentoo-user] spamassassin error

2009-12-01 Thread Arnau Bria
Hi all, I've a cron which trains my spamassassin and it has sttoped working: /usr/bin/sa-learn --spam /home/arnau/Mail/SPAM/ ERROR: the Bayes learn function returned an error, please re-run with -D for more information the problem comes because there's a missing package: perl-core/DB_File but

Re: [gentoo-user] tunneling or redirect attack?

2009-12-01 Thread Kyle Bader
Is it a common thing, or really easy to do,  to redirect the content from a server to another one? Change dns records/ip addresses? Like launching an lil app telling the port to listen and then get all data travelling there?? tcpdump? -- Kyle

Re: [gentoo-user] fsck won't work if ac cord not attached?!

2009-12-01 Thread daid kahl
Roy Marples, who is a(the?) openrc developer, roped me into using git to do whatever git is supposed to do and now it's much worse. /dev/sd1 and 2 fail to mount as before PLUS many init services fail to start PLUS it no longer matters if the battery is being used or the ac cord: Chaos ensues,

Re: [gentoo-user] fsck won't work if ac cord not attached?!

2009-12-01 Thread daid kahl
Unless you are a developer or trying to get around bugs in portage where the ebuild isn't working, you should need to use git as a Gentoo user. *Shouldn't* need to use git.

Re: [gentoo-user] tunneling or redirect attack?

2009-12-01 Thread laurent
laurent a écrit : Hi, Is it a common thing, or really easy to do, to redirect the content from a server to another one? Like launching an lil app telling the port to listen and then get all data travelling there?? Thanks for information. Laurent hm now I see in my webmin HTTP Tunnel.

Re: [gentoo-user] tunneling or redirect attack?

2009-12-01 Thread Helmut Jarausch
On 1 Dec, laurent wrote: Hi, Is it a common thing, or really easy to do, to redirect the content from a server to another one? Like launching an lil app telling the port to listen and then get all data travelling there?? You might consider ssh tunneling google for these 2 words,

Re: [gentoo-user] OO fails with useless 65280 error on unoxml

2009-12-01 Thread daid kahl
Somewhere in this thread was a mention of a failed patch. Where version of patch are you using? If it's 2.6, downgrade it as 2.6 is horribly broken http://blog.flameeyes.eu/2009/12/01/gentoo-service-announcement-keep-clear-of- gnu-patch-2-6 There was some patching things that caught my

Re: [gentoo-user] spamassassin error

2009-12-01 Thread Alan McKinnon
So the package needs another package and it's not in DEPENDS. Of course --depclean will remove it if you emerge it with -1, what else would you expect to happen? So add it to world of course On Dec 1, 2009 6:33 PM, Arnau Bria ar...@emergetux.net wrote: Hi all, I've a cron which trains my

Re: [gentoo-user] kopete needs net-libs/ortp ??

2009-12-01 Thread Willie Wong
On Tue, Dec 01, 2009 at 08:24:02AM -0600, Penguin Lover Dale squawked: emerge: there are no ebuilds to satisfy ~net-libs/ortp-0.7.1. (dependency required by kde-base/kopete-3.5.10-r4 [ebuild]) (dependency required by kde-base/kdenetwork-meta-3.5.10 [installed]) (dependency required by

Re: [gentoo-user] kopete needs net-libs/ortp ??

2009-12-01 Thread daid kahl
Thanks for letting me know this was blank.  Gmail doesn't send me a copy back so I had no clue.  I thought I had stumped everyone with this one.  O_O I thought maybe you were testing some new super-concise method of asking for help by including all relevant info in the subject line. Hey...less

Re: [gentoo-user] tunneling or redirect attack?

2009-12-01 Thread Willie Wong
On Tue, Dec 01, 2009 at 04:07:44PM +0100, Penguin Lover laurent squawked: Is it a common thing, or really easy to do, to redirect the content from a server to another one? Like launching an lil app telling the port to listen and then get all data travelling there?? You need to be a bit

[gentoo-user] Firefox crashes when open an menu

2009-12-01 Thread Frank Schwidom
Hi, i installed the newest firefox and (www-client/mozilla-firefox-3.5.4) and if i touch the menu or if i want to use the contextual menu then the browser freezes. I made already revdep-rebuild. Any idea? Regards Frank Schwidom

Re: [gentoo-user] tunneling or redirect attack?

2009-12-01 Thread laurent
Marcus Wanner a écrit : On 12/1/2009 10:07 AM, laurent wrote: Hi, Is it a common thing, or really easy to do, to redirect the content from a server to another one? Like launching an lil app telling the port to listen and then get all data travelling there?? Thanks for information.

Re: [gentoo-user] kopete needs net-libs/ortp ??

2009-12-01 Thread Dale
Tony2 wrote: Add -jingle to wherever you want to keep your USE flags for kopete. See kopete-3.5.10-r4 ebuild. HTH Thanks. I couldn't get it to show me the USE flags, just that error. But it started a whole new error. Sorry this is sort of long. r...@smoker / # emerge -uvDNa world

Re: [gentoo-user] fsck won't work if ac cord not attached?!FIXED -- almost

2009-12-01 Thread Maxim Wexler
On 12/1/09, Neil Bothwick n...@digimed.co.uk wrote: On Mon, 30 Nov 2009 18:54:45 -0700, Maxim Wexler wrote: you guys are killing me -- the problem goes away when the ac cord is plugged in. I open files watch videos surf the web and so on -- no problems. I'm no expert, but that would seem to

Re: [gentoo-user] spamassassin error

2009-12-01 Thread Stroller
On 1 Dec 2009, at 16:30, Arnau Bria wrote: ... the problem comes because there's a missing package: perl-core/DB_File ... do I have to add DB_File to world? cause if I install the package with oneshot option, depclean wants to remove it. `emerge -1 perl-core/DB_File` and file a bug.

Re: [gentoo-user] tunneling or redirect attack?

2009-12-01 Thread laurent
Willie Wong a écrit : On Tue, Dec 01, 2009 at 04:07:44PM +0100, Penguin Lover laurent squawked: Is it a common thing, or really easy to do, to redirect the content from a server to another one? Like launching an lil app telling the port to listen and then get all data travelling there??

[gentoo-user] git openrc skips init service

2009-12-01 Thread Maxim Wexler
Hi group, I used the repo offered by Tony Marples to update openrc(0.5.2-r2 - 0.5.2.4df8778) using git. It did a fine job except it failed to update /etc/init.d/net.lo. The original instance remains. Under /var/git/openrc all the init services were updated from service.in to service and

Re: [gentoo-user] fsck won't work if ac cord not attached?!

2009-12-01 Thread Maxim Wexler
And, for the record, while people might be arguing with you, it's not malicious. We are only trying to help. Fine, then read what I say and, until you know better, believe it.

[gentoo-user] Re: How to determine which mobo without opening case

2009-12-01 Thread Harry Putnam
Marcus Wanner marc...@cox.net writes: On 11/30/2009 9:13 PM, Harry Putnam wrote: Dan Cowsill danthe...@gmail.com writes: As a matter of curiosity, why can't you open the case? Aside from extreme laziness, I'd prefer to spend 2 seconds getting the info than first pulling the

Re: [gentoo-user] tunneling or redirect attack?

2009-12-01 Thread laurent
Helmut Jarausch a écrit : On 1 Dec, laurent wrote: Hi, Is it a common thing, or really easy to do, to redirect the content from a server to another one? Like launching an lil app telling the port to listen and then get all data travelling there?? You might consider ssh

Re: [gentoo-user] spamassassin error

2009-12-01 Thread David
Arnau Bria wrote: Hi all, I've a cron which trains my spamassassin and it has sttoped working: /usr/bin/sa-learn --spam /home/arnau/Mail/SPAM/ ERROR: the Bayes learn function returned an error, please re-run with -D for more information the problem comes because there's a missing

Re: [gentoo-user] fsck won't work if ac cord not attached?!

2009-12-01 Thread Neil Bothwick
On Tue, 1 Dec 2009 11:57:58 -0700, Maxim Wexler wrote: Fine, then read what I say and, until you know better, believe it. OK, you're right, everyone else is wrong and there's no point in any of us trying to help you. -- Neil Bothwick There is absolutely no substitute for a genuine lack of

Re: [gentoo-user] tunneling or redirect attack?

2009-12-01 Thread Joshua Murphy
On Tue, Dec 1, 2009 at 2:53 PM, laurent laur...@logiquefloue.org wrote: Helmut Jarausch a écrit : On  1 Dec, laurent wrote: Hi, Is it a common thing, or really easy to do,  to redirect the content from a server to another one? Like launching an lil app telling the port to listen and

Re: [gentoo-user] fsck won't work if ac cord not attached?!

2009-12-01 Thread Alan McKinnon
On Tuesday 01 December 2009 22:19:24 Neil Bothwick wrote: On Tue, 1 Dec 2009 11:57:58 -0700, Maxim Wexler wrote: Fine, then read what I say and, until you know better, believe it. OK, you're right, everyone else is wrong and there's no point in any of us trying to help you. Wise Chinese

Re: [gentoo-user] kopete needs net-libs/ortp ??

2009-12-01 Thread Dale
Willie Wong wrote: On Tue, Dec 01, 2009 at 08:24:02AM -0600, Penguin Lover Dale squawked: emerge: there are no ebuilds to satisfy ~net-libs/ortp-0.7.1. (dependency required by kde-base/kopete-3.5.10-r4 [ebuild]) (dependency required by kde-base/kdenetwork-meta-3.5.10 [installed]) (dependency

Re: [gentoo-user] kopete needs net-libs/ortp ??

2009-12-01 Thread Dale
daid kahl wrote: Thanks for letting me know this was blank. Gmail doesn't send me a copy back so I had no clue. I thought I had stumped everyone with this one. O_O I thought maybe you were testing some new super-concise method of asking for help by including all relevant info in the

Re: [gentoo-user] fsck won't work if ac cord not attached?!

2009-12-01 Thread Daniel da Veiga
On Tue, Dec 1, 2009 at 16:57, Maxim Wexler maxim.wex...@gmail.com wrote: And, for the record, while people might be arguing with you, it's not malicious.  We are only trying to help. Fine, then read what I say and, until you know better, believe it. Your problem has nothing to do with

Re: [gentoo-user] fsck won't work if ac cord not attached?!

2009-12-01 Thread Maxim Wexler
meh, you got nothing On 12/1/09, Alan McKinnon alan.mckin...@gmail.com wrote: On Tuesday 01 December 2009 22:19:24 Neil Bothwick wrote: On Tue, 1 Dec 2009 11:57:58 -0700, Maxim Wexler wrote: Fine, then read what I say and, until you know better, believe it. OK, you're right, everyone else

[gentoo-user] how to know which driver a device is using?

2009-12-01 Thread Xi Shen
Hi, when i start my system from gentoo live dvd, all my hardware works fine. but if i want to have a small system, so i removed many drivers when i am compiling my own system. the result is some times, i do not know which driver should i choose for my hardware, and my hardware cannot use when i

Re: [gentoo-user] how to know which driver a device is using?

2009-12-01 Thread James Ausmus
On Tue, Dec 1, 2009 at 4:59 PM, Xi Shen davidshe...@googlemail.com wrote: Hi, when i start my system from gentoo live dvd, all my hardware works fine. but if i want to have a small system, so i removed many drivers when i am compiling my own system. the result is some times, i do not know

Re: [gentoo-user] how to know which driver a device is using?

2009-12-01 Thread Crístian Viana
you can try sys-apps/lshw On Wed, Dec 2, 2009 at 12:59 AM, Xi Shen davidshe...@googlemail.com wrote: Hi, when i start my system from gentoo live dvd, all my hardware works fine. but if i want to have a small system, so i removed many drivers when i am compiling my own system. the result is

Re: [gentoo-user] fsck won't work if ac cord not attached?!

2009-12-01 Thread Neil Bothwick
On Tue, 1 Dec 2009 16:14:09 -0700, Maxim Wexler wrote: meh, you got nothing Well, we haven't got broken systems that won't start up without a filesystem repair at every boot. If that's nothing, nothing will do me. If you really want help, I'd suggest you stop the tantrums, read the advice you

Re: [gentoo-user] Re: How to determine which mobo without opening case

2009-12-01 Thread David Relson
On Mon, 30 Nov 2009 20:10:41 -0600 Harry Putnam wrote: Neil Bothwick n...@digimed.co.uk writes: On Sun, 29 Nov 2009 08:37:49 -0600, Harry Putnam wrote: How can I determine the motherboard make and model? I mean without opening the case. sys-apps/lshw Good call Neil, I found

Re: [gentoo-user] fsck won't work if ac cord not attached?!

2009-12-01 Thread Joshua Murphy
On Tue, Dec 1, 2009 at 6:18 PM, Maxim Wexler maxim.wex...@gmail.com wrote: We just want to help you -- that's what the police say before they tase your ass On 12/1/09, Maxim Wexler maxim.wex...@gmail.com wrote: meh, you got nothing On 12/1/09, Alan McKinnon alan.mckin...@gmail.com wrote:

Re: [gentoo-user] how to know which driver a device is using?

2009-12-01 Thread Mark Knecht
On Tue, Dec 1, 2009 at 4:59 PM, Xi Shen davidshe...@googlemail.com wrote: Hi, when i start my system from gentoo live dvd, all my hardware works fine. but if i want to have a small system, so i removed many drivers when i am compiling my own system. the result is some times, i do not know

Re: [gentoo-user] Re: How to determine which mobo without opening case

2009-12-01 Thread Peter Humphrey
On Wednesday 02 December 2009 01:25:16 David Relson wrote: For grins, whenever I restart my computer I run hwinfo, lshw, lspci, and a variety of other utilities and save the results. Good God. I hope you don't do that more than once a decade. Just how long can a life be? -- Rgds Peter

Re: [gentoo-user] Re: How to determine which mobo without opening case

2009-12-01 Thread Dale
Peter Humphrey wrote: On Wednesday 02 December 2009 01:25:16 David Relson wrote: For grins, whenever I restart my computer I run hwinfo, lshw, lspci, and a variety of other utilities and save the results. Good God. I hope you don't do that more than once a decade. Just how long can

Re: [gentoo-user] fsck won't work if ac cord not attached?!

2009-12-01 Thread Maxim Wexler
so tell me how come none of you quarter-brights have responded to the email where I say this problem has been fixed? you want to help? answer me this: why did # /var/git/openrc/git pull --rebase update all init.d services except net.lo? That's today's scintillating question. On 12/1/09, Joshua

Re: [gentoo-user] fsck won't work if ac cord not attached?!

2009-12-01 Thread Maxim Wexler
should be /var/git/openrc# git pull --rebase On 12/1/09, Maxim Wexler maxim.wex...@gmail.com wrote: so tell me how come none of you quarter-brights have responded to the email where I say this problem has been fixed? you want to help? answer me this: why did # /var/git/openrc/git pull