Re: [gentoo-user] Suspend2 issues

2006-02-24 Thread Mike Myers
Thanks a million for the info everybody.  You've all given me a great
place to start, so I'll try out some of these ideas and see what
happens.

Mike

On 2/23/06, Richard Fish [EMAIL PROTECTED] wrote:
 On 2/23/06, Mike Myers [EMAIL PROTECTED] wrote:
  Hey Iain,
 
  Thanks for the info!  I kinda figured that klaptop did something
  different.  It obviously didn't run the hibernate.conf scripts.  I guess
  I can settle for running hibernate in the console, I mean, that's better
  than nothing, really.  Klaptop and gkrellm at least still give a good
  indication of the battery status.   Anyway, I'll start bugging the
  people on the suspend2 lists now about it.  thanks a lot!

 If you have a standby button on your laptop, you can probably make it
 do a standby or hibernate by merging acpid and modifying
 /etc/acpi/default.sh.

 Personally, my system does a suspend-to-ram when I press the standby
 button, and a suspend-to-disk when I press (momentarily) the power
 button.  My actions for the buttons look like:

 power)
 if test -f /etc/.acpi_ignore_power; then
 rm -f /etc/.acpi_ignore_power
 /dev/null 21
 else
 touch /etc/.acpi_ignore_power
 /usr/sbin/hibernate
 fi
 ;;
 sleep)  /usr/sbin/hibernate -F
 /etc/hibernate/standby.conf
 ;;

 -Richard

 --
 gentoo-user@gentoo.org mailing list




--
Mike Myers
[EMAIL PROTECTED]
http://www.yaay.us

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] TARPIT iptables target

2006-02-24 Thread darren kirby
quoth the Dave Jones:
 TARPIT

Just a caveat: Keep in mind that if a bad guy figures out you are using 
TARPIT, the very nature of it (ie: persistant connections) opens your box to 
a severe DOS vulnerability, especially if said bad guy has a bot-net at his 
disposal.

If you know what you are doing, fair enough, but do keep this in mind if you 
intend to use TARPIT on an outward facing box.

-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


pgpl8VwRfH0yU.pgp
Description: PGP signature


[gentoo-user] looking for a good c++ IDE for demons...

2006-02-24 Thread Wolfgang Liebich
Hi,
I'm developing a C++ application which runs as a UNIX demon or windows
service. Until now I'm used mainly xemacs, but since I learned about
better IDEs (for example the JAVA developers have IDEA), I'm looking for
something like this for c++. I tried snavigator, but this tool seems to
get confused by multiple inheritance (which is used in my project).
Mainly I would search for a good class navigator. 
Is there something to recommend?
Ciao,
Wolfgang
-- 
Wolfgang Liebich
PSE ECT PSS7
Tel: +43 51707 47734
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] ISO DB wrapper libs for unix/windows and c++

2006-02-24 Thread Wolfgang Liebich
Hi,
I'll have to give a c++ application (running both on unix and windows)
the ability to do SQL queries on DBs (for now only ORACLE 9). I do know
JDBC - what is the equivalent for C++? ODBC? Has anyone here experience
in comparing iODBC vs. unixODBC vs Oracle Template Library on OCI? (Btw,
is there an OTL ebuild? I found none - if I make one, where should I
submit it to the gentoo comunity?)
Lot of questions, I know :-)
Ciao,
Wolfgang
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] missing languages - gdm - amd64

2006-02-24 Thread Pongracz Istvan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I installed an AMD64 system and I expected that, in the GDM login
manager I only have a few languages, what I can choose, but my local
language is missing (Hungarian).

Comparing it to my laptop (x86) I have tons of languages.

I was digging in the google, but I have no solution.
I would like to ask that, how can I add more languages to my system,
especially to Gnome and KDE.

Thank you for your help.

István
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD/sRCU9wMkuQrSKcRAq3KAJ9qZ4QqQOoOs7jLkgcMyXzZfWYjCwCfQRUy
HvLqPxAugLzkZxX1mP7Qzkg=
=bTH3
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] missing languages - gdm - amd64

2006-02-24 Thread Boris Fersing
2006/2/24, Pongracz Istvan [EMAIL PROTECTED]:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi,

 I installed an AMD64 system and I expected that, in the GDM login
 manager I only have a few languages, what I can choose, but my local
 language is missing (Hungarian).

 Comparing it to my laptop (x86) I have tons of languages.

 I was digging in the google, but I have no solution.
 I would like to ask that, how can I add more languages to my system,
 especially to Gnome and KDE.

 Thank you for your help.

 István
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.2 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

 iD8DBQFD/sRCU9wMkuQrSKcRAq3KAJ9qZ4QqQOoOs7jLkgcMyXzZfWYjCwCfQRUy
 HvLqPxAugLzkZxX1mP7Qzkg=
 =bTH3
 -END PGP SIGNATURE-
 --
 gentoo-user@gentoo.org mailing list




Hi,

what returns a locale -a in the console ? Is your locale listed ?

If you try emerge -pv glibc do you have the userlocales useflag enabled ?

If yes, have a look in /etc/locales.build

HTH.

Boris.

--
Quiconque me parle de Dieu en veut à ma bourse ou à ma liberté.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: looking for a good c++ IDE for demons...

2006-02-24 Thread Catalin Trifu
kdevelop and anjuta are some I know of.

Catalin

Wolfgang Liebich wrote:
 Hi,
 I'm developing a C++ application which runs as a UNIX demon or windows
 service. Until now I'm used mainly xemacs, but since I learned about
 better IDEs (for example the JAVA developers have IDEA), I'm looking for
 something like this for c++. I tried snavigator, but this tool seems to
 get confused by multiple inheritance (which is used in my project).
 Mainly I would search for a good class navigator. 
 Is there something to recommend?
 Ciao,
 Wolfgang

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] looking for a good c++ IDE for demons...

2006-02-24 Thread Robert Leibl

Wolfgang Liebich wrote:


Hi,
I'm developing a C++ application which runs as a UNIX demon or windows
service. Until now I'm used mainly xemacs, but since I learned about
better IDEs (for example the JAVA developers have IDEA), I'm looking for
something like this for c++. I tried snavigator, but this tool seems to
get confused by multiple inheritance (which is used in my project).
Mainly I would search for a good class navigator. 
Is there something to recommend?

Ciao,
Wolfgang
 


Hi

There are actually a LOT of C++ ides available for Linux (who would have 
guessed!)


There is a list at
  http://www.linuxselfhelp.com/HOWTO/C++Programming-HOWTO-12.html
for example.

KDevelop is one of the most used afaik.
I (personally) could also recommend Eclipse which I have used for java 
development, but which

is said to support C/C++ by now.

I recently heard about a new IDE at
  http://www.codeblocks.org/


happy trying.

Maybe you could post your experiences with some of the IDEs.

cheers
robert

ps: you said you wanted a class browser, so i will not do the use vim 
sermon.


--
A full discussion of Heisenberg's Uncertainty Principle may be found in the 
Appendix. Then again, it may not.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] looking for a good c++ IDE for demons...

2006-02-24 Thread Uwe Thiem
On 24 February 2006 10:10, Wolfgang Liebich wrote:
 Hi,
 I'm developing a C++ application which runs as a UNIX demon or windows
 service. Until now I'm used mainly xemacs, but since I learned about
 better IDEs (for example the JAVA developers have IDEA), I'm looking for
 something like this for c++. I tried snavigator, but this tool seems to
 get confused by multiple inheritance (which is used in my project).
 Mainly I would search for a good class navigator.
 Is there something to recommend?

kdevelop

Uwe

-- 
Why do consumers keep buying products they will live to curse?
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] missing languages - gdm - amd64

2006-02-24 Thread Pongracz Istvan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,


Thank you for your response, it seems, this cause my problem.
On my laptop has a different USE settings (-userlocales), but on the
amd64 the userlocales presents.

I leave to home now and I correct it, many thanks :)

István

Boris Fersing wrote:
gentoo-user@gentoo.org mailing list




 Hi,

 what returns a locale -a in the console ? Is your locale listed ?

 If you try emerge -pv glibc do you have the userlocales useflag enabled ?

 If yes, have a look in /etc/locales.build

 HTH.

 Boris.

 --
 Quiconque me parle de Dieu en veut à ma bourse ou à ma liberté.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD/uP+U9wMkuQrSKcRApDeAJ47O4SzEi5cZ3XksvCxCLjiLCr3TQCfdQKA
cL67Jz+Qq0818Ok69xH5bNI=
=QFzX
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge timezone-data fails?

2006-02-24 Thread Frédéric Grosshans
Le jeudi 23 février 2006 à 16:14 -0500, Ernie Schroder a écrit :

 !!! ERROR: sys-libs/timezone-data-2006b failed.

I had the same problem yesterday, but it seems solved today after an
emerge sync.

Fred

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: odd /dev/null beharvior

2006-02-24 Thread Christopher Cowart
According to: http://bugs.gentoo.org/show_bug.cgi?id=123249

The problem has been resolved. You should try
# emerge sync
# emerge -C udev
# rm -f /etc/udev/permissions.d/50-udev.permissions
# rm -f /etc/udev/rules.d/50-udev.rules
# emerge -av udev

If you still experience digest problems, reopen that bug and include any
relevant information.

-Chris
 

-- 
Christopher Cowart
Unix Systems Administrator
Residential Computing, UC Berkeley
May all your pushes be popped


signature.asc
Description: Digital signature


Re: [gentoo-user] [OT] how to mount IXUS 40?

2006-02-24 Thread Rafael Bugajewski
Andrew Gaydenko wrote:

 'digikam' works fine with this digital Canon camera. Also I can insert
 an SD-card into a card-reader and mount it as ordinary flash-card. But
 sometimes it is more handy to mount SD-card directly via camera's USB-port.
 '/var/log/meassages' fragment is below.

 Please, point me where to dig in.

I don't want to say wrong things, but that's what I think:

Cameras, especially the ones from Canon speak a specific protocol which 
transfers files from the camera to your computer. Because of this you can't 
simply mount the card in your camera. It's rather necessary to use a card 
reader for this purpose, like you do, or to use gphoto which understands the 
camera specific protocol.

Greets,

Rafael


pgpoMczSe1Khb.pgp
Description: PGP signature


Re: [gentoo-user] looking for a good c++ IDE for demons...

2006-02-24 Thread Rafael Bugajewski
Robert Leibl wrote:

 ps: you said you wanted a class browser, so i will not do the use vim
 sermon.

vim can also have a class browser plugin :P


pgpIEYMkHLLt6.pgp
Description: PGP signature


Re: [gentoo-user] [OT] how to mount IXUS 40?

2006-02-24 Thread Andrew Gaydenko
This camera uses PTP protocol. As I have found, the protocol is widely used
by many giant firms. And it's theoretically possible to represent some part
of this protocol as a mounted file system (and some [OT] OS does it).

=== On Friday 24 February 2006 16:45, Rafael Bugajewski wrote: ===
Andrew Gaydenko wrote:

 'digikam' works fine with this digital Canon camera. Also I can insert
 an SD-card into a card-reader and mount it as ordinary flash-card. But
 sometimes it is more handy to mount SD-card directly via camera's USB-port.
 '/var/log/meassages' fragment is below.

 Please, point me where to dig in.

I don't want to say wrong things, but that's what I think:

Cameras, especially the ones from Canon speak a specific protocol which 
transfers files from the camera to your computer. Because of this you can't 
simply mount the card in your camera. It's rather necessary to use a card 
reader for this purpose, like you do, or to use gphoto which understands the 
camera specific protocol.

Greets,

Rafael

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] CVSup vs Gentoo's Rsync

2006-02-24 Thread Hemmann, Volker Armin
On Friday 24 February 2006 07:00, Alexander Skwar wrote:
 Alexander Kirillov wrote:
  If I got it right here's the link for those interested:
  http://gentoo-wiki.com/TIP_speed_up_portage_with_cdb

 Does this work with recent portage releases?

it stopped some weeks ago - but in the gentoo forums was  updated 
instructions.
I am not sure, if the instructions in the wiki got updated but that is easy to 
find out.
Try it. If it does not work, go to the forum ;)
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Encrypting removable media

2006-02-24 Thread Matthias Bethke
I have a bit of chicken-and-egg problem trying to get encrypted
removable devices to work as normal as possible.
Using Loop-AES and a GPG-encrypted key I had no problems encrypting my
external FW drive, but to pass all the options to losetup without
entering them by hand every time, I need an fstab entry. The drive shows
up as /dev/sda, but putting /dev/sda1 there is no good as it would try
to use Loop-AES on *every* external drive. So far I could just use
volume labels in my fstab to distinguish any number of drives---well, I
used to until hald/dbus made that automatic. But now there are no labels
any more as they get encrypted as well.
Has anyone come up with a solution for this yet? I could imagine some
plugin for the hotplug system that checks /proc/scsi/scsi for a certain
model before mounting. Not the cleanest solution either but as my
external drives are different models it would work for me. I don't have
much of a clue about the hotplug system though...

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


pgpG2ljrhKBsH.pgp
Description: PGP signature


Re: [gentoo-user] [OT] how to mount IXUS 40?

2006-02-24 Thread Rafael Bugajewski
Andrew Gaydenko wrote:

 This camera uses PTP protocol. As I have found, the protocol is widely used
 by many giant firms. And it's theoretically possible to represent some part
 of this protocol as a mounted file system (and some [OT] OS does it).

Yeah, I didn't say it's impossible to do such things. But AFAIK not with 
linux.

I mean you can also see it this way: digiKam represents the pictures as a file 
system and you can drag and drop it and so on ;) It's also possible to write 
a plugin for e.g. rox-filer or other file managers to make use of gphoto.


pgpFviQNjX9Nh.pgp
Description: PGP signature


Re: [gentoo-user] Encrypting removable media

2006-02-24 Thread Etaoin Shrdlu
On Friday 24 February 2006 15:18, Matthias Bethke wrote:

 I have a bit of chicken-and-egg problem trying to get encrypted
 removable devices to work as normal as possible.
 Using Loop-AES and a GPG-encrypted key I had no problems encrypting my
 external FW drive, but to pass all the options to losetup without
 entering them by hand every time, I need an fstab entry. The drive
 shows up as /dev/sda, but putting /dev/sda1 there is no good as it
 would try to use Loop-AES on *every* external drive. So far I could
 just use volume labels in my fstab to distinguish any number of
 drives---well, I used to until hald/dbus made that automatic. But now
 there are no labels any more as they get encrypted as well.
 Has anyone come up with a solution for this yet? I could imagine some
 plugin for the hotplug system that checks /proc/scsi/scsi for a
 certain model before mounting. Not the cleanest solution either but as
 my external drives are different models it would work for me. I don't
 have much of a clue about the hotplug system though...

With udev you can create hardware-specific devices (meaning you can have 
a device in /dev that corresponds exactly to some particular hard disk), 
based on various hardware-specific information (eg, manufacturer name or 
device id and many others) See 
http://www.reactivated.net/writing_udev_rules.html
for the details.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] [OT] Video streaming solution

2006-02-24 Thread Rafael Bugajewski
Hi all,

I search for a open source solution for video streams. What I want to do is to 
have a server with a simple GUI on which I can control several video streams 
that get distributed. The streams have to be distributed to thin clients or 
video projectors. In the case I would use video projectors I have the 
question: Are there some video projectors with a network interface? If yes, 
which protocol do they speak, is there a standard?

The clients (or projectors) should work this way that I turn them on and it 
just works, no configuration, no clicking, _nothing_. I know, that I can 
realize it with scripts, but I completely dunno what software to use. The 
whole controlling process should be done from the server.

The server itself should have a simple user interface (for users which dunno 
much about computers). They can configure which stream to show on which 
client and also disable the streams.

Does anybody has an idea how such a configuration can be realized and with 
which software?

Greets,

Rafael


pgpclMyycRMEg.pgp
Description: PGP signature


Re: [gentoo-user] CVSup vs Gentoo's Rsync

2006-02-24 Thread Alexander Skwar
Hemmann, Volker Armin wrote:
 On Friday 24 February 2006 07:00, Alexander Skwar wrote:
 Alexander Kirillov wrote:
  If I got it right here's the link for those interested:
  http://gentoo-wiki.com/TIP_speed_up_portage_with_cdb

 Does this work with recent portage releases?

 it stopped some weeks ago - but in the gentoo forums was  updated 
 instructions.
 I am not sure, if the instructions in the wiki got updated but that is easy 
 to 
 find out.
 Try it. If it does not work, go to the forum ;)

*LOL* - Now, that's what I'd call a practical approach :)

I just wondered, because even in the most recent portage
releases, there's an einfo text stating, that the cdb
caching module needs to be rewritten.

But, I'll follow your advice and just try it. Thanks!

Alexander Skwar
-- 
If you can keep your head when all about you are losing theirs, then
you clearly don't understand the situation.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] looking for a good c++ IDE for demons...

2006-02-24 Thread Allan Spagnol Comar
if you are a gnome person, Anjuta is cool, no dependencies and no adds
to project !

On 2/24/06, Rafael Bugajewski [EMAIL PROTECTED] wrote:
 Robert Leibl wrote:

  ps: you said you wanted a class browser, so i will not do the use vim
  sermon.

 vim can also have a class browser plugin :P





--
An application asked:
Requeires Windows 9x, NT4 or better,
so I´ve installed Linux

-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Gentoo LVM Newbie Question

2006-02-24 Thread CR Little
Worked! Thanks!


-Original Message-
From: Boyd Stephen Smith Jr. [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 23, 2006 5:57 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Gentoo LVM Newbie Question

On Thursday 23 February 2006 17:29, CR Little
[EMAIL PROTECTED] 
wrote about 'RE: [gentoo-user] Gentoo LVM Newbie Question':
 Apparently when I created my first drive pv. I missed something as
well

 I have /dev/sda8-14 which are not set allocatable
 I ran pvchange and got the following results.
 pvchange -x y /dev/sda8 /dev/sda9 /dev/sda10 /dev/sda11 /dev/sda12
 /dev/sda13 /dev/sda14
   Allocatability not supported by orphan lvm2 format PV /dev/sda8
   Allocatability not supported by orphan lvm2 format PV /dev/sda9
   Allocatability not supported by orphan lvm2 format PV /dev/sda10
   Allocatability not supported by orphan lvm2 format PV /dev/sda11
   Allocatability not supported by orphan lvm2 format PV /dev/sda12
   Allocatability not supported by orphan lvm2 format PV /dev/sda13
   Allocatability not supported by orphan lvm2 format PV /dev/sda14
   0 physical volumes changed / 7 physical volumes not changed

 Any help in getting these partitions to allocate would help. It's
about
 130Gigs of space.

They are orphans, meaning not in a volume group, so they can't be 
allocatable.  (Space is always allocated out of a volume group.)

You probably want to vgextend vg /dev/sda[89] /dev/sda1[0-4] before your

pvchange command.

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




This message contains information from SourceLink - Madison 
which may be confidential and privileged.  If you are not an 
intended recipient, please refrain from any disclosure, copying, 
distribution, or use of this information and note that such 
actions are prohibited.  If you have received this transmission 
in error, please notify by email [EMAIL PROTECTED]


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] emerge error

2006-02-24 Thread John Fawcett
I'm new to gentoo and I wonder if someone can point me in the right
direction to resovle the following kind of problem.

I have run emerge mysql and get the following output:
Calculating dependencies /!!! Cannot resolve a virtual package name to
an ebuild.
!!! This is a bug, please report it. (virtual/perl-Storable-2.13)

What should I do, is it really a bug, and who should it be reported to?
thanks
Johh
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge error

2006-02-24 Thread Michael Smith

Hmm, I can't find any open bugs on this in bugs.gentoo.org, so I guess it's new.

You should register a new account at bugs.gentoo.org and report it. Before you 
do, make sure you run emerge --sync and see if the problem goes away.


John Fawcett wrote:

I'm new to gentoo and I wonder if someone can point me in the right
direction to resovle the following kind of problem.

I have run emerge mysql and get the following output:
Calculating dependencies /!!! Cannot resolve a virtual package name to
an ebuild.
!!! This is a bug, please report it. (virtual/perl-Storable-2.13)

What should I do, is it really a bug, and who should it be reported to?
thanks
Johh

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge error

2006-02-24 Thread Jason Stubbs
On Friday 24 February 2006 23:56, John Fawcett wrote:
 Calculating dependencies /!!! Cannot resolve a virtual package name to
 an ebuild.
 !!! This is a bug, please report it. (virtual/perl-Storable-2.13)

Update portage.

--
Jason Stubbs
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] S/P diff question

2006-02-24 Thread Alexander Puchmayr
Hi there!

I'm wondering why dts and aac sound coming from DVD is perfectly transmitted 
over the spdif port (the A/V receiver recognizes the format ans switches to 
dts/dolby mode, and -- much important -- I can hear the movie's sound); But 
if I try the same with a normal divx-file or try to play anything else, 
nothing comes out over the spdif port, only via the analog audio jacks I 
can hear something.

The card is an onboard ac97 codec (via VT8237 based), driver is alsa, from 
kernel 2.6.15-gentoo-r1

I found in some forum the advise to use alsamixer and set the control IE958 
playback AC97-spsa to 0, I did so, but it didn't help. 

Thanks in adavance for any suggestions.

Greetings
Alex
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge error

2006-02-24 Thread Holly Bostick
Michael Smith schreef:
 John Fawcett wrote:

 I'm new to gentoo and I wonder if someone can point me in the right
 direction to resovle the following kind of problem.
 
 I have run emerge mysql and get the following output: Calculating 
 dependencies /!!! Cannot resolve a virtual package name to an 
 ebuild. !!! This is a bug, please report it. 
 (virtual/perl-Storable-2.13)
 
 What should I do, is it really a bug, and who should it be reported
  to? thanks

 Hmm, I can't find any open bugs on this in bugs.gentoo.org, so I 
 guess it's new.
 
 You should register a new account at bugs.gentoo.org and report it. 
 Before you do, make sure you run emerge --sync and see if the problem
  goes away.

It very well might:

eix perl-Storable
* virtual/perl-Storable
 Available versions:  2.07 2.13 2.15
 Installed:   none
 Homepage:http://www.gentoo.org/proj/en/perl/
 Description: Virtual for Storable


The point being, that there *is* no other ebuild *but*
virtual/perl-Storable, so the fact that it cannot be found/resolved
seems very likely to be a sync issue of some sort rather than a bug,
/per se/, especially since this is the middle available version.

What version of mysql are you attempting to install, John, and what ARCH
are you running (emerge info)?

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



Re: [gentoo-user] emerge error

2006-02-24 Thread John Fawcett
Jason Stubbs wrote:
 On Friday 24 February 2006 23:56, John Fawcett wrote:
 Calculating dependencies /!!! Cannot resolve a virtual package name to
 an ebuild.
 !!! This is a bug, please report it. (virtual/perl-Storable-2.13)
 
 Update portage.
 
 --
 Jason Stubbs
I had already done an emerge --sync
Now as suggested I updated portage and then emerge mysql is compiling,
so the error has gone.
thanks,
John
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] CVSup vs Gentoo's Rsync

2006-02-24 Thread Hemmann, Volker Armin
On Friday 24 February 2006 15:37, Alexander Skwar wrote:
 Hemmann, Volker Armin wrote:
  On Friday 24 February 2006 07:00, Alexander Skwar wrote:
  Alexander Kirillov wrote:
   If I got it right here's the link for those interested:
   http://gentoo-wiki.com/TIP_speed_up_portage_with_cdb
 
  Does this work with recent portage releases?
 
  it stopped some weeks ago - but in the gentoo forums was  updated
  instructions.
  I am not sure, if the instructions in the wiki got updated but that is
  easy to find out.
  Try it. If it does not work, go to the forum ;)

 *LOL* - Now, that's what I'd call a practical approach :)

 I just wondered, because even in the most recent portage
 releases, there's an einfo text stating, that the cdb
 caching module needs to be rewritten.

http://forums.gentoo.org/viewtopic-t-261580.html

is the thread.

But beware, in /usr/portage/modules you need this:

portdbapi.auxdbmodule = cache.cdb.database
eclass_cache.dbmodule = cache.cdb.database

not that:

portdbapi.auxdbmodule = portage_db_cdb.database
eclass_cache.dbmodule = portage_db_cdb.database


that is the only change I remember at the moment (and which did not went into 
the wiki).

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - 2 Questions

2006-02-24 Thread Michael Sullivan
On Thu, 2006-02-23 at 23:53 -0800, darren kirby wrote:
 quoth the Michael Sullivan:
  I upgraded dovecot the other day to 1.0.beta3 and I was altering the
  configuration file trying to get it to work when I discovered something
  disturbing:  our passwords were being trasmitted unencrypted across the
  Internet!
 
 Well, strait from the RFC we learn that POP3 protocol is plain text.
 
 Before settling on digest-md5 (or any other method) for authentication you 
 may 
 want to check that the clients you will be using support it. This 
 documentation will get you up to speed on your options:
 http://wiki.dovecot.org/Authentication
 
 -d
Based on what I read at the link you sent me, I think what I want is the
following:

CRAM-MD5: Protects the password in transit against eavesdroppers.
Somewhat good support in clients.

The problem is that the web site doesn't tell me how to create a
CRAM-MD5 password database...

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - 2 Questions

2006-02-24 Thread kashani

Michael Sullivan wrote:

Based on what I read at the link you sent me, I think what I want is the
following:

CRAM-MD5: Protects the password in transit against eavesdroppers.
Somewhat good support in clients.

The problem is that the web site doesn't tell me how to create a
CRAM-MD5 password database...



Why not use tls/ssl with imaps?
http://wiki.dovecot.org/MainConfig#head-cd53a8f9b61ccdaf56665ce9819bd5dfea7a554c

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



Re: [gentoo-user] OT - 2 Questions

2006-02-24 Thread Mike Williams
On Friday 24 February 2006 15:58, Michael Sullivan wrote:
 Based on what I read at the link you sent me, I think what I want is the
 following:

 CRAM-MD5: Protects the password in transit against eavesdroppers.
 Somewhat good support in clients.

 The problem is that the web site doesn't tell me how to create a
 CRAM-MD5 password database...

CRAM-MD5 isn't a good choice.
The password is sent as a hash, based on a randomly generated per connection 
string. This means you have no choice but to have the password in plain text 
on the server to check against.
Like kashani says, use tls/ssl.

-- 
Mike Williams
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] What happens with masked packages?

2006-02-24 Thread Ciaran McCreesh
On Wed, 22 Feb 2006 16:12:33 -0600 Boyd Stephen Smith Jr.
[EMAIL PROTECTED] wrote:
| From what I understand this is incorrect.  package.mask, -*, and the
| ~ARCH (and occasionally, -ARCH) keywords are supposed to indicate
| the /ebuild/'s stability, not the upstream stability.

Not exactly.

Top level package.mask means there's something wrong with the upstream
package. Often this is because it's a beta release. It can also be used
for major ebuild changes.

Profile package.mask means a package that's usually OK on a particular
architecture has to be masked on particular profiles. The canonical
example is gcc on archs where 32/64 bit is handled via subprofiles.

~arch means a package is a candidate for going into arch after further
testing, if said testing does not turn up new bugs. This means that
both the ebuild *and* the package should be likely to be stable.

No keyword means it's unknown whether a package will work on a
particular arch, because no-one has tested it.

-arch means a package will not work on a particular arch.

-* means the package is in some way architecture or hardware
independent (e.g. a binary only package), and so will only run on archs
that are explicitly listed.

Any package setting KEYWORDS=-* and nothing else is abusing -*, and
will flag a warning on the QA checkers.

-- 
Ciaran McCreesh : Gentoo Developer (Wearer of the shiny hat)
Mail: ciaranm at gentoo.org
Web : http://dev.gentoo.org/~ciaranm



signature.asc
Description: PGP signature


Re: [gentoo-user] What does the use flag gtk for gcc?

2006-02-24 Thread Ciaran McCreesh
On Thu, 23 Feb 2006 09:24:39 +0100 Wolfgang Liebich
[EMAIL PROTECTED] wrote:
| I did a query for packages using the gtk use flag. I found gcc
| (3.4.4-r1) among these. Why?

It's for the Java gtk frontend.

-- 
Ciaran McCreesh : Gentoo Developer (Wearer of the shiny hat)
Mail: ciaranm at gentoo.org
Web : http://dev.gentoo.org/~ciaranm



signature.asc
Description: PGP signature


[gentoo-user] [OT] cdrtools and dvdrtools - which one to prefer?

2006-02-24 Thread Andrew Gaydenko
If I understand well, these packages are interchangeable. Which one to prefer?
I use k3b for CD-R/CD-RW audio and data burning, and DVD+R/DVD-RW (for data).
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Encrypting removable media

2006-02-24 Thread Matthias Bethke
Hi Etaoin,
on Friday, 2006-02-24 at 15:42:39, you wrote:
 With udev you can create hardware-specific devices (meaning you can have 
 a device in /dev that corresponds exactly to some particular hard disk), 
 based on various hardware-specific information (eg, manufacturer name or 
 device id and many others) See 
 http://www.reactivated.net/writing_udev_rules.html
 for the details.

Looks like just the ting I need, plus some education :) Thanks very much
for the ultra-speedy reply! Gotta love the Gentoo lists...

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


pgphYkGjTGJ6A.pgp
Description: PGP signature


[gentoo-user] Help with ALSA bug report

2006-02-24 Thread Holly Bostick
Hi all--

For some days now, I've been having a problem with almost all media
players and one emulator.

Xine 1.1.1-r4 opened, but crashed when closing the splash screen.

Totem 1.3.91 (bmg, gstreamer backend) opened, and then crashed immediately.

mplayer was OK (but I prefer xine, and naturally was concerned about the
other two crashing like that).

FakeNES 0.3.1 with Allegro 4.1 (yes, I tried all three versions)
crashed with a signal #6 in Allegro (but 0.1.5 with Allegro 4.0.3 worked
fine, so I just masked everything above that combination).

I ultimately found that the error was the same for all three programs:

totem: conf.c:3144: snd_config_iterator_first: Bewering `node-type ==
SND_CONFIG_TYPE_COMPOUND' mislukt.

The same line number, even, but in what program or library's conf.c, was
the question.

Goolgling revealed that the problem was ALSA, but the only solution I
found was to downgrade ALSA.

So I did that, masking

=media-libs/alsa-lib-1.0.11_rc3
=media-libs/alsa-oss-1.0.11_rc3
=media-sound/alsa-firmware-1.0.11_rc3
=media-sound/alsa-headers-1.0.11_rc3

and then doing an emerge -uaDNtv world to downgrade those packages (to
1.0.10, for the most part).

Lo and behold, Totem and Xine suddenly worked again. I unmasked Allegro
and FakeNES-0.3.1, and that works too (got FakeNES 0.3.1 open right now).

Hurrah!! The problem is, this seems very much to be a bug in some ALSA
ebuild (the person whose advice I followed on the ALSA-user's list was
also a Gentoo user, also using 1.0.11_rc3), but I don't know which part
of ALSA (which package of the four I downgraded I should file the bug
against), nor what precisely to file as a bug; can I get away with
Alsa-* fails with multiple applications? I mean, basically, all I know
is that downgrading some part of ALSA allowed these programs to run when
they stopped before-- which is weird enough in itself, since I upgraded
ALSA on the 5th of February, and this issue just manifested itself,
afaik...  I *think* xine and Totem were running up to a couple of days
ago. So it could be something else I upgraded that broke ALSA, but that
takes me completely out of my depth in terms of bug-testing.

I seem to have found a bug, and it seems to be related to ALSA, but may
be triggered by something else.

Is anybody else seeing this kind of issue, first of all, and second of
all, does anybody know how I can determine where the bug actually is so
I can submit it?

Thanks for any help,
Holly
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] 3d rendering with dri radeon

2006-02-24 Thread Benno Schulenberg
Bo Andresen wrote:
 On Friday 24 February 2006 00:04, Benno Schulenberg wrote:
  Maybe try again, taking extra
  care to avoid typos in VIDEO_CARDS=ati?

 I did do that. And as stated before it won't compile without the
 VIDEO_CARDS variable in it's environment. Tried several times
 with both ati and radeon..

I've emerged the latest version of portage (2.1_pre4-r1), put 
VIDEO_CARDS=ati in /etc/make.conf, have no video_cards_... set 
in the USE flags, and have emerged x11-drm.  It does produce a 
radeon module (and a drm.ko, r128.ko, and mach64.ko besides).

What version of portage are you using that this isn't working for 
you?

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



Re: [gentoo-user] [OT] cdrtools and dvdrtools - which one to prefer?

2006-02-24 Thread Hemmann, Volker Armin
On Friday 24 February 2006 18:35, Andrew Gaydenko wrote:
 If I understand well, these packages are interchangeable. Which one to
 prefer? I use k3b for CD-R/CD-RW audio and data burning, and DVD+R/DVD-RW
 (for data).


cdrdao for cdrom and dvd+rw-tools for dvd?
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Emerging Beagle

2006-02-24 Thread Christoph Eckert
Hi,


just wanted to install a recent version on Beagle.

So I filled my /etc/portage/package.keywords as required:

app-misc/beagle -pv ~x86
dev-dotnet/gecko-sharp  ~x86
dev-dotnet/gtk-sharp~x86
dev-lang/mono   ~x86
dev-dotnet/libgdiplus   ~x86
dev-libs/gmime  ~x86
dev-dotnet/gnome-sharp  ~x86
dev-dotnet/gnomevfs-sharp   ~x86
dev-dotnet/art-sharp~x86
dev-dotnet/glade-sharp  ~x86
dev-dotnet/gconf-sharp  ~x86

Now it wants to pull in www-client/mozilla-1.7.12-r2.

I'd like to avoid that. Anyone a hint if or even how this is possible?

Thanks  best regards,


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



[gentoo-user] Re: [OT] Video streaming solution

2006-02-24 Thread James
Rafael Bugajewski rb at bugajewski.de writes:

 
 Hi all,
 
 I search for a open source solution for video streams. What I want to do is 
 to 
 have a server with a simple GUI on which I can control several video streams 
 that get distributed. The streams have to be distributed to thin clients or 
 video projectors.

I'd settle for gentoo workstations here

 In the case I would use video projectors I have the 
 question: Are there some video projectors with a network interface? If yes, 
 which protocol do they speak, is there a standard?

any of the standards, mpeg2, mpeg4 mpeg4(AVC)

H.264 is my favorite.


 The clients (or projectors) should work this way that I turn them on and it 
 just works, no configuration, no clicking, _nothing_. I know, that I can 
 realize it with scripts, but I completely dunno what software to use. The 
 whole controlling process should be done from the server.

Well that's the aim of many projects, but achieving this sort of level
only comes after a package, matures over time, in my experience.


 
 The server itself should have a simple user interface (for users which dunno 
 much about computers). They can configure which stream to show on which 
 client and also disable the streams.
 
 Does anybody has an idea how such a configuration can be realized and with 
 which software?

This is really sort of a complex/dynamic request. ffmpeg is the basic
tools behind many video packages. Here are the names of a few you might
want to try:

vlc: retransmits video streams
zoneminder: security stream camera viewer
mythtv: digital video recorder
qdvdauthor
mplayer
vdr: set top box for DVB


many other packages exist, just take a look in the
/usr/portage/medida-video/  dir, and emerge one for a test



hth,
James

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] RE: Switched to UDEV and now I have lost wlan0 and hostapd won't work...

2006-02-24 Thread Daevid Vincent
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, February 23, 2006 8:14 PM
 To: Daevid Vincent
 
 Daevid Vincent wrote:
  After the essentially forced upgrade, I'm now running kernel
  2.6.15-gentoo-r1 (udev) from 2.6.9 (devfs).
 
  I have a Senao Engenius 200 mW PCMCIA card in a PCMCIA/PCI 
 adapter in my
  server -- this card is then the wireless AP for my network.
 
  I can't get my wlan0 to show up like it used to, therefore 
 hostapd won't
  start.
 
 ...
 
  So, what am I missing or not doing right?
 
 
 I'm having the same trouble with a prism2 PCI card.  I've worked on it
 all day with no luck.
 
 I've tried wlan-ng which no longer supports pci.  I've tried the
 orinoco_pci driver which I dont think I've ever gotten to work on this
 card, and I've tried both the hostap_pci drivers from the kernel (V
 0.4.4) and the seperate hostap-drivers (V  0.4.7) and none of them
 work.
 
 I was deep into digging apart udev rules before I remembered that
 network devices dont show up in /dev so I'm not sure if it is a udev
 problem or something else that was upgraded.

I had a friend help me, but I believe the jist of it was.

I didn't have PCMCIA complied into the kernel (it used to be an external
ebuild, but now it's IN the 2.6.15 kernel)

daevid linux # grep PCMCIA .config 
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
# PCCARD (PCMCIA/CardBus) support
# CONFIG_PCMCIA_DEBUG is not set
CONFIG_PCMCIA=y
CONFIG_PCMCIA_LOAD_CIS=y
CONFIG_PCMCIA_IOCTL=y
# PCMCIA SCSI adapter support
# CONFIG_PCMCIA_AHA152X is not set
# CONFIG_PCMCIA_FDOMAIN is not set
# CONFIG_PCMCIA_NINJA_SCSI is not set
# CONFIG_PCMCIA_QLOGIC is not set
# CONFIG_PCMCIA_SYM53C500 is not set
# CONFIG_PCMCIA_WAVELAN is not set
# CONFIG_PCMCIA_NETWAVE is not set
# CONFIG_PCMCIA_RAYCS is not set
# CONFIG_PCMCIA_HERMES is not set
# CONFIG_PCMCIA_SPECTRUM is not set
# CONFIG_PCMCIA_WL3501 is not set
# PCMCIA network device support
# CONFIG_NET_PCMCIA is not set
# PCMCIA character devices
# PCMCIA devices

I think I did have to get some new updated PCMCIA tools. 
esearch pcmcia should get you in the ballpark.

These are what I have installed. Don't know if I still need the bottom two
anymore?

*  sys-apps/pcmciautils
  Latest version available: 012
  Latest version installed: 012
  Size of downloaded files: 40 kB
  Homepage:
http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html
  Description: PCMCIA userspace utilities for Linux kernel 2.6.13 and
beyond
  License: GPL-2

*  sys-apps/pcmcia-cs
  Latest version available: 3.2.8-r2
  Latest version installed: 3.2.8-r2
  Size of downloaded files: 1,242 kB
  Homepage:http://pcmcia-cs.sourceforge.net
  Description: PCMCIA tools for Linux
  License: GPL-2

*  virtual/pcmcia
  Latest version available: 2.6.13
  Latest version installed: 3.2.8-r2
  Size of downloaded files: 0 kB
  Homepage:http://www.gentoo.org/proj/en/base/
  Description: Virtual for PCMCIA userspace tools
  License: GPL-2


I also didn't have host_ap complied properly:

daevid linux # grep HOST .config
CONFIG_HOSTAP=y
# CONFIG_HOSTAP_FIRMWARE is not set
CONFIG_HOSTAP_PLX=y
CONFIG_HOSTAP_PCI=y
CONFIG_HOSTAP_CS=m

I also think I had to make a udev rule:

daevid rules.d # cat /etc/udev/rules.d/10-wireless.rules 
KERNEL=eth*, SYSFS{address}=00:02:6f:x1:y2:z3, NAME=wlan0

It's kinda irritating that you end up with all these extra network
interfaces that are all the same :( 

daevid rules.d # iwconfig
eth0  no wireless extensions.

eth1  no wireless extensions.

lono wireless extensions.

wifi0 IEEE 802.11b  ESSID:MATRIX  Nickname:MATRIX
  Mode:Master  Frequency:2.437 GHz  Access Point: 00:02:6f:x1:y2:z3

  Bit Rate:5.5 Mb/s   Sensitivity=1/3  
  Retry min limit:8   RTS thr:off   Fragment thr=65534 B   
  Encryption key:off
  Power Management:off
  
wlan0 IEEE 802.11b  ESSID:MATRIX  Nickname:MATRIX
  Mode:Master  Frequency:2.437 GHz  Access Point: 00:02:6f:x1:y2:z3

  Bit Rate:5.5 Mb/s   Sensitivity=1/3  
  Retry min limit:8   RTS thr:off   Fragment thr=65534 B   
  Encryption key:off
  Power Management:off
  Link Quality:0  Signal level:0  Noise level:0
  Rx invalid nwid:0  Rx invalid crypt:9442  Rx invalid frag:0
  Tx excessive retries:150911  Invalid misc:12353035   Missed
beacon:0

wlan0ap   IEEE 802.11b  ESSID:MATRIX  Nickname:MATRIX
  Mode:Master  Frequency:2.437 GHz  Access Point: 00:02:6f:x1:y2:z3

  Bit Rate:5.5 Mb/s   Sensitivity=1/3  
  Retry min limit:8   RTS thr:off   Fragment thr=65534 B   
  Encryption key:off
  Power Management:off

That's all I can recall at the moment. I hope that helps you.

ÐÆ5ÏÐ 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] What happens with masked packages?

2006-02-24 Thread Boyd Stephen Smith Jr.
First of all, thanks for the reply and clarification.  It's always good to 
hear from an actual developer when I start ranting.  [I know I could 
always go pick a fight on gentoo-dev, but I'll reserve that for when I've 
got a justifiable beef, and not just a half-baked rant. ;)]

On Friday 24 February 2006 11:31, Ciaran McCreesh [EMAIL PROTECTED] 
wrote about 'Re: [gentoo-user] What happens with masked packages?':
 Top level package.mask means there's something wrong with the upstream
 package. Often this is because it's a beta release. It can also be used
 for major ebuild changes.

Okay, that's clearer, though I still wish beta was more cleanly separated 
from broken -- While betas generally are broken to some degree, they are 
purposely put out there so users will file the bugs upstream.

While I suppose the comments in package.mask do provide a method for 
determining when it's safe to unmask a beta, it's difficult to 
automatically handle betas.  Under my system you just set 
ACCEPT_UPSTREAM=BETA and you get beta packages without the broken ones, 
automatically.

 ~arch means a package is a candidate for going into arch after further
 testing, if said testing does not turn up new bugs. This means that
 both the ebuild *and* the package should be likely to be stable.

So, betas shouldn't ever be ~arch?  Or is your definition of stable broad 
enough to include betas?

 -* means the package is in some way architecture or hardware
 independent (e.g. a binary only package), and so will only run on archs
 that are explicitly listed.

So, I guess glibc-2.3.6-r3.ebuild is using -* incorrectly?

 Any package setting KEYWORDS=-* and nothing else is abusing -*, and
 will flag a warning on the QA checkers.

You mean like gcc-4.1.0_pre20060219.ebuild?

Sorry if I come off too critically [1].  I do see an unclean separation of 
upstream-stable vs. ebuild-stable in the portage system and I'd like to 
see it fixed, but everyday I appreciate how much work goes in to 
maintaining the portage tree and improving the gentoo experience.

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

[1] Also, sorry I'm just a squeaky wheel instead of actively trying to fix 
the problem, I know there are more constructive things to do (GLEP, 
experimental portage backages, etc.) besides rant on the user list.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] tracking the life of an email.

2006-02-24 Thread Nick Smith
i have setup a mailserver running qmail with clamav and spamassassin,
and it uses queue-scanner.  im still learning alot about administering
mail servers, and i was wondering, how can i track a message going
through the system? i know i can stumble through the log files, but
how do i know the exact route a message takes through my mailserver?
like from coming into the machine, being scanned by spamassassin,
being scanned by clamav, then passed to qmail to be delivered. where
can i see proof that it is actually doing all those steps?

TIA

nick

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: apache and php

2006-02-24 Thread Nick Smith
On 2/24/06, Catalin Trifu [EMAIL PROTECTED] wrote:
  Hi,

 I think if you first emerge dev-lang/php and apache, you will not get the
 blockers anymore. dev-lang/php will update the virtuals available on the
 system and horde depends on virtual/php and not dev-php/php.

 Catalin

ill give it a shot, i hope your right.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] chroot: cannot run command `bin/bash': Exec format error [SOLVED]

2006-02-24 Thread Boyd Stephen Smith Jr.
On Friday 24 February 2006 06:56, Bo Andresen [EMAIL PROTECTED] wrote 
about 'Re: [gentoo-user] chroot: cannot run command `bin/bash': Exec 
format error [SOLVED]':
 Actually I guess I could just download the the amd64 livecd, mount it,
 copy its kernel to the harddrive (already did emerge coldplug) and boot
 on it. I did, however, find this very interesting so I do wish to
 compile a 64-bit kernel and see what it takes.

Well, when you are already running a 64-bit kernel and have a native gcc, 
you won't have to use the ARCH and CROSS_COMPILE magic.  It just works.

The whole process was also enlightening to me.  I've never cross-compiled a 
kernel, but now I know how to have my dual-Opteron box compile the kernel 
for my Linksys router or my friend's hppa box.

  make ARCH=x86_64 CROSS_COMPILE=x86_64-pc-linux-gnu-
  (menuconfig, all, modules_install, etc.)

 At first when typing make ARCH=x86_64 CROSS_COMPILE=x86_64-pc-linux-gnu-
 it told me it could not find these files:

 arch/x86_64/kernel/asm-offsets.c:12:21: asm/pda.h: No such file or
 directory arch/x86_64/kernel/asm-offsets.c:16:22: asm/ia32.h: No such
 file or directory [...]
 make[1]: *** [arch/x86_64/kernel/asm-offsets.s] Error 1
 make: *** [prepare0] Error 2

 # ls -ld include/asm
 lrwxrwxrwx  1 root root 10 Feb 24 14:27 include/asm - asm-386

 I solved this by:
 # ln -sfn include/asm-x86_64 include/asm

I think this could also be solved with a 'make mrproper'.

 make install didn't work either

Weird.

 This all did solve the problems. The resulting kernel does indeed boot
 and it does make it possible to chroot into a 64 bit environment. :D
 Thanks a lot. This has been very educating.

Very good!  I'm glad we solved your problem.

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



Re: [gentoo-user] tracking the life of an email.

2006-02-24 Thread Dave Nebinger

Nick Smith wrote:

i have setup a mailserver running qmail with clamav and spamassassin,
and it uses queue-scanner.  im still learning alot about administering
mail servers, and i was wondering, how can i track a message going
through the system? i know i can stumble through the log files, but
how do i know the exact route a message takes through my mailserver?
like from coming into the machine, being scanned by spamassassin,
being scanned by clamav, then passed to qmail to be delivered. where
can i see proof that it is actually doing all those steps?


Most of these components will issue messages to syslog using the 'mail' 
facility.  If you configure your syslog daemon to route messages from 
this facility to, say, /var/log/mail.log, you'll have all of the info 
you need.


If you're using syslog-ng, the following addition will do this for you:

destination mail { file(/var/log/mail.log perm(0644) ); };
filter f_mail { facility(mail); };
log { source(src); filter(f_mail); destination(mail); };

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: apache and php

2006-02-24 Thread kashani

Nick Smith wrote:

On 2/24/06, Catalin Trifu [EMAIL PROTECTED] wrote:


Hi,

   I think if you first emerge dev-lang/php and apache, you will not get the
blockers anymore. dev-lang/php will update the virtuals available on the
system and horde depends on virtual/php and not dev-php/php.

Catalin



ill give it a shot, i hope your right.



You'll also need the unstable versions of horde and horde-imp, 3.x and 
4.x respectively. Horde has no plans to support PHP5 in older versions.


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



[gentoo-user] wierd messages in syslog

2006-02-24 Thread Nick Smith
i keep getting these errors in my syslog, has been happening ever
since the install (couple days ago)

what does it mean, and how can i fix it?

init: Id s0 respawning too fast: disabled for 5 minutes

what is s0?

this is a sparc system if that makes a difference.

TIA

Nick

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] tracking the life of an email.

2006-02-24 Thread Nick Smith

 Most of these components will issue messages to syslog using the 'mail'
 facility.  If you configure your syslog daemon to route messages from
 this facility to, say, /var/log/mail.log, you'll have all of the info
 you need.

 If you're using syslog-ng, the following addition will do this for you:

 destination mail { file(/var/log/mail.log perm(0644) ); };
 filter f_mail { facility(mail); };
 log { source(src); filter(f_mail); destination(mail); };

 --
 gentoo-user@gentoo.org mailing list



for some reason qmail spreads things out into 3 or 4 or 5 different
log files, one for sent, smtp, pop, imap etc, its a real pain to go
through those files, i dont know if its qmail or syslog-ng thats doing
it, but ive been wanting to find a way to combine all those logs into
one mail.log file for easy grepping.
thanks for the input.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Screen settings

2006-02-24 Thread Walter Dnes
On Thu, Feb 23, 2006 at 06:14:54AM +, Rajat Gujral wrote
 Hi richard and jerry
 thanx for ur suggestions but i guess my problem remains the same
 ... My xserver still starts with screen resolution of 640 x 480
 ... Before the improper shutdown it was working fine in 1024 x 768
 resolution , but now no matter what resolution i provide, it starts
 up with 640 x 480 resolution which makes the screen appear so big
 .. Is there anything else that i can do

  It may be quicker to re-do things from square 1

  - Do you have the manual that came with your monitor, which should
give the horizontal and vertical frequency ranges?  If not, what is
the make and model number numer of your monitor?
  - what is the make and model number numer of your video card?  If you
don't, run lspci (as root)
  - how much RAM does your video card have?

-- 
Walter Dnes [EMAIL PROTECTED] In linux /sbin/init is Job #1
My musings on technology and security at http://tech_sec.blog.ca
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] tracking the life of an email.

2006-02-24 Thread kashani

Nick Smith wrote:
  for some reason qmail spreads things out into 3 or 4 or 5 different

log files, one for sent, smtp, pop, imap etc, its a real pain to go
through those files, i dont know if its qmail or syslog-ng thats doing
it, but ive been wanting to find a way to combine all those logs into
one mail.log file for easy grepping.
thanks for the input.



It's qmail that does that. Unless you mess with it, it does it's own 
logging in binary no less. Look for the qmail-analog package which makes 
parsing it easier.


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



Re: [gentoo-user] ways to update portage

2006-02-24 Thread Rick van Hattem
On Monday 13 February 2006 19:40, Daniel da Veiga wrote:
 I have this server at work, it has been running ok for a long time,
 but I'd like to install some new apps to it, but I have a strongly
 configured firewall (no rsync) and emerge-webrsync seems to fail every
 time.

 Is there another way to update portage tree? For my first update I
 downloaded the snapshot and decompressed it directly to the filesystem
 (but that requires a reboot and its kinda brute force). Is there a
 way to download the snapshot and make emerge or even emerge-webrsync
 to use the downloaded file instead of trying to download a new one?

 Thanks for any sugestion.

 --
 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--
And it isn't possible to enter the proxy data for emerge-webrsync (if there is 
any)

Btw, just packing /usr/portage from another system and unpacking it again 
shouldn't need a reboot, after unpacking it should be able to run.

-- 
Rick van Hattem Rick.van.Hattem(at)Fawo.nl


pgpKjKpJO0Utj.pgp
Description: PGP signature


Re: [gentoo-user] 3d rendering with dri radeon

2006-02-24 Thread Bo Andresen
On Friday 24 February 2006 20:14, Benno Schulenberg wrote:
 Bo Andresen wrote:
  On Friday 24 February 2006 00:04, Benno Schulenberg wrote:
   Maybe try again, taking extra
   care to avoid typos in VIDEO_CARDS=ati?
 
  I did do that. And as stated before it won't compile without the
  VIDEO_CARDS variable in it's environment. Tried several times
  with both ati and radeon..

 I've emerged the latest version of portage (2.1_pre4-r1), put
 VIDEO_CARDS=ati in /etc/make.conf, have no video_cards_... set
 in the USE flags, and have emerged x11-drm.  It does produce a
 radeon module (and a drm.ko, r128.ko, and mach64.ko besides).

I was very sure that I had tested this twice with VIDEO_CARDS=ati. Both 
times the ati flag didn't get enabled i.e. emerge -vp x11-drm showed:

[ebuild   R   ] x11-base/x11-drm-20051223  VIDEO_CARDS=-ati -i810 -mga -nv 
-savage -sis -tdfx -via 0 kB

This of course didn't result in the radeon driver being built. It seems, 
however, that my memory must be failing (can't find any other explanation) 
since when I remove the use flag now and set VIDEO_CARDS=ati the flag does 
get enabled and the radeon module built. I really don't understand this - was 
so sure...

So obviously there is no bug other than me.. ;)

 What version of portage are you using that this isn't working for
 you?

I have been using portage 2.1_pre4-r1 all along. Having portage sending mails 
to me is invaluable. :)

-- 
Bo Andresen
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Emerging Beagle

2006-02-24 Thread Willie Wong
On Fri, Feb 24, 2006 at 08:59:44PM +0100, Penguin Lover Christoph Eckert 
squawked:
 Now it wants to pull in www-client/mozilla-1.7.12-r2.
 
 I'd like to avoid that. Anyone a hint if or even how this is possible?
 

You might consider filing a bug at b.g.o 
I took a look at Beagle-project.org, and according to the dependencies
list at http://beagle-project.org/Installing_prerequisites,
Mozilla/firefox should be optional. If that is indeed the case, then
the RDEPEND on =mozilla-1.6 would be a bug. 

W

-- 
M: Even when I know what I am doing, I don't know what I am doing.
M: Like, this first semester, I knew I was going to be an ORFE major, but look
   at me now... I am definitely a classics major...
Sortir en Pantoufles: up 104 days, 15:17
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] 3d rendering with dri radeon

2006-02-24 Thread Benno Schulenberg
Bo Andresen wrote:
 I was very sure that I had tested this twice with
 VIDEO_CARDS=ati. Both times the ati flag didn't get enabled

That's why I said to take extra care to avoid typos.  :)

 i.e. emerge -vp x11-drm showed:

 [ebuild   R   ] x11-base/x11-drm-20051223  VIDEO_CARDS=-ati
 -i810 -mga -nv -savage -sis -tdfx -via 0 kB

It would have been useful if you'd shown just this line in your very 
first mail...

But it's working now.  So tell us how many frames glxgears is doing 
now, with and without radeon.  :)

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



Re: [gentoo-user] Firefox PDF integration

2006-02-24 Thread b.n.

Grant wrote:

How do you get firefox to open a PDF file instead of trying to
download it?  The only plugins listed in about:plugins are
s-shockwave-flash and futuresplash.  I do have acroread and gpdf
installed.


There is also a thing called mozplugger that allows to embed XPDF in a 
firefox window/tab, just like acroread.


I use it on the Debian box I have at work, I still haven't installed it 
in my Gentoo box at home.



Incidentally, which PDF viewer do you like best out of those in portage?


kpdf, definitely.

m.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] 3d rendering with dri radeon

2006-02-24 Thread Bo Andresen
On Saturday 25 February 2006 00:36, Benno Schulenberg wrote:
 But it's working now.  So tell us how many frames glxgears is doing
 now, with and without radeon.  :)

Is there a way to disable dri for this test without restarting X?

-- 
Bo Andresen
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Firefox PDF integration

2006-02-24 Thread david

Do you have
/usr/local/Adobe/Acrobat7.0/Browser/Browser_Plugin_HowTo.txt
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] Video streaming solution

2006-02-24 Thread Iain Buchanan
On Fri, 2006-02-24 at 15:37 +0100, Rafael Bugajewski wrote:

 The clients (or projectors) should work this way that I turn them on and it 
 just works, no configuration, no clicking, _nothing_. I know, that I can 
 realize it with scripts, but I completely dunno what software to use. The 
 whole controlling process should be done from the server.

for this part, you'll most likely have to look at network booting (if
you're using thin clients or workstations).

 The server itself should have a simple user interface (for users which dunno 
 much about computers). They can configure which stream to show on which 
 client and also disable the streams.

It sounds like you're going to have to integrate a few packages
yourself, to do just what you want.  I don't know of anything that will
do the whole lot for you.
-- 
Iain Buchanan iain at netspace dot net dot au

10.0 times 0.1 is hardly ever 1.0.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Firefox OOo oddness

2006-02-24 Thread John J. Foster
Good evening,

I'm running a KDE desktop and in the File Open dialog boxes on both
Firefox  OOo I can't seem to find where to tell them to display hidden
folders and/or files. Also, in Firefox the only columns available in the
File dialog boxes are Name and Modified. I know size was there in 1.0.7.
These apps are emerged as follows:

//garbanzo/home/festus  emerge -pv mozilla-firefox openoffice

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

Calculating dependencies ...done!
[ebuild   R   ] www-client/mozilla-firefox-1.5.0.1-r1  -debug -gnome
+ipv6 +java -mozdevelop -xinerama -xprint 0 kB
[ebuild   R   ] app-office/openoffice-2.0.1  -binfilter +curl -eds
+gnome -gtk +java +kde +ldap -mozilla +xml2 0 kB

Can anyone help me out?

Thanks,
festus

-- 
I contend we are both atheists, I just believe in one fewer gods than
you do. When you understand why you dismiss all the other possible gods, 
you will understand why I dismiss yours.
...Stephen F Roberts


pgpujmTACfDFC.pgp
Description: PGP signature


Re: [gentoo-user] Gentoo kixtstart/jumpstart equivalent

2006-02-24 Thread gentuxx
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

John Jolet wrote:

 Re: [gentoo-user] Gentoo kixtstart/jumpstart equivalent


 On 2/17/06 11:30 PM, Ghislain Bourgeois
 [EMAIL PROTECTED] wrote:

 At my job, I designed a system we call Pullstart that we use to
 install Gentoo servers. I'm basically building what I call a
 stage-4, which is simply a stage3 updated, with the packages
 we want added to it and a generic kernel built with genkernel.
 It is made available through a tarball on a web server and I
 have a simple script generated by web-based configuration
 utility to install it on the server and configure it for the
 machine (partitionning, networking, etc...). The only thing you
 need to run the script is to have a basic linux system running,
 which you can get with a livecd or a floppy like tomslinux
 (sorry, I forgot the exact name...). Of course, I have an NDA
 and the scripts all belong to the company, so I can't make it
 available, but you can build yourself something similar.


 I use something called systemimager that does a pxeboot install.
 Kinda a pain to do it with gentoo, as they really, really want
 redhat or suse, but it can be done.

Just for the edification of the list, I managed to find exactly what I
needed in the gentoo documentation.

http://www.gentoo.org/doc/en/gentoo-sparc-netboot-howto.xml

Thanks to all those who replied!

- --
gentux
echo hfouvyAdpy/ofu | perl -pe 's/(.)/chr(ord($1)-1)/ge'

gentux's gpg fingerprint == 34CE 2E97 40C7 EF6E EC40  9795 2D81 924A
6996 0993
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.1 (GNU/Linux)

iD8DBQFD/7IJLYGSSmmWCZMRAi11AJ4uR1RjyAiGWSAwVwSBYmAaeSR8ZACffkYT
vUyMRdAYsq8wImNhTuV8XXU=
=gwJ3
-END PGP SIGNATURE-

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Motherboards

2006-02-24 Thread Brett I. Holcomb
I need to purchase a motherboard that supports SATA and am looking for 
recommendations.  I used to use ASUS but  their support is non-existent and 
totally stupid.  Unfortunately this will be for a Windows system but I'd like 
feedback on what is good and bad.

Thanks.

-- 

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



Re: [gentoo-user] [OT] Motherboards

2006-02-24 Thread Boyd Stephen Smith Jr.
On Friday 24 February 2006 19:27, Brett I. Holcomb 
[EMAIL PROTECTED] wrote about '[gentoo-user] Motherboards':
 I need to purchase a motherboard that supports SATA and am looking for
 recommendations.  I used to use ASUS but  their support is non-existent
 and totally stupid.  Unfortunately this will be for a Windows system but
 I'd like feedback on what is good and bad.

I like my Tyan dual-opteron, dual-16x-pci-e, dual-gb-ethernet board.  Four 
sata ports, and firmware raid (nvraid).  Even if you don't want or need 
all that, I still recommend Tyan.

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



Re: [gentoo-user] Firefox OOo oddness

2006-02-24 Thread Holly Bostick
John J. Foster schreef:
 Good evening,
 
 I'm running a KDE desktop and in the File Open dialog boxes on both
 Firefox  OOo I can't seem to find where to tell them to display hidden
 folders and/or files. 

For firefox, if a Save dialog, select Browse for other folders, then
right-click inside the file list on the right  -- not the folder list on
the left-- and select Show hidden files. For the Open dialog, you
don't have to browse, obviously. Setting will remain until you revoke
it, though possibly not across browser sessions (not sure).

There does not seem to be a global setting for OO.o. Of course, if you
know the filename, you can just type it once in the correct folder; this
also works for folders. In the case of a folder, this will take you to
the folder, where you can then select the file.

However, if you do this a lot, you might consider making a symlink from
the hidden folder or file to a link of the same name, but without the
preceding ., that way the symlink won't be hidden.

 Also, in Firefox the only columns available in the
 File dialog boxes are Name and Modified. I know size was there in 1.0.7.

Yes, apparently Name and Modified are the only columns available. Things
change. 1.5 is a long way from 1.0.7. Myself, I don't need the filesize
in a web-browser save dialog (I find Modified date much more useful),
but everybody's different.

Hope this helps,
Holly
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Motherboards

2006-02-24 Thread Hemmann, Volker Armin
On Saturday 25 February 2006 02:27, Brett I. Holcomb wrote:
 I need to purchase a motherboard that supports SATA and am looking for
 recommendations.  I used to use ASUS but  their support is non-existent and
 totally stupid.  Unfortunately this will be for a Windows system but I'd
 like feedback on what is good and bad.


well, I like my Asrock DualSata2 - but I don't use Sata, so I can't say 
anything about the sata support. It should work. but no guarantees.

But on the other hand, it has agppcie, onboard soundnetwork works and their 
support is better than the asus one ;)
Oh, and it is passive cooled and has a socket upgrade slot.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] Motherboards

2006-02-24 Thread Brett I. Holcomb
I have a Tyan Tiger and love it.  However, it may be out of my price range at 
this time but they are first on my list, too!

On Friday February 24 2006 20:50, Boyd Stephen Smith Jr. wrote:
 On Friday 24 February 2006 19:27, Brett I. Holcomb

 [EMAIL PROTECTED] wrote about '[gentoo-user] Motherboards':
  I need to purchase a motherboard that supports SATA and am looking for
  recommendations.  I used to use ASUS but  their support is non-existent
  and totally stupid.  Unfortunately this will be for a Windows system but
  I'd like feedback on what is good and bad.

 I like my Tyan dual-opteron, dual-16x-pci-e, dual-gb-ethernet board.  Four
 sata ports, and firmware raid (nvraid).  Even if you don't want or need
 all that, I still recommend Tyan.

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

-- 

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



Re: [gentoo-user] Motherboards

2006-02-24 Thread Brett I. Holcomb
Thanks.  I believe Tom's Hardware liked ASRock, too.  I'll add them to my 
list.

On Friday February 24 2006 21:02, Hemmann, Volker Armin wrote:
 On Saturday 25 February 2006 02:27, Brett I. Holcomb wrote:
  I need to purchase a motherboard that supports SATA and am looking for
  recommendations.  I used to use ASUS but  their support is non-existent
  and totally stupid.  Unfortunately this will be for a Windows system but
  I'd like feedback on what is good and bad.

 well, I like my Asrock DualSata2 - but I don't use Sata, so I can't say
 anything about the sata support. It should work. but no guarantees.

 But on the other hand, it has agppcie, onboard soundnetwork works and
 their support is better than the asus one ;)
 Oh, and it is passive cooled and has a socket upgrade slot.

-- 

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



Re: [gentoo-user] Firefox OOo oddness

2006-02-24 Thread Joseph
On Sat, 2006-02-25 at 02:59 +0100, Holly Bostick wrote:
  I'm running a KDE desktop and in the File Open dialog boxes on both
  Firefox  OOo I can't seem to find where to tell them to display
 hidden
  folders and/or files. 
 
 For firefox, if a Save dialog, select Browse for other folders, then
 right-click inside the file list on the right  -- not the folder list
 on
 the left-- and select Show hidden files. For the Open dialog, you
 don't have to browse, obviously. Setting will remain until you revoke
 it, though possibly not across browser sessions (not sure).
 
 There does not seem to be a global setting for OO.o. Of course, if you
 know the filename, you can just type it once in the correct folder;
 this
 also works for folders. In the case of a folder, this will take you to
 the folder, where you can then select the file.

Yes, it is there for OO as well.
When you click on Open File, the window will have few icons, click on
the available icons and you will find it :-)

-- 
#Joseph
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Firefox OOo oddness

2006-02-24 Thread John J. Foster
On Sat, Feb 25, 2006 at 02:59:19AM +0100, Holly Bostick wrote:
 John J. Foster schreef:
  Good evening,
  
  I'm running a KDE desktop and in the File Open dialog boxes on both
  Firefox  OOo I can't seem to find where to tell them to display hidden
  folders and/or files. 
 
 For firefox, if a Save dialog, select Browse for other folders, then
 right-click inside the file list on the right  -- not the folder list on
 the left-- and select Show hidden files. For the Open dialog, you
 don't have to browse, obviously. Setting will remain until you revoke
 it, though possibly not across browser sessions (not sure).

Thanks, that works fine. Even for the Open File, which I'm not sure why 
you wouldn't think I'd have to browse.
 
 However, if you do this a lot, you might consider making a symlink from
 the hidden folder or file to a link of the same name, but without the
 preceding ., that way the symlink won't be hidden.
 
Yeah, but that's really lame that I'd have to do that. OOo can be so
advanced on some things, and so incredibly stupid on others.

Thanks agin,
festus

-- 
I contend we are both atheists, I just believe in one fewer gods than
you do. When you understand why you dismiss all the other possible gods, 
you will understand why I dismiss yours.
...Stephen F Roberts


pgp5dw0UQxr7R.pgp
Description: PGP signature


Re: [gentoo-user] S/P diff question

2006-02-24 Thread Zac Slade
On Friday 24 February 2006 09:12, Alexander Puchmayr wrote:
 Hi there!

 I'm wondering why dts and aac sound coming from DVD is perfectly
 transmitted over the spdif port (the A/V receiver recognizes the format ans
 switches to dts/dolby mode, and -- much important -- I can hear the movie's
 sound); But if I try the same with a normal divx-file or try to play
 anything else, nothing comes out over the spdif port, only via the analog
 audio jacks I can hear something.
What program is playing back the DVD?  Is this different from the player 
playing the other media files?

Since something can play out the spdif port then it might be important to look 
at that program's setup for audio output.  What device is it using etc.
-- 
Zac Slade
[EMAIL PROTECTED]
ICQ:1415282 YM:krakrjak AIM:ttyp99
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo LVM Newbie Question

2006-02-24 Thread Zac Slade
On Friday 24 February 2006 00:03, Alexander Skwar wrote:
 John Jolet wrote:
  Remember, the fs cannot be mounted when you extend it.

 That's wrong. Every FS can be extended online, even ext{2,3}
 with certain patches IIRC.
WRONG!!! (or partially anyway)  Here's the rundown:
reiser3, resizable online in two ways 
1)resize_reiserfs /path/to/dev 
2)mount -o remount,resize /path/to/dev
XFS, MUST be mounted to resize use xfs_grow /mount/point
JFS, resizable online with a mount -o remount,resize /path/to/dev
ext2/3, resizable offline reliably.  Online resize is a *very* experimental 
experiment.  Have good backups.

For a good reference if one is ever needed to give to a friend, relative or 
foe try http://www.tldp.org/HOWTO/LVM-HOWTO/extendlv.html
-- 
Zac Slade
[EMAIL PROTECTED]
ICQ:1415282 YM:krakrjak AIM:ttyp99
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo LVM Newbie Question

2006-02-24 Thread John Jolet


On Feb 24, 2006, at 9:35 PM, Zac Slade wrote:


On Friday 24 February 2006 00:03, Alexander Skwar wrote:

John Jolet wrote:

Remember, the fs cannot be mounted when you extend it.


That's wrong. Every FS can be extended online, even ext{2,3}
with certain patches IIRC.

WRONG!!! (or partially anyway)  Here's the rundown:
reiser3, resizable online in two ways
1)resize_reiserfs /path/to/dev
2)mount -o remount,resize /path/to/dev
XFS, MUST be mounted to resize use xfs_grow /mount/point
JFS, resizable online with a mount -o remount,resize /path/to/dev
ext2/3, resizable offline reliably.  Online resize is a *very*  
experimental

experiment.  Have good backups.

For a good reference if one is ever needed to give to a friend,  
relative or

foe try http://www.tldp.org/HOWTO/LVM-HOWTO/extendlv.html
okay, i'll rephrase being an old aix hand... with the (possible)  
exeption of reiser I, personally, would not trust any filesystem  
to resize without being unmounted.  but then, compared to the aix  
lvm, which can be resized with oracle accessing at full speed, linux  
lvms are just barely getting to what I'd call production ready.   
interesting to see that we're moving in an online-resizable direction  
on linux. :)


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo LVM Newbie Question

2006-02-24 Thread Zac Slade
On Friday 24 February 2006 22:13, John Jolet wrote:
 okay, i'll rephrase being an old aix hand... with the (possible)
 exeption of reiser I, personally, would not trust any filesystem
 to resize without being unmounted.  but then, compared to the aix
 lvm, which can be resized with oracle accessing at full speed, linux
 lvms are just barely getting to what I'd call production ready.
 interesting to see that we're moving in an online-resizable direction
 on linux. :)
What an unenlighten troll.  I have plenty of experience with AIX's volume 
manager.  LVM2 can stand up to it any day.  As a matter of fact Linux's LVM 
is about to completely surpass what is available in AIX.  LVM2 can do cluster 
locking and management.  You can use LVM2 with Multipathing tools just as you 
can under any commercial Unix.  LVM2 is more than ready for prime time as can 
be seen by looking at RHEL and SLES distributions.

Linux is not a toy and neither is LVM2.  It can be used as a toy or a learning 
device, but it is not relegated to the closet of geeks.  And don't get me 
started on AIX if you don't happen to have the OnlineJFS sets installed.  
Also the draconian having to resize the filesystem by calculating the number 
of 512 byte blocks in the filesystem.

Do your homework please.  Just because you've dealt exclusively or extensively 
with one flavor of *nix doesn't mean that others aren't up to the task.  And 
just because it's IBM's Unix doesn't make it more or less ready for the 
enterprise, it just makes it proprietary.  You'd do well to judge based on 
features, capabilities and the completeness of the tools.
-- 
Zac Slade
[EMAIL PROTECTED]
ICQ:1415282 YM:krakrjak AIM:ttyp99
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo LVM Newbie Question

2006-02-24 Thread John Jolet



What an unenlighten troll.  I have plenty of experience with AIX's  
volume
manager.  LVM2 can stand up to it any day.  As a matter of fact  
Linux's LVM
is about to completely surpass what is available in AIX.  LVM2 can  
do cluster
locking and management.  You can use LVM2 with Multipathing tools  
just as you
can under any commercial Unix.  LVM2 is more than ready for prime  
time as can

be seen by looking at RHEL and SLES distributions.


I think that comment is a bit extreme, don't you?

Linux is not a toy and neither is LVM2.  It can be used as a toy or  
a learning
device, but it is not relegated to the closet of geeks.  And don't  
get me
started on AIX if you don't happen to have the OnlineJFS sets  
installed.
Also the draconian having to resize the filesystem by calculating  
the number

of 512 byte blocks in the filesystem.


yes, that was always a big complaint of mine.
Do your homework please.  Just because you've dealt exclusively or  
extensively
with one flavor of *nix doesn't mean that others aren't up to the  
task.  And
just because it's IBM's Unix doesn't make it more or less ready for  
the
enterprise, it just makes it proprietary.  You'd do well to judge  
based on

features, capabilities and the completeness of the tools.
--
Yes, I've supported just about every unix, not to mention every  
flavor of linux out there...for the past 16 years.  I AM judging on  
the features and capabilities and completeness of the tools.  My  
comments were meant as compliments for the progress of the tools from  
the old 2.2 kernel days, not an insult.  My apologies if i've hit a  
nerve of some sort.  However, that said.  I'd still prefer, all  
things considered, to support a volume under aix's lvm than the  
current lvm2 stuff.  However, I have NOT researched all the current  
options for lvm creation and management under lvm2.  I will admit  
that.  I wasn't trying to start a flamewar here, but I assure  
youmy homework has been done.




--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ISO DB wrapper libs for unix/windows and c++

2006-02-24 Thread Andrew Lowe

Wolfgang Liebich wrote:

Hi,
I'll have to give a c++ application (running both on unix and windows)
the ability to do SQL queries on DBs (for now only ORACLE 9). I do know
JDBC - what is the equivalent for C++? ODBC? Has anyone here experience
in comparing iODBC vs. unixODBC vs Oracle Template Library on OCI? (Btw,
is there an OTL ebuild? I found none - if I make one, where should I
submit it to the gentoo comunity?)
Lot of questions, I know :-)
Ciao,
Wolfgang


Does OTL really require an ebuild? It's only one header file!!

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



Re: [gentoo-user] ways to update portage

2006-02-24 Thread Dan Sheffner
emerge-webrsync should work fine over port 80. Can't you
configure the firewall to accept this port. You could also write
a script that opens the port calls emerge-webrsync and then locks it
back down if you don't want that port open. Another safe way to
do it is to run it through a proxy server. I'm not sure if this
is the best way but certainly should work.On 2/24/06, Rick van Hattem [EMAIL PROTECTED] wrote:
On Monday 13 February 2006 19:40, Daniel da Veiga wrote: I have this server at work, it has been running ok for a long time,
 but I'd like to install some new apps to it, but I have a strongly configured firewall (no rsync) and emerge-webrsync seems to fail every time. Is there another way to update portage tree? For my first update I
 downloaded the snapshot and decompressed it directly to the filesystem (but that requires a reboot and its kinda brute force). Is there a way to download the snapshot and make emerge or even emerge-webrsync
 to use the downloaded file instead of trying to download a new one? Thanks for any sugestion. -- 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--And it isn't possible to enter the proxy data for emerge-webrsync (if there is
any)Btw, just packing /usr/portage from another system and unpacking it againshouldn't need a reboot, after unpacking it should be able to run.--Rick van Hattem Rick.van.Hattem(at)Fawo.nl



Re: [gentoo-user] 3d rendering with dri radeon

2006-02-24 Thread Bruce Burden
On Sat, Feb 18, 2006 at 05:02:30PM +0100, Benno Schulenberg wrote:
 Bruce Burden wrote:

  Is it in the portage system? I did a sync a few weeks
 ago, and I still get the 20050502 version,
 
 Do an 'eix x11-drm' and see it lists a 20051223 version, keyword 
 masked.  (If you don't have eix, first run 'emerge eix' and 
 'update-eix'.)  So do
 
   echo x11-base/x11-drm ~x86 /etc/portage/package.keywords
 
 and 'emerge x11-drm'.
 
Okay, I have:

*  x11-base/x11-drm
  Latest version available: 20051223
  Latest version installed: 20051223
  Size of downloaded files: 549 kB
  Homepage:http://dri.sf.net
  Description: DRM Kernel Modules for X11
  License: X11

*  x11-drivers/ati-drivers
  Latest version available: 8.14.13-r3
  Latest version installed: 8.14.13-r3
  Size of downloaded files: 23,186 kB
  Homepage:http://www.ati.com
  Description: Ati precompiled drivers for r350, r300, r250 and r200 
chipsets
  License: ATI

# lsmod
Module  Size  Used by
radeon 98464  0 
drm61592  1 radeon
agpgart27216  1 drm
bluetooth  39652  0 
libcrc32c   2816  0 
crc_ccitt   2176  0

and nothing in /dev/dri, which may explain:

(II) fglrx(0): UMM area: 0xc08f7000 (size=0x076f9000)
(II) fglrx(0): driver needs X.org 6.8.x
(II) fglrx(0): detected X.org 6.8.2
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
[drm] failed to load kernel module fglrx
(II) fglrx(0): [drm] drmOpen failed
(EE) fglrx(0): DRIScreenInit failed!
(WW) fglrx(0): ***
(WW) fglrx(0): * DRI initialization failed!  *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO) *
(WW) fglrx(0): * no 3D acceleration available*
(WW) fglrx(0): * *


(this is from /var/log/Xorg.0.log)

and, finally:

[fglrx:firegl_stub_register] *ERROR* Unable to the open some already present 
DRM kernel module!

So, what am I doing wrong?

The drm module seems to be the problem child, once I added that, fglrx got 
tempermental...


Bruce
-- 

  I like bad! Bruce BurdenAustin, TX.
- Thuganlitha
The Power and the Prophet
Robert Don Hughes

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] CVSup vs Gentoo's Rsync

2006-02-24 Thread Alexander Skwar
Hemmann, Volker Armin wrote:

 that is the only change I remember at the moment (and which did not went into 
 the wiki).

Not true anymore :) I just added your changes to the wiki.

Thanks a lot,

Alexander Skwar
-- 
Yow!  I'm having a quadrophonic sensation of two winos alone in a steel mill!
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Emerging Beagle

2006-02-24 Thread Alexander Skwar
Christoph Eckert wrote:

 Now it wants to pull in www-client/mozilla-1.7.12-r2.
 
 I'd like to avoid that. Anyone a hint if or even how this is possible?

It's not possible. Upstream says to use it.

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

Alexander Skwar
-- 
In Corning, Iowa, it's a misdemeanor for a man to ask his wife to ride
in any motor vehicle.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo LVM Newbie Question

2006-02-24 Thread Alexander Skwar
Zac Slade wrote:
 On Friday 24 February 2006 00:03, Alexander Skwar wrote:
 John Jolet wrote:
  Remember, the fs cannot be mounted when you extend it.

 That's wrong. Every FS can be extended online, even ext{2,3}
 with certain patches IIRC.
 WRONG!!! (or partially anyway)  Here's the rundown:
 reiser3, resizable online in two ways 
   1)resize_reiserfs /path/to/dev 
   2)mount -o remount,resize /path/to/dev
 XFS, MUST be mounted to resize use xfs_grow /mount/point
 JFS, resizable online with a mount -o remount,resize /path/to/dev
 ext2/3, resizable offline reliably.  Online resize is a *very* experimental 
 experiment.  Have good backups.

Okay, so the following fs are online resizable, according to you:

- reiser3
- xfs
- jfs
- ext2, ext3

That's pretty much every FS, isn't it?

 
 For a good reference if one is ever needed to give to a friend, relative or 
 foe try http://www.tldp.org/HOWTO/LVM-HOWTO/extendlv.html

Yep. LVM Howto is a very good resource.

Alexander Skwar
-- 
An artist should be fit for the best society and keep out of it.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo LVM Newbie Question

2006-02-24 Thread Alexander Skwar
John Jolet wrote:
 
 What an unenlighten troll.  I have plenty of experience with AIX's  
 volume
 manager.  LVM2 can stand up to it any day.  As a matter of fact  
 Linux's LVM
 is about to completely surpass what is available in AIX.  LVM2 can  
 do cluster
 locking and management.  You can use LVM2 with Multipathing tools  
 just as you
 can under any commercial Unix.  LVM2 is more than ready for prime  
 time as can
 be seen by looking at RHEL and SLES distributions.

 I think that comment is a bit extreme, don't you?

Not much. Extreme is only your bad quoting style... Please
change that.

 Yes, I've supported just about every unix, not to mention every  
 flavor of linux out there...for the past 16 years.  I AM judging on  
 the features and capabilities and completeness of the tools.

What's missing?

  However, that said.  I'd still prefer, all
 things considered, to support a volume under aix's lvm than the  
 current lvm2 stuff.

Why? What's better in AIX LVM stuff?

Alexander Skwar
-- 
Windows without the X is like making love without a partner.
-- MaDsen Wikholm, [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Motherboards

2006-02-24 Thread Jarry
Brett I. Holcomb wrote:
 Thanks.  I believe Tom's Hardware liked ASRock, too.  I'll add them to my 
 list.

I need to purchase a motherboard that supports SATA and am looking for
recommendations.  I used to use ASUS but  their support is non-existent

AFAIK, ASRock is nothing else, then just daughter-company of ASUS, and its
primary business-area are low-end (cheap) products which ASUS did not want
to sell under name ASUS. But I do not say they it is a bad choice,
personally I have ASUS mobo in my workstation and ASRock in one small
server. And I'd say ASUS/ASRock support is the same...

Jarry


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo LVM Newbie Question

2006-02-24 Thread Jarry
Zac Slade wrote:

 reiser3, resizable online in two ways 
   1)resize_reiserfs /path/to/dev 
   2)mount -o remount,resize /path/to/dev
 XFS, MUST be mounted to resize use xfs_grow /mount/point
 JFS, resizable online with a mount -o remount,resize /path/to/dev
 ext2/3, resizable offline reliably.  Online resize is a *very* experimental 
 experiment.  Have good backups.

If I understand correctly, it is not worth having lvm2 with ext3, right?
I could not resize /usr or /var off-line, and resizing while mounted
is not possible without kernel patch, and still only experimental.
Then maybe I should get rid of lvm2...

Jarry

-- 
gentoo-user@gentoo.org mailing list