[gentoo-user] strange updates conflicts

2006-01-10 Thread Catalin Trifu
Hi,

   emerge -pvDu shows this:

Calculating world dependencies ...done!
[blocks B ] dev-php/PEAR-Archive_Tar (is blocking 
dev-php/PEAR-PEAR-1.3.6-r2)
[blocks B ] dev-php/PEAR-Console_Getopt (is blocking 
dev-php/PEAR-PEAR-1.3.6-r2)
[blocks B ] dev-php/PEAR-XML_RPC (is blocking dev-php/PEAR-PEAR-1.3.6-r2)
[blocks B ] dev-php/PEAR-PEAR-1.3.6-r2 (is blocking 
dev-php/PEAR-PEAR-1.3.6-r2)

   If this is not strage (the last line at least) then I don't know
what is :)
   Any ideas how to solve it ?

Catalin

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Robin
Thanks for spamming the gentoo-user list.

On 1/9/06, Mark Stewart [EMAIL PROTECTED] wrote:
 Hello fellow Linux Users!

 We here at SaviourLinux.com desire to create a united universal way.
 Please visit the website for more information, but here is the purpose:


 Saviour Linux is an easy and universal Linux distribution that pays
 community programmers.

 Saviour Linux is not just another distribution. Saviour Linux will be
 unified and run by the community. We will bring in a new business that
 gives out completely free software instead of closed source. All of our
 profit will come from services and it will pay volunteer programmers.
 Only a little of the profit will go towards overhead.


 Saviour Linux is Linux united. Every distribution can still be
 independent, but we wanted to help the community in a new way.

 Please contact me if you are interested.

 Sincerely,
 Mark Stewart



 SaviourLinux.com
 Coordinator and Website Maintainer

 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [SOLVED] USB scanner (Canon LiDE 25) only recognized as root

2006-01-10 Thread Christian Floeter

Richard Fish wrote:

On 1/9/06, Christian Floeter [EMAIL PROTECTED] wrote:


BTW, sane-find-scanner always finds my scanner, it's scanimage that doesn't.



Ok, sounds like a sane configuration or installation issue, not really
a system problem.  Let's try something with scanimage:

strace -f -e open scanimage -L 21 | grep -e lib -e /etc -e /proc/bus/usb


Problem solved! :)

strace listed the following line:

open(/var/lib/lock/sane/LCK..libusb:004:016, O_WRONLY|O_CREAT|O_EXCL, 
0644) = -1 EACCES (Permission denied)


I found that /var/lib/lock had permissions 660, so I changed it to 775 
and the scanner was correctly found as user. Surely something the ebuild 
should have done for me... :-/


Thanks Richard for your help. strace really is a tool worth remembering for.

While we're here, I have to say that I'm still not that lucky with my 
LiDE 25 scanner. When scanning under Linux, the output shows vertical 
stripes, whereas under Windoze the output is faultless. Can something be 
done about it? What about other LiDE's out there?


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



Re: [gentoo-user] strange updates conflicts

2006-01-10 Thread Neil Bothwick
On Tue, 10 Jan 2006 12:29:26 +0200, Catalin Trifu wrote:

emerge -pvDu shows this:
 
 Calculating world dependencies ...done!
 [blocks B ] dev-php/PEAR-Archive_Tar (is blocking
 dev-php/PEAR-PEAR-1.3.6-r2) [blocks B ] dev-php/PEAR-Console_Getopt
 (is blocking dev-php/PEAR-PEAR-1.3.6-r2) [blocks B ]
 dev-php/PEAR-XML_RPC (is blocking dev-php/PEAR-PEAR-1.3.6-r2) [blocks
 B ] dev-php/PEAR-PEAR-1.3.6-r2 (is blocking
 dev-php/PEAR-PEAR-1.3.6-r2)
 
If this is not strage (the last line at least) then I don't know
 what is :)
Any ideas how to solve it ?

It looks strange, but the solution is the same as always. unmerge the
four blocking packages and run emerge -avDu world again. 


-- 
Neil Bothwick

Last one out, turn off the computer!


signature.asc
Description: PGP signature


Re: [gentoo-user] strange updates conflicts

2006-01-10 Thread Holly Bostick
Catalin Trifu schreef:
 Hi,
 
 emerge -pvDu shows this:
 
 Calculating world dependencies ...done! [blocks B ] 
 dev-php/PEAR-Archive_Tar (is blocking dev-php/PEAR-PEAR-1.3.6-r2) 
 [blocks B ] dev-php/PEAR-Console_Getopt (is blocking 
 dev-php/PEAR-PEAR-1.3.6-r2) [blocks B ] dev-php/PEAR-XML_RPC (is
  blocking dev-php/PEAR-PEAR-1.3.6-r2) [blocks B ] 
 dev-php/PEAR-PEAR-1.3.6-r2 (is blocking dev-php/PEAR-PEAR-1.3.6-r2)
 
 If this is not strage (the last line at least) then I don't know what
  is :) Any ideas how to solve it ?
 
 Catalin
 


If you look at the dependencies of PEAR-PEAR-1.3.6-r2, you will see that
they are reversed from the dependencies of 1.3.5;
(from www.gentoo-portage.com)


Runtime Dependencies
PEAR-PEAR-1.3.6-r2

! dev-lang/php - cgi
! dev-lang/php -
dev-lang/php
! dev-php/mod_php -
! dev-php/PEAR-PEAR - 1.3.6-r2
! dev-php/PEAR - Archive_Tar
! dev-php/PEAR - Console_Getopt
! dev-php/PEAR - XML_RPC

PEAR-PEAR-1.3.5

dev-lang/php
= dev-php/PEAR-Archive_Tar - 1.1
= dev-php/PEAR-Console_Getopt - 1.2
= dev-php/PEAR-XML_RPC - 1.0.4
virtual/php

The reason for this can be found in the ChangeLog


09 Jan 2006; Sebastian Bergmann [EMAIL PROTECTED]
PEAR-PEAR-1.3.6-r2.ebuild:
Block packages that this package bundles.

So the moduleblocks are blocked because they will be installed by
PEAR-PEAR-1.3.6-r2

The last line is not strange at all-- you perhaps missed the  line in
the blocker.

What I see in this output

 dev-php/PEAR-PEAR-1.3.6-r2 (is blocking dev-php/PEAR-PEAR-1.3.6-r2)

is saying that some version of PEAR-PEAR less than 1.3.6-r2 is blocking
the installation of 1.3.6-r2.

According (again) to the Changelog:

09 Jan 2006; Luca Longinotti [EMAIL PROTECTED] files/pear.conf,
PEAR-PEAR-1.3.6-r2.ebuild:
Change pear.conf to auto-sobstitute the php binary's path, plus some other
cosmetical fixes. Fix pear USE flag requirement, not really needed.

Jan 2006; Sebastian Bergmann [EMAIL PROTECTED] +files/pear.conf,
PEAR-PEAR-1.3.6-r2.ebuild:
Install /etc/pear.conf.

There are some serious changes in this package that require a clean
installation, as if the package was never installed.

But you know the drill; remove blocking packages, try your emerge again.
Usually this works itself out, because working itself out is Portage's
main job. No bugs on b.g.o (yet) to indicate the process is failing in
this case.

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



Re: [gentoo-user] ntp won't synchronize

2006-01-10 Thread Francesco Riosa
[EMAIL PROTECTED] wrote:
 I've been struggling with ntp for some time now.  I've followed the
 gentoo wiki HOWTO for ntp:

 http://gentoo-wiki.com/HOWTO_Setup_MythTV#NTP

 As well as many other sources over the months.  Basically, ntpq
 shows that I am not synchronized to any peers:

 # ntpq -p
  remote   refid  st t when poll reach   delay   offset  jitter
 ==
  Time4.Stupi.SE  .PPS.1 u   37   64  377  124.516  -11202. 1225.91
  thesimonet.org  .TRUE.   1 u   38   64  377  109.329  -11213. 1232.51
  fin.rshell.net  192.114.62.249   3 u   32   64  377  205.910  -9569.1 1521.31
  titan.cais.rnp. 32.233.177.224   2 u   44   64  377  165.240  -11991. 1915.26

 That first space in the peers list is a tally mark that, according to
 the ntpq documentation at:

 http://www.eecis.udel.edu/~mills/ntp/html/ntpq.html

 Means that those peers are all rejected: The peer is discarded as
 unreachable, synchronized to this server (synch loop) or outrageous
 synchronization distance.

 Likewise:
 # ntpq -c rv | grep stratum
 processor=i686, system=Linux/2.6.14-gentoo-r5, leap=11, stratum=16,

 I should be at stratum 3, not 16 (which means I'm not synchronized
 to anything).

 My /etc/ntp.conf:

 tinker panic 0
 minpoll 4
 maxpoll 10
 server pool.ntp.org
 server 0.pool.ntp.org
 server 1.pool.ntp.org
 server 2.pool.ntp.org
 driftfile /var/lib/ntp/ntp.drift
 logfile   /var/log/ntp.log
 restrict default nomodify nopeer
 restrict 127.0.0.1


 Nothing special there!  To further clarify, I actually have this
 problem on *two* machines.  FWIW, I've also tried the OpenBSD
 OpenNTP package, but haven't had any luck with that either (except
 on my OpenBSD machine!).  Using OpenNTP on these two machines
 *seemed* to work fine, but the computers still gained time too
 quickly.

 I've been fighting this for what seems like forever.  If anyone has
 any insight or thoughts, I'm happy to hear it!

 Thanks,
 Matt

   

mine:

$ ntpq -p
 remote   refid  st t when poll reach   delay   offset 
jitter
==
+ns.pnpitalia.it 62.101.81.2033 u  764 1024  3770.2427.403  
4.093
*192.168.76.2 193.204.114.105  2 u  215 1024  3771.170   11.839 
39.537

$ cat /etc/ntp.conf
# Generated by dhcpcd for interface eth1
restrict default noquery notrust nomodify
restrict 127.0.0.1
restrict 192.168.76.1 nomodify notrap noquery
server 192.168.76.1
restrict 192.168.76.2 nomodify notrap noquery
server 192.168.76.2
driftfile /var/lib/ntp/ntp.drift
logfile /var/log/ntp.log

^^^ this is to join a _local_ server

I'm a bit rust on this but should the restrict parameters allow
servers from pool.ntp.org ?
also if there is delta time too big it wont syncronize , before to start
the ntp server try a

ntpdate -4b 0.pool.ntp.org
ntpdate -4b 1.pool.ntp.org

then start ntp, leave pass few hours and then check again the result of
ntpq -p

as said I'm a bit rush but small variation of what described here should
work.


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] A New Linux Way

2006-01-10 Thread jarry
On 1/9/06, Mark Stewart [EMAIL PROTECTED] wrote:

snip
 We here at SaviourLinux.com desire to create a united universal way.
 Please visit the website for more information, but here is the purpose:
 Saviour Linux is an easy and universal Linux distribution that pays
 community programmers.
 Saviour Linux is not just another distribution. Saviour Linux will be
 unified and run by the community.
/snip

Why only those words united, universal, unified sound strange to me?

Jarry

-- 
Telefonieren Sie schon oder sparen Sie noch?
NEU: GMX Phone_Flat http://www.gmx.net/de/go/telefonie
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Php strangeness

2006-01-10 Thread Nelis Lamprecht
Hi,

Could someone please tell me how to solve the following:

golem portage # emerge -uDp world

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

Calculating world dependencies ...done!
[blocks B ] dev-lang/php (is blocking dev-php/mod_php-4.4.0-r9)
[blocks B ] dev-lang/php (is blocking dev-php/php-4.4.0-r4)
[ebuild U ] sys-devel/gcc-config-1.3.12-r6 [1.3.12-r5]
[ebuild U ] dev-libs/apr-0.9.7 [0.9.6-r3]
[ebuild U ] dev-libs/apr-util-0.9.7 [0.9.6-r2]
[ebuild U ] net-www/apache-2.0.55 [2.0.54-r31]
[ebuild  N] dev-php/mod_php-4.4.0-r9
[ebuild  N] dev-php/php-4.4.0-r4
[ebuild U ] x11-libs/libxklavier-2.0-r1 [2.0]
[ebuild  NS   ] www-apps/gallery-2.0.2-r1
[ebuild U ] media-gfx/gtkam-0.1.12-r2 [0.1.12-r1]
[ebuild U ] net-analyzer/tcpdump-3.9.3 [3.8.3-r4]


I am using php 5 but it insists on installing php 4 and the blocking ?
Any advice on how to clear this up would be appreciated.

Thanks.

Nelis

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Robin
Because they all mean the same thing :lol:

On 1/10/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 On 1/9/06, Mark Stewart [EMAIL PROTECTED] wrote:

 snip
  We here at SaviourLinux.com desire to create a united universal way.
  Please visit the website for more information, but here is the purpose:
  Saviour Linux is an easy and universal Linux distribution that pays
  community programmers.
  Saviour Linux is not just another distribution. Saviour Linux will be
  unified and run by the community.
 /snip

 Why only those words united, universal, unified sound strange to me?

 Jarry

 --
 Telefonieren Sie schon oder sparen Sie noch?
 NEU: GMX Phone_Flat http://www.gmx.net/de/go/telefonie
 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to control permissions on / ?

2006-01-10 Thread Jose Gonzalez Gomez
2006/1/9, kashani [EMAIL PROTECTED]:
Jose Gonzalez Gomez wrote: Hi there, Can you control permissions on /? If so, how? I've found that I have the following in two different machines: proxy ~ # ls -ld / d-wxrt19 root root 472 Nov 15 17:41 /
 protos ~ # ls -ld / drwxr-xr-x19 root root 440 mar 102005 /I installed a machine a few months ago, oct?, that had the samepermissions as the first machine you list above. I never did figure out
why that machine had strange permissions, but a number of other peopleseem to have had the same issue around the same time. I've installed anumber of machine since and haven't run into it again.In any case a chmod 755 / fixed it.
Did you use the Gentoo installer?Best regardsJose 


Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Jorge Almeida

On Tue, 10 Jan 2006, [EMAIL PROTECTED] wrote:



Why only those words united, universal, unified sound strange to me?


Having too much time in my hands, I visited the site. Couldn't find any
juice. Could it be that the thing doesn't exist? No doc section, no
download section, no nothing except talk about uniting all [other (?)]
distributions and becoming a Company.
--
Jorge Almeida
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Iain Buchanan
On Tue, 2006-01-10 at 12:36 +, Jorge Almeida wrote:
 On Tue, 10 Jan 2006, [EMAIL PROTECTED] wrote:
 
 
  Why only those words united, universal, unified sound strange to me?
 
 Having too much time in my hands, I visited the site. Couldn't find any
 juice. Could it be that the thing doesn't exist? No doc section, no
 download section, no nothing except talk about uniting all [other (?)]
 distributions and becoming a Company.

That's because you haven't provided your credit card details and bank
account details yet for them to _deposit_ your money into... ;)

But seriously, if this is for real, good for them and lets hope they
succeed.  However:

1. Uniting two groups will always end up with three.
2. Programmers don't only provide assistance for the money, so money
won't necessarily attract them
3. Why re-invent the wheel?  Just join Gentoo and make it even better ;)

-- 
Iain Buchanan iaindb at netspace dot net dot au

Perhaps I'm missing the gene for making enemies.  :-)
 -- Larry Wall in [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] LUKS

2006-01-10 Thread Cláudio Henrique
On 1/9/06, Richard Fish [EMAIL PROTECTED] wrote:

  If I used on any of my HDs, will I be able to update them?

 What do you mean?  If you mean changing the password, yes.


I mean updating my system (emerge -u world) once I put it on a
cyphered partition.

  What if the
  data of some file gets corrupted, will I loose the whole HD?

 Encryption is done in (4k?) blocks, so you should only lose the
 corrupted block.  As to whether you lose a single file or the whole
 filesystem, that depends on the nature of the corruption and the
 filesystem.  This is no different than having a corrupted hard drive.

 -Richard


Interesting. I was worried if the algorithm would make all the blocks
dependents on each other. So, if I loose onde block, I'd be loosing
all the others.

What about the performance, is it too different from plain partition usage?

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] vmware: gentoo-guest mounts ext3 readonly

2006-01-10 Thread Schöffmann Matthias
hi folks!
 
I installed a lot of gentoo guests on a vmware esx server...

Now my problem: every 3-9 days, some guest mounts my filesystem read-only...
I have nothing in the syslog :(

Any ideas what is wrong?

Info: some other vms on the same host (hdd) dont have this problem
I also changed the hdd... Same troubles :(

Greetings, Matthias
powerDAT IT-Solutions

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Php strangeness

2006-01-10 Thread Neil Bothwick
On Tue, 10 Jan 2006 13:43:38 +0200, Nelis Lamprecht wrote:

 Could someone please tell me how to solve the following:
 
 golem portage # emerge -uDp world
 
 These are the packages that I would merge, in order:

[snip]

 I am using php 5 but it insists on installing php 4 and the blocking ?

Add --tree to your emerge command to see what want to pull in PHP4.


-- 
Neil Bothwick

Borg, James Borg. Vodka martini, Gin is irrelevant.


signature.asc
Description: PGP signature


Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Robin
You took the words right out of my mouth Iain :-)



On 1/10/06, Iain Buchanan [EMAIL PROTECTED] wrote:
 On Tue, 2006-01-10 at 12:36 +, Jorge Almeida wrote:
  On Tue, 10 Jan 2006, [EMAIL PROTECTED] wrote:
 
  
   Why only those words united, universal, unified sound strange to me?
  
  Having too much time in my hands, I visited the site. Couldn't find any
  juice. Could it be that the thing doesn't exist? No doc section, no
  download section, no nothing except talk about uniting all [other (?)]
  distributions and becoming a Company.

 That's because you haven't provided your credit card details and bank
 account details yet for them to _deposit_ your money into... ;)

 But seriously, if this is for real, good for them and lets hope they
 succeed.  However:

 1. Uniting two groups will always end up with three.
 2. Programmers don't only provide assistance for the money, so money
 won't necessarily attract them
 3. Why re-invent the wheel?  Just join Gentoo and make it even better ;)

 --
 Iain Buchanan iaindb at netspace dot net dot au

 Perhaps I'm missing the gene for making enemies.  :-)
  -- Larry Wall in [EMAIL PROTECTED]

 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] LUKS

2006-01-10 Thread Boyd Stephen Smith Jr.
On Tuesday 10 January 2006 07:13, Cláudio Henrique 
[EMAIL PROTECTED] wrote about 'Re: [gentoo-user] LUKS':
 On 1/9/06, Richard Fish [EMAIL PROTECTED] wrote:
   If I used on any of my HDs, will I be able to update them?
 
  What do you mean?

 I mean updating my system (emerge -u world) once I put it on a
 cyphered partition.

Encrypted block devices are accessed just like normal block devices, once 
the encryption keys are in memory.  You are only asked for your passphrase 
once, each time the block device is created [1].  Generally, this will 
only be during boot.

 I was worried if the algorithm would make all the blocks 
 dependents on each other. So, if I loose onde block, I'd be loosing
 all the others.

That's not necessary, since each sector has a separate initialization 
vector.  PlumbIV and CBC (along with the patent-encumbered CMC and EME) do 
make the blocks within a sector dependent on one another, which is good 
for resisting certain types of attacks.

 What about the performance, is it too different from plain partition
 usage?

I never noticed the difference when I was using aes-loop on a 2GHz laptop.  
That said, it will depend on the algorithm you choose and the CPU you have 
available.  Also, I /think/ aes-loop was supposed to be faster than 
dm-crypt, but I believe the kernel's implementation of aes (and maybe 
other ciphers) has gotten faster since the last benchmarks I saw.

-- 
Boyd Stephen Smith Jr.
[EMAIL PROTECTED]
ICQ: 514984 YM/AIM: DaTwinkDaddy

[1] This choice of wording might be confusing.  I am referring to when the 
block device is assigned a minor number and the dm mapping loaded into the 
kernel: creation of the block device.  I am not referring to the 
initialization of the LUKS superblock, when the passphrase and algorithm 
are chosen.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Martin S
2006/1/10, Mark Stewart [EMAIL PROTECTED]:
Hello fellow Linux Users!We here at SaviourLinux.com desire to create a united universal way.Please visit the website for more information, but here is the purpose:Saviour Linux is an easy and universal Linux distribution that pays
community programmers.Saviour Linux is not just another distribution. Saviour Linux will beunified and run by the community. We will bring in a new business thatgives out completely free software instead of closed source. All of our
profit will come from services and it will pay volunteer programmers.Only a little of the profit will go towards overhead.Whenever I read about yet another Linux distribution, my first reaction to it is Why?
With the gazillion distributions already available I find it hard to come up with a reason to create yet another one.Regards,Martin S


Re: [gentoo-user] LUKS

2006-01-10 Thread Dirk Heinrichs
Am Dienstag, 10. Januar 2006 14:13 schrieb ext Cláudio Henrique:
 On 1/9/06, Richard Fish [EMAIL PROTECTED] wrote:
   If I used on any of my HDs, will I be able to update them?
 
  What do you mean?  If you mean changing the password, yes.

 I mean updating my system (emerge -u world) once I put it on a
 cyphered partition.

Yes. You use it like an ordinary filesystem.

HTH...

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


pgptC5k1hRC2X.pgp
Description: PGP signature


Re: [gentoo-user] LUKS

2006-01-10 Thread Dirk Heinrichs
Am Dienstag, 10. Januar 2006 14:31 schrieb ext Boyd Stephen Smith Jr.:
  What about the performance, is it too different from plain partition
  usage?

 I never noticed the difference when I was using aes-loop on a 2GHz
 laptop. That said, it will depend on the algorithm you choose and the CPU
 you have available.  Also, I /think/ aes-loop was supposed to be faster
 than dm-crypt, but I believe the kernel's implementation of aes (and
 maybe other ciphers) has gotten faster since the last benchmarks I saw.

That's especially true on x86 where aes is implemented in assembly. Due to 
this it is even faster than blowfish. On non-x86 systems (where aes is 
coded in C), blowfish is said to be faster.

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


pgp1CUZmv78p8.pgp
Description: PGP signature


Re: [gentoo-user] [SOLVED] USB scanner (Canon LiDE 25) only recognized as root

2006-01-10 Thread Ernie Schroder
On Tuesday 10 January 2006 06:51, a tiny voice compelled Christian Floeter to 
write:
 Richard Fish wrote:
  On 1/9/06, Christian Floeter [EMAIL PROTECTED] wrote:
 BTW, sane-find-scanner always finds my scanner, it's scanimage that
  doesn't.
 
  Ok, sounds like a sane configuration or installation issue, not really
  a system problem.  Let's try something with scanimage:
 
  strace -f -e open scanimage -L 21 | grep -e lib -e /etc -e
  /proc/bus/usb

 Problem solved! :)

 strace listed the following line:

 open(/var/lib/lock/sane/LCK..libusb:004:016, O_WRONLY|O_CREAT|O_EXCL,
 0644) = -1 EACCES (Permission denied)

 I found that /var/lib/lock had permissions 660, so I changed it to 775
 and the scanner was correctly found as user. Surely something the ebuild
 should have done for me... :-/

 Thanks Richard for your help. strace really is a tool worth remembering
 for.

 While we're here, I have to say that I'm still not that lucky with my
 LiDE 25 scanner. When scanning under Linux, the output shows vertical
 stripes, whereas under Windoze the output is faultless. Can something be
 done about it? What about other LiDE's out there?

 C.

Christian,
Give the archives here a try, or join and ask. ane-devel is an active, very 
informed group and you'll get all the help you need there.

http://lists.alioth.debian.org/mailman/listinfo/sane-devel
-- 
Regards, Ernie
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: PPTP + MPPE + pptpconfig + Kernel 2.6.15 + ndiswrapper - unstable connectivity

2006-01-10 Thread James
Justin Hart justinhart at gmail.com writes:

 I recently upgraded my kernel to 2.6.15, enabling MPPE so I could
 connect to my campus network's VPN.

 I'm using pptpconfig to set up the connection.  It's plain-vanilla,
 name of the server and such with the require_mppe box checked.

 I'm connecting via 802.11g, using ndiswrapper to by Broadcom 3150
 wireless adapter.

 If I have this configuration, as it is now, on my campus network, the
 connection drops after a few minutes.  It also drops my wi-fi
 connection.  I kill dhcpcd and restart it to re-acquire an IP, and
 life is good again.  The wi-fi connection is stable unless I do this.


from:
http://gentoo-wiki.com/HOWTO_Set_up_a_vpn_client_with_mppe_encryption

It contains this line:
You will have to install or recompile ppp with the mppe-mppc USE flag. 


The aforementioned wiki also has other suggestions that might be relevant
to your setup,, particularly in the attached scripts. If not, consider  
posting a new wiki, as I have been
'tagged' to setup a gentoo laptop for a friend with secure wireless access
on a university campus..  

Are you happy with the performance of your BC 3150 card?
Any other  pc-card hardware recommnedations as it'd be nice to get one card 
that works well with Gentoo and winDoz on a dual-boot laptop?

Lots of interlopers and curious talent on those university grounds

hth,
James

-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] su stopped working [SOLVED]

2006-01-10 Thread Michael Kintzios


 -Original Message-
 From: Beau E. Cox [mailto:[EMAIL PROTECTED] 
 Sent: 09 January 2006 15:13
 To: gentoo-user@lists.gentoo.org
 Cc: Michael Sullivan
 Subject: Re: [gentoo-user] su stopped working [SOLVED]
 
 
 
 Yep!!! Not in the wheel group; put them back and all is well.
 
 Now I wonder when I messed that up... :)  :)

You didn't by any chance use the usermod command?  If you omit any of
the existing groups that the user is a member of (e.g. wheel) when using
the -G option, then the user will be removed from that group.  This can
be avoided if you use the -a (for append) option.  Easy mistake to do
especially if you are working on the console and do not copy and paste
the long list of groups that the user is currently a member of.
-- 
Regards,
Mick

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Michael Sullivan
On Tue, 2006-01-10 at 12:23 +0100, [EMAIL PROTECTED] wrote:
 On 1/9/06, Mark Stewart [EMAIL PROTECTED] wrote:
 
 snip
  We here at SaviourLinux.com desire to create a united universal way.
  Please visit the website for more information, but here is the purpose:
  Saviour Linux is an easy and universal Linux distribution that pays
  community programmers.
  Saviour Linux is not just another distribution. Saviour Linux will be
  unified and run by the community.
 /snip
 
 Why only those words united, universal, unified sound strange to me?
 
 Jarry
 
 -- 
 Telefonieren Sie schon oder sparen Sie noch?
 NEU: GMX Phone_Flat http://www.gmx.net/de/go/telefonie

I believe in the early 1990's it was called the New World Order.  The
funny thing is that I could've sworn that pretty much all GNU Linux was
already what the person described Saviour Linux was, except with Saviour
Linux the volunteers get payed for their work.  To my way of thinking
that cheapens the product.  It's ironic.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to control permissions on / ?

2006-01-10 Thread Michael Sullivan
On Tue, 2006-01-10 at 13:10 +0100, Jose Gonzalez Gomez wrote:
 2006/1/9, kashani [EMAIL PROTECTED]:
 Jose Gonzalez Gomez wrote:
  Hi there,
 
  Can you control permissions on /? If so, how? I've found
 that I have the
  following in two different machines:
 
  proxy ~ # ls -ld /
  d-wxrt  19 root root 472 Nov 15 17:41 / 
  protos ~ # ls -ld /
  drwxr-xr-x  19 root root 440 mar 10  2005 /
 
 I installed a machine a few months ago, oct?, that had the
 same
 permissions as the first machine you list above. I never did
 figure out 
 why that machine had strange permissions, but a number of
 other people
 seem to have had the same issue around the same time. I've
 installed a
 number of machine since and haven't run into it again.
 
 In any case a chmod 755 / fixed it.
 
 Did you use the Gentoo installer?
 
 Best regards
 Jose 

There's a Gentoo installer?  I thought that was called Me!


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Michael Sullivan
On Tue, 2006-01-10 at 12:36 +, Jorge Almeida wrote:
 On Tue, 10 Jan 2006, [EMAIL PROTECTED] wrote:
 
 
  Why only those words united, universal, unified sound strange to me?
 
 Having too much time in my hands, I visited the site. Couldn't find any
 juice. Could it be that the thing doesn't exist? No doc section, no
 download section, no nothing except talk about uniting all [other (?)]
 distributions and becoming a Company.
 -- 
 Jorge Almeida

Sounds very Microsoftish...

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [SOLVED] USB scanner (Canon LiDE 25) only recognized as root

2006-01-10 Thread Richard Fish
On 1/10/06, Christian Floeter [EMAIL PROTECTED] wrote:
 While we're here, I have to say that I'm still not that lucky with my
 LiDE 25 scanner. When scanning under Linux, the output shows vertical
 stripes, whereas under Windoze the output is faultless. Can something be
 done about it? What about other LiDE's out there?

I had an LiDE 25 for a while before it broke (it didn't survive a
badly packed suitcase!).  Support for the LiDE 35 was just added in
the most recent release of sane, so I don't have a lot of experience
with it.  All of my scanning is documents...bills, receipts for
expense reports, that sort of thing.  Never had any problem like you
describe, but I am using Kooka as the frontend.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Darryl Wagoner
Greetings,I too looked at the Saviour Linux web site and my question is where's the beef?It looks interesting concept similar to something I can up with but haven't had the time to do anything with. What is the profit sharing model? What makes this different than other distro?
Interesting idea. On 1/10/06, Martin S [EMAIL PROTECTED] wrote:
2006/1/10, Mark Stewart [EMAIL PROTECTED]:

Hello fellow Linux Users!We here at SaviourLinux.com desire to create a united universal way.Please visit the website for more information, but here is the purpose:Saviour Linux is an easy and universal Linux distribution that pays
community programmers.Saviour Linux is not just another distribution. Saviour Linux will beunified and run by the community. We will bring in a new business thatgives out completely free software instead of closed source. All of our
profit will come from services and it will pay volunteer programmers.Only a little of the profit will go towards overhead.Whenever I read about yet another Linux distribution, my first reaction to it is Why?
With the gazillion distributions already available I find it hard to come up with a reason to create yet another one.Regards,Martin S

-- Darryl Wagoner - WA1GONEvil triumphs when good men do nothing.- Edmund Burke [1729-1797]


Re: [gentoo-user] A New Linux Way

2006-01-10 Thread ellotheth rimmwen
On 1/10/06, Darryl Wagoner [EMAIL PROTECTED] wrote:

 I too looked at the Saviour Linux web site and my question is where's the
 beef?

quote
As a community project, we need to stand out. Saviour is the longer
word that is more.

Saviour Linux is its own. As its own, it needs to be different than
traditional English and it needs to stand out. And Savior can sound
close to Savor. We need a longer word to represent a great program
and community.
/quote

And you want beef?!

--
ellotheth rimmwen
* monjoy *

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Darryl Wagoner
Huh? A Linux distro will stand out by how well or poorly the distro is, not by the name that is used.Gentoo is one such distro. Gentoo has been the best distro that I have used and I have used many. I would like to see a jump start version which was quicker to get going, but otherwise it is a great distro.
If you had anything to do with creating Gentoo, I would like to say THANK YOU!!!-darrylOn 1/10/06, ellotheth rimmwen 
[EMAIL PROTECTED] wrote:On 1/10/06, Darryl Wagoner 
[EMAIL PROTECTED] wrote: I too looked at the Saviour Linux web site and my question is where's the beef?quoteAs a community project, we need to stand out. Saviour is the longer
word that is more.Saviour Linux is its own. As its own, it needs to be different thantraditional English and it needs to stand out. And Savior can soundclose to Savor. We need a longer word to represent a great program
and community./quoteAnd you want beef?!--ellotheth rimmwen* monjoy *--gentoo-user@gentoo.org mailing list
-- Darryl Wagoner - WA1GONEvil triumphs when good men do nothing.- Edmund Burke [1729-1797]


Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Neil Bothwick
On Tue, 10 Jan 2006 10:31:57 -0500, Darryl Wagoner wrote:

 It looks interesting concept similar to something I can up with but
 haven't had the time to do anything with.  What is the profit sharing
 model?  What makes this different than other distro?

It it totally bug-free!


-- 
Neil Bothwick

Bother, said Pooh, as he connected at 300 bps.


signature.asc
Description: PGP signature


Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Shawn Singh
seems like the wrong place for such a pitch, proposal, proposition :-P, but seriously what r these people thinking?On 1/10/06, Neil Bothwick 
[EMAIL PROTECTED] wrote:On Tue, 10 Jan 2006 10:31:57 -0500, Darryl Wagoner wrote:
 It looks interesting concept similar to something I can up with but haven't had the time to do anything with.What is the profit sharing model?What makes this different than other distro?
It it totally bug-free!--Neil BothwickBother, said Pooh, as he connected at 300 bps.-- Shawn Singh


Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Darryl Wagoner
On 1/10/06, Neil Bothwick [EMAIL PROTECTED] wrote:
On Tue, 10 Jan 2006 10:31:57 -0500, Darryl Wagoner wrote: It looks interesting concept similar to something I can up with but haven't had the time to do anything with.What is the profit sharing model?What makes this different than other distro?
It it totally bug-free!Well that would make it different! It is also totally unrealistic.-- Darryl Wagoner - WA1GONEvil triumphs when good men do nothing.- Edmund Burke [1729-1797]


Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Martin S
2006/1/10, Neil Bothwick [EMAIL PROTECTED]:
On Tue, 10 Jan 2006 10:31:57 -0500, Darryl Wagoner wrote: It looks interesting concept similar to something I can up with but haven't had the time to do anything with.What is the profit sharing model?What makes this different than other distro?
It it totally bug-free!Wait untill they release their first app :-)Regards,Martin S


Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Michael Sullivan
On Tue, 2006-01-10 at 16:03 +, Neil Bothwick wrote:
 On Tue, 10 Jan 2006 10:31:57 -0500, Darryl Wagoner wrote:
 
  It looks interesting concept similar to something I can up with but
  haven't had the time to do anything with.  What is the profit sharing
  model?  What makes this different than other distro?
 
 It it totally bug-free!

Totally bug-free?  AND brand new???  If you believe that, I have a
bridge to sell you...

-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] How to control permissions on / ?

2006-01-10 Thread Michael Kintzios


 -Original Message-
 From: Michael Sullivan [mailto:[EMAIL PROTECTED] 
 Sent: 10 January 2006 15:15
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] How to control permissions on / ?
 
 
 On Tue, 2006-01-10 at 13:10 +0100, Jose Gonzalez Gomez wrote:
  2006/1/9, kashani [EMAIL PROTECTED]:
  Jose Gonzalez Gomez wrote:
   Hi there,
  
   Can you control permissions on /? If so, how? I've found
  that I have the
   following in two different machines:
  
   proxy ~ # ls -ld /
   d-wxrt  19 root root 472 Nov 15 17:41 / 
   protos ~ # ls -ld /
   drwxr-xr-x  19 root root 440 mar 10  2005 /
  
  I installed a machine a few months ago, oct?, that had the
  same
  permissions as the first machine you list above. I never did
  figure out 
  why that machine had strange permissions, but a number of
  other people
  seem to have had the same issue around the same time. I've
  installed a
  number of machine since and haven't run into it again.
  
  In any case a chmod 755 / fixed it.
  
  Did you use the Gentoo installer?
  
  Best regards
  Jose 
 
 There's a Gentoo installer?  I thought that was called Me!

Ha, ha!  Yes, ME TOO!  :-D

Although I am convinced that ME TOO is a bit buggy. :-))

With regards to the original post isn't this perhaps controlled from the
umask setting in /etc/profile?  I am not currently at my machine to
check what's what, but I ran up to a permissions problem while trying to
emerge sox (http://bugs.gentoo.org/show_bug.cgi?id=83331).  Still not
sure why the permissions of the particular directory were not as they
should have been on an old installation of mine, while everything went
fine on a newer box.
-- 
Regards,
Mick

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] OT - Stupid MythTV question that I should already know the answer to, but don't.

2006-01-10 Thread Michael Sullivan
My MythTV is working pretty well, except that my wife and I can't watch
Live TV on our own PC's at the same time, but only having one TV card I
don't think there's a way around that.  One problem wae are having is
that the brightness level on Live TV and on the recordings MythTV makes
is too high.  I know I saw a brightness control somewhere on the
interface last week, but now I can't find it.  Also, what should I set
the stream type in Recording Profiles so that I can get full screen
recordings without huge file size?  Someone recommended VCD for
converting my MythTV media files to a lower resolution (and therefore
smaller file size), and I saw an option for stream type MPEG-1 VCD,
but when I try to view recordings made with that setting in MythTV it
looks like it's trying to cast full screen mode into wide screen mode by
stretching the video horizontally.  I can watch the videos just fine in
gmplayer, but my wife won't be able to (unless I either share the
recordings directory via NFS or I copy the files that are in that
directory over to her PC - neither one an elegant solution.  What
settings should I change to get standard television quality in MythTV?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] LUKS

2006-01-10 Thread Richard Fish
On 1/10/06, Boyd Stephen Smith Jr. [EMAIL PROTECTED] wrote:
 On Tuesday 10 January 2006 07:13, Cláudio Henrique
 [EMAIL PROTECTED] wrote about 'Re: [gentoo-user] LUKS':
  What about the performance, is it too different from plain partition
  usage?

 I never noticed the difference when I was using aes-loop on a 2GHz laptop.
 That said, it will depend on the algorithm you choose and the CPU you have
 available.  Also, I /think/ aes-loop was supposed to be faster than
 dm-crypt, but I believe the kernel's implementation of aes (and maybe
 other ciphers) has gotten faster since the last benchmarks I saw.

I tested this recently on my new AMD64 X2 system.  The dm-crypt and
loop-aes are very very close in performance.  I can't really say which
is faster, because for some configurations, dm-crypt was faster, while
for others, loop-AES was faster.  By configurations I mean using 2
disks, software raid, LVM, and dm-crypt/loop-aes, and playing with the
order of the layers (do I make a raid of 2 encrypted disks, or
encrypt a raid array of 2 disks, or ...), the block sizes, etc.  And
in some cases, loop-aes would be faster at writing, but dm-crypt would
be faster at reading, or vice-versa.

The one thing I think loop-aes does better is that it creates a
separate thread for each encrypted device, so it can take advantage of
SMP systems.  Still, I ended up using dm-crypt+luks on that system.

For performance, on the AMD64 box, the two disks could deliver a
combined read throughput of around 130MB/sec.  The highest throughput
I got with dm-crypt or loop-aes was 115-118MB/sec read, 95MB/sec
write.

On my 2.13Ghz laptop, using loop-AES, the disk can only deliver a
maximum of 50MB/sec, and loop-aes tops out at about 45MB/sec at 42%
CPU utilization.  The only time it becomes a real impact is when I am
doing a backup, when I have decrypt the data from one disk, archive
it, compress it, and then encrypt the archive when it is written to
another disk.

I do _not_ notice an impact when compiling, becase the amount of disk
activity for a typical compile is insignificant compared to the CPU
usage of the compiler.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Boyd Stephen Smith Jr.
On Tuesday 10 January 2006 10:03, Neil Bothwick [EMAIL PROTECTED] wrote 
about 'Re: [gentoo-user] A New Linux Way':
 On Tue, 10 Jan 2006 10:31:57 -0500, Darryl Wagoner wrote:
  It looks interesting concept similar to something I can up with but
  haven't had the time to do anything with.  What is the profit sharing
  model?  What makes this different than other distro?

 It it totally bug-free!

For the sarcasm impaired, this is a joke.  Since they haven't produces any 
code (that any of us can see) it is inherently bug-free.

-- 
Boyd Stephen Smith Jr.
[EMAIL PROTECTED]
ICQ: 514984 YM/AIM: DaTwinkDaddy
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Shawn Singh
Since they haven't produces any
code (that any of us can see) it is inherently bug-free.

:-), yeah and when they write some, there will ONLY be OPPORTUNITIES that are in need of
realization :)On 1/10/06, Boyd Stephen Smith Jr. [EMAIL PROTECTED] wrote:
On Tuesday 10 January 2006 10:03, Neil Bothwick [EMAIL PROTECTED] wroteabout 'Re: [gentoo-user] A New Linux Way': On Tue, 10 Jan 2006 10:31:57 -0500, Darryl Wagoner wrote:
  It looks interesting concept similar to something I can up with but  haven't had the time to do anything with.What is the profit sharing  model?What makes this different than other distro?
 It it totally bug-free!For the sarcasm impaired, this is a joke.Since they haven't produces anycode (that any of us can see) it is inherently bug-free.--Boyd Stephen Smith Jr.
[EMAIL PROTECTED]ICQ: 514984 YM/AIM: DaTwinkDaddy--gentoo-user@gentoo.org mailing list
-- Shawn Singh


Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Daniel da Veiga
On 1/10/06, Neil Bothwick [EMAIL PROTECTED] wrote:
 On Tue, 10 Jan 2006 10:31:57 -0500, Darryl Wagoner wrote:

  It looks interesting concept similar to something I can up with but
  haven't had the time to do anything with.  What is the profit sharing
  model?  What makes this different than other distro?

 It it totally bug-free!


There's no such thing as bug-free software, and Santa Claus does not
exist, neither does the Easter Bunny or Trolls (but I'm not really
certain about the trolls). There are two kinds of programs, the ones
with discovered bugs and the ones with bugs to be discovered.


 --
 Neil Bothwick

 Bother, said Pooh, as he connected at 300 bps.





--
Daniel da Veiga
Computer Operator - RS - Brazil
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
--END GEEK CODE BLOCK--

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] The Grand Remerge

2006-01-10 Thread Matthias Bethke
Hi Rumen,
on Saturday, 2006-01-07 at 06:31:56, you wrote:
 Have you changed any USE-flags in /etc/make.conf?
 Add the 'v' option to see USE-flags too.
 Sometimes this could happen with slotted packages when there's an upgrade
 for some minor slot-number version (requires =...), but only for package or 
 two.

Hm, none that I knew of; my last change to make.conf is from last year.
Anyway, the problem seems to have gone away after about two remerges for
each package...

regards
  Matthias
-- 
I prefer encrypted and signed messages. KeyID: FAC37665
Fingerprint: 8C16 3F0A A6FC DF0D 19B0  8DEF 48D9 1700 FAC3 7665


pgpJdwVOfM3SA.pgp
Description: PGP signature


Re: [gentoo-user] How to control permissions on / ?

2006-01-10 Thread kashani

Jose Gonzalez Gomez wrote:

Did you use the Gentoo installer?



IIRC I used the regular manual install with 2005.1 media, but not 
2005.1-r1 which I've used since. However I don't see how anything other 
than a PEBKAC could have caused it. I don't think the stage3 would 
change permissions on /mnt/gentoo when expending out which is the only 
other logical idea I can come up with it.


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



Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Antoine

It it totally bug-free!

...

There's no such thing as bug-free software, and Santa Claus does not
exist, neither does the Easter Bunny or Trolls (but I'm not really
certain about the trolls). There are two kinds of programs, the ones
with discovered bugs and the ones with bugs to be discovered.


Rubbish! I have never written code with bugs in it! A great deal with 
some highly undesirable features... but my code is nowhere near good 
enough to create actual bugs :-).

Chrs
A

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Christoph Eckert

 It it totally bug-free!

How boring!

:)


Best regards


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



Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Petr Kocmid
On Tuesday 10 January 2006 04:40, Mark Stewart wrote:
 Hello fellow Linux Users!
 We here at SaviourLinux.com desire to create a united universal way.
 Please visit the website for more information, but here is the purpose:

You missed the target audience. Here at gentoo there are mostly hardcore linux 
geeks, and we already have universal way. You do not make a fortune here 
with a scam like this.

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



Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Matthias Guede

ellotheth rimmwen wrote:

On 1/10/06, Darryl Wagoner [EMAIL PROTECTED] wrote:



I too looked at the Saviour Linux web site and my question is where's the
beef?



quote
As a community project, we need to stand out. Saviour is the longer
word that is more.

Saviour Linux is its own. As its own, it needs to be different than
traditional English and it needs to stand out. And Savior can sound
close to Savor. We need a longer word to represent a great program
and community.
/quote

And you want beef?!

--
ellotheth rimmwen
* monjoy *



And I'm sure you all noticed the very precise description of Gentoo 
Linux in the About Linux section:


quote
It compiles almost everything from the source code [...] this gives it a 
speed advantage as well as other things.

/quote

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



Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Neil Bothwick
On Tue, 10 Jan 2006 10:29:11 -0600, Boyd Stephen Smith Jr. wrote:

  It it totally bug-free!

 For the sarcasm impaired, this is a joke.  Since they haven't produces
 any code (that any of us can see) it is inherently bug-free.

I'm glad you didn't write humor-impaired, because then we'd have had a
long discussion on whether the longer humour stands out and
represents a great community better than the traditional (albeit more
recent) humor...


-- 
Neil Bothwick

Procedure: (n.) a method of performing a program sub-task in an
inefficient way by extensively using the stack instead of a GOTO.


signature.asc
Description: PGP signature


Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Antoine



I'm glad you didn't write humor-impaired, because then we'd have had a
long discussion on whether the longer humour stands out and
represents a great community better than the traditional (albeit more
recent) humor...


Very humerous.
Antoine
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Michael Sullivan
On Tue, 2006-01-10 at 18:15 +0100, Antoine wrote:
 It it totally bug-free!
 ...
  There's no such thing as bug-free software, and Santa Claus does not
  exist, neither does the Easter Bunny or Trolls (but I'm not really
  certain about the trolls). There are two kinds of programs, the ones
  with discovered bugs and the ones with bugs to be discovered.
 
 Rubbish! I have never written code with bugs in it! A great deal with 
 some highly undesirable features... but my code is nowhere near good 
 enough to create actual bugs :-).
 Chrs
 A
 

I could teach you how...

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] A New Linux Way

2006-01-10 Thread Willie Wong
On Tue, Jan 10, 2006 at 05:42:48PM +, Penguin Lover Neil Bothwick squawked:
 I'm glad you didn't write humor-impaired, because then we'd have had a
 long discussion on whether the longer humour stands out and
 represents a great community better than the traditional (albeit more
 recent) humor...

Not making judgment calls on anyone in particular...
That reminds me of a favorite quote of mine:
  I prefer the shorter 'humor', because u obviously don't get it.

W


-- 
1 out of every 5 people thinks the other 4 are idiots.
Sortir en Pantoufles: up 59 days, 10:52
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] PORTDIR_OVERLAY

2006-01-10 Thread Jan Callewaert
Op maandag 9 januari 2006 22:35, schreef Beau E. Cox:
 On Monday 09 January 2006 11:15 am, Holly Bostick wrote:
  Beau E. Cox schreef:
   Hi -
  
   I'm working on a series of ebuilds for the more esoteric CPAN modules
   that I use. In the Gentoo Developer Handbook there is a statement
   about PORTDIR_OVERLAY:
  
   In that directory, you must use the same structure (and categories)
   as in /usr/portage.
  
   OK. But I really want to make a new category, i.e. 'cpan'; ( tried
   it, doesn't work ). Is there a way to 'fake out' portage into using a
   new category without breaking everything?
 
  Question #1-- what's wrong with dev-perl, where all the other modules
  are (and then naming the modules cpan-whatever, I suppose)?

 Answer #1-- I am doing that now. It's OK, but I sometimes have the
 same module that is already in dev-perl; I would like to be distinct
 with my config/version/mods/patches/etc.

..

Simple give your ebuild a higher version number. Append e.g. r1 or .1 to the 
version number. Like that, portage will also automatically pick it up.

Jan


pgpxgTM3U9HjH.pgp
Description: PGP signature


Re: [gentoo-user] su stopped working [SOLVED]

2006-01-10 Thread Beau E. Cox
On Tuesday 10 January 2006 04:34 am, Michael Kintzios wrote:
  -Original Message-
  From: Beau E. Cox [mailto:[EMAIL PROTECTED]
  Sent: 09 January 2006 15:13
  To: gentoo-user@lists.gentoo.org
  Cc: Michael Sullivan
  Subject: Re: [gentoo-user] su stopped working [SOLVED]
 
 
 
  Yep!!! Not in the wheel group; put them back and all is well.
 
  Now I wonder when I messed that up... :)  :)

 You didn't by any chance use the usermod command?  If you omit any of
 the existing groups that the user is a member of (e.g. wheel) when using
 the -G option, then the user will be removed from that group.  This can
 be avoided if you use the -a (for append) option.  Easy mistake to do
 especially if you are working on the console and do not copy and paste
 the long list of groups that the user is currently a member of.

Yep, I did use usermod -G ...
Thanks for the -a tip.

 --
 Regards,
 Mick

-- 
Aloha = Beau;

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Tony Davison
On Tuesday 10 January 2006 12:36, Jorge Almeida wrote:
 On Tue, 10 Jan 2006, [EMAIL PROTECTED] wrote:
  Why only those words united, universal, unified sound strange to me?

 Having too much time in my hands, I visited the site. Couldn't find any
 juice. Could it be that the thing doesn't exist? No doc section, no
 download section, no nothing except talk about uniting all [other (?)]
 distributions and becoming a Company.

I'm impressed with search skills Jorge. I couldn't even find the site.

-- 
Big Tone
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] PORTDIR_OVERLAY

2006-01-10 Thread Neil Bothwick
On Tue, 10 Jan 2006 19:37:43 +0100, Jan Callewaert wrote:

 Simple give your ebuild a higher version number. Append e.g. r1 or .1
 to the version number. Like that, portage will also automatically pick
 it up.

It will anyway, ebuilds in the overlay take precedence over same version
ebuilds in $PORTDIR. Incrementing the version would result in the package
being overwritten by a newer one from portage if that was updated first.


-- 
Neil Bothwick

Everywhere is walking distance if you have the time.


signature.asc
Description: PGP signature


Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Dale

Tony Davison wrote:


On Tuesday 10 January 2006 12:36, Jorge Almeida wrote:
 


On Tue, 10 Jan 2006, [EMAIL PROTECTED] wrote:
   


Why only those words united, universal, unified sound strange to me?
 


Having too much time in my hands, I visited the site. Couldn't find any
juice. Could it be that the thing doesn't exist? No doc section, no
download section, no nothing except talk about uniting all [other (?)]
distributions and becoming a Company.
   



I'm impressed with search skills Jorge. I couldn't even find the site.

 



This help?

http://saviourlinux.com/

I hate to say this, but something is fishy here.

Dale
:-)

--
To err is human, I'm most certainly human.

I have four rigs:

1:  Home built; Abit NF7 ver 2.0 w/ AMD 2500+ CPU, 1GB of ram and right now two 
80GB hard drives.  Named Smoker
2:  Home built; Iwill KK266-R w/ AMD 1GHz CPU, 256MBs of ram and a 4GB drive.  
Named Swifty
3:  Home built; Gigabyte GA-71XE4 w/ 800MHz CPU, 224MBs of ram and a 2.5GB 
drive.  Named Pokey
4:  Compaq Proliant 6000 Server w/ Quad 200MHz CPUs, 128MBs of ram and a 4.3GB 
SCSI drive.  Named Putput

All run Gentoo Linux, all run folding. #1 is my desktop, 2, 3, and 4 are set up as servers.  


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Robin
NO kidding... I have to say just by the way the website is worded it
sounds like a scam... You want to know what is even funnier is that
this spam message has generated a boat load of responses :)

Robin

On 1/10/06, Dale [EMAIL PROTECTED] wrote:
 Tony Davison wrote:

 On Tuesday 10 January 2006 12:36, Jorge Almeida wrote:
 
 
 On Tue, 10 Jan 2006, [EMAIL PROTECTED] wrote:
 
 
 Why only those words united, universal, unified sound strange to me?
 
 
 Having too much time in my hands, I visited the site. Couldn't find any
 juice. Could it be that the thing doesn't exist? No doc section, no
 download section, no nothing except talk about uniting all [other (?)]
 distributions and becoming a Company.
 
 
 
 I'm impressed with search skills Jorge. I couldn't even find the site.
 
 
 

 This help?

 http://saviourlinux.com/

 I hate to say this, but something is fishy here.

 Dale
 :-)

 --
 To err is human, I'm most certainly human.

 I have four rigs:

 1:  Home built; Abit NF7 ver 2.0 w/ AMD 2500+ CPU, 1GB of ram and right now 
 two 80GB hard drives.  Named Smoker
 2:  Home built; Iwill KK266-R w/ AMD 1GHz CPU, 256MBs of ram and a 4GB drive. 
  Named Swifty
 3:  Home built; Gigabyte GA-71XE4 w/ 800MHz CPU, 224MBs of ram and a 2.5GB 
 drive.  Named Pokey
 4:  Compaq Proliant 6000 Server w/ Quad 200MHz CPUs, 128MBs of ram and a 
 4.3GB SCSI drive.  Named Putput

 All run Gentoo Linux, all run folding. #1 is my desktop, 2, 3, and 4 are set 
 up as servers.

 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Tony Davison
On Tuesday 10 January 2006 19:17, Dale wrote:

 
 I'm impressed with search skills Jorge. I couldn't even find the site.

 This help?

 http://saviourlinux.com/

 I hate to say this, but something is fishy here.

Cheers Dale.

It does seem weird.

-- 
Big Tone
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ntp won't synchronize

2006-01-10 Thread Devon Miller
Make sure you have told you firewall to allow port 123 for both TCP  UDP.I had the same behavior until I did that.dcmOn 1/9/06, 
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
I've been struggling with ntp for some time now.I've followed thegentoo wiki HOWTO for ntp:http://gentoo-wiki.com/HOWTO_Setup_MythTV#NTP
As well as many other sources over the months.Basically, ntpqshows that I am not synchronized to any peers:# ntpq -p remote refidst t when poll reach delay offsetjitter==
 Time4.Stupi.SE.PPS.1 u 37 64377124.516-11202. 1225.91 thesimonet.org.TRUE. 1 u 38 64377109.329-11213. 
1232.51 fin.rshell.net192.114.62.249 3 u 32 64377205.910-9569.1 1521.31 titan.cais.rnp. 32.233.177.224
 2 u 44 64377165.240-11991. 1915.26That first space in the peers list is a tally mark that, according tothe ntpq documentation at:
http://www.eecis.udel.edu/~mills/ntp/html/ntpq.htmlMeans that those peers are all rejected: The peer is discarded asunreachable, synchronized to this server (synch loop) or outrageoussynchronization distance.
Likewise:# ntpq -c rv | grep stratumprocessor=i686, system=Linux/2.6.14-gentoo-r5, leap=11, stratum=16,I should be at stratum 3, not 16 (which means I'm not synchronized
to anything).My /etc/ntp.conf:tinker panic 0minpoll 4maxpoll 10server pool.ntp.orgserver 0.pool.ntp.orgserver 
1.pool.ntp.orgserver 2.pool.ntp.orgdriftfile /var/lib/ntp/ntp.driftlogfile /var/log/ntp.logrestrict default nomodify nopeerrestrict 
127.0.0.1Nothing special there!To further clarify, I actually have thisproblem on *two* machines.FWIW, I've also tried the OpenBSDOpenNTP package, but haven't had any luck with that either (except
on my OpenBSD machine!).Using OpenNTP on these two machines*seemed* to work fine, but the computers still gained time tooquickly.I've been fighting this for what seems like forever.If anyone has
any insight or thoughts, I'm happy to hear it!Thanks,Matt--Matt Garmanemail at: http://raw-sewage.net/index.php?file=email--
gentoo-user@gentoo.org mailing list


[gentoo-user] Creating DVD-menus from pictures

2006-01-10 Thread Daniel Pielmeier
Hi,

has anybody experience regarding this topic, i tried it with mjpegtools,
but in the conversion stopped with a segmentation fault.

Here is the output:

jpeg2yuv -n 1 -I p -L 1 -f 25 -j %03d.jpg -b 001.jpg| mpeg2enc -f 8 -o
image.m2v

   INFO: [mpeg2enc] SETTING EXTENDED MMX for MOTION!
   INFO: [mpeg2enc] SETTING SSE and MMX for TRANSFORM!
   INFO: [mpeg2enc] SETTING EXTENDED MMX for PREDICTION!
   INFO: [jpeg2yuv] Parsing  checking input files.
   INFO: [jpeg2yuv] YUV colorspace detected.

   INFO: [jpeg2yuv] Starting decompression
   INFO: [jpeg2yuv] Image dimensions are 720x576
   INFO: [jpeg2yuv] Movie frame rate is:  25.00 frames/second
   INFO: [jpeg2yuv] Non-interlaced/progressive frames.
   INFO: [jpeg2yuv] Frame size:  720 x 576
   INFO: [jpeg2yuv] Number of Loops 1
   INFO: [jpeg2yuv] Now generating YUV4MPEG stream.
   INFO: [jpeg2yuv] Processing non-interlaced/interleaved 001.jpg, size
247837
   INFO: [mpeg2enc] Selecting DVD output profile
   INFO: [mpeg2enc] Assuming norm PAL
   INFO: [mpeg2enc] Progressive input - selecting progressive encoding.
   INFO: [mpeg2enc] Encoding MPEG-2 video to image.m2v
   INFO: [mpeg2enc] Horizontal size: 720 pel
   INFO: [mpeg2enc] Vertical size: 576 pel
   INFO: [mpeg2enc] Aspect ratio code: 1 = 1:1 pixels
   INFO: [mpeg2enc] Frame rate code:   3 = 25.0 (PAL/SECAM VIDEO /
converted FILM)
   INFO: [mpeg2enc] Bitrate: 7500 KBit/s
   INFO: [mpeg2enc] Quality factor: 8 (Quantisation = 9) (1=best, 31=worst)
   INFO: [mpeg2enc] Field order for input: none/progressive
   INFO: [mpeg2enc] Sequence unlimited length
   INFO: [mpeg2enc] Search radius: 16
   INFO: [mpeg2enc] DualPrime: no
   INFO: [mpeg2enc] Using one-pass rate controller
   INFO: [mpeg2enc] GOP SIZE RANGE 9 TO 15
   INFO: [mpeg2enc] Setting colour/gamma parameters to PAL B/G
   INFO: [mpeg2enc] Progressive format frames = 1
   INFO: [mpeg2enc] Using default unmodified quantization matrices
   INFO: [mpeg2enc] Buffering 33 frames
   INFO: [mpeg2enc] Signaling last frame = -1
   INFO: [mpeg2enc] SETTING MMX and MMX for QUANTIZER!
   INFO: [mpeg2enc] NEW GOP INIT length 15
Speicherzugriffsfehler

Thank you for your help!
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Tony Davison
On Tuesday 10 January 2006 19:26, Robin wrote:
 NO kidding... I have to say just by the way the website is worded it
 sounds like a scam... You want to know what is even funnier is that
 this spam message has generated a boat load of responses :)

EM and all that.

-- 
Big Tone
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] How to play Musepack files in MPlayer?

2006-01-10 Thread Abhay Kedia
Hello Everyone,

I am trying to play mpc files in mplayer but get the following error while 
doing so

==
Requested audio codec family [musepack] (afm=mpcdec) not available.
Enable it at compilation.
Cannot find codec for audio format 0x2043504D.
Read DOCS/HTML/en/codecs.html!
==

Here are the USE flags when I compile mplayer and the relevant output after 
configure gets completed

[ebuild   R   ] media-video/mplayer-1.0.20060102  +3dfx -3dnow -3dnowext +X 
+aac -aalib +alsa (-altivec) +arts -bidi -bindist -bl +cdparanoia 
-cpudetection +custom-cflags -debug +dga -directfb -doc +dts -dv -dvb +dvd 
+dvdread -edl +encode -esd -fbcon -ggi +gif +gtk +i8x0 -ipv6 -jack -joystick 
+jpeg +libcaca -lirc -live -livecd -lzo +mad +matroska -matrox +mmx +mmxext 
-nas +nls -nvidia +opengl +oss +png +real -rtc -samba +sdl +sse +sse2 +svga 
-tga +theora +truetype -v4l -v4l2 +vorbis +win32codecs -xanim -xinerama +xmms 
+xv +xvid +xvmc 0 kB

-
  Disabled optional drivers:
Input: vstream tv-v4l2 tv-v4l tv-bsdbt848 edl live555 mpdvdkit dvb smb
Codecs: opendivx x264 libdv amr_wb amr_nb xanim musepack speex twolame 
toolame liblzo
Audio output: sgi sun jack polyp esd dxr2 nas dsound win32
Video output: winvidix bl zr zr2 dxr3 dxr2 directx vesa fbdev aa ggi xmga 
mga directfb tga tdfxfb
Audio filters: ladspa
--

Now, it clearly shows that musepack is one of the optional codecs but how do I 
enable it to compile with mplayer? I have tried installing various musepack 
related packages so that mplayer's configure detects mpc support but in vain.

# emerge -pv libmusepack libmpcdec musepack-tools
[ebuild   R   ] media-libs/libmusepack-1.1-r1  -static 0 kB
[ebuild   R   ] media-libs/libmpcdec-1.2  -doc -static 0 kB
[ebuild   R   ] media-sound/musepack-tools-1.15v  +16bit -esd -static 0 kB

No relevant use flags seem to be there in the ebuild. What should I do? Any 
ideas will be highly appreciated.


TIA
Regards,
Abhay


pgpm3uy1BhQE7.pgp
Description: PGP signature


Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Jorge Almeida

On Tue, 10 Jan 2006, Dale wrote:

I hate to say this, but something is fishy here.


Now, let's not be hasty. The original post does say other distributions
will be allowed to remain independent. That's really generous.

Seriously, does someone find the talk in the site somewhat
style-impaired? My limited domain of the English language doesn't make
me the best judge, but some phrases make me wonder about how young the
webmaster is, assuming that English is his first language...
--
Jorge Almeida
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Rafael Fernández López
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Petr Kocmid wrote:
 On Tuesday 10 January 2006 04:40, Mark Stewart wrote:
 
Hello fellow Linux Users!
We here at SaviourLinux.com desire to create a united universal way.
Please visit the website for more information, but here is the purpose:
 
 
 You missed the target audience. Here at gentoo there are mostly hardcore 
 linux 
 geeks, and we already have universal way. You do not make a fortune here 
 with a scam like this.
 

I'm really impressed how such a spam message can take so long and lots
of replies... hahaha, but it is pretty funny to hear all your comments.

Well, in sf it doesn't seem to be anything... THEY HAVE WORKED TOO HARD
TILL NOW... hahaha.

I'm gonna install that thing instead of my yesterday loved Gentoo
distro. :P

Bye,
Rafael Fernández López.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDxCUj9RRlaicc3IERAk7KAKCVNVLF9o+zQQN+giDtUPg0AECmyACgqD+Q
TuUi87H06L5zin1s3hMmzWU=
=RsWd
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] A New Linux Way

2006-01-10 Thread Neil Bothwick
On Tue, 10 Jan 2006 21:00:17 + (WET), Jorge Almeida wrote:

 Seriously, does someone find the talk in the site somewhat
 style-impaired? My limited domain of the English language doesn't make
 me the best judge, but some phrases make me wonder about how young the
 webmaster is, assuming that English is his first language...

I thought it had been written by someone who had just been on a marketing
or management course. Plenty of buzz phrases with no real content.


-- 
Neil Bothwick

I'm warning you! One step closer and I'll drop carrier!


signature.asc
Description: PGP signature


Re: [gentoo-user] How to play Musepack files in MPlayer?

2006-01-10 Thread Willie Wong
On Wed, Jan 11, 2006 at 01:54:15AM +0530, Penguin Lover Abhay Kedia squawked:
below heavily snipped
 Hello Everyone,
 
 I am trying to play mpc files in mplayer but get the following error while 
 doing so
 
 ==
 Requested audio codec family [musepack] (afm=mpcdec) not available.
 Enable it at compilation.
 Cannot find codec for audio format 0x2043504D.
 Read DOCS/HTML/en/codecs.html!
 ==
 
 Here are the USE flags when I compile mplayer and the relevant output after 
 configure gets completed
 
 -
   Disabled optional drivers:
 Codecs: opendivx x264 libdv amr_wb amr_nb xanim musepack speex twolame 
 toolame liblzo
 --
 

okay, there is a musepack useflag, which, unfortunately, doesn't seem
to affect mplayer:

[04:42 PM]wwong ~ $ grep musepack /usr/portage/profiles/use.local.desc 
app-cdr/k3b:musepack - Enable support for musepack files
media-sound/moc:musepack - Support for musepack (mpc) files
media-sound/mpd-svn:musepack - Enable support for musepack files
media-sound/musepack-tools:16bit - Higher quality sound output using dithering 
and noise-shaping

And a cursory glance at the mplayer ebuild shows that there's no
dependence on musepack of any sort (not even optional)

Now, there are two things you can do:
  1) If you really want mplayer to support musepack, do some web
  searches, make sure the codec really is supported, and then you go
  and file a bug at b.g.o. for the feature request. In the mean time,
  you can probably edit the ebuild yourself to include support for
  musepack.

  2) If you don't want to edit the ebuild (or can't be bothered to
  learn), a stop-gap solution is to emerge media-sound/moc with the
  musepack flag turned on. That should at least allow you to play the
  files for the time being. 

HTH, 

W
-- 
Reality is a crutch for people who can't handle drugs.
-- Lily Tomlin
Sortir en Pantoufles: up 59 days, 14:03
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] QEMU opinions...

2006-01-10 Thread Tom Smith
Hi all,

I've been using Win4Lin TS 3.0 for some time to server Win98SE to five
remote users for legacy application support.

I'm currently testing the recently released Win4Lin Pro TS server
running Win2k as an intended replacement for the old TS server. This is
where I came across QEMU...

QEMU appears to have functionality similar to VMWare (I haven't tried it
yet). I'm curious to here other Gentoo users' experience with this
software. I will be using in a production environment so stability and
uptime are very important, as are reasonable performance.

I would very much appreciate any feedback you all can give me about your
experience with QEMU.

Best Wishes,

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



Re: [gentoo-user] How to play Musepack files in MPlayer?

2006-01-10 Thread Willie Wong
On Tue, Jan 10, 2006 at 04:48:12PM -0500, Penguin Lover Willie Wong squawked:
 Now, there are two things you can do:
   1) If you really want mplayer to support musepack, do some web
   searches, make sure the codec really is supported, and then you go
   and file a bug at b.g.o. for the feature request. In the mean time,
   you can probably edit the ebuild yourself to include support for
   musepack.

Well, scratch that. I just checked mplayer-devel, and there have been
great agony over musepack. Basically the developers don't like the way
things are done on the mpc end, and so I haven't seen more than a
prelim patch submitted and I don't even know if it was accepted. 

The documentation for mplayer, however, suggests that with xmms
support it can play musepack files. So you probably should make sure
you compiled mplayer with the xmms flag, and emerge xmms-musepack.
Presumably that would work. 

Best, 

W
-- 
Zaphod grinned two manic grins, sauntered over to the bar 
and bought most of it. 

- Zaphod in paradise. 
Sortir en Pantoufles: up 59 days, 14:34
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] QEMU opinions...

2006-01-10 Thread Willie Wong
On Tue, Jan 10, 2006 at 03:01:58PM -0700, Penguin Lover Tom Smith squawked:
 QEMU appears to have functionality similar to VMWare (I haven't tried it
 yet). I'm curious to here other Gentoo users' experience with this
 software. I will be using in a production environment so stability and
 uptime are very important, as are reasonable performance.
 
 I would very much appreciate any feedback you all can give me about your
 experience with QEMU.

While I can't really vouch for stability and uptime, QEMU is a great
piece of software. I run it on my Dell D600 laptop with the kernel
accelerator (kqemu) enabled. From it I run Win XP SP2 with no
problems, and it is fairly fast (faster, at least, then my old 800Mhz
pentium 3 running the same software natively). 

On the other hand, my uses of it are limited to 
 1) Microsoft Office: I have a legit copy, so might as well use it,
 especially when sometimes people send me Word or Powerpoint files to
 edit. 
 2) Windows Media Player: wmv9 has some funky drm built in that
 mplayer can't deal with. Some foreign news websites I frequent uses
 that horrible codec for streaming media. The sound can get flaky at
 times, but it doesn't affect anything else. 

You might need to look carefully at the documentation for the network
side of things. I only run it with --user-net which puts the VM behind
a virtual firewall, which might make some things on the Windows side
with regards to network sharing break. 

Also, QEMU being a complete emulator, it can't be used like
CrossoverOffice/Wine where you only run the software desired. You have
to start the VM, and run Windows from it. Which runs into a bit of
licensing issue: technically, if I read Microsoft's stance on this
correctly, you would need a separate license for each of your VMs, and
at that point, if you have x86 hardware, you might as well run Windows
natively. Of course, I might be wrong, but that is something you
should worry about. 

I think software-wise QEMU is pretty good. But there might be a few
tripping stones on the deployment-side for you to watch out should you
go with using it in a corporate environment. 

HTH,

W
-- 
The problem is some dead white males didn't strict themselves to writing 
literature.
~DeathMech, Some Student. P-town PHY 205
Sortir en Pantoufles: up 59 days, 14:39
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Php strangeness

2006-01-10 Thread Martins Steinbergs
On Tuesday 10 January 2006 15:17, Neil Bothwick wrote:
 On Tue, 10 Jan 2006 13:43:38 +0200, Nelis Lamprecht wrote:
  Could someone please tell me how to solve the following:
 
  golem portage # emerge -uDp world
 
  These are the packages that I would merge, in order:

 [snip]

  I am using php 5 but it insists on installing php 4 and the blocking ?

 Add --tree to your emerge command to see what want to pull in PHP4.

looks like i have the same problem, and it strats with 
 [ebuild UD] dev-php/PEAR-XML_RPC-1.4.0 [1.4.4] 26 kB 
1.4.4 is removed from portage


m
-- 
Linux 2.6.15-ck1 AMD Athlon(tm) 64 Processor 3200+
 01:56:23 up 21 min,  4 users,  load average: 1.06, 1.19, 1.05


pgp7gMAGazH4s.pgp
Description: PGP signature


Re: [gentoo-user] booting fsck

2006-01-10 Thread Martins Steinbergs
On Sunday 08 January 2006 18:43, b.n. wrote:
  fstab has correct entry and with different kernel everthing boots nice

 did you compile ext3 support in the new kernel?

yes i did, got more smooth boot after removing reiserfs suport from kernel and 
problem has gone after updating bash


-- 
Linux 2.6.15-ck1 AMD Athlon(tm) 64 Processor 3200+
 02:05:48 up 31 min,  4 users,  load average: 1.00, 1.02, 1.00


pgpvWirMnprqs.pgp
Description: PGP signature


Re: [gentoo-user] QEMU opinions...

2006-01-10 Thread Daniel da Veiga
On 1/10/06, Tom Smith [EMAIL PROTECTED] wrote:
 Hi all,

 I've been using Win4Lin TS 3.0 for some time to server Win98SE to five
 remote users for legacy application support.

 I'm currently testing the recently released Win4Lin Pro TS server
 running Win2k as an intended replacement for the old TS server. This is
 where I came across QEMU...

 QEMU appears to have functionality similar to VMWare (I haven't tried it
 yet). I'm curious to here other Gentoo users' experience with this
 software. I will be using in a production environment so stability and
 uptime are very important, as are reasonable performance.

I used it to run the Office Viewers, hate when you receive a .doc with
strange chars and everything borked, WMP is the only thing that runs
some cranky pieces of video files decently, some sites only work
decently with IE and other apps are still to be correct run under
stuff like wine and such. I have an old license for win98 and so it
was my choice, besides any other would run too slowly because I only
have an Athlon XP 1.6, but it runs flawless for a long time. Instant
boot with the savevm and loadvm commands make it even better than the
real thing :)

I never had problems, you can install the OS and use the -snapshot
mode to never really mess with the original install, and even commit
changes after you feel its safe.

I must mention that the kqemu kernel module (needed in order to
provide decent speed) has a different license (its proprietary
software), and without it I couldn't stand the wait, so, I use it. I
don't know if it fits your needs and never used it at production
environment, but it is as stable as Win itself (heh), at least for me.


 I would very much appreciate any feedback you all can give me about your
 experience with QEMU.

 Best Wishes,

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




--
Daniel da Veiga
Computer Operator - RS - Brazil
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
--END GEEK CODE BLOCK--

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Sorry about the spam

2006-01-10 Thread Mark Stewart
Really, I should have thought more about the first e-mail (oops).
Thank you for all your comments!

Here is what the goal is (as of now):
- To have some kind of useful standard among the many distributions.
- To compensate those who need or want compensation for their hard
work.  (The laborer is worthy of his/her wages.)
- Community moderated, no controlling overhead like Microsoft.
- Whatever they release will be completely free software.  No strings.

United means we help each other develop and improve Linux
software--separately.  So no united.  That's optional for now.

How can people be interested?
- It is just a fund paid by the community for the community
- Overhead will be minimal, if anything.
- People are already interested in Linux, and they would like to donate
to a worthy cause. (Yes, this does mean that we would have to be worthy)

What's the point?
- Make Linux better
- Increase Linux users (Microsoft users might convert)
- Better the community
- Pay people who deserve it


Really, we could make Gentoo the official distribution of Saviour
Linux.  Personally, I think it is the best.

Mark Stewart

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Sorry about the spam

2006-01-10 Thread Dale

Mark Stewart wrote:




Really, we could make Gentoo the official distribution of Saviour
Linux.  Personally, I think it is the best.

Mark Stewart

 




So you want to sell Gentoo Linux?  This is confusing me.  For once I 
have been up a while and am not sleepy yet so I should be able to get 
this.  I'm still confused though.


Dale
:-)

--
To err is human, I'm most certainly human.

I have four rigs:

1:  Home built; Abit NF7 ver 2.0 w/ AMD 2500+ CPU, 1GB of ram and right now two 
80GB hard drives.  Named Smoker
2:  Home built; Iwill KK266-R w/ AMD 1GHz CPU, 256MBs of ram and a 4GB drive.  
Named Swifty
3:  Home built; Gigabyte GA-71XE4 w/ 800MHz CPU, 224MBs of ram and a 2.5GB 
drive.  Named Pokey
4:  Compaq Proliant 6000 Server w/ Quad 200MHz CPUs, 128MBs of ram and a 4.3GB 
SCSI drive.  Named Putput

All run Gentoo Linux, all run folding. #1 is my desktop, 2, 3, and 4 are set up as servers.  


--
gentoo-user@gentoo.org mailing list



[gentoo-user] make test return code ignored

2006-01-10 Thread Beau E. Cox
Hi -

(I posted this on gentoo-perl in error - am reposting
here - sorry)

I'm developing some ebuild scripts, and came across
a problem. I have enabled tests and when an ebuild
test fails, it is not dieing but going adhead and doing
the install.

In the src_test function, I have:

...
make test || die test failed
...

Tried:

make test
rc=$?
einfo make test returns ${rc}
[ ${rc} -eq 0 ] || die test failed

which displays '0' and continues.

Also tried with '/usr/bin/make test', same problem.

If I 'manually' (not within the portage system) run make test,
a code ($?) of 2 is returned.

Is there some portage magic going on that I don't understand?

-- 
Aloha = Beau;

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] OT - Manually entering a new mail account into Evolution

2006-01-10 Thread Michael Sullivan
Is there a way to manually register a POP mail account with Evolution?
The college that my wife and I attend gives each of its students their
own email account to be accessed either through their webmail site or
through an external mail client.  Their webmail service was written for
IE, so it's not much good to us, and whenever I try to enter a new
account in Evolution-2.2, it crashes when I try to select the POP
protocol from the protocol combo box for incoming mail (second page of
the Email Account Registry wizard (at least that's what I call it.)  We
were told today that all correspondence from the school would be sent
out to our student email accounts.  As you can see, it's somewhat
important for me to have this account available in Evolution, where the
rest of my mail stuff is set up.  Is there a file somewhere that I can
manually alter to get the information for the account in there?

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: OT - Manually entering a new mail account into Evolution

2006-01-10 Thread Michael Sullivan
On Tue, 2006-01-10 at 23:40 -0600, Michael Sullivan wrote:
 Is there a way to manually register a POP mail account with Evolution?
 The college that my wife and I attend gives each of its students their
 own email account to be accessed either through their webmail site or
 through an external mail client.  Their webmail service was written for
 IE, so it's not much good to us, and whenever I try to enter a new
 account in Evolution-2.2, it crashes when I try to select the POP
 protocol from the protocol combo box for incoming mail (second page of
 the Email Account Registry wizard (at least that's what I call it.)  We
 were told today that all correspondence from the school would be sent
 out to our student email accounts.  As you can see, it's somewhat
 important for me to have this account available in Evolution, where the
 rest of my mail stuff is set up.  Is there a file somewhere that I can
 manually alter to get the information for the account in there?

P.S.:  I did file a bug report with Bug Buddy about it earlier this
evening.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] mms stream

2006-01-10 Thread Massimiliano Bellomo

Hi,
   is anyone able to play an mms stream using totem or any backend 
based on gstreamer ?

Can you please tell me which is your gstreamer version and mms plugin ?

Many thanks,
   Max.

--
gentoo-user@gentoo.org mailing list