Re: [gentoo-user] I think my machine is being used for spam

2006-09-15 Thread Eray Aslan
On Fri, September 15, 2006 8:48 am, Kevin O'Gorman wrote:
 My mail queue is chock full of messages that appear to be
 error-reports from MAILER_DAEMON to the effect that some piece of mail
 is undeliverable.  The form of the messages is baffling to me, and I
 cannot figure out what the original message was or where it came from.
  All of the addresses seem bogus.
[snip]

Most probably you did not configure Postfix to reject all mail for
non-existent recipients.  We cannot tell if this is really the case
without furher information.

If you did not, read and implement:
http://www.postfix.org/BACKSCATTER_README.html

This is really a question for postfix-users list.

-- 
Eray

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] error installing xorg

2006-09-15 Thread TOA

I found the error, my fault.

At the beginning I've put into the make.conf an USE=-X -ipv6

at that point I had some packet compiled without the X support, than 
after have correct it I try to emerge xorg-x11, and got the error.


After a good night I remember to do an  emerge -uDN world, now it's 
working



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Update or Install again? Testing vs. stable?

2006-09-15 Thread Bo Ørsted Andresen
On Friday 15 September 2006 07:52, Rumen Yotov wrote:
 Just a sidenote here, if knowing you'll have to rebuild after expat
 downgrade you could run revdep-rebuild --library libexpat.so.1 before
 and save the order/list of packages.

Of course, however, revdep-rebuild still don't have a clue about the order in 
which to emerge the packages...

-- 
Bo Andresen


pgpNi0gw7lD2I.pgp
Description: PGP signature


Re: [gentoo-user] Re: [OT] print to printer on winxp via cups samba smb

2006-09-15 Thread Richard Fish

On 9/14/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Something isn't working as planned. There were no files produced in
/tmp.


Odd.  Where does /usr/libexec/cups/backend/smb point to?

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



[gentoo-user] Update to glibc-2.4-r3 with gcc-3.4.6

2006-09-15 Thread Remy Blank
Has anybody tried updating glibc to the latest stable 2.4-r3, but
without also updating gcc to 4.1.1? Any problems?

From the ebuild, =sys-devel/gcc-3.4.4 should be supported.

I'd like to do the updates separately if possible.

Thanks.
-- Remy


Remove underscore and suffix in reply address for a timely response.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DVD burning package

2006-09-15 Thread Neil Bothwick
On Fri, 15 Sep 2006 12:30:33 +0800 (CST), Stephen Liu wrote:

 What DVD/CD burning packages will you recommend to emerge on Gentoo
 other than Gnomebaker and K3b.  TIA

That depends on the type of discs you want to make. I prefer plain old
kisofs + growisofs for data DVDs and tovid for video DVDs.


-- 
Neil Bothwick

GOTO: (n.) an efficient and general way of controlling a program, much
despised by academics and others whose brains have been ruined by
overexposure to Pascal.


signature.asc
Description: PGP signature


[gentoo-user] apache2+php

2006-09-15 Thread Martins Steinbergs
Hi,

I'm trying to setup sql-ledger but i'm struck at apache, it gives 500 error to 
browser. Logs shows this:


 Warning:  PHP Startup: Unable to load dynamic 
library '/usr/lib64/php5/lib/php/extensions/no-debug-non-zts-20050922/pdo.so' - 
/usr/lib64/php5/lib/php/extensions/no-debug-non-zts-20050922/pdo.so: 
cannot open shared object file: No such file or directory in Unknown on line 
0

 Warning:  Cannot load module 'pdo_pgsql' because required module 'pdo' is not 
loaded in Unknown on line 0

 Warning:  Cannot load module 'pdo_mysql' because required module 'pdo' is not 
loaded in Unknown on line 0


I cant figure out what to do, is it bug or just me.

martins

-- 
Linux 2.6.17-gentoo-r8 AMD Athlon(tm) 64 Processor 3200+
 11:51:19 up 13:00,  5 users,  load average: 0.15, 0.21, 0.18
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problems after reemerging xorg-x11

2006-09-15 Thread Bo Ørsted Andresen
On Thursday 14 September 2006 18:46, Dan Johansson wrote:
 Today I did the mistake of re-emerging
 (emerge --update --deep --verbose --newuse world --pretend
 ) x11-base/xorg-x11-6.8.2-r8 as a result of a changed USE-flag
 (GAPING_SECURITY_HOLE). Now when I try to do a new
 emerge --update --deep --verbose --newuse world --pretend
  I am getting a lot of blocked packages and emerge also wants to pull in a
 lot of new packages. Here is a part of the output of the emerge:

 [blocks B     ] =x11-base/xorg-x11-6.9 (is blocking
 x11-proto/kbproto-1.0.3)
[SNIP]
 I have x11-base/xorg-x11-6.8.2-r8 in /etc/portage/package.mask
 as I could not make my Laptop, with an ATI-videocard, work with the new
 modular X.

 Any suggestions on how to solve this?

Well, my suggestion would be to remove the mask and upgrade to modular 
xorg-x11. It won't be long before monolithic X will be unsupported and 
removed from the tree... My ATI video card works just fine with modular X.

http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml

-- 
Bo Andresen


pgpxh5QbyV878.pgp
Description: PGP signature


Re: [gentoo-user] apache2+php

2006-09-15 Thread Alexander Kirillov
 Warning:  Cannot load module 'pdo_pgsql' because required module 'pdo' is not 
loaded in Unknown on line 0


I'm not using pdo, but do you have dev-php5/pecl-pdo installed?
Should be pulled in as a dependency of dev-php5/pecl-pdo-pgsql.
You may also try to rebuild pecl-pdo with postgres flag.
Do you sometimes emerge --update --newuse --deep world?
HTH,
Sasha

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DVD burning package

2006-09-15 Thread Rumen Yotov
On Fri, 15 Sep 2006 09:11:56 +0100
Neil Bothwick [EMAIL PROTECTED] wrote:

 On Fri, 15 Sep 2006 12:30:33 +0800 (CST), Stephen Liu wrote:
 
  What DVD/CD burning packages will you recommend to emerge on Gentoo
  other than Gnomebaker and K3b.  TIA
 
 That depends on the type of discs you want to make. I prefer plain old
 kisofs + growisofs for data DVDs and tovid for video DVDs.
 
 
Hi,
Check gnome-extra/nautilus-cd-burner don't know if it's included in
gnome-light though.
Rumen
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Update or Install again? Testing vs. stable?

2006-09-15 Thread Rumen Yotov
On Fri, 15 Sep 2006 09:27:06 +0200
Bo Ørsted Andresen [EMAIL PROTECTED] wrote:

 On Friday 15 September 2006 07:52, Rumen Yotov wrote:
  Just a sidenote here, if knowing you'll have to rebuild after expat
  downgrade you could run revdep-rebuild --library libexpat.so.1
  before and save the order/list of packages.
 
 Of course, however, revdep-rebuild still don't have a clue about the
 order in which to emerge the packages...
 
Hi,
IMHO the cause is that some of the packages which resolv files --
packages are linked to the old libexpat.so.X so doesn't work in the
final identorder phase.
Rumen

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] apache2+php

2006-09-15 Thread Martins Steinbergs
On Friday 15 September 2006 12:23, Alexander Kirillov wrote:
 I'm not using pdo, but do you have dev-php5/pecl-pdo installed?
 Should be pulled in as a dependency of dev-php5/pecl-pdo-pgsql.
 You may also try to rebuild pecl-pdo with postgres flag.
 Do you sometimes emerge --update --newuse --deep world?
 HTH,
 Sasha


thank you, your advice helped.

now turns out actual problem is here:

Can't locate bin/mozilla/admin.pl in @INC (@INC 
contains: /home/httpd/perl /etc/perl 
/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux 
/usr/lib64/perl5/vendor_perl/5.8.8 
/usr/lib64/perl5/vendor_perl/5.8.7/x86_64-linux 
/usr/lib64/perl5/vendor_perl/5.8.7 /usr/lib64/perl5/vendor_perl 
/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux /usr/lib64/perl5/site_perl/5.8.8 
/usr/lib64/perl5/site_perl/5.8.7/x86_64-linux /usr/lib64/perl5/site_perl/5.8.7 
/usr/lib64/perl5/site_perl /usr/lib64/perl5/5.8.8/x86_64-linux 
/usr/lib64/perl5/5.8.8 /usr/local/lib/site_perl . /usr/lib64/apache2) 
at /var/www/localhost/htdocs/sql-ledger/admin.pl line 120.\n

-- 
Linux 2.6.17-gentoo-r8 AMD Athlon(tm) 64 Processor 3200+
 12:42:41 up 13:52,  5 users,  load average: 0.13, 0.33, 0.29
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Update to glibc-2.4-r3 with gcc-3.4.6

2006-09-15 Thread David Grant
I did and I totally screwed up my system. I managed to fix it eventually by booting to a live CD and untaring the quickpkg I made into the / directory.I might have done something wrong to cause this but I'm not sure what it was. Anyways, make sure you do quickpkg before hand, and secondly, don't do it until you get some responses back from others who did it succesfully.
DaveOn 9/15/06, Remy Blank [EMAIL PROTECTED] wrote:
Has anybody tried updating glibc to the latest stable 2.4-r3, butwithout also updating gcc to 4.1.1? Any problems?From the ebuild, =sys-devel/gcc-3.4.4 should be supported.I'd like to do the updates separately if possible.
Thanks.-- RemyRemove underscore and suffix in reply address for a timely response.--gentoo-user@gentoo.org mailing list
-- David Granthttp://www.davidgrant.ca


Re: [gentoo-user] Gnome logout dialog in Ubuntu has way more options - how to get suspend?

2006-09-15 Thread Robert Cernansky
On Thu, 14 Sep 2006 23:19:17 +0200 Alexander Skwar [EMAIL PROTECTED] wrote:

 That dialog has a lot more options than the dialog shown in Gentoo.
 In Gentoo, I do not have Ruhezustand (Hibernate) and the dialog
 looks a lot simpler.
 
 What do I have to do, to get the Ubuntu gnome logout dialog in
 Gentoo as well?

To add hibernate option you have to set SuspendCommand variable in
/etc/X11/gdm.conf. However I found out that if I set this to hibernate
script, it is not executed.

SuspendCommand=/usr/sbin/hibernate

I'm trying to get it work but I do not get any error message or error
log. Executing hibernate script from console works.

Robert


-- 
Robert Cernansky
E-mail: [EMAIL PROTECTED]
Jabber: [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] hardened vservers together?

2006-09-15 Thread jarry
Hi,

Is it possible to install hardened  vserver together?
On mirrors in /experimental/arch/ I can see stages
for both of them, but not together...

The same with kernel: there are vserver-sources
and hardened-sources, but how to put them together?
Is it actually possible??? 

Jarry

-- 
Feel free - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] annoying delivery status notifications

2006-09-15 Thread Bo Ørsted Andresen
On Friday 15 September 2006 01:08, David Grant wrote:
 Is anyone else getting:

 This is an automatically generated Delivery Status Notification.

 Delivery to the following recipients failed.

   [EMAIL PROTECTED]

 every time they send an email to [EMAIL PROTECTED]

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

-- 
Bo Andresen


pgpjwx4d3YdIy.pgp
Description: PGP signature


[gentoo-user] Re: Update to glibc-2.4-r3 with gcc-3.4.6

2006-09-15 Thread Remy Blank
David Grant wrote:
 I did and I totally screwed up my system. I managed to fix it eventually
 by booting to a live CD and untaring the quickpkg I made into the /
 directory.

Yes, I saw your posts on bug 125868 [1].

 ... and secondly, don't
 do it until you get some responses back from others who did it succesfully.

Well, I did it anyway (had a bit of time on my hands). And surprise, I
had the exact same symptoms as the bug above, i.e. a relocation error
before unmerging the previous glibc-2.3.6-r4. But everything was still
working ok.

So I did *not* panic ;-) and just emerged glibc-2.4-r3 a second time (I
had made a binary package, so this was quite fast), and this time the
previous glibc was unmerged correctly. I suppose an emerge --prune would
also have worked. Your problem was most likely due to your having
unmerged glibc-2.4, which left you with a system without glibc.

So there does seem to be a bug, albeit not really a critical one, in the
merge process. But it can be fixed easily by unmerging the *old* glibc
version.

-- Remy

[1] http://bugs.gentoo.org/show_bug.cgi?id=125868

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gnome Save Session dialog gone

2006-09-15 Thread Alex Bennee
On Fri, 2006-09-15 at 08:49 +0930, Iain Buchanan wrote:
 On Thu, 2006-09-14 at 18:01 +0100, Alex Bennee wrote:
  Hi,
  
  When I logout of gnome it no longer asks me if I wish to save the
  session and as a result I lose all my session data each time I logout.
  
  Anyone know where this went? Is this an upstream Gnome issue or am I
  missing some magical USE flag?
 
 Desktop Menu  Preferences  Sessions:
 Automatically save changes to session should save changes even without
 the dialog, or
 Ask on logout should bring back your dialog.

Ahhh - I should of mentioned I have been to this dialog. However what
ever I set it to it seems to make no difference to if I'm prompted or
not.

-- 
Alex, homepage: http://www.bennee.com/~alex/
San Francisco isn't what it used to be, and it never was. -- Herb Caen

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Power butten

2006-09-15 Thread Mick
Don't mean to hijack this thread, but my situation is probably similar to the 
OP.

On Friday 15 September 2006 02:57, Daniel Iliev wrote:
 Iain Buchanan wrote:

  Finally, if it still doesn't work, post what you see from
  tail -f /var/log/messages
  or whatever your syslog is, when you press the power button.

ACPI event unhandled: button/sleep C1A3 0080 0001

 You have to activate button under ACPI in the kernel:

I have this activated, but nothing happens other than the unhandled event 
error above.

 After emergeing acpid and runing it, you should have shutdown now
 mapped to your power button.

I would rather have hibernate mapped to it.  How?

PS. I think that sleep (save to RAM) does not work on this laptop, not when X 
is running anyway.
-- 
Regards,
Mick


pgpoBmqJf3LBw.pgp
Description: PGP signature


Re: [gentoo-user] Gnome logout dialog in Ubuntu has way more options - how to get suspend?

2006-09-15 Thread Mick
On Friday 15 September 2006 11:02, Robert Cernansky wrote:

 To add hibernate option you have to set SuspendCommand variable in
 /etc/X11/gdm.conf. However I found out that if I set this to hibernate
 script, it is not executed.

 SuspendCommand=/usr/sbin/hibernate

 I'm trying to get it work but I do not get any error message or error
 log. Executing hibernate script from console works.

Just a thought:  do you need to sudo it?
-- 
Regards,
Mick


pgp7CARC31mEl.pgp
Description: PGP signature


Re: [gentoo-user] DVD burning package

2006-09-15 Thread Stephen Liu
Hi Neil,

Tks for your advice.

 That depends on the type of discs you want to make. I prefer plain
 old
 kisofs + growisofs for data DVDs and tovid for video DVDs.

Mainly for data burning.

Do I need both of them or only either one?  Do I need cdrecord as
well?

What will the correct command to emerge them?
# emerge -pv kisofs
then
# emerge kisofs
???  Will the second command line pull all necessary dependencies?

Same command to emerge growisofs?

What package will their frontend?  k3b? 

TIA


B.R.
SL

 
 
 GOTO: (n.) an efficient and general way of controlling a program,
 much
 despised by academics and others whose brains have been ruined by
 overexposure to Pascal.
 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Power butten

2006-09-15 Thread Bo Ørsted Andresen
On Friday 15 September 2006 12:47, Mick wrote:
 Don't mean to hijack this thread, but my situation is probably similar to
 the OP.

 On Friday 15 September 2006 02:57, Daniel Iliev wrote:
  Iain Buchanan wrote:
   Finally, if it still doesn't work, post what you see from
   tail -f /var/log/messages
   or whatever your syslog is, when you press the power button.

 ACPI event unhandled: button/sleep C1A3 0080 0001

  You have to activate button under ACPI in the kernel:

 I have this activated, but nothing happens other than the unhandled event
 error above.

  After emergeing acpid and runing it, you should have shutdown now
  mapped to your power button.

 I would rather have hibernate mapped to it.  How?

 PS. I think that sleep (save to RAM) does not work on this laptop, not when
 X is running anyway.

Perhaps [1] will give you a clue. Otherwise feel free to ask again.

[1] 
http://gentoo-wiki.com/HOWTO_Shutdown_headless_server_when_power-button_pressed

-- 
Bo Andresen


pgpN5eFaMpprp.pgp
Description: PGP signature


Re: [gentoo-user] DVD burning package

2006-09-15 Thread Dirk Heinrichs
Am Freitag, 15. September 2006 12:55 schrieb ext Stephen Liu:

 What will the correct command to emerge them?
 # emerge -pv kisofs
 then
 # emerge kisofs

I'd guess this is a little typo: should be mkisofs. This is part of the 
famous cdrtools package. Don't know where growisofs comes from.

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


pgp3kGewPX64t.pgp
Description: PGP signature


Re: [gentoo-user] DVD burning package

2006-09-15 Thread Stephen Liu
Hi Rumen,

 Check gnome-extra/nautilus-cd-burner don't know if it's included in
 gnome-light though.

gnome-light is a very basic desktop with a few packages installed.

Application
Accessories - Terminal
Internet - SeaMonkey
System Tools - Avahi Zeorconf Browser/File Browser/New Login/New Login
in a Nested Window

I have to install my needed packages to run it.


At the beginning I installed gnome-light for test only.  Later I found
it a light-weight desktop even more basic than Xfce. Dislike the full
gnome with some packages installed which I never use.  So I decide to
keep gnome-light and install manually all the needed packages.

Tks

B.R.
SL

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] media-gfx/comix-3.4 not working

2006-09-15 Thread Cláudio Henrique

Hi, there,

After gcc upgrade to 4.1.1 I've been having a problem with comix. It
complains it needs PyGTK 2.8 or greater to work properly.

However, I have PyGTK 2.8.6 installed.

I have tried reemerging comix a couple of times, even reemerge PyGTK
before reemerging comix and still comix  keeps complaining.

Anybody has any clues?

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



Re: [gentoo-user] DVD burning package

2006-09-15 Thread Neil Bothwick
On Fri, 15 Sep 2006 13:21:34 +0200, Dirk Heinrichs wrote:

  # emerge kisofs  
 
 I'd guess this is a little typo: should be mkisofs.

It is, aybe y '' key has stopped working :)

 This is part of the 
 famous cdrtools package. Don't know where growisofs comes from.

dvd+rw-tools. It does for DVDs what cdrecord does for CDs. Despite the
name, it is for DVD-R(W) as well as DVD+RW

If you emerge k3b with the dvdr USE flag, it will pull in all of these as
dependencies.


-- 
Neil Bothwick

Self-explanatory: technospeak for Incomprehensible  undocumented


signature.asc
Description: PGP signature


Re: [gentoo-user] Gnome logout dialog in Ubuntu has way more options - how to get suspend?

2006-09-15 Thread Robert Cernansky
On Fri, 15 Sep 2006 11:50:59 +0100 Mick [EMAIL PROTECTED] wrote:

 On Friday 15 September 2006 11:02, Robert Cernansky wrote:
 
  To add hibernate option you have to set SuspendCommand variable in
  /etc/X11/gdm.conf. However I found out that if I set this to
  hibernate script, it is not executed.
 
  SuspendCommand=/usr/sbin/hibernate
 
  I'm trying to get it work but I do not get any error message or
  error log. Executing hibernate script from console works.
 
 Just a thought:  do you need to sudo it?

Sudo did not help. I enabled debug logging for gdm but nothing useful
was logged.

Robert


-- 
Robert Cernansky
E-mail: [EMAIL PROTECTED]
Jabber: [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] former regular contributor here

2006-09-15 Thread Jorge Almeida

On Wed, 23 Aug 2006, Nick Rout wrote:


I have taken the liberty of emailing Holly directly to ask where she has
got to, cos the guys are missing her. I'll let you know if she
replies...



...Well?


On Tue, 22 Aug 2006 19:49:20 +0100
Uwe Thiem wrote:


On 22 August 2006 19:29, John J. Foster wrote:

On Tue, Aug 22, 2006 at 06:29:27PM +0100, Uwe Thiem wrote:

That is not right. Her last posting on my harddrive is dated 29th of
March this year.


You're right, my eyes are obviously deceiving me!


Hehehe.

... and I always felt tempted to call her Holy Bostik. ;-)

Uwe

--
Mark Twain: I rather decline two drinks than a German adjective.
http://www.SysEx.com.na
--
gentoo-user@gentoo.org mailing list





--
Jorge Almeida
--
gentoo-user@gentoo.org mailing list



[gentoo-user] SpamAssassin 3.1.5 out of memory

2006-09-15 Thread Kevin Fullerton
Hi,

I've emerged spamassassin 3.1.5 (mail-filter/spamassassin-3.1.5  USE=berkdb 
ipv6 mysql postgres sqlite ssl -doc -ldap -qmail -tools) but whenever I 
try to run it either via procmail or from the command line I get the following 
errors

[21312] warn: Use of uninitialized value in numeric ge (=) at 
/usr/lib/perl5/5.8.8/i686-linux/DB_File.pm line 271.
[21312] warn: Use of uninitialized value in numeric gt () at 
/usr/lib/perl5/5.8.8/i686-linux/DB_File.pm line 275.
[21312] warn: Deep recursion on subroutine DB_File::AUTOLOAD at 
/usr/lib/perl5/5.8.8/i686-linux/DB_File.pm line 234.

Then after another minute where memory and swap usage goes to 100% I get 

Out of memory!

Has anyone seen this before?  Is it a problem with the ebuild or spamassassin 
or one of the dependencies?

Below is my emerge --info

[EMAIL PROTECTED] ~ $ emerge --info spamassassin
Portage 2.1.1 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.4-r3, 
2.6.17-gentoo-r8 i686)
=
System Settings
=
System uname: 2.6.17-gentoo-r8 i686 Intel(R) Celeron(R) CPU 2.60GHz
Gentoo Base System version 1.12.5
Last Sync: Fri, 15 Sep 2006 09:50:01 +
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) 
[enabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: [Not Present]
dev-lang/python: 2.4.3-r3
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: [Not Present]
dev-util/confcache:  0.4.2-r1
sys-apps/sandbox:1.2.18.1
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17
ACCEPT_KEYWORDS=x86 ~x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=i686 -pipe
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/share/X11/xkb
CONFIG_PROTECT_MASK=/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo
CXXFLAGS=-O2 -march=i686 -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig confcache distcc distlocks metadata-transfer sandbox 
sfperms strict
GENTOO_MIRRORS=http://gentoo.blueyonder.co.uk 
http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/ 
LINGUAS=
MAKEOPTS=-j4
PKGDIR=/usr/portage/packages
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --delete-after --stats --timeout=180 
--exclude='/distfiles' --exclude='/local' --exclude='/packages'
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.europe.gentoo.org/gentoo-portage
USE=x86 X alsa apache2 berkdb bitmap-fonts cli crypt dlloader dri dvd 
elibc_glibc fortran gdbm gnome gpm gtk input_devices_keyboard 
input_devices_mouse ipv6 isdnlog kernel_linux libg++ mysql ncurses nls nptl 
nptlonly pam pcre perl postgres ppds pppd python readline reflection 
session spl sqlite sqlite3 ssl tcpd tk truetype-fonts type1-fonts udev unicode 
userland_GNU video_cards_i810 xorg zlib
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, 
PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

Many thanks

Kevin Fullerton
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: DVD burning package

2006-09-15 Thread Remy Blank
Neil Bothwick wrote:
 On Fri, 15 Sep 2006 13:21:34 +0200, Dirk Heinrichs wrote:
 
 # emerge kisofs  
 I'd guess this is a little typo: should be mkisofs.
 
 It is, aybe y '' key has stopped working :)

:-)))

And I almost went to have a look at this new KDE application kisofs
for burning DVDs :-)

-- Remy


Remove underscore and suffix in reply address for a timely response.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: [OT] print to printer on winxp via cups samba smb

2006-09-15 Thread reader
Richard Fish [EMAIL PROTECTED] writes:

 On 9/14/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Something isn't working as planned. There were no files produced in
 /tmp.

 Odd.  Where does /usr/libexec/cups/backend/smb point to?

I did check that as you suggested, before replacing smbspool.

 ls -l /usr/libexec/cups/backend/smb
lrwxrwxrwx [...] /usr/libexec/cups/backend/smb - /usr/bin/smbspool

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: firewall minimized make.conf flags

2006-09-15 Thread Brian Davis

The minimal USE flag might be nice to have.

james wrote:

Ryan Tandy tarpman at gmail.com writes:



  

USE= -* hardened pic ncurses ssl acl crypt berkdb tcpd pam perl pcre python
readline bzip2 zlib apm krbr kerberos nptl nptlonly lm_sensors syslog 
  


  
Try tossing logrotate in there for kicks.  It's an absolute joy, 
especially on systems that you don't intend to interact directly with 
too often.




YES,

I've been meaning to come up to speed on using logrotate and some scripts
I have found


Thanks!


James



  

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Weird problem with new glibc

2006-09-15 Thread Bruno Lustosa

Hi folks,

As soon as I upgraded my system to new gcc and glibc, I started to get
a very weird problem at boot time. I'm using libnss-mysql to
authenticate users, and my nsswitch.conf is set to check files first,
then mysql.
At boot time, /usr is not yet mounted, and as such, anything that
would need to connect to mysql would fail (because libmysqlclient is
in /usr/lib). However, the problem is that udevd is not starting
without /usr mounted. A simple 'ls' on root dir fails as well, even
though all files and dirs there are owned by root:root (and of course,
root is on passwd and groups). An strace indicates that both of them
are trying to access /usr/lib/libmysqlclient.so, and when they get the
No such file or directory, they fail with this message:

Inconsistency detected by ld.so: dl-open.c: 604: _dl_open: Assertion
`_dl_debug_initialize (0, args.nsid)-r_state == RT_CONSISTENT'
failed!

My workaround (and a kinda ugly one) was to edit /sbin/rc (the script
that calls udevd) and put there just before calling udevd:

mknod /dev/hda7 b 3 7
mount /usr   (my /usr is in /dev/hda7)

This makes it work, but I'm sure someone might have a better idea than
that, because I'll lose this as soon as the package that owns /sbin/rc
is updated.
This worked before the last update to glibc, I just don't know why it
tries to connect to mysql now (either it didn't before, or it did try
but would not fail like that).

Can anyone shed some light on this?

--
Bruno Lustosa [EMAIL PROTECTED]
http://www.lustosa.net/
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Outputing 15.9kHz?

2006-09-15 Thread Hans-Werner Hilse
Hi,

(sorry, must have overlooked your last answer...)

On Thu, 14 Sep 2006 01:32:36 -0700 Grant [EMAIL PROTECTED] wrote:

 I always seem to get hsync out of range errors trying to go this low.
 I guess my card can't go as low as necessary.

Argh, my failure. I must have read 19.5 kHz instead of 15.9 kHz, so
try a HorizSync of 15-16.

The exact frequency can probably be calculated from the modeline:

Modeline 736x485i 14.16 736 760 824 904 485 491 496 525 interlace -hsync 
-vsync

would be

14.16MHz / 904 virtual line lenght = 15,66 kHz

I've also read values like 14.35 MHz for the pixel clock.

The i810 should work for pixel clock frequencies = 9,5 MHz (the driver
sources tell that), so it *should* work.

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



[gentoo-user] Re: DVD burning package

2006-09-15 Thread reader
Remy Blank [EMAIL PROTECTED] writes:

 And I almost went to have a look at this new KDE application kisofs
 for burning DVDs :-)

I thought Neil was plonking the OP in verbose mode and simply
miss-pelled `kissoff'.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DVD burning package

2006-09-15 Thread Stephen Liu
Hi Neil,

Tks for your advice.

 dvd+rw-tools. It does for DVDs what cdrecord does for CDs. Despite
 the
 name, it is for DVD-R(W) as well as DVD+RW

It is the tool for burning both DVD+/-R(W), but not working well on
DVD+R(W)


 If you emerge k3b with the dvdr USE flag, it will pull in all of
 these as
 dependencies.
I use it frequently on FC5_64.  It is for KDE but also works on Gnome. 
Before I ran command lines for burning CD/CD-R(W) until I found k3b

Whether edit /etc/make.conf

USE=...dvdr

then run;
# emerge --sync  emerge -avuDN world
# emerge k3b

If I'm wrong pls correct me.  Tks.


B.R.
satimis




-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Virtual Mailserver using Postfix, OpenLDAP, and Courier

2006-09-15 Thread bijayant kumar
Hi, I am trying to configure Virtual Mailserver using Postfix, OpenLDAP, and Courier. I am following this site :http://www.crt.realtors.org/projects/email-redir/paper-html/implementation.htmlNow the problem is i have to create another domain under my main domain.My base.ldif file is :--dn: dc=kavach,dc=blrdc: kavachobjectClass: topobjectClass: domaindn: ou=Hosts,dc=kavach,dc=blrou: HostsobjectClass: topobjectClass: organizationalUnitdn: ou=People,dc=kavach,dc=blrou: PeopleobjectClass: topobjectClass: organizationalUnitdn: ou=Group,dc=kavach,dc=blrou: GroupobjectClass: topobjectClass: organizationalUnitMy group.ldif file :--dn: cn=root,ou=Group,dc=kavach,dc=blrobjectClass: posixGroupobjectClass: topcn: rootgidNumber: 0dn: cn=bijayant,ou=Group,dc=kavach,dc=blrobjectClass:
 posixGroupobjectClass: topcn: bijayantuserPassword: {crypt}xgidNumber: 1000My hosts.ldif file :---dn: cn=bijayant.kavach.blr,ou=Hosts,dc=kavach,dc=blrobjectClass: topobjectClass: ipHostobjectClass: deviceipHostNumber: 127.0.0.1cn: bijayant.kavach.blrcn: bijayantcn: localhostNow i want to add another domain under my original kavach.blr domain. I have done in this way:dn: o=kavach.net,ou=People,dc=kavach,dc=blro: kavach.netobjectClass: topobjectClass: organizationAm i doing right. I am not sure coz it didnt give me any error.Now when i have tried to add the user under the new domain thatis under the kavach.net than it gives me an error :bijayant ~ # ldapadd -x -D "cn=Manager,dc=kavach,dc=blr" -W -f /root/useradd.ldifEnter LDAP Password:adding new entry "uid=sumitk,ou=People,dc=kavach,dc=blr"ldap_add: Internal (implementation specific) error
 (80) additional info: no structuralObjectClass operational attributeMy useradd.ldif file is :--dn: uid=sumitk,ou=People,dc=kavach,dc=blruid: sumitkcn: sumitksn: kumarvirtualdomain: kavach.netgn: sumitkgecos: sumitkhomeDirectory: /home/vmail/displayName: sumitk#mail: [EMAIL PROTECTED]qmailUID: 1006qmailGID: 1006accountStatus: activeuserPassword: {SSHA}JClFwjb1ba0vQMZFHxlJDb+q7W+WQRvDmailbox: kavach.net/sumitkmaildrop: [EMAIL PROTECTED]mailMessageStore: /home/vmail/kavach.net/sumitk/objectClass: topobjectClass: organizationobjectClass: CourierMailAccountobjectClass: CourierMailAliasobjectClass: CourierDomainAliasobjectClass: qmailUserobjectClass: organizationalUnitobjectClass: personobjectClass: organizationalPersonobjectClass: organizationalRoleobjectClass: posixAccountobjectClass:
 posixGroupobjectClass: inetOrgPersonOne main thing i have included all the schema which are neccessary.I have included these schemas:--include /etc/openldap/schema/core.schemainclude /etc/openldap/schema/cosine.schemainclude /etc/openldap/schema/inetorgperson.schemainclude /etc/openldap/schema/nis.schemainclude /etc/openldap/schema/qmail.schemainclude /etc/openldap/schema/authldap.schemaPlease help me regarding this. I am trying this from several days,but no luck till now. Please please help me. I will be very thankful to you all...Thanks and RegardsBijayant Kumar Send instant messages to your online friends
 http://uk.messenger.yahoo.com 

Re: [gentoo-user] DVD burning package

2006-09-15 Thread Stephen Liu
Hi Dirk,

  What will the correct command to emerge them?
  # emerge -pv kisofs
  then
  # emerge kisofs
 
 I'd guess this is a little typo: should be mkisofs. This is part of
 the 
 famous cdrtools package.

Noted with tks.

Would
# emerge cdrtools
including mkisofs?


 Don't know where growisofs comes from.

I think it is the backend of k3b


B.R.
SL

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

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DVD burning package

2006-09-15 Thread Neil Bothwick
On Fri, 15 Sep 2006 23:07:51 +0800 (CST), Stephen Liu wrote:

 Whether edit /etc/make.conf
 
 USE=...dvdr
 
 then run;
 # emerge --sync  emerge -avuDN world
 # emerge k3b

The world step is unnecessary unless K3b is already installed.

First do emerge --info to check whether dvdr is already set. It may be
a default, depending on your profile (it is for 2006.1/desktop). If not,
add it to make.conf and emerge k3b. Portage will take care of the rest.


-- 
Neil Bothwick

RAM = Rarely Adequate Memory


signature.asc
Description: PGP signature


[gentoo-user] OT - MythTV problems

2006-09-15 Thread Michael Sullivan
This morning I discovered my MythTV wasn't working.  I tracked the
problem down to ivtv.  I was using ivtv-0.4.5 with
kernel-2.6.15-gentoo-r1.  I remerged ivtv-0.4.5 and remodprobed ivtv,
but it still didn't work (something about bad module format.)  Anyway, I
built a 2.6.17-gentoo-r8 kernel and installed ivtv-0.7.0 and rebooted
with the new kernel.  ivtv will modprobe now, but I'm still having the
same problems with myth.  Here's the output:

[EMAIL PROTECTED] ~ $ mythfrontend
2006-09-15 10:27:12.567 Using runtime prefix = /usr
2006-09-15 10:27:12.581 XScreenSaver support enabled
2006-09-15 10:27:12.622 New DB connection, total: 1
2006-09-15 10:27:12.628 Connected to database 'mythconverg' at host:
localhost
2006-09-15 10:27:12.631 Total desktop dim: 1024x768, with 1 screen[s].
2006-09-15 10:27:12.636 Using screen 0, 1024x768 at 0,0
2006-09-15 10:27:12.648 Current Schema Version: 1123
2006-09-15 10:27:12.649 mythfrontend version: 0.19.20060121-2
www.mythtv.org
2006-09-15 10:27:12.649 Enabled verbose msgs:  important general
2006-09-15 10:27:12.807 lang0: eng
2006-09-15 10:27:12.807 lang: eng
2006-09-15 10:27:12.839 lang1: eng
2006-09-15 10:27:12.840 lang: eng
2006-09-15 10:27:12.998 Total desktop dim: 1024x768, with 1 screen[s].
2006-09-15 10:27:13.000 Using screen 0, 1024x768 at 0,0
2006-09-15 10:27:13.002 Switching to square mode (G.A.N.T.)
mythtv: could not connect to socket
mythtv: No such file or directory
lirc_init failed for mythtv, see preceding messages
2006-09-15 10:27:13.530 Joystick disabled.
2006-09-15 10:27:13.547 Registering Internal as a media playback plugin.
2006-09-15 10:27:14.229 Starting media monitor.
2006-09-15 10:27:17.992 New DB connection, total: 2
2006-09-15 10:27:17.993 Connected to database 'mythconverg' at host:
localhost
2006-09-15 10:27:18.052 Connecting to backend server: 192.168.1.3:6543
(try 1 of 5)
2006-09-15 10:27:18.062 Using protocol version 26
2006-09-15 10:27:18.095 TV: Attempting to change from None to
WatchingLiveTV
2006-09-15 10:27:18.110 Using protocol version 26
2006-09-15 10:27:18.193 GetEntryAt(-1) failed.
2006-09-15 10:27:18.195 EntryToProgram([EMAIL PROTECTED] Dec 31 18:00:00 1969)
failed to get pginfo
2006-09-15 10:27:18.195 TV Error: LiveTV not successfully started
2006-09-15 10:27:18.195 TV Error: LiveTV not successfully started
2006-09-15 10:27:18.210 TV: Deleting TV Chain in destructor

Here's kernel and ivtv info:

camille ~ # emerge -pv ivtv

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

Calculating dependencies... done!
[ebuild   R   ] media-tv/ivtv-0.7.0  0 kB

Total size of downloads: 0 kB
camille ~ # uname -a
Linux camille 2.6.17-gentoo-r8 #1 SMP Fri Sep 15 09:56:25 CDT 2006 i686
Intel(R) Celeron(R) CPU 2.66GHz GNU/Linux
camille ~ #

I cat /dev/video0  temp.mpg and watched it, but there wasn't anything
there.  What I mean is, although there was a black background in
gmplayer, I didn't see any TV programming.  Can anyone help with this?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Outputing 15.9kHz?

2006-09-15 Thread Grant

(sorry, must have overlooked your last answer...)

On Thu, 14 Sep 2006 01:32:36 -0700 Grant [EMAIL PROTECTED] wrote:

 I always seem to get hsync out of range errors trying to go this low.
 I guess my card can't go as low as necessary.

Argh, my failure. I must have read 19.5 kHz instead of 15.9 kHz, so
try a HorizSync of 15-16.

The exact frequency can probably be calculated from the modeline:

Modeline 736x485i 14.16 736 760 824 904 485 491 496 525 interlace -hsync 
-vsync

would be

14.16MHz / 904 virtual line lenght = 15,66 kHz

I've also read values like 14.35 MHz for the pixel clock.

The i810 should work for pixel clock frequencies = 9,5 MHz (the driver
sources tell that), so it *should* work.


It doesn't seem to want to go below 26, plus the source specifically
says interlacing is not supported.  I tried it with a couple other
video cards I have with the same results as far as the sync.

I really appreciate your help, but I'm going to go ahead return the
9a60 and get an HDTV.

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



[gentoo-user] nfs and samba doesn't mount at boot

2006-09-15 Thread Pawel K
Hello
NFS and SAMBA doesn't mount at boot:

1. NFS

I receive the following message at boot:
Sep 15 14:34:34 [rc-scripts] ERROR:  cannot start
nfsmount as net.eth0 could not start
Sep 15 14:34:35 [rc-scripts] ERROR:  cannot start
netmount as net.eth0 could not start

/etc/fstab:
remote_machine:/home/user/ /mnt_point nfs rw 0 0

I have both portmap and nfsmount running

The following command works fine:
/etc/init.d/nfsmount start

2. SAMBA

It also doesn't mount at boot.
I don't receive any message. It just doesn't mount.

/etc/fstab:
//1.2.3.4/specs /specs smbfs
defaults,ro,username=myname,password=mypass 0 0

But the following command works fine:
mount /specs

My Gentoo has been upgraded 3 weeks ago to 2006.1
portage. I have performed etc-update so my configs are
ok.
I think that it has stopped working after that.
I'm using the kernel: 2.6.15.1

Do You have any idea what can be wrong with my
configuration ?

Thank You for help

__
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] Re: OT - MythTV problems

2006-09-15 Thread Michael Sullivan
On Fri, 2006-09-15 at 10:35 -0500, Michael Sullivan wrote:
 This morning I discovered my MythTV wasn't working.  I tracked the
 problem down to ivtv.  I was using ivtv-0.4.5 with
 kernel-2.6.15-gentoo-r1.  I remerged ivtv-0.4.5 and remodprobed ivtv,
 but it still didn't work (something about bad module format.)  Anyway, I
 built a 2.6.17-gentoo-r8 kernel and installed ivtv-0.7.0 and rebooted
 with the new kernel.  ivtv will modprobe now, but I'm still having the
 same problems with myth.  Here's the output:
 
 [EMAIL PROTECTED] ~ $ mythfrontend
 2006-09-15 10:27:12.567 Using runtime prefix = /usr
 2006-09-15 10:27:12.581 XScreenSaver support enabled
 2006-09-15 10:27:12.622 New DB connection, total: 1
 2006-09-15 10:27:12.628 Connected to database 'mythconverg' at host:
 localhost
 2006-09-15 10:27:12.631 Total desktop dim: 1024x768, with 1 screen[s].
 2006-09-15 10:27:12.636 Using screen 0, 1024x768 at 0,0
 2006-09-15 10:27:12.648 Current Schema Version: 1123
 2006-09-15 10:27:12.649 mythfrontend version: 0.19.20060121-2
 www.mythtv.org
 2006-09-15 10:27:12.649 Enabled verbose msgs:  important general
 2006-09-15 10:27:12.807 lang0: eng
 2006-09-15 10:27:12.807 lang: eng
 2006-09-15 10:27:12.839 lang1: eng
 2006-09-15 10:27:12.840 lang: eng
 2006-09-15 10:27:12.998 Total desktop dim: 1024x768, with 1 screen[s].
 2006-09-15 10:27:13.000 Using screen 0, 1024x768 at 0,0
 2006-09-15 10:27:13.002 Switching to square mode (G.A.N.T.)
 mythtv: could not connect to socket
 mythtv: No such file or directory
 lirc_init failed for mythtv, see preceding messages
 2006-09-15 10:27:13.530 Joystick disabled.
 2006-09-15 10:27:13.547 Registering Internal as a media playback plugin.
 2006-09-15 10:27:14.229 Starting media monitor.
 2006-09-15 10:27:17.992 New DB connection, total: 2
 2006-09-15 10:27:17.993 Connected to database 'mythconverg' at host:
 localhost
 2006-09-15 10:27:18.052 Connecting to backend server: 192.168.1.3:6543
 (try 1 of 5)
 2006-09-15 10:27:18.062 Using protocol version 26
 2006-09-15 10:27:18.095 TV: Attempting to change from None to
 WatchingLiveTV
 2006-09-15 10:27:18.110 Using protocol version 26
 2006-09-15 10:27:18.193 GetEntryAt(-1) failed.
 2006-09-15 10:27:18.195 EntryToProgram([EMAIL PROTECTED] Dec 31 18:00:00 1969)
 failed to get pginfo
 2006-09-15 10:27:18.195 TV Error: LiveTV not successfully started
 2006-09-15 10:27:18.195 TV Error: LiveTV not successfully started
 2006-09-15 10:27:18.210 TV: Deleting TV Chain in destructor
 
 Here's kernel and ivtv info:
 
 camille ~ # emerge -pv ivtv
 
 These are the packages that would be merged, in order:
 
 Calculating dependencies... done!
 [ebuild   R   ] media-tv/ivtv-0.7.0  0 kB
 
 Total size of downloads: 0 kB
 camille ~ # uname -a
 Linux camille 2.6.17-gentoo-r8 #1 SMP Fri Sep 15 09:56:25 CDT 2006 i686
 Intel(R) Celeron(R) CPU 2.66GHz GNU/Linux
 camille ~ #
 
 I cat /dev/video0  temp.mpg and watched it, but there wasn't anything
 there.  What I mean is, although there was a black background in
 gmplayer, I didn't see any TV programming.  Can anyone help with this?

I forgot to mention, here are the contents of /etc/modules.d/ivtv:

alias char-major-81 videodev
alias char-major-81-0   ivtv
alias char-major-81-1   ivtv
alias char-major-61 lirc_i2c
#add above ivtv lirc_dev lirc_i2c


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - MythTV problems

2006-09-15 Thread Mark Knecht

On 9/15/06, Michael Sullivan [EMAIL PROTECTED] wrote:
SNIP

Total size of downloads: 0 kB
camille ~ # uname -a
Linux camille 2.6.17-gentoo-r8 #1 SMP Fri Sep 15 09:56:25 CDT 2006 i686
Intel(R) Celeron(R) CPU 2.66GHz GNU/Linux
camille ~ #

I cat /dev/video0  temp.mpg and watched it, but there wasn't anything
there.  What I mean is, although there was a black background in
gmplayer, I didn't see any TV programming.  Can anyone help with this?



MIchael,
  Sorry you're having these problems. I've been through the same sort
of thing a number of times.

1) Until you can cat ivtv output to a file and get video in that file
don't bother with MythTV.

2) After you get file playback working my experience is that you
should delete your current cards and connetions, leaving the Zap2It
stuff alone, and then recreate the cards and connections.

  Can you rmmod all the ivtv modules - all of them - and then
modprobe ivtv again and post the output in dmesg? do an lsmod ahead of
the modprobe so ensure everything is really unloaded.

Cheers,
Mark
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Update to glibc-2.4-r3 with gcc-3.4.6

2006-09-15 Thread David Grant
On 9/15/06, Remy Blank [EMAIL PROTECTED] wrote:
David Grant wrote: I did and I totally screwed up my system. I managed to fix it eventually by booting to a live CD and untaring the quickpkg I made into the / directory.Yes, I saw your posts on bug 125868 [1].
 ... and secondly, don't do it until you get some responses back from others who did it succesfully.Well, I did it anyway (had a bit of time on my hands). And surprise, Ihad the exact same symptoms as the bug above, 
i.e. a relocation errorbefore unmerging the previous glibc-2.3.6-r4. But everything was stillworking ok.So I did *not* panic ;-) and just emerged glibc-2.4-r3 a second time (Ihad made a binary package, so this was quite fast), and this time the
previous glibc was unmerged correctly. I suppose an emerge --prune wouldalso have worked. Your problem was most likely due to your havingunmerged glibc-2.4, which left you with a system without glibc.
Is that what I said I did in the bug report? Ok, I did do something wrong. :-) Well for my MythTV box (the one I screwed up) I'll be waiting probably 6 months to a year to upgrade just to make sure there are no problems. Actually I'll probably just leave the new glibc and gcc hard-masked until I am forced to upgrade due to the old one being removed from portage or due to a dependancy.
-- David Granthttp://www.davidgrant.ca


Re: [gentoo-user] Re: [OT] print to printer on winxp via cups samba smb

2006-09-15 Thread Richard Fish

On 9/15/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 ls -l /usr/libexec/cups/backend/smb
lrwxrwxrwx [...] /usr/libexec/cups/backend/smb - /usr/bin/smbspool


Ok.  Are you specifying a ServerBin directory in /etc/cups/cupsd.conf?
It should point to /usr/libexec/cups if you are.

Also, I hope you fixed the bug in the script that I postedthe call
to /usr/bin/smbspool should of course be for smbspool.bin. :-(

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



Re: [gentoo-user] OT - MythTV problems

2006-09-15 Thread Michael Sullivan
On Fri, 2006-09-15 at 09:38 -0700, Mark Knecht wrote:
 On 9/15/06, Michael Sullivan [EMAIL PROTECTED] wrote:
 SNIP
  Total size of downloads: 0 kB
  camille ~ # uname -a
  Linux camille 2.6.17-gentoo-r8 #1 SMP Fri Sep 15 09:56:25 CDT 2006 i686
  Intel(R) Celeron(R) CPU 2.66GHz GNU/Linux
  camille ~ #
 
  I cat /dev/video0  temp.mpg and watched it, but there wasn't anything
  there.  What I mean is, although there was a black background in
  gmplayer, I didn't see any TV programming.  Can anyone help with this?
 
 
 MIchael,
Sorry you're having these problems. I've been through the same sort
 of thing a number of times.
 
 1) Until you can cat ivtv output to a file and get video in that file
 don't bother with MythTV.
 
 2) After you get file playback working my experience is that you
 should delete your current cards and connetions, leaving the Zap2It
 stuff alone, and then recreate the cards and connections.
 
Can you rmmod all the ivtv modules - all of them - and then
 modprobe ivtv again and post the output in dmesg? do an lsmod ahead of
 the modprobe so ensure everything is really unloaded.
 
 Cheers,
 Mark

OK.  I did what you said, and I do get a signal from /dev/video0 now,
but mythfrontend still won't show LiveTV.  Here's the output from
mythfrontend:

[EMAIL PROTECTED] ~ $ mythfrontend
2006-09-15 11:56:00.615 Using runtime prefix = /usr
2006-09-15 11:56:00.659 XScreenSaver support enabled
2006-09-15 11:56:00.744 New DB connection, total: 1
2006-09-15 11:56:00.751 Connected to database 'mythconverg' at host:
localhost
2006-09-15 11:56:00.754 Total desktop dim: 1024x768, with 1 screen[s].
2006-09-15 11:56:00.759 Using screen 0, 1024x768 at 0,0
2006-09-15 11:56:00.772 Current Schema Version: 1123
2006-09-15 11:56:00.772 mythfrontend version: 0.19.20060121-2
www.mythtv.org
2006-09-15 11:56:00.772 Enabled verbose msgs:  important general
2006-09-15 11:56:01.257 lang0: eng
2006-09-15 11:56:01.257 lang: eng
2006-09-15 11:56:01.290 lang1: eng
2006-09-15 11:56:01.290 lang: eng
2006-09-15 11:56:01.408 Total desktop dim: 1024x768, with 1 screen[s].
2006-09-15 11:56:01.410 Using screen 0, 1024x768 at 0,0
2006-09-15 11:56:01.412 Switching to square mode (G.A.N.T.)
mythtv: could not connect to socket
mythtv: No such file or directory
lirc_init failed for mythtv, see preceding messages
2006-09-15 11:56:01.887 Joystick disabled.
2006-09-15 11:56:02.032 Registering Internal as a media playback plugin.
2006-09-15 11:56:02.851 Starting media monitor.
2006-09-15 11:56:05.985 New DB connection, total: 2
2006-09-15 11:56:05.986 Connected to database 'mythconverg' at host:
localhost
2006-09-15 11:56:06.044 Connecting to backend server: 192.168.1.3:6543
(try 1 of 5)
2006-09-15 11:56:06.066 Using protocol version 26
2006-09-15 11:56:06.189 TV: Attempting to change from None to
WatchingLiveTV
2006-09-15 11:56:06.198 Using protocol version 26
2006-09-15 11:56:26.656 TV Error: StartRecorder() -- timed out waiting
for recorder to start
2006-09-15 11:56:26.656 TV Error: LiveTV not successfully started
2006-09-15 11:56:26.664 TV: Deleting TV Chain in destructor

If it's helpful, here's my dmesg info:

camille ~ # dmesg | grep 'ivtv'
ivtv:   START INIT IVTV 
ivtv:  version 0.7.0 (tagged release) loading
ivtv:  Linux version: 2.6.17-gentoo-r8 SMP mod_unload 486 gcc-4.1
ivtv:  In case of problems please include the debug info between
ivtv:  the START INIT IVTV and END INIT IVTV lines, along with
ivtv:  any module options, when mailing the ivtv-users mailinglist.
ivtv0: Autodetected Hauppauge WinTV PVR-250 card (cx23416 based)
ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
tuner 0-0061: chip found @ 0xc2 (ivtv i2c driver #0)
tda9887 0-0043: chip found @ 0x86 (ivtv i2c driver #0)
saa7115 0-0021: saa7115 found @ 0x42 (ivtv i2c driver #0)
msp3400 0-0040: MSP4448G-A2 found @ 0x80 (ivtv i2c driver #0)
ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144 bytes)
ivtv0: Encoder revision: 0x02050032
ivtv0: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB
total)
ivtv0: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB
total)
ivtv0: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB
total)
ivtv0: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB
total)
ivtv0: Create encoder radio stream
ivtv0: Initialized Hauppauge WinTV PVR-250, card #0
ivtv:    END INIT IVTV  
ivtv0: Removed Hauppauge WinTV PVR-250, card #0
ivtv:   START INIT IVTV 
ivtv:  version 0.7.0 (tagged release) loading
ivtv:  Linux version: 2.6.17-gentoo-r8 SMP mod_unload 486 gcc-4.1
ivtv:  In case of problems please include the debug info between
ivtv:  the START INIT IVTV and END INIT IVTV lines, along with
ivtv:  any module options, when mailing the ivtv-users mailinglist.
ivtv0: Autodetected Hauppauge WinTV PVR-250 card (cx23416 based)
tuner 0-0061: chip found @ 0xc2 (ivtv i2c driver #0)

[gentoo-user] Re: Gnome logout dialog in Ubuntu has way more options - how to get suspend?

2006-09-15 Thread Alexander Skwar
· Robert Cernansky [EMAIL PROTECTED]:

 On Thu, 14 Sep 2006 23:19:17 +0200 Alexander Skwar [EMAIL PROTECTED] wrote:
 
 That dialog has a lot more options than the dialog shown in Gentoo.
 In Gentoo, I do not have Ruhezustand (Hibernate) and the dialog
 looks a lot simpler.
 
 What do I have to do, to get the Ubuntu gnome logout dialog in
 Gentoo as well?
 
 To add hibernate option you have to set SuspendCommand variable in
 /etc/X11/gdm.conf.

In Ubuntu, this has no effect. As far as I know, this logout
dialog comes from gnome-power-manager. I think so, as the
available options on this dialog can be controlled in gconf
with the key apps/gnome-power-manager.

 However I found out that if I set this to hibernate 
 script, it is not executed.

Yes. In Ubuntu, the actions are controlled by the
/usr/sbin/pmi script; pmi comes from what they call powermanagement-interface.
Such a package doesn't exist in Gentoo, it seems. According
to the Portage File Search on http://www.rommel.stw.uni-erlangen.de/~fejf/pfs/
no package provides /usr/sbin/pmi.

And all of that is also somehow controlled by hal.

Alexander Skwar
-- 
Das war ganz verblüffend.
Ich bin in Kaiserslautern eingestiegen
und plötzlich waren wir in Stuttgart.
-- Klaus Knopper


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Nice Gentoo mouse pads

2006-09-15 Thread Mark Knecht

Hi,
  Just bought a couple of Gentoo mouse pads from the Gentoo store.
Arrived here on time. Nice enough quality for the price I think. They
look quite nice, although the current design mostly white so I think
they'll probably look sort of dirty before too long.

  None the less, if anyone is looking check them out. I remember a
couple of years ago when I needed some of these and the store didn't
sell them. Happy they do now. Glad a few pennies goes to the
foundation.

Cheers,
Mark
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Gnome logout dialog in Ubuntu has way more options - how to get suspend?

2006-09-15 Thread Alexander Skwar
· Robert Cernansky [EMAIL PROTECTED]:

 On Thu, 14 Sep 2006 23:19:17 +0200 Alexander Skwar [EMAIL PROTECTED] wrote:
 
 That dialog has a lot more options than the dialog shown in Gentoo.
 In Gentoo, I do not have Ruhezustand (Hibernate) and the dialog
 looks a lot simpler.
 
 What do I have to do, to get the Ubuntu gnome logout dialog in
 Gentoo as well?
 
 To add hibernate option you have to set SuspendCommand variable in
 /etc/X11/gdm.conf. However I found out that if I set this to hibernate
 script, it is not executed.
 
 SuspendCommand=/usr/sbin/hibernate
 
 I'm trying to get it work but I do not get any error message or error
 log.

I found an old thread of mine on the gnome-power-management
list. See 
http://thread.gmane.org/gmane.comp.gnome.powermanager.devel/1156/focus=1156

Esp. http://permalink.gmane.org/gmane.comp.gnome.powermanager.devel/1163
is of interest:


 Unless it changed recently (post 0.57) the answer as to what gets executed 
 can be had by the following commands. The first one will tell you how to 
 interpret the second.
 
 hal-get-property --udi /org/freedesktop/Hal/devices/computer \
   --key org.freedesktop.Hal.Device.SystemPowerManagement.method_names
 
 hal-get-property --udi /org/freedesktop/Hal/devices/computer \
   --key org.freedesktop.Hal.Device.SystemPowerManagement.method_execpaths
 
 
 On my system (FC5) those produce the following.
 
 Suspend Hibernate Shutdown Reboot SetPowerSave
 
 
 
 hal-system-power-suspend hal-system-power-hibernate hal-system-power-shutdown 
 hal-system-power-reboot hal-system-power-set-power-save
 
 
 Ubuntu doesn't have such files. So, something different must happen,
 when those buttons are pressed. Is there a documentation reg. g-p-m?
 If so - where?
 
 on FC5 those files live in /usr/share/hal/scripts
 
 
 Andrew
 
 
 
 

Alexander Skwar
-- 
Das Merkmal eines kleinen Menschen ist, daß er hochmütig wird, wenn
er merkt, daß man ihn braucht.
-- Friedl Beutelrock


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] cp: cannot stat 'arch/i386/kernel/bzImage': No such file or directory

2006-09-15 Thread Steven G Wagner








Im trying to install a 2.6.16-hardened-r11 kernel and
I keep getting this error:

cp: cannot stat 'arch/i386/kernel/bzImage': No such file or
directory



I dld the stage3-x86-hardened-2.6-2006.0.tar.bz2 and
the portage-latest.tar.bz2 files. Ive been following the handbook
instructions verbatim for 2.6 kernel, everything has gone fine up to this point
with no errors displayed. I configured and built the kernel with no errors
(that I could see) and executed make  make modules_install.
Everything seems okay until I run cp arch/i386/kernel/bzImage
/boot/kernel-2.6.16-hardened-r11 per the handbook instructions. Then I
get the error above that the bzImage file cannot be found. 



When I run ls l /usr/src/linux it
points to linux-2.6.16-hardened-r11, so Ive tried using that name too,
but still received the same error. Any help would be appreciated, please let me
know if I need to provide any additional info.



Thanks












[gentoo-user] Re: [OT] print to printer on winxp via cups samba smb

2006-09-15 Thread reader
Richard Fish [EMAIL PROTECTED] writes:

 On 9/15/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
  ls -l /usr/libexec/cups/backend/smb
 lrwxrwxrwx [...] /usr/libexec/cups/backend/smb - /usr/bin/smbspool

 Ok.  Are you specifying a ServerBin directory in /etc/cups/cupsd.conf?
 It should point to /usr/libexec/cups if you are.

No.  That stuff is commented out.
grep 'ServerBin' /etc/cups/cupsd.conf
  # ServerBin: the root directory for the scheduler executables.
  #ServerBin /usr/lib/cups
So that should default to the right place right?


 Also, I hope you fixed the bug in the script that I postedthe call
 to /usr/bin/smbspool should of course be for smbspool.bin. :-(

Egad, no I missed that.

contents of smb* files below.  There were two.  I've printed the first
one below.  The second one is identicle except for the first line
which is shown in a diff at the end.

But it appears the main thing of note is this line:
  cli_start_connection: failed to connect to CUPS20 (0.0.0.0)
Which appears to show that cups is trying to connect 0.0.0.0 which is
usally interpreted as localhost I think.  Is that wrong or indicating
some config problem further up the chain of command? 

/tmp/smb.32258
 
/usr/libexec/cups/backend/smb:45:reader:file:1:job-uuid=urn:uuid:\
662a44c4-890f-32b0-7d15-3bb4b60e7fe1::
IPP_PORT=631
TMPDIR=/var/spool/cups/tmp
CUPS_FONTPATH=/usr/share/cups/fonts
CUPS_DOCROOT=/usr/share/cups/docs
USER=root
CUPS_SERVERROOT=/etc/cups
SOFTWARE=CUPS/1.2.3
CUPS_CACHEDIR=/var/cache/cups
DEVICE_URI=smb://reader:[EMAIL PROTECTED]/chub-print)
PATH=/usr/libexec/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin
CUPS_REQUESTROOT=/var/spool/cups
PWD=/
[EMAIL PROTECTED]
PPD=/etc/cups/ppd/chub-print.ppd
LANG=en_US
CUPS_ENCRYPTION=IfRequested
SHLVL=1
CUPS_DATADIR=/usr/share/cups
PRINTER=chub-print
FINAL_CONTENT_TYPE=printer/chub-print
RIP_MAX_CACHE=8m
CONTENT_TYPE=text/plain
CUPS_SERVER=localhost
CHARSET=utf-8
CUPS_STATEDIR=/var/run/cups
CUPS_SERVERBIN=/usr/libexec/cups
_=/usr/bin/env
WARNING: The printer admin option is deprecated
added interface ip=192.168.0.4 bcast=192.168.0.255 nmask=255.255.255.0
cli_start_connection: failed to connect to CUPS20 (0.0.0.0)
cli_start_connection: failed to connect to CUPS20 (0.0.0.0)
cli_start_connection: failed to connect to CUPS20 (0.0.0.0)
cli_start_connection: failed to connect to CUPS20 (0.0.0.0)
cli_start_connection: failed to connect to CUPS20 (0.0.0.0)
cli_start_connection: failed to connect to CUPS20 (0.0.0.0)
cli_start_connection: failed to connect to CUPS20 (0.0.0.0)
cli_start_connection: failed to connect to CUPS20 (0.0.0.0)
cli_start_connection: failed to connect to CUPS20 (0.0.0.0)


# diff smbspool.32258 smbspool.32277
1c1
 
/usr/libexec/cups/backend/smb:45:reader:file:1:job-uuid=urn:uuid:662a44c4-890f-32b0-7d15-3bb4b60e7fe1::

 /usr/libexec/cups/backend/smb:46:reader:file:1:job-uuid=urn:uuid:a13fa658-6d11-3e1b-5ab2-ce62f968dc26::

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - MythTV problems

2006-09-15 Thread Mark Knecht

On 9/15/06, Michael Sullivan [EMAIL PROTECTED] wrote:
SNIP


OK.  I did what you said, and I do get a signal from /dev/video0 now,


That's good...


but mythfrontend still won't show LiveTV.


That's not good...

SNIP



If it's helpful, here's my dmesg info:

camille ~ # dmesg | grep 'ivtv'
ivtv:   START INIT IVTV 
ivtv:  version 0.7.0 (tagged release) loading
ivtv:  Linux version: 2.6.17-gentoo-r8 SMP mod_unload 486 gcc-4.1
ivtv:  In case of problems please include the debug info between


SNIP


total)
ivtv0: Create encoder radio stream
ivtv0: Initialized Hauppauge WinTV PVR-250, card #0
ivtv:    END INIT IVTV  
ivtv0: Removed Hauppauge WinTV PVR-250, card #0


I do not understand this message just above. I've never seen that before.



ivtv:   START INIT IVTV 
ivtv:  version 0.7.0 (tagged release) loading
ivtv:  Linux version: 2.6.17-gentoo-r8 SMP mod_unload 486 gcc-4.1

SNIP


ivtv0: Initialized Hauppauge WinTV PVR-250, card #0
ivtv:    END INIT IVTV  
ivtv0: Removed Hauppauge WinTV PVR-250, card #0


And again...



ivtv:   START INIT IVTV 
ivtv:  version 0.7.0 (tagged release) loading
ivtv:  Linux version: 2.6.17-gentoo-r8 SMP mod_unload 486 gcc-4.1
ivtv:  In case of problems please include the debug info between
ivtv:  the START INIT IVTV and END INIT IVTV lines, along with
ivtv:  any module options, when mailing the ivtv-users mailinglist.
ivtv0: Autodetected Hauppauge WinTV PVR-250 card (cx23416 based)
tuner 0-0061: chip found @ 0xc2 (ivtv i2c driver #0)
tda9887 0-0043: chip found @ 0x86 (ivtv i2c driver #0)
saa7115 0-0021: saa7115 found @ 0x42 (ivtv i2c driver #0)
msp3400 0-0040: MSP4448G-A2 found @ 0x80 (ivtv i2c driver #0)
ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144 bytes)
ivtv0: Encoder revision: 0x02050032
ivtv0: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB
total)
ivtv0: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB
total)
ivtv0: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB
total)
ivtv0: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB
total)
ivtv0: Create encoder radio stream
ivtv0: Initialized Hauppauge WinTV PVR-250, card #0
ivtv:    END INIT IVTV  


How many PVR-250's are in this machine? Two or three?

Here's what mine has:

Linux video capture interface: v1.00
ivtv:   START INIT IVTV 
ivtv:  version 0.7.0 (tagged release) loading
ivtv:  Linux version: 2.6.17-gentoo-r2 SMP preempt mod_unload PENTIUM4 gcc-3.4
ivtv:  In case of problems please include the debug info between
ivtv:  the START INIT IVTV and END INIT IVTV lines, along with
ivtv:  any module options, when mailing the ivtv-users mailinglist.
ivtv0: Autodetected Hauppauge WinTV PVR-150 card (cx23416 based)
ACPI: PCI Interrupt :01:01.0[A] - GSI 22 (level, low) - IRQ 21
ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
tveeprom 0-0050: Hauppauge model 26032, rev C199, serial# 8095579
tveeprom 0-0050: tuner model is TCL 2002N 5H (idx 99, type 50)
tveeprom 0-0050: TV standards NTSC(M) (eeprom 0x08)
tveeprom 0-0050: audio processor is CX25841 (idx 35)
tveeprom 0-0050: decoder processor is CX25841 (idx 28)
tveeprom 0-0050: has no radio, has IR remote
tuner 0-0061: chip found @ 0xc2 (ivtv i2c driver #0)
cx25840 0-0044: cx25841-23 found @ 0x88 (ivtv i2c driver #0)
cx25840 0-0044: loaded v4l-cx25840.fw firmware (16382 bytes)
wm8775 0-001b: chip found @ 0x36 (ivtv i2c driver #0)
ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144 bytes)
ivtv0: Encoder revision: 0x02050032
ivtv0: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total)
ivtv0: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB total)
ivtv0: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB total)
ivtv0: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total)
tuner 0-0061: type set to 50 (TCL 2002N)
ivtv0: Initialized Hauppauge WinTV PVR-150, card #0
ivtv:  ==  NEXT CARD  ==
ivtv1: Autodetected Hauppauge WinTV PVR-250 card (cx23416 based)
ACPI: PCI Interrupt :01:02.0[A] - GSI 17 (level, low) - IRQ 22
ivtv1: Unreasonably low latency timer, setting to 64 (was 32)
tuner 1-0061: chip found @ 0xc2 (ivtv i2c driver #1)
tveeprom 1-0050: Hauppauge model 32062, rev C182, serial# 7913638
tveeprom 1-0050: tuner model is LG TAPC H791F (idx 82, type 39)
tveeprom 1-0050: TV standards NTSC(M) (eeprom 0x08)
tveeprom 1-0050: audio processor is MSP3445 (idx 12)
tveeprom 1-0050: decoder processor is SAA7115 (idx 19)
tveeprom 1-0050: has no radio, has IR remote
saa7115 1-0021: saa7115 found @ 0x42 (ivtv i2c driver #1)
msp3400 1-0040: MSP3445G-B8 found @ 0x80 (ivtv i2c driver #1)
msp3400 1-0040: MSP3445G-B8 supports radio, mode is 

Re: [gentoo-user] cp: cannot stat 'arch/i386/kernel/bzImage': No such file or directory

2006-09-15 Thread Bruno Lustosa

On 9/15/06, Steven G Wagner [EMAIL PROTECTED] wrote:

I'm trying to install a 2.6.16-hardened-r11 kernel and I keep getting this
error:
cp: cannot stat 'arch/i386/kernel/bzImage': No such file or directory


Isn't bzImage supposed to be in arch/i386/boot ??

--
Bruno Lustosa [EMAIL PROTECTED]
http://www.lustosa.net/
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Using HPN (high performance) for Openssh, no brainer?

2006-09-15 Thread Brian Davis
Is there any downside to enabling USE=hpn for openssh?  Description is 
here: http://www.psc.edu/networking/projects/hpn-ssh/.


Does anyone know why it isn't enabled by default?

Thanks,
Brian
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Using HPN (high performance) for Openssh, no brainer?

2006-09-15 Thread Alexander Skwar
· Brian Davis [EMAIL PROTECTED]:

 Is there any downside to enabling USE=hpn for openssh?  Description is 
 here: http://www.psc.edu/networking/projects/hpn-ssh/.

I'm using it and haven't noticed anything bad - which doesn't 
mean much, of course.

 Does anyone know why it isn't enabled by default?

I suppose because it is a patch.

Alexander Skwar
-- 
Let every man teach his son, teach his daughter, that labor is honorable.
-- Robert G. Ingersoll


-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] cp: cannot stat 'arch/i386/kernel/bzImage': No such file or directory

2006-09-15 Thread Steven G Wagner
That was it, thanks a lot! Thanks a million, I can't believe I overlooked
that in the handbook!

-Original Message-
From: Bruno Lustosa [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 15, 2006 11:14 AM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] cp: cannot stat 'arch/i386/kernel/bzImage': No
such file or directory

On 9/15/06, Steven G Wagner [EMAIL PROTECTED] wrote:
 I'm trying to install a 2.6.16-hardened-r11 kernel and I keep getting this
 error:
 cp: cannot stat 'arch/i386/kernel/bzImage': No such file or directory

Isn't bzImage supposed to be in arch/i386/boot ??

-- 
Bruno Lustosa [EMAIL PROTECTED]
http://www.lustosa.net/
-- 
gentoo-user@gentoo.org mailing list



-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.12.4/449 - Release Date: 9/15/2006


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Power butten

2006-09-15 Thread Mick
On Friday 15 September 2006 11:58, Bo Ørsted Andresen wrote:

 Perhaps [1] will give you a clue. Otherwise feel free to ask again.

 [1]
 http://gentoo-wiki.com/HOWTO_Shutdown_headless_server_when_power-button_pre
ssed

Thanks!  I hadn't spotted this article.  I've tried adding the following two 
lines in /etc/acpid/event/default but nothing much happened (as per the log 
further down):

event=button[ /]power.*
action=/usr/sbin/hibernate-ram

This is the log:

== /var/log/acpid ==
[Fri Sep 15 19:59:26 2006] received event button/sleep C1A3 0080 
0006
[Fri Sep 15 19:59:26 2006] executing action /etc/acpi/default.sh button/sleep 
C1A3 0080 0006
[Fri Sep 15 19:59:26 2006] BEGIN HANDLER MESSAGES
[Fri Sep 15 19:59:26 2006] END HANDLER MESSAGES
[Fri Sep 15 19:59:26 2006] action exited with status 0
[Fri Sep 15 19:59:26 2006] completed event button/sleep C1A3 0080 
0006

== /var/log/messages ==
Sep 15 19:59:26 lappy logger: ACPI event unhandled: button/sleep C1A3 0080 
0006
Sep 15 19:59:26 lappy logger: ACPI event unhandled: button/sleep C1A3 0080 
0006


It's as if the two lines I've added were ignored.

This is what dmesg shows about C1A3:

# dmesg | grep -i C1A3
ACPI: Sleep Button (CM) [C1A3]
C052 C17E C185 C0A4 C0AA C19F C1A0 C1A3 C1A4


What now?
-- 
Regards,
Mick


pgpePFOKZf28v.pgp
Description: PGP signature


Re: [gentoo-user] cp: cannot stat 'arch/i386/kernel/bzImage': No such file or directory

2006-09-15 Thread Mick
On Friday 15 September 2006 18:53, Steven G Wagner wrote:
 I'm trying to install a 2.6.16-hardened-r11 kernel and I keep getting this
 error:

 cp: cannot stat 'arch/i386/kernel/bzImage': No such file or directory

If at that moment you typed pwd you would see that you were not in 
the /usr/src/linux directory and therefore the path to 
arch/i386/kernel/bzImage could not be found.  Go back into /usr/src/linux 
before you run again the cp command:

cd /usr/src/linux
cp arch/i386/kernel/bzImage /boot/'whatever_you_want_to_call_it'

HTH

PS. You can select in your M$Outlook to only send messages in plain text 
format for this mailing list.  There is not _good_ reason to overload the 
servers with HTML bumf.
-- 
Regards,
Mick


pgpfcuDTIrdyS.pgp
Description: PGP signature


Re: [gentoo-user] What to use for hdd temperature viewing

2006-09-15 Thread Hemmann, Volker Armin
On Friday 15 September 2006 20:14, [EMAIL PROTECTED] wrote:
 What simple app, preferably cmdline, do people use to view hdd
 temperatures?

 app-admin/hddtemp
  Latest version available: 0.3_beta15
  Latest version installed: 0.3_beta15
  Size of downloaded files: 751 kB
  Homepage:http://www.guzu.net/linux/hddtemp.php
  Description: A simple utility to read the temperature of SMART capable 
hard drives

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] cp: cannot stat 'arch/i386/kernel/bzImage': No such file or directory

2006-09-15 Thread Norman Rieß
Mick schrieb:
 On Friday 15 September 2006 18:53, Steven G Wagner wrote:
   
 I'm trying to install a 2.6.16-hardened-r11 kernel and I keep getting this
 error:

 cp: cannot stat 'arch/i386/kernel/bzImage': No such file or directory
 

 If at that moment you typed pwd you would see that you were not in 
 the /usr/src/linux directory and therefore the path to 
 arch/i386/kernel/bzImage could not be found.  Go back into /usr/src/linux 
 before you run again the cp command:

 cd /usr/src/linux
 cp arch/i386/kernel/bzImage /boot/'whatever_you_want_to_call_it'

 HTH

 PS. You can select in your M$Outlook to only send messages in plain text 
 format for this mailing list.  There is not _good_ reason to overload the 
 servers with HTML bumf.
   
Also my kernel isn´t in arch/i386/kernel/bzImage but in
arch/i386/boot/bzImage.


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] cp: cannot stat 'arch/i386/kernel/bzImage': No such file or directory

2006-09-15 Thread Neil Bothwick
On Fri, 15 Sep 2006 21:53:18 +0200, Norman Rieß wrote:

 Also my kernel isn´t in arch/i386/kernel/bzImage but in
 arch/i386/boot/bzImage.

make install would have copied the kernel without all this hassle.


-- 
Neil Bothwick

Distrust any enterprise that requires new clothes. - Henry David Thoreau
(1817-1862)


signature.asc
Description: PGP signature


Re: [gentoo-user] Power butten

2006-09-15 Thread Nico Schümann

2006/9/15, Mick [EMAIL PROTECTED]:

On Friday 15 September 2006 11:58, Bo Ørsted Andresen wrote:
Thanks!  I hadn't spotted this article.  I've tried adding the following two
lines in /etc/acpid/event/default but nothing much happened (as per the log
further down):

event=button[ /]power.*
action=/usr/sbin/hibernate-ram


Well, my configuration slightly differs from your one.
--- /etc/acpid/events/default

event=.*
action=/etc/acpi/default.sh %e


--- /etc/acpid/default.sh

set $*

group=${1/\/*/}
action=${1/*\//}

case $group in
   button)
   case $action in
   power)  echo disk  /sys/power/state
   ;;
   sleep)  echo disk  /sys/power/state
   ;;
   *)  logger ACPI action $action is not defined
   ;;
   esac
   ;;

   *)
   logger ACPI group $group / action $action is not defined
   ;;
esac


button/power and button/sleep are _not_ the same and as the log tells
us, it's a button/sleep event. If I get this right, in your
configuration, only a button/power is handeled.

Regards,
Nico

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] cp: cannot stat 'arch/i386/kernel/bzImage': No such file or directory

2006-09-15 Thread darren kirby
quoth the Neil Bothwick:
 On Fri, 15 Sep 2006 21:53:18 +0200, Norman Rieß wrote:
  Also my kernel isn´t in arch/i386/kernel/bzImage but in
  arch/i386/boot/bzImage.

 make install would have copied the kernel without all this hassle.

Well, not much of a hassle if he had just gotten the path right...

I seem to recall getting bitten in the past by 'make install'. I think it 
overwrote my existing kernel, and insisted on running lilo (I use grub). I 
have just moved it manually since.

I just had a look at 'make help':

  install   - Install kernel using
   (your) ~/bin/installkernel or
   (distribution) /sbin/installkernel or
   install to $(INSTALL_PATH) and run lilo

Gentoo does have a /sbin/installkernel but it seems to be designed for Debian. 
Can you confirm then that this works fine on Gentoo and does _not_ try to run 
lilo? I can see myself it appends a version number so it should not overwrite 
an older kernel... maybe I will write my own ~/bin/installkernel, so it can 
update my grub.conf manually.

-d
-- 
darren kirby :: Part of the problem since 1976 :: http://badcomputer.org
...the number of UNIX installations has grown to 10, with more expected...
- Dennis Ritchie and Ken Thompson, June 1972

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Power butten

2006-09-15 Thread Mick
On Friday 15 September 2006 21:18, Nico Schümann wrote:

 Well, my configuration slightly differs from your one.
 --- /etc/acpid/events/default

 event=.*
 action=/etc/acpi/default.sh %e

No it doesn't really.  The default entries in mine were as you show above.  I 
just followed the comments in the file to separately define what should 
happen when the power button is pressed, but it didn't work anyway.


 --- /etc/acpid/default.sh

 set $*
 
 group=${1/\/*/}
 action=${1/*\//}
 
 case $group in
 button)
 case $action in
 power)  echo disk  /sys/power/state
 ;;
 sleep)  echo disk  /sys/power/state
 ;;
 *)  logger ACPI action $action is not
  defined ;;
 esac
 ;;
 
 *)
 logger ACPI group $group / action $action is not defined
 ;;
 esac

 button/power and button/sleep are _not_ the same and as the log tells
 us, it's a button/sleep event. If I get this right, in your
 configuration, only a button/power is handeled.

What/who determines what goes in /etc/acpid/default.sh?  This is what's in 
mine:
===
#!/bin/sh
# /etc/acpi/default.sh
# Default acpi script that takes an entry for all actions

set $*

group=${1/\/*/}
action=${1/*\//}
device=$2
id=$3
value=$4

log_unhandled() {
logger ACPI event unhandled: $*
}

case $group in
button)
case $action in
power)
/sbin/init 0
;;
# if your laptop doesnt turn on/off the display via 
hardware
# switch and instead just generates an acpi event, you 
can force
# X to turn off the display via dpms.  note you will 
have to run
# 'xhost +local:0' so root can access the X DISPLAY.
#lid)
#   xset dpms force off
#   ;;

*)  log_unhandled $* ;;
esac
;;

ac_adapter)
case $value in
# Add code here to handle when the system is unplugged
# (maybe change cpu scaling to powersave mode)
#*0)
#   ;;

# Add code here to handle when the system is plugged 
in
# (maybe change cpu scaling to performance mode)
#*1)
#   ;;

*)  log_unhandled $* ;;
esac
;;

*)  log_unhandled $* ;;
esac
===

I don't really understand what this script is telling me.  :-(
-- 
Regards,
Mick


pgp5rEZMT2QzV.pgp
Description: PGP signature


Re: [gentoo-user] Re: firewall minimized make.conf flags

2006-09-15 Thread Ryan Tandy

Brian Davis wrote:

The minimal USE flag might be nice to have.


Apparently the official position on that one is that it should be used 
(pardon the pun ;)) only in /etc/portage/package.use.  I know that in my 
case, having it turned on globally caused Shorewall not to work 
(requires iproute2 with -minimal).  In any case, it's one flag that you 
should definitely familiarize yourself with on a per-package basis if 
you plan to use it.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] cp: cannot stat 'arch/i386/kernel/bzImage': No such file or directory

2006-09-15 Thread Neil Bothwick
On Fri, 15 Sep 2006 15:26:10 -0700, darren kirby wrote:

 I seem to recall getting bitten in the past by 'make install'. I think
 it overwrote my existing kernel, and insisted on running lilo (I use
 grub). I have just moved it manually since.
 
 I just had a look at 'make help':
 
   install   - Install kernel using
(your) ~/bin/installkernel or
(distribution) /sbin/installkernel or
install to $(INSTALL_PATH) and run lilo
 
 Gentoo does have a /sbin/installkernel but it seems to be designed for
 Debian. Can you confirm then that this works fine on Gentoo and does
 _not_ try to run lilo? 

Yes I can. I believe it runs lilo is lilo is present, because you need to
re-run lilo when installing a new kernel, but I use GRUB so that's not an
issue. The kernel is copied to vmlinuz-version (or vmlinux-version on
PPC, don't ask me why) and symlinked to vmlinuz. The previous kernel is
symlinked to vmlinuz.old. As long as your GRUB menu has entries for these
two names, you'll always be able to choose between your new and previous
kernel when booting, without even having to edit /boot/grub/menu.lst.


-- 
Neil Bothwick

MS-DOS: if you believe in a flat Earth, this is the OS for you.


signature.asc
Description: PGP signature


Re: [gentoo-user] /etc/profile.d/ and non-root users

2006-09-15 Thread Pupeno
On Wednesday 13 September 2006 13:15, Bo Ørsted Andresen wrote:
 You are missing /etc/profile. Only thing this requires is the file is
 located in /etc/profile.d, ends on .sh and is readable and sourceable by
 the user. Probably just a permissions problem.

I think I am not missing any condition:

$ ls -al /etc/profile.d/aliases.sh
-rw-r--r-- 1 root root 33 2006-09-09 12:56 /etc/profile.d/aliases.sh

-- 
Pupeno [EMAIL PROTECTED] (http://pupeno.com)


pgp6yx8DN0MWJ.pgp
Description: PGP signature


Re: [gentoo-user] /etc/profile.d/ and non-root users

2006-09-15 Thread Pupeno
On Wednesday 13 September 2006 14:20, Lukasz Pawelczyk wrote:
 Just remember that those aliases will stay only in login shell, any
 other shell level wont keep them. There should be something like
 /etc/shrc.d/ sourced by bashrc for such things.

Probably this is the problem. When I run the Konsole it is not a login shell 
and when I su it is.

Thanks.
-- 
Pupeno [EMAIL PROTECTED] (http://pupeno.com)


pgp2FI5uh47aE.pgp
Description: PGP signature


Re: [gentoo-user] OT - MythTV problems

2006-09-15 Thread Michael Sullivan
On Fri, 2006-09-15 at 11:04 -0700, Mark Knecht wrote:
 On 9/15/06, Michael Sullivan [EMAIL PROTECTED] wrote:
 SNIP
 
  OK.  I did what you said, and I do get a signal from /dev/video0 now,
 
 That's good...
 
  but mythfrontend still won't show LiveTV.
 
 That's not good...
 
 SNIP
 
 
  If it's helpful, here's my dmesg info:
 
  camille ~ # dmesg | grep 'ivtv'
  ivtv:   START INIT IVTV 
  ivtv:  version 0.7.0 (tagged release) loading
  ivtv:  Linux version: 2.6.17-gentoo-r8 SMP mod_unload 486 gcc-4.1
  ivtv:  In case of problems please include the debug info between
 
 SNIP
 
  total)
  ivtv0: Create encoder radio stream
  ivtv0: Initialized Hauppauge WinTV PVR-250, card #0
  ivtv:    END INIT IVTV  
  ivtv0: Removed Hauppauge WinTV PVR-250, card #0
 
 I do not understand this message just above. I've never seen that before.
 
 
  ivtv:   START INIT IVTV 
  ivtv:  version 0.7.0 (tagged release) loading
  ivtv:  Linux version: 2.6.17-gentoo-r8 SMP mod_unload 486 gcc-4.1
 SNIP
 
  ivtv0: Initialized Hauppauge WinTV PVR-250, card #0
  ivtv:    END INIT IVTV  
  ivtv0: Removed Hauppauge WinTV PVR-250, card #0
 
 And again...
 
 
  ivtv:   START INIT IVTV 
  ivtv:  version 0.7.0 (tagged release) loading
  ivtv:  Linux version: 2.6.17-gentoo-r8 SMP mod_unload 486 gcc-4.1
  ivtv:  In case of problems please include the debug info between
  ivtv:  the START INIT IVTV and END INIT IVTV lines, along with
  ivtv:  any module options, when mailing the ivtv-users mailinglist.
  ivtv0: Autodetected Hauppauge WinTV PVR-250 card (cx23416 based)
  tuner 0-0061: chip found @ 0xc2 (ivtv i2c driver #0)
  tda9887 0-0043: chip found @ 0x86 (ivtv i2c driver #0)
  saa7115 0-0021: saa7115 found @ 0x42 (ivtv i2c driver #0)
  msp3400 0-0040: MSP4448G-A2 found @ 0x80 (ivtv i2c driver #0)
  ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144 bytes)
  ivtv0: Encoder revision: 0x02050032
  ivtv0: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB
  total)
  ivtv0: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB
  total)
  ivtv0: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB
  total)
  ivtv0: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB
  total)
  ivtv0: Create encoder radio stream
  ivtv0: Initialized Hauppauge WinTV PVR-250, card #0
  ivtv:    END INIT IVTV  
 
 How many PVR-250's are in this machine? Two or three?
 
 Here's what mine has:
 
 Linux video capture interface: v1.00
 ivtv:   START INIT IVTV 
 ivtv:  version 0.7.0 (tagged release) loading
 ivtv:  Linux version: 2.6.17-gentoo-r2 SMP preempt mod_unload PENTIUM4 gcc-3.4
 ivtv:  In case of problems please include the debug info between
 ivtv:  the START INIT IVTV and END INIT IVTV lines, along with
 ivtv:  any module options, when mailing the ivtv-users mailinglist.
 ivtv0: Autodetected Hauppauge WinTV PVR-150 card (cx23416 based)
 ACPI: PCI Interrupt :01:01.0[A] - GSI 22 (level, low) - IRQ 21
 ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
 tveeprom 0-0050: Hauppauge model 26032, rev C199, serial# 8095579
 tveeprom 0-0050: tuner model is TCL 2002N 5H (idx 99, type 50)
 tveeprom 0-0050: TV standards NTSC(M) (eeprom 0x08)
 tveeprom 0-0050: audio processor is CX25841 (idx 35)
 tveeprom 0-0050: decoder processor is CX25841 (idx 28)
 tveeprom 0-0050: has no radio, has IR remote
 tuner 0-0061: chip found @ 0xc2 (ivtv i2c driver #0)
 cx25840 0-0044: cx25841-23 found @ 0x88 (ivtv i2c driver #0)
 cx25840 0-0044: loaded v4l-cx25840.fw firmware (16382 bytes)
 wm8775 0-001b: chip found @ 0x36 (ivtv i2c driver #0)
 ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144 bytes)
 ivtv0: Encoder revision: 0x02050032
 ivtv0: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total)
 ivtv0: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB total)
 ivtv0: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB total)
 ivtv0: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB 
 total)
 tuner 0-0061: type set to 50 (TCL 2002N)
 ivtv0: Initialized Hauppauge WinTV PVR-150, card #0
 ivtv:  ==  NEXT CARD  ==
 ivtv1: Autodetected Hauppauge WinTV PVR-250 card (cx23416 based)
 ACPI: PCI Interrupt :01:02.0[A] - GSI 17 (level, low) - IRQ 22
 ivtv1: Unreasonably low latency timer, setting to 64 (was 32)
 tuner 1-0061: chip found @ 0xc2 (ivtv i2c driver #1)
 tveeprom 1-0050: Hauppauge model 32062, rev C182, serial# 7913638
 tveeprom 1-0050: tuner model is LG TAPC H791F (idx 82, type 39)
 tveeprom 1-0050: TV standards NTSC(M) (eeprom 0x08)
 tveeprom 1-0050: audio processor is MSP3445 (idx 12)
 tveeprom 1-0050: decoder processor is SAA7115 (idx 19)
 tveeprom 1-0050: has no 

Re: [gentoo-user] Power butten

2006-09-15 Thread Richard Fish

On 9/15/06, Mick [EMAIL PROTECTED] wrote:

case $group in
button)
case $action in
power)
/sbin/init 0
;;


You need to add a sleep case here to do whatever you want to happen
when you press the pwer button...


*)  log_unhandled $* ;;


...or this case is executed.  The log_unhandled function generates a
message in the form of:

ACPI event unhandled: button/foo

Sound familiar? ;-)

So if you want power to shutdown nicely, try adding:

   sleep)
   /sbin/init 0

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



Re: [gentoo-user] Re: [OT] print to printer on winxp via cups samba smb

2006-09-15 Thread Richard Fish

On 9/15/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

DEVICE_URI=smb://reader:[EMAIL PROTECTED]/chub-print)


And *now* see the problem.

There should absolutely positively *not* be a ')' at the end of this
line.  You need to fix printers.conf to remove this.  Sigh...so much
work for such a silly little problem.

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



RE: [gentoo-user] Boring new startup look with baselayout 1.12

2006-09-15 Thread Daevid Vincent
Thanks, yes, that did fix it. However it's strange b/c I have had PARALLEL
on for years ever since I first learned of it. Only with this new baselayout
did the loading change to this other way of displaying it. Hmm...

DÆVID  

 -Original Message-
 From: Iain Buchanan [mailto:[EMAIL PROTECTED] 
 Sent: Saturday, September 09, 2006 6:06 PM
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] Boring new startup look with 
 baselayout 1.12
 
 On Fri, 2006-09-08 at 19:22 -0700, Daevid Vincent wrote:
  Ever since the new baselayout, all the startup scripts 
 look/act different.
  
  They used to be something like:
  
  * starting mysql[ OK ]
  
  And now they're like:
  
  * Service mysql starting
  * Service mysql started
  
  How can I get them to be the way they used to be?
 
 That looks like you edited /etc/conf.d/rc and changed
 RC_PARALLEL_STARTUP from no to yes.
 
 You supposedly can get a small speed increase if you leave it 
 like that,
 but change it back if you prefer it the other way.
 
 HTH,
 -- 
 Iain Buchanan iaindb at netspace dot net dot au
 
 Men love to wonder, and that is the seed of science.
 
 -- 
 gentoo-user@gentoo.org mailing list
 
 


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] problem with net.eth0

2006-09-15 Thread Daniel Iliev

HI, everyone!

I had a system lock-up during heavy hdd activity. This caused huge file 
system problems. I hardly restored the system in order to boot, but 
finally I had a successful emerge -e system. Now I have some problems 
left and I will appreciate your help to solve them.
I can start my network manually but can not do this through gentoo's 
native mechanism. Here is the output:


The problem:
 /etc/init.d/net.eth0 restart
 * Caching service dependencies 
...   [ ok ] * Service net.eth0 stopping

 * WARNING:  you are stopping a boot service.
 * Service net.eth0 stopped
 * Service net.eth0 starting
 * WARNING:  net.eth0 has started but is inactive

The link:
ls -la /etc/init.d/net.eth0
lrwxrwxrwx 1 root root 6 15 Sep  7,18 /etc/init.d/net.eth0 - net.lo

The confing file:
 sed '/#/d;/^$/d' /conf/net
modules=( iproute2 )
config_eth0=(
10.0.0.11/24
10.0.0.1/24
)
routes_eth0=(
 default via 10.0.0.10
)


Please, give me a hand to get net.eth0 back in normal state.

--
Best regards,
Daniel


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Boring new startup look with baselayout 1.12

2006-09-15 Thread Neil Bothwick
On Fri, 15 Sep 2006 17:07:21 -0700, Daevid Vincent wrote:

 Thanks, yes, that did fix it. However it's strange b/c I have had
 PARALLEL on for years ever since I first learned of it. Only with this
 new baselayout did the loading change to this other way of displaying
 it. Hmm...

Because the startup scripts are no longer running sequentially, the OK
responses make little sense, as they won't necessarily appear i the same
order and the scripts are run. You still get a warning if a script
fails to start. However, if you do want to keep them with parallel
startup, set RC_VERBOSE=yes.


-- 
Neil Bothwick

JPEG (JPG)
 Joint Photographic Experts Group. The original name of the
 committee that designed the eponymous standard image compression
 algorithm. Abbreviated to JPG by PPL WHO CNT TYP or WSE PCS ARE BKN.


signature.asc
Description: PGP signature


Re: [gentoo-user] OT - MythTV problems

2006-09-15 Thread Mark Knecht

On 9/15/06, Michael Sullivan [EMAIL PROTECTED] wrote:

On Fri, 2006-09-15 at 11:04 -0700, Mark Knecht wrote:


SNIP



OK.  I installed the 2.6.17-gentoo-r2 kernel and remerged ivtv, then
rebooted.  It still doesn't work.  Here's the info:


It does look better though. The removal messages are gone.

I assume you can still cat the video to a file and watch it in
mplayer, correct? So ivtv is working and the issue is Myth.



camille ~ # dmesg | grep 'ivtv'
ivtv:   START INIT IVTV 
ivtv:  version 0.7.0 (tagged release) loading
ivtv:  Linux version: 2.6.17-gentoo-r2 SMP mod_unload 486 gcc-4.1
ivtv:  In case of problems please include the debug info between
ivtv:  the START INIT IVTV and END INIT IVTV lines, along with
ivtv:  any module options, when mailing the ivtv-users mailinglist.
ivtv0: Autodetected Hauppauge WinTV PVR-250 card (cx23416 based)
ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
tuner 0-0061: chip found @ 0xc2 (ivtv i2c driver #0)
tda9887 0-0043: chip found @ 0x86 (ivtv i2c driver #0)
saa7115 0-0021: saa7115 found @ 0x42 (ivtv i2c driver #0)
msp3400 0-0040: MSP4448G-A2 found @ 0x80 (ivtv i2c driver #0)
ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144 bytes)
ivtv0: Encoder revision: 0x02050032
ivtv0: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB
total)
ivtv0: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB
total)
ivtv0: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB
total)
ivtv0: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB
total)
ivtv0: Create encoder radio stream
ivtv0: Initialized Hauppauge WinTV PVR-250, card #0
ivtv:    END INIT IVTV  
camille ~ #

[EMAIL PROTECTED] ~ $ mythfrontend
2006-09-15 18:50:33.924 Using runtime prefix = /usr
2006-09-15 18:50:34.010 New DB connection, total: 1
2006-09-15 18:50:34.017 Connected to database 'mythconverg' at host:
localhost


SNIP


2006-09-15 18:50:34.665 Total desktop dim: 1024x768, with 1 screen[s].
2006-09-15 18:50:34.668 Using screen 0, 1024x768 at 0,0
2006-09-15 18:50:34.669 Switching to square mode (G.A.N.T.)
mythtv: could not connect to socket
mythtv: No such file or directory
lirc_init failed for mythtv, see preceding messages


What are the messages above telling us? I know Myth streams the live
TV video to a specific directory and then plays back from that
directory. Is that what it's talkign about here? Does that directory
exist on your machine or has it gotten trashed somehow? Do you
possibly have stale files left over in that directory that are getting
in the way of a new file getting created? I beleive it should be empty
when TV is not playing. I have had times where I ran out of disk space
because stuff got stranded there.



2006-09-15 18:50:35.099 Joystick disabled.
2006-09-15 18:50:35.236 Registering Internal as a media playback plugin.
2006-09-15 18:50:36.059 Starting media monitor.

SNIP



Any ideas?


Here's what I see running mythfrontend in a terminal and watching TV
for a few seconds:

[EMAIL PROTECTED] ~ $ mythfrontend
2006-09-15 17:24:55.823 Using runtime prefix = /usr
2006-09-15 17:24:55.837 XScreenSaver support enabled
2006-09-15 17:24:55.856 New DB connection, total: 1
2006-09-15 17:24:55.868 Connected to database 'mythconverg' at host:
192.168.1.55
2006-09-15 17:24:55.872 Total desktop dim: 1280x1024, with 1 screen[s].
2006-09-15 17:24:55.875 Running in a window
2006-09-15 17:24:55.876 Using screen 0, 1280x997 at 0,0
2006-09-15 17:24:55.897 Current Schema Version: 1123
2006-09-15 17:24:55.897 mythfrontend version: 0.19.20060121-2 www.mythtv.org
2006-09-15 17:24:55.898 Enabled verbose msgs:  important general
2006-09-15 17:24:56.267 lang0: aar
2006-09-15 17:24:56.268 lang: aar
2006-09-15 17:24:56.273 lang1: aar
2006-09-15 17:24:56.273 lang: aar
2006-09-15 17:24:56.455 Total desktop dim: 1280x1024, with 1 screen[s].
2006-09-15 17:24:56.458 Running in a window
2006-09-15 17:24:56.458 Using screen 0, 1280x997 at 0,0
2006-09-15 17:24:56.460 Switching to square mode (Titivillus)
2006-09-15 17:24:57.124 Registering Internal as a media playback plugin.
2006-09-15 17:25:01.243 New DB connection, total: 2
2006-09-15 17:25:01.249 Connected to database 'mythconverg' at host:
192.168.1.55
2006-09-15 17:25:01.348 Connecting to backend server:
192.168.1.55:6543 (try 1 of 5)
2006-09-15 17:25:01.360 Using protocol version 26
2006-09-15 17:25:01.380 TV: Attempting to change from None to WatchingLiveTV
2006-09-15 17:25:01.395 Using protocol version 26
2006-09-15 17:25:02.701 Disable DPMS
0: start_time: 0.036 duration: 8589.932
1: start_time: 0.026 duration: 0.004
stream: start_time: 0.289 duration: 95443.795 bitrate=0 kb/s
2006-09-15 17:25:05.038 AFD: Opened codec 0x83ee10, id(MPEG2VIDEO) type(Video)
2006-09-15 17:25:05.058 AFD: Opened codec 0x7c9ae0, id(MP2) type(Audio)
2006-09-15 17:25:05.097 Opening audio device '/dev/dsp'.
2006-09-15 17:25:05.097 Opening OSS audio device 

Re: [gentoo-user] OT - MythTV problems

2006-09-15 Thread Michael Sullivan
On Fri, 2006-09-15 at 17:36 -0700, Mark Knecht wrote:
 On 9/15/06, Michael Sullivan [EMAIL PROTECTED] wrote:
  On Fri, 2006-09-15 at 11:04 -0700, Mark Knecht wrote:
 
 SNIP
 
 
  OK.  I installed the 2.6.17-gentoo-r2 kernel and remerged ivtv, then
  rebooted.  It still doesn't work.  Here's the info:
 
 It does look better though. The removal messages are gone.
 
 I assume you can still cat the video to a file and watch it in
 mplayer, correct? So ivtv is working and the issue is Myth.
 
 
  camille ~ # dmesg | grep 'ivtv'
  ivtv:   START INIT IVTV 
  ivtv:  version 0.7.0 (tagged release) loading
  ivtv:  Linux version: 2.6.17-gentoo-r2 SMP mod_unload 486 gcc-4.1
  ivtv:  In case of problems please include the debug info between
  ivtv:  the START INIT IVTV and END INIT IVTV lines, along with
  ivtv:  any module options, when mailing the ivtv-users mailinglist.
  ivtv0: Autodetected Hauppauge WinTV PVR-250 card (cx23416 based)
  ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
  tuner 0-0061: chip found @ 0xc2 (ivtv i2c driver #0)
  tda9887 0-0043: chip found @ 0x86 (ivtv i2c driver #0)
  saa7115 0-0021: saa7115 found @ 0x42 (ivtv i2c driver #0)
  msp3400 0-0040: MSP4448G-A2 found @ 0x80 (ivtv i2c driver #0)
  ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144 bytes)
  ivtv0: Encoder revision: 0x02050032
  ivtv0: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB
  total)
  ivtv0: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB
  total)
  ivtv0: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB
  total)
  ivtv0: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB
  total)
  ivtv0: Create encoder radio stream
  ivtv0: Initialized Hauppauge WinTV PVR-250, card #0
  ivtv:    END INIT IVTV  
  camille ~ #
 
  [EMAIL PROTECTED] ~ $ mythfrontend
  2006-09-15 18:50:33.924 Using runtime prefix = /usr
  2006-09-15 18:50:34.010 New DB connection, total: 1
  2006-09-15 18:50:34.017 Connected to database 'mythconverg' at host:
  localhost
 
 SNIP
 
  2006-09-15 18:50:34.665 Total desktop dim: 1024x768, with 1 screen[s].
  2006-09-15 18:50:34.668 Using screen 0, 1024x768 at 0,0
  2006-09-15 18:50:34.669 Switching to square mode (G.A.N.T.)
  mythtv: could not connect to socket
  mythtv: No such file or directory
  lirc_init failed for mythtv, see preceding messages
 
 What are the messages above telling us? I know Myth streams the live
 TV video to a specific directory and then plays back from that
 directory. Is that what it's talkign about here? Does that directory
 exist on your machine or has it gotten trashed somehow? Do you
 possibly have stale files left over in that directory that are getting
 in the way of a new file getting created? I beleive it should be empty
 when TV is not playing. I have had times where I ran out of disk space
 because stuff got stranded there.
 
 
  2006-09-15 18:50:35.099 Joystick disabled.
  2006-09-15 18:50:35.236 Registering Internal as a media playback plugin.
  2006-09-15 18:50:36.059 Starting media monitor.
 SNIP
 
 
  Any ideas?
 
 Here's what I see running mythfrontend in a terminal and watching TV
 for a few seconds:
 
 [EMAIL PROTECTED] ~ $ mythfrontend
 2006-09-15 17:24:55.823 Using runtime prefix = /usr
 2006-09-15 17:24:55.837 XScreenSaver support enabled
 2006-09-15 17:24:55.856 New DB connection, total: 1
 2006-09-15 17:24:55.868 Connected to database 'mythconverg' at host:
 192.168.1.55
 2006-09-15 17:24:55.872 Total desktop dim: 1280x1024, with 1 screen[s].
 2006-09-15 17:24:55.875 Running in a window
 2006-09-15 17:24:55.876 Using screen 0, 1280x997 at 0,0
 2006-09-15 17:24:55.897 Current Schema Version: 1123
 2006-09-15 17:24:55.897 mythfrontend version: 0.19.20060121-2 www.mythtv.org
 2006-09-15 17:24:55.898 Enabled verbose msgs:  important general
 2006-09-15 17:24:56.267 lang0: aar
 2006-09-15 17:24:56.268 lang: aar
 2006-09-15 17:24:56.273 lang1: aar
 2006-09-15 17:24:56.273 lang: aar
 2006-09-15 17:24:56.455 Total desktop dim: 1280x1024, with 1 screen[s].
 2006-09-15 17:24:56.458 Running in a window
 2006-09-15 17:24:56.458 Using screen 0, 1280x997 at 0,0
 2006-09-15 17:24:56.460 Switching to square mode (Titivillus)
 2006-09-15 17:24:57.124 Registering Internal as a media playback plugin.
 2006-09-15 17:25:01.243 New DB connection, total: 2
 2006-09-15 17:25:01.249 Connected to database 'mythconverg' at host:
 192.168.1.55
 2006-09-15 17:25:01.348 Connecting to backend server:
 192.168.1.55:6543 (try 1 of 5)
 2006-09-15 17:25:01.360 Using protocol version 26
 2006-09-15 17:25:01.380 TV: Attempting to change from None to WatchingLiveTV
 2006-09-15 17:25:01.395 Using protocol version 26
 2006-09-15 17:25:02.701 Disable DPMS
 0: start_time: 0.036 duration: 8589.932
 1: start_time: 0.026 duration: 0.004
 stream: start_time: 0.289 duration: 95443.795 bitrate=0 kb/s
 2006-09-15 17:25:05.038 AFD: Opened codec 0x83ee10, 

Re: [gentoo-user] /etc/profile.d/ and non-root users

2006-09-15 Thread Drew

I think I am not missing any condition:

$ ls -al /etc/profile.d/aliases.sh
-rw-r--r-- 1 root root 33 2006-09-09 12:56 /etc/profile.d/aliases.sh


Assuming this is supposed to be a shell script try changing the file
so it is rwxr-xr-x (755). ex: chmod 755 /etc/profile.d/aliases.sh

For a script to be executed it must have the 'x' flag set. I get
bitten by this every so often when creating new scripts.


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



The Big Red Button - was Re: [gentoo-user] Power butten

2006-09-15 Thread Andrew Lowe

Ryan Tandy wrote:

rob wrote:

How do you get power pitten to shutdown and power off Gentoo box

rob


# emerge sys-power/acpid
# rc-update add acpid default
# /etc/init.d/acpid start

and you're done!  The default configuration for acpid includes a handler 
for the power button event.


HTH.


Just a slight hijacking of this topic,
	I have a little EPIA server acting as firewall, npt, dhcp, dns,etc,etc. 
Now even though it doesn't pull a lot of power, I don't want it running 
all the time, it has something to do with missing ice caps. So I want to 
build a button that attaches to the machine via, say, usb that when 
pushed shuts the machine down. By a button I mean that sort of emergency 
shutdown button that is usually red and used in industrial control, the 
sort of thing the hero always has to push to save the heroine/world.


	Does anyone here have enough hardware design knowledge to say if this 
would be easy or not and as to whether I should just lower my sights and 
stick to the three finger salute or the normal on/off switch?


Regards,
Andrew

p.s. The main reason driving this is that the wife never turns the 
server off. If I have a Big Red Switch, I can say But it has a big red 
switch, how can you miss it


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Boring new startup look with baselayout 1.12

2006-09-15 Thread David Grant
On 9/15/06, Neil Bothwick [EMAIL PROTECTED] wrote:
On Fri, 15 Sep 2006 17:07:21 -0700, Daevid Vincent wrote: Thanks, yes, that did fix it. However it's strange b/c I have had PARALLEL on for years ever since I first learned of it. Only with this
 new baselayout did the loading change to this other way of displaying it. Hmm...Because the startup scripts are no longer running sequentially, the OKresponses make little sense, as they won't necessarily appear i the same
order and the scripts are run. Um, but the OK could appear after a script finishes succesfully.-- David Granthttp://www.davidgrant.ca



[gentoo-user] new openssl ebuild causes openssh to segfault

2006-09-15 Thread Sven Köhler
Hi,

i already has openssl 0.9.8c installed. OpenSSH worked fine. Then, there
was a new ebuild with had an sse2 useflag. So i installed it, but i
didn't recompile openssh. Now, ssh and sshd do segfault! Do you have the
same issue? I already had this issue on 2 PCs.

I have to recompile OpenSSH. Then it's working again.



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] OT - MythTV problems

2006-09-15 Thread Mark Knecht

On 9/15/06, Michael Sullivan [EMAIL PROTECTED] wrote:

SNIP

Can you send me an ls -l of your TV partition so that I can see what the
permissions should be?  When I ran mythtv-setup it gave me a message
about not being able to create .test because of some permissions issue.
I found a site online that suggested that the error could be caused by a
corrupt filesystem on the TV partition.  I'm going to try that solution,
but some of the files on that partition still work, so I'm in the
process of moving them off that partition so I can reformat it...



Humm...my setup is sort of complicated by the fact that the video
storage for MYth is on another machine and is mounted as an NFS mount.
That said the firectory as seen on the backend server is the /video
directory:

dragonfly / # ls -al
total 104
drwxr-xr-x  22 root   root  4096 Sep 15 18:55 .
drwxr-xr-x  22 root   root  4096 Sep 15 18:55 ..
SNIP
drwxrwxrwx   9 root   root  8192 Sep 15 18:56 video

When I'm running live TV I see the file at the top of the list getting created

dragonfly video # ls -lat
total 114077480
-rw-r--r--  1 mythtv   video   37687296 Sep 15 18:56 1052_20060915185609.mpg
drwxrwxrwx  9 root root8192 Sep 15 18:56 .
drwxr-xr-x 22 root root4096 Sep 15 18:55 ..

However after changing channels a few times it seems that files are
being left behind. I'm not sure what cleans them up:

dragonfly video # ls -alt | more
total 114347188
-rw-r--r--  1 mythtv   video  149440512 Sep 15 19:03 1068_2006091519.mpg
-rw-r--r--  1 mythtv   video7616576 Sep 15 19:03 1063_20060915190328.mpg
drwxrwxrwx  9 root root8192 Sep 15 19:03 .
-rw-r--r--  1 mythtv   video5804096 Sep 15 19:03 1003_20060915190319.mpg
-rw-r--r--  1 mythtv   video  35230 Sep 15 19:03 1003_20060915190319.mpg.png
-rw-r--r--  1 mythtv   video  28577 Sep 15 19:02 1003_20060915190311.mpg.png
-rw-r--r--  1 mythtv   video4923392 Sep 15 19:02 1003_20060915190311.mpg
-rw-r--r--  1 mythtv   video  145713152 Sep 15 18:59 1052_20060915185609.mpg

I'll have to look into this further but I thought I'd send this along
as it seems you might have a directory permissions issue.

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



Re: [gentoo-user] OT - MythTV problems [SOLVED]

2006-09-15 Thread Michael Sullivan
Chock this one up to a Stupid Mistake On My Part.  When I deleted my
capture card in mythtv-setup and recreated it, I forgot to tell
mythtv-setup that it was a PVR-x50.  I changed it and it seems to work
fine now, even with the 2.6.17-gentoo-r8 kernel.  Thanks for your help!
-Michael Sullivan-

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Postgresql ODBC and JDBC in Gentoo

2006-09-15 Thread Brett I. Holcomb
I've installed postgres and am trying to get it to work with OpenOffice 2.0.3. 
After searching the web, postgres sites, unixODBC site, etc. I still haven't 
figured out how to get ODBC and JDBC to see postgres. How do I setup ODBC and 
JDBC so that my postgres databases are available?  Any docs, hints, etc. 
would be appreciated.


-- 

Brett I. Holcomb
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - MythTV problems [SOLVED]

2006-09-15 Thread Mark Knecht

Glad you got it working.

Have a good weekend.

Cheers,
Mark

On 9/15/06, Michael Sullivan [EMAIL PROTECTED] wrote:

Chock this one up to a Stupid Mistake On My Part.  When I deleted my
capture card in mythtv-setup and recreated it, I forgot to tell
mythtv-setup that it was a PVR-x50.  I changed it and it seems to work
fine now, even with the 2.6.17-gentoo-r8 kernel.  Thanks for your help!
-Michael Sullivan-

--
gentoo-user@gentoo.org mailing list



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] vixie-cron and ssmtp

2006-09-15 Thread Troy Curtis Jr

On 9/15/06, David Grant [EMAIL PROTECTED] wrote:

Forget it, I gave up on ssmtp as it is the problem. I've now gone to postfix
and it is so much easier. Setting up postfix involed 3 simple steps. Setting
relayhost in /etc/postfix/main.cf and creating .forward files in root and
normal user directories. ssmtp should be tree-cleaned. It's not even
maintained upstream and it sucks wind.

David


On 9/14/06, David Grant [EMAIL PROTECTED] wrote:





 On 9/14/06, David Grant  [EMAIL PROTECTED]  wrote:

 
 
 
 
 
 
  Hmm, it turns out that setting MAILTO=root in my own user's crontab
makes it send mail. MAILTO=root is already in /etc/cron/crontab by the way
so this is all very strange.



 I tried setting MAILTO=david and that didn't work. I decided ssmtp might
be the problem, so I isolated it and tried this:

 1. echo test |mail -s testing ssmtp to external [EMAIL PROTECTED]
 2. echo test |mail -s testing ssmtp mail to root root
 3. echo test |mail -s testing ssmtp mail to david david
 4. echo test |mail -s testing ssmtp mail to sarah sarah

 1. The first one worked. So ssmtp can send to external addresses fine.

 2. The second one worked. So ssmtp can look at the root= command (which
tells it where to send mail to user ids  1000) properly and send to
whatever root= is set to.

 3. The third one didn't work. So for some reason I can't send mail to a
normal user. But maybe something is weird with that user. I used to run a
mail server on this machine with that user
(postfix/procmail/blah/blah/blah) so maybe some leftover
thing was screwing things up.

 4. Sending mail to this user didn't work either. The users in 3. and 4.
are both in /etc/ssmtp/revaliases. User 3 is in the 'mail' group (does that
even matter) and I tried user 4. with and without that user in the
revaliases file.

 It looks like maybe ssmtp isn't seeing my revaliases file? Or maybe I'm
not using is properly?

 david:[EMAIL PROTECTED]:smtp.vc.shawcable.net
 sarah:[EMAIL PROTECTED] :smtp.vc.shawcable.net



 --
 David Grant
 http://www.davidgrant.ca



--
David Grant
http://www.davidgrant.ca


I totally agree.  I have never even been able to get it to compile
cleanly.  It was the first failed emerge that I had to troubleshoot
when I started using Gentoo.  Later, it prompted me to drop to good
'ol CLI install when I was doing the 2006.0 install.  Postfix has
always been good to me.  I am glad to see that someone else is as fed
up with it as I am, why is it still around??

Troy
--
Beware of spyware. If you can, use the Firefox browser. - USA Today
Download now at http://getfirefox.com
Registered Linux User #354814 ( http://counter.li.org/)
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] cp: cannot stat 'arch/i386/kernel/bzImage': No such file or directory

2006-09-15 Thread darren kirby
quoth the Neil Bothwick:

 Yes I can. I believe it runs lilo is lilo is present, because you need to
 re-run lilo when installing a new kernel, but I use GRUB so that's not an
 issue. The kernel is copied to vmlinuz-version (or vmlinux-version on
 PPC, don't ask me why) and symlinked to vmlinuz. The previous kernel is
 symlinked to vmlinuz.old. As long as your GRUB menu has entries for these
 two names, you'll always be able to choose between your new and previous
 kernel when booting, without even having to edit /boot/grub/menu.lst.

Great, thanks...

I'll give it a try next time.

-d
-- 
darren kirby :: Part of the problem since 1976 :: http://badcomputer.org
...the number of UNIX installations has grown to 10, with more expected...
- Dennis Ritchie and Ken Thompson, June 1972
-- 
gentoo-user@gentoo.org mailing list