Re: [gentoo-ppc-user] mouseemu does not compile

2005-05-23 Thread Markus Moebs
* Colin Leroy [EMAIL PROTECTED] [2005-05-23]:
 On Mon, 23 May 2005 16:02:05 +0200
 Markus Moebs [EMAIL PROTECTED] wrote:
 
  So... what can I do? I have uinput compiled in my kernel and I
  have already tried compiling it as a module, but that did not
  help. Could it be that mouseemu is not compatible to the 2.6.x
  kernels? I can hardly imagine. 
 
 I think you just have to emerge linux-headers...

Uhmm, sure. This is stupid. I will nevertheless inform the
maintainer of mouseemu to put this dep into his ebuild. Probably
it checks for linux-headers but not for the version because for
some reason I had 2.4-x headers installed...

Thanks for the quick help!
-- 
gentoo-ppc-user@gentoo.org mailing list



Re: [gentoo-user] wiki software

2005-05-23 Thread Qian Qiao
On 22/05/05, Antoine [EMAIL PROTECTED] wrote:
 Hi,
 I am looking for wiki software to install for our company intranet and I
 see that twiki is masked. Is this not the main wiki software? What do
 others use? We would want the possibility to restrict write access but
 apart from that we are very flexible. What would be the lowest
 maintenace OSS software?
 Cheers
 Antoine

What about www-apps/mediawiki?

-- Joe

-- 
Money can't buy everything.
Sometimes money can't even buy a gun...

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] portage v. yum with regards to java

2005-05-23 Thread THUFIR HAWAT
On 5/23/05, Nick Rout [EMAIL PROTECTED] wrote:
...
 If you want to find out how gentoo installs sun-jdk I suggest you 
 read the ebuild, I have had a quick look and it seems to use a 
 .bin file from Sun, not an rpm.

 It also looks as though a bit of trickery is used to unpack the bin 
 file.

if it's using the .bin which enables the ebuild to sidestep that bug
then it doesn't follow that redhat, or whomever, couldn't put out an
rpm using the same trickery.

 The ebuild will also tell you where gentoo installs the package, 
 looks to be in the /opt directory, so I guess the ebuild is not 
 following the LFS either.
...

heh, that's ironic.


-Thufir

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] only binaries

2005-05-23 Thread Steven Susbauer



Johannes Weiner wrote:

On Mon, May 23, 2005 at 09:53:36AM +0200, Al Bayrouni wrote:


Hello,

I like gentoo but I hate to pass hours (sometimes days) for installing 
what I need.(celeron 2GH is not fast machine)


So my question is:

Is it possible to install only binaries (if they exist).

Thank you very much
Bayrouni.



What do you like Gentoo for then?

Ease of administration? That's my main reason, it's always been pretty 
straightforward.


I do not think that binaries are hosted anywhere, but I know that some 
people have local binary repositories. There is the gentoo GRP if you're 
just looking to get something up and running.


In my case it's building newer packages for older hardware using a newer 
machine...

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ALSA drivers don't load - was Re: [gentoo-user] Soundcard not detected

2005-05-23 Thread Nick Rout
greOn Mon, 2005-05-23 at 00:52 -0400, Colin wrote:
 Nick Rout wrote:
 
 On Mon, 23 May 2005 00:23:06 -0400
 Colin wrote:
 
 I compiled ALSA as a module instead.  That got rid of the above error, 
 but /etc/init.d/alsasound still spits out the same error, but loads a 
 few more modules:
 
 * Loading ALSA modules...   [ ok ]
 *   Loading: snd-card-0...[ ok ]
 *   Loading: snd-seq-oss [ ok ]
 *   Loading: snd-pcm-oss [ ok ]
 *   Loading: snd-seq [ ok ]
 * ERROR: Failed to load necessary drivers
 * Restoring Mixer Levels...   [ ok ]
 * No mixer config in /etc/asound.state, you have to unmute your card!   
 [ ok ]
 
 
 
 What does lsmod say after all that? I'll compare it to a working config
 and see what you might be missing !
   
 
 Module  Size  Used by
 snd_mixer_oss   17856   0
 snd_seq_midi_event 6336   0
 snd_mpu401_uart6400   0
 snd_seq_device   6892   0
 bluetooth45124   0
 nvidia  3461628  12
 

Like I said, like your original message said, you do not appear to have
the snd module.

try the following sommand, the result of mine follows:

$ grep -i snd /usr/src/linux/.config|egrep -v ^#

CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_SEQUENCER=m
CONFIG_SND_SEQ_DUMMY=m
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_MPU401_UART=m
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_VIA82XX=m


Allow for the fact that my sound card is an ac97/via card, and tell us
what the difference is.

oh and here is my lsmod|grep snd

maybe don't worry about the midi stuff yet. You still seem to be missing
some.

[EMAIL PROTECTED] linux $ lsmod|grep snd
snd_pcm_oss53280  0
snd_mixer_oss  20096  2 snd_pcm_oss
snd_seq_oss35456  0
snd_seq_midi_event  8320  1 snd_seq_oss
snd_seq55312  4 snd_seq_oss,snd_seq_midi_event
snd_via82xx28064  4
snd_ac97_codec 77432  1 snd_via82xx
snd_pcm95496  3 snd_pcm_oss,snd_via82xx,snd_ac97_codec
snd_timer  26372  2 snd_seq,snd_pcm
snd_page_alloc 10116  2 snd_via82xx,snd_pcm
snd_mpu401_uart 8320  1 snd_via82xx
snd_rawmidi25888  1 snd_mpu401_uart
snd_seq_device  8972  3 snd_seq_oss,snd_seq,snd_rawmidi
snd58212  17
snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_via82xx,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device




 --
 Colin
 
-- 
Nick Rout [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] only binaries

2005-05-23 Thread Nick Rout
On Mon, 2005-05-23 at 01:16 -0700, Steven Susbauer wrote:
 
 Johannes Weiner wrote:
  On Mon, May 23, 2005 at 09:53:36AM +0200, Al Bayrouni wrote:
  
 Hello,
 
 I like gentoo but I hate to pass hours (sometimes days) for installing 
 what I need.(celeron 2GH is not fast machine)
 
 So my question is:
 
 Is it possible to install only binaries (if they exist).
 
 Thank you very much
 Bayrouni.
  
  
  What do you like Gentoo for then?
  
 Ease of administration? That's my main reason, it's always been pretty 
 straightforward.
 
 I do not think that binaries are hosted anywhere, but I know that some 
 people have local binary repositories. There is the gentoo GRP if you're 
 just looking to get something up and running.

yes they are. chinstrap.alternating.net

they are NOT official gentoo releases.

 
 In my case it's building newer packages for older hardware using a newer 
 machine...
-- 
Nick Rout [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] USB Keyboard

2005-05-23 Thread =?iso-8859-1?Q?Hendr=E9_Claassen?=
Hi Zac,

Thanks ... my problem was that the USB Host controller drivers was compiled as 
modules and was not loaded, duh.  The normal USBHID driver worked like a charm 
;)

Regards,

Hendré.
 

-Original Message-
From: Zac Medico [mailto:[EMAIL PROTECTED] 
Sent: 20 May 2005 10:19 AM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] USB Keyboard


--- Hendré Claassen [EMAIL PROTECTED] wrote:
 Hello,
  
 I'm new to the Linux world and have chosen Gentoo as
 my weapon of choice.  After compiling my kernel, and
 rebooting into my new Gentoo system, the keyboard
 seized to function.  I have compiled the USB Human
 Interface option into the kernel ... the keyboard
 functioned perfectly when I booted with the
 Universal CD.  Obviously I'm missing something ...
 any help will be appreciated.

Hello Hendré,

You need the usb keyboard driver. In the kernel config
you need CONFIG_USB_KBD=y or CONFIG_USB_KBD=m and if
compliled as a module it will appear as this file:
/lib/modules/$KV/kernel/drivers/usb/input/usbkbd.ko

If that module exists you can make it autoload like
this:

echo usbkbd  /etc/modules.autoload.d/kernel-2.6

Zac



Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html

-- 
gentoo-user@gentoo.org mailing list


Disclaimer and confidentiality note

All contents within the e-mail including any attachments relating to the 
official business of Fruitways (Pty) Ltd is proprietary to the Company.  
It is confidential, legally privileged and protected by law.  Fruitways (Pty) 
Ltd does not own and endorse any other content.  Views and opinions 
are those of the sender unless clearly stated as being that of Fruitways (Pty) 
Ltd.

The information transmitted is intended only for the person to whom it is 
addressed and may contain confidential and/or privileged information.  
Any review, retransmission, dissemination or other use of, or taking any 
reliance upon, this information by persons or entities other than the 
intended recipient is prohibited.  If you receive this in error, please contact 
the sender and delete the material from any computer.

Fruitways (Pty) Ltd can not assure that it is free of errors, virus, 
interception or interference.


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How can I make udev play nicely with my palm pilot

2005-05-23 Thread Necoro

William Kenworthy schrieb:

I can sync my palm fine using jpilot by hitting sync on the palm, then
sync on jpilot.  udev creates the nodes (I have set them
as /dev/tts/USB0 and /dev/tts/USB1) when the palm sync is run, and
deletes them when finished.

The problem is that most software (pilot-link, gnome-pilot, ...) seems
to expect the nodes to be present all the time - and udev keeps deleting
them!  Even if I manually create the nodes udev will politely delete
them after a sync - causing gnome-pilot to never sync again (until
killed/restarted)

Manually creating the nodes and commenting out the rule in 50-udev.rules
didnt work either (the nodes stayed, just didnt work - no sync).  How
can I make udev play nicely?

BillK



Just create a link like /dev/pilot pointing to the special node... I 
think that should help, but i don't know your exact problem.


Necoro

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] portage v. yum with regards to java

2005-05-23 Thread THUFIR HAWAT
On 5/23/05, Nick Rout [EMAIL PROTECTED] wrote:
...
 Why? gentoo is not distributing sun-jdk. a binary rpm would be. 
 read the ebuild. read the license.

pardon, where's the ebuild?  I can't find it.  I can only infer that
an rpm cannot be created from a .bin file while an ebuild can.

   The ebuild will also tell you where gentoo installs the 
   package,
   looks to be in the /opt directory, so I guess the ebuild is not
   following the LFS either.
  ...
 
  heh, that's ironic.
 Why?

Sun doesn't follow the LFS, which create a problem for RPM's, which
irritates me, sparking my interest in gentoo.  then, it turns out that
gentoo, in turn, violates the LFS.  this is poignantly contrary to
what was expected, hence, ironic.  bit lengthy, I suppose, but there
it is.

-Thufir

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] portage v. yum with regards to java

2005-05-23 Thread Ciaran McCreesh
On Mon, 23 May 2005 12:12:02 +0100 THUFIR HAWAT [EMAIL PROTECTED]
wrote:
|   heh, that's ironic.
|  Why?
| 
| Sun doesn't follow the LFS

The what?

| then, it turns out that gentoo, in turn, violates the LFS.

The what? If you mean LSB or FHS, we don't consider them to be relevant
standards, so we ignore them.

-- 
Ciaran McCreesh : Gentoo Developer (Vim, Shell tools, Fluxbox, Cron)
Mail: ciaranm at gentoo.org
Web : http://dev.gentoo.org/~ciaranm



pgp3X13Aklymr.pgp
Description: PGP signature


Re: [gentoo-user] My PHP support is gone!

2005-05-23 Thread Tim Igoe
Just a check here, you've not been through the apache upgrade have you
and this the first time its moved to the new settings? (the newer
version with the changed config location) - I can't just remmeber which
version it is now that it was done on.

But having restarted it, it would now be using the `default' config again.

/etc/apache2/httpd.conf is now the main configuration file now.

Tim

Michael Sullivan wrote:
 Last night we had a power blink here (basically the power goes off just
 long enough to disrupt all devices plugged into AC and then comes back
 on again.)  When my server box finished rebooting I was checking the
 most popular services it offers (mail and web hosting) and I noticed
 that squirrelmail and all other pages that use PHP were not working
 correctly.  I've tried everything I can think of; I restored a complete
 backup of /etc made yesterday, I re-emerged mod_php.  The installation
 instructions didn't look very much like my previous installation
 (especially in /etc/apache2/conf/apache2.conf) yet the previous
 installation worked fine until yesterday.  In the INSTALL file for
 mod_php-4.3.11 it said to add a LoadModule php4_module to my
 apache2.conf file (there was no reference to php at all in apache2.conf
 - still trying to figure that one out) and then to add an AddModule
 statement, which there was were no occurrences of AddModule in
 apache2.conf either.  I'm very confused.  Can anyone help me?
 

-- 
Tim Igoe
[EMAIL PROTECTED]
http://tim.igoe.me.uk - Personal Site
http://tv.igoe.me.uk - UK TV Guide

Computers are like Air-con, open windows and they stop working!


signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] My PHP support is gone!

2005-05-23 Thread Michael Sullivan
I don't have an httpd.conf in /etc/apache2:

[EMAIL PROTECTED] michael $ ls /etc/apache2
apache2-builtin-mods  conf



On Mon, 2005-05-23 at 13:45 +0100, Tim Igoe wrote:
 Just a check here, you've not been through the apache upgrade have you
 and this the first time its moved to the new settings? (the newer
 version with the changed config location) - I can't just remmeber which
 version it is now that it was done on.
 
 But having restarted it, it would now be using the `default' config again.
 
 /etc/apache2/httpd.conf is now the main configuration file now.
 
 Tim
 
 Michael Sullivan wrote:
  Last night we had a power blink here (basically the power goes off just
  long enough to disrupt all devices plugged into AC and then comes back
  on again.)  When my server box finished rebooting I was checking the
  most popular services it offers (mail and web hosting) and I noticed
  that squirrelmail and all other pages that use PHP were not working
  correctly.  I've tried everything I can think of; I restored a complete
  backup of /etc made yesterday, I re-emerged mod_php.  The installation
  instructions didn't look very much like my previous installation
  (especially in /etc/apache2/conf/apache2.conf) yet the previous
  installation worked fine until yesterday.  In the INSTALL file for
  mod_php-4.3.11 it said to add a LoadModule php4_module to my
  apache2.conf file (there was no reference to php at all in apache2.conf
  - still trying to figure that one out) and then to add an AddModule
  statement, which there was were no occurrences of AddModule in
  apache2.conf either.  I'm very confused.  Can anyone help me?
  
 

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] SNMP

2005-05-23 Thread Patrick Marquetecken
Ji,

I have installed net-snmp to send snmp info to a snmp server the info it
get is good but not enough, i need to send/see the index load also, this
is the info i'm get until now:
what elso must i configure ?
TIA
Patrick

snmpd.conf
rocommunity  
rwcommunity  yyy
trapsink  10.32.0.102
trap2sink  10.32.0.102
informsink  10.32.0.102
trapcommunity  public


Info i'm getting
Device Status
   Name: email-out
   DNS Name: (Unknown)
SysName: email-out
Address: 10.32.3.171
 Status: UP
   Protocol: SNMP - Host Resources (port 161)
Up Time: 87 days, 2 hours, 36 minutes
   Location: Unknown
Contact: [EMAIL PROTECTED]
  Availability:  100 % (of 31 days, 23 hours, 16 minutes)
  Packet Loss:  0.07 % (of 1005852 total attempts)
  Recent Loss:  1 pkts at May 23, 13:15:21
  Round-trip time:  16 msec
Host Resources General Information
  System Uptime:  8 days, 17 hrs, 2 mins, 44 secs
  System Date:  2005-05-23, 15:34:18.00, +2:00
  Number of User Sessions:  0
  Number of Processes Loaded/Running:  30
  Installed Memory:  255584 KB
  Description: Linux email-out 2.4.25-gentoo-r1 #1 Tue Nov 9 14:14:25 CET
2004 i686
Host Resources Storage Table Information
  Index   Used (KB)   Size (KB)  % Full   Fail  Descr.
3 0 505.856   0  0  Swap Space
4 1.138.688   7.081.984  16  0  /
5 0 987.136   0  0  /tmp
6   532.480 987.136  54  0  /var
7 0   0   0  0 
/usr/portage/distfiles
Host Resources Processor Table Information
  Index Load
Last updated May 23, 15:34:37; interval: 30 seconds
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Creating RAID devices

2005-05-23 Thread Emanuele Morozzi

A. Khattri wrote:

On Fri, 20 May 2005, Emanuele Morozzi wrote:



Gentoo si installed in /dev/hda.
The Raid is a striping raid composed of /dev/sda /dev/sdb and consists
of 4 partitions. I created it installing windows (work reason).
The SATA controller is a Silicon 3512.

Before, with devfs, I used dmraid to create
dev/mapper/silsomething{1,2,3,4} and mounted direclty using this
devices. I had to remove dmraid eBuild from /usr/local/portage (or
something like that) because it blocked the emerge -uD world, and the
devices now are disappeared (i.e. using dmraid the devices are not
created). I need to create them manually but I have not found the right
way to do it.
I someone knows how to create this devices, please tell me.



The normal way to make (software) RAID devices is to use mkraid or
mdadm.

*  sys-fs/mdadm
  Latest version available: 1.9.0-r1
  Latest version installed: 1.9.0-r1
  Size of downloaded files: 92 kB
  Homepage:http://cgi.cse.unsw.edu.au/~neilb/mdadm
  Description: A useful tool for running RAID systems - it can be used as a 
replacement for the raidtools
  License: GPL-2

*  sys-fs/raidtools
  Latest version available: 1.00.3-r4
  Latest version installed: [ Not Installed ]
  Size of downloaded files: 163 kB
  Homepage:http://people.redhat.com/mingo/raidtools/
  Description: Linux RAID 0/1/4/5 utilities
  License: GPL-2

You should also check that you have md support in your kernel (or if its a
module, use modprobe md and modprobe raidX (where X is your RAID level
- if you dont know what RAID level means I suggest you read the RAID HOWTO
at tldp.org).


I use mdadm and I have not compiled md and raid0 as modules, but 
directly into the kernel. The problem is that while booting md doesn't 
find the raid properly.


If you,re interested, this is part of the output of fdisk -l

**
Disk /dev/sda: 203.9 GB, 203928109056 bytes
255 heads, 63 sectors/track, 24792 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *   12677215029717  HPFS/NTFS
/dev/sda22678   25624   184321777+   7  HPFS/NTFS
/dev/sda3   25625   39137   108543172+   7  HPFS/NTFS
/dev/sda4   39138   49585839235607  HPFS/NTFS

Disk /dev/sdb: 203.9 GB, 203928109056 bytes
255 heads, 63 sectors/track, 24792 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot  Start End  Blocks   Id  System
/dev/sdb1   *   1158112699351   fd  Linux raid 
autodetect
/dev/sdb215821706 1004062+  fd  Linux raid 
autodetect
/dev/sdb317071902 1574370   fd  Linux raid 
autodetect

/dev/sdb41903   24792   1838639255  Extended
**

And this is my mdadm.conf:

**
DEVICE /dev/sda1
DEVICE /dev/sdb1
DEVICE /dev/sda2
DEVICE /dev/sdb2
DEVICE /dev/sda3
DEVICE /dev/sdb3
DEVICE /dev/sda4
DEVICE /dev/sdb4

ARRAY /dev/md0 devices=/dev/sda1,/dev/sdb1
ARRAY /dev/md1 devices=/dev/sda2,/dev/sdb2
ARRAY /dev/md2 devices=/dev/sda3,/dev/sdb3
ARRAY /dev/md3 devices=/dev/sda4,/dev/sdb4

PROGRAM /usr/sbin/handle-mdadm-events
**



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Browsing Network

2005-05-23 Thread Emmanuel Durin
You can use smb:/// to view all the network on konqueror and nautilus.
You can also use the nmblookup command, but it usually returns IP
addresses instead of names. Finally you can use smbtree to display
recursively workgroups, servers and shares, but it should take much
time if your network is big.
For all these methods you must have a working smb.conf for your network.

2005/5/23, Matthew Cline [EMAIL PROTECTED]:
   Does anyone have any suggestions or such on how to go about browsing a
   network? A command line app or gui either will do... Currently I have
   the IP and folder name that I want to mount. Others have mentioned
   using smbclient to access the dir but I really would like to be able
   to browse...
 
 I remember the last time I used a Knoppix CD, there was a program
 called LinNetworkNeighborhood or something like that. It let you
 browse local network shares and such.
 
 Matt
 
 --
 gentoo-user@gentoo.org mailing list
 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Next step - dialup networking

2005-05-23 Thread John J. Foster
On Fri, May 20, 2005 at 06:23:52PM -0400, John J. Foster wrote:
 Good evening,
 
 Having only dialup at home forced me to bring my machine to work for a
 new installation. That all worked fine over a few days. My problem now
 is that I'm unable to get dialup to connect properly. I have only ever
 done this before through KDE. I get connected, exchange login and
 password info, and then the PPPD daemon dies instantly with a status of
 16. I'm not really sure which direction to take with this. Is it PPP
 related? PAM related? I'm a member of the dialout group. Am I missing
 something really obvious? 
Something obvious, of course. I hadn't had to setup my credentials for a
few years, and in a dream last night I realized that my ISP required
[EMAIL PROTECTED] and not just username. Sorry for the waste of bandwidth
on the obvious.

John
-- 
It is not unusual for those at the wrong end of the club to have a
clearer picture of reality than those who wield it.
  Noam Chomsky

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Traffic monitor

2005-05-23 Thread Emmanuel Durin
If you just want to view instant output rate without recording it
there is a simple text program called nload. You can also use iftop if
you want to view the rate of each connections.

2005/5/22, Sad Jack [EMAIL PROTECTED]:
 q-parser wrote:
  Jerry McBride wrote:
 
 On Saturday 21 May 2005 06:56 pm, Joseph Drake wrote:
 
 
 Does anyone know any good traffic monitor? I want to how much data is
 transported when my machine's up. I emerged traffic-vis, but I don't
 know how it works. Thanks for any advice.
 
 
 
 
 I have a number of text mode only servers running iptraf for network
 monitoring. Works quite well. If you need nicely formatted reports and
 charts, you can't beat ntop, but you need a browser to view the data.
 
 Cheers.
 
 
  So I installed ntop, ran it and now what?
 
 I don't know the progs already recommended. You could also take a look
 at Ethereal and Etherape which are gui based. You configure them via the
 toolbar. They emerge well and I have had no problems with them.
 --
 gentoo-user@gentoo.org mailing list
 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] My PHP support is gone!

2005-05-23 Thread Dennis Freise
Michael Sullivan schrieb:
 I don't have an httpd.conf in /etc/apache2:
 
 [EMAIL PROTECTED] michael $ ls /etc/apache2
 apache2-builtin-mods  conf

[snip]

installation worked fine until yesterday.  In the INSTALL file for
mod_php-4.3.11 it said to add a LoadModule php4_module to my
apache2.conf file (there was no reference to php at all in apache2.conf
- still trying to figure that one out) and then to add an AddModule
statement, which there was were no occurrences of AddModule in
apache2.conf either.  I'm very confused.  Can anyone help me?

You should

1. reemerge apache to get the config-file
2. use /etc/conf.d/apache2 and there edit the following line:

APACHE2_OPTS=-D something_default

to

APACHE2_OPTS=-D PHP4

Don't edit httpd.conf directly, that's what the modules.d directory of
the apache config is for...

HTH

Greetings,
-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Available at: http://www.final-frontier.ath.cx/?key-plain


signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Plone

2005-05-23 Thread Kirk Lowery
Patrick Marquetecken wrote:
Haim Ashkenazi wrote:


Your problem seems to be in CMFPhoto. somehow it tries to list files in
'/root' and it fails because it doesn't have permissions. either it's a
configuration problem, or it's a bug (I see that both zope and plone
you've installed are testing versions).

If this is a clean install, why would CMFPhoto be looking for stuff in
/root (which would need LocalFS or something; makes sense to store lots
of photos on the OS filesystem)?

Patrick: are you transfering a Data.fs from a previous Zope/Plone
instance?

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

 
 No its a clean install.

Well, then the question is, why is CMFPhoto looking in /root? It's no
surprise it doesn't have the permissions.

Ok, let's look at the source and try to puzzle it out:

   File /var/lib/zope/zope-2.7.6/Products/CMFPhoto/Photo.py, line 20, in ?
 from imageengine import isPilAvailable, isConvertAvailable
   File /var/lib/zope/zope-2.7.6/Products/CMFPhoto/imageengine.py, line 46, 
 in ?
 isConvertAvailable = findConvert()
   File /var/lib/zope/zope-2.7.6/Products/CMFPhoto/imageengine.py, line 35, 
 in findConvert
 if convert in [ entry.lower() for entry in os.listdir(path) ]:
 OSError: [Errno 13] Permission denied: '/root'

CMFPhoto is initializing and wants to know if there is a conversion
program available, so it looks along the system path. The error is
evoked with the code:

  23 def findConvert():
  24 try to find the convert utility in the search path
  25 
  26 if sys.platform == 'win32':
  27 convert = 'convert.exe'
  28 else:
  29 convert = 'convert'
  30
  31 envPath = os.environ['PATH']
  32 syspath = [p for p in envPath.split(os.pathsep) ]
  33 for path in syspath:
  34 if os.path.isdir(path):
  35 if convert in [ entry.lower() for entry in 
 os.listdir(path) ]:
  36 LOG('CMFPhoto', DEBUG, 'ImageMagick found', 'The 
 ImageMagick \
  37 convert tool was found at %s in your search path.' % path)
  38 return True
  39
  40 LOG('CMFPhoto', PROBLEM, 'ImageMagick not found', 'The 
 ImageMagick \
  41 convert tool wasn\'t found in your search path: %s' % envPath)
  42 return False

The problem is in line 35. Evidently /root is in the search path
(lines 31-32). Is /root in your environment? ('echo $PATH') It
shouldn't be. Executables should not be kept there. That's what
/usr/local is for.

I just checked the ebuild for CMFPhoto, and ImageMagick is not required.
So it looks like the search path is the real problem. It should not be
looking for '/root'. If '/root' is in the search path, remove it.

If '/root/' is not in your $PATH, then, as I see it at this point,
you've got two choices:

1. using zprod-manager and remove CMFPhoto from the instance. then
restart zope and see if you get any new error messages. Do this if you
need Plone up more than CMFPhoto.

or

2. *temporarily* change permissions on /root to get zope up and running
and then look at the CMFPhoto configuration; change the default
directory and then change the /root permissions back to what they were.

Since it's quick I would do (2) and then if that didn't work, go to (1).

HTH,

Kirk
--
Good boy, Dex!
  -- Joseph Sky Captain Sullivan
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] [OT] Gentoo - VMware - XP trickery

2005-05-23 Thread Grant
Hello, I've got Windows XP installed within Gentoo via VMware
Workstation.  It's a great setup, but I'd like to avoid having to
register the OS.  I think I've ruined my registration code by
installing it too many times or on too many (of my) systems.

vmware displays a warning about needing to re-register XP whenever the
hardware changes.  Is there a way to make some kind of a virtual
hardware change that resets you back to 30 days to register?  If not
I'll just take a vmware snapshot of a fully updated XP and roll back
every 30 days.  Easy enough.

- Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] Gentoo - VMware - XP trickery

2005-05-23 Thread =?ISO-8859-1?Q?Joh=E1m-Lu=EDs_Migu=E9ns?= Vila
Seg, 2005-05-23 às 08:55 -0700, Grant escreveu:
 Hello, I've got Windows XP installed within Gentoo via VMware
 Workstation.  It's a great setup, but I'd like to avoid having to
 register the OS.  I think I've ruined my registration code by
 installing it too many times or on too many (of my) systems.
 
 vmware displays a warning about needing to re-register XP whenever the
 hardware changes.  Is there a way to make some kind of a virtual
 hardware change that resets you back to 30 days to register?  If not
 I'll just take a vmware snapshot of a fully updated XP and roll back
 every 30 days.  Easy enough.
 
 - Grant
 

If yr. license is a legal one, you can call M$ to be able to activate it
(i did it when i've switched from dual boot to vmware)... If you have
another kind of copy, just search the web...

cheers

[sinatura] mpc volume: 39% repeat: off random: off  GPG
KeyID:0x9D2FD6C8 [\sinatura]


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


[gentoo-user] The dvd device works bad

2005-05-23 Thread Emanuele Morozzi

Since I've been using udev I'm experiencing the following problem.
I've got 2 rom devices, a nec3500 dvd-writer (/dev/hdd) and a lite-on 
48x cd-writer (/dev/hdd); the problem is that the dvd tries to access a 
media also if there's nothing inside.


dmesg | tail outputs:

cdrom: This disc doesn't have any tracks I recognize!
hdd: status error: status=0xd8 { Busy }
ide: failed opcode was: unknown
hdd: ATAPI reset complete
hdd: status error: status=0xd8 { Busy }
ide: failed opcode was: unknown
hdd: ATAPI reset complete
hdd: status error: status=0xd8 { Busy }
ide: failed opcode was: unknown
hdd: ATAPI reset complete

cd-drive -i /dev/hdd, when no media inserted, outputs:

cd-drive version 0.73 i686-pc-linux-gnu
Copyright (c) 2003, 2004, 2005 R. Bernstein
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Drivers available...
  GNU/Linux ioctl and MMC driver
  cdrdao (TOC) disk image driver
  bin/cuesheet disk image driver
  Nero NRG disk image driver

Drive /dev/hdd
++ WARN: open (/dev/hdd): No medium found
++ WARN: open (/dev/hdd): No medium found
Uknown drive hardware properties
Uknown drive reading properties
Uknown drive writing properties

cd-drive -i /dev/hdd, when media IS inserted, outputs:

cd-drive version 0.73 i686-pc-linux-gnu
Copyright (c) 2003, 2004, 2005 R. Bernstein
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Drivers available...
  GNU/Linux ioctl and MMC driver
  cdrdao (TOC) disk image driver
  bin/cuesheet disk image driver
  Nero NRG disk image driver

Drive /dev/hdd
Vendor  : _NEC
Model   : DVD_RW ND-3500AG
Revision: 2.FD
Profile List Feature
DVD+R Double Layer - DVD Recordable Double Layer
DVD+R - DVD Recordable
DVD+RW - DVD ReWritable
Re-recordable DVD using Sequential recording
Re-recordable DVD using Restricted Overwrite
Re-recordable DVD using Sequential recording
Read only DVD
CD-RW Re-writable Compact Disc capable
Write once Compact Disc capable - on

Core Feature
ATAPI interface

Morphing Feature
Operational Change Request/Notification not supported
Synchronous GET EVENT/STATUS NOTIFICATION supported

Removable Medium Feature
Tray type loading mechanism
can eject the medium or magazine via the normal START/STOP command
can be locked into the Logical Unit

Write Protect Feature

Random Readable Feature

Multi-Read Feature

CD Read Feature
C2 Error pointers are supported
CD-Text is supported

DVD Read Feature

Random Writable Feature

Incremental Streaming Writable Feature

Formattable Feature

Restricted Overwrite Feature

DVD+RW Feature

DVD+R Feature

Rigid Restricted Overwrite Feature

CD Track at Once Feature

CD Mastering (Session at Once) Feature

DVD-R/RW Write Feature

CD-RW Media Write Support Feature

DVD+R Double Layer Feature

Initiator- and Device-directed Power Management Feature

CD Audio External Play Feature
SCAN command is supported
audio channels can be muted separately
audio channels can have separate volume levels
256 volume levels can be set

Ability to respond to all commands within a specific time Feature

Ability to perform DVD CSS/CPPM authentication via RPC Feature
CSS version 1

Ability to read and write using Initiator requested performance 
parameters Feature


Vendor-specific code 29de Feature

Hardware  : CD-ROM or DVD
Can eject : Yes
Can close tray: Yes
Can disable manual eject  : Yes
Can select juke-box disc  : No

Can set drive speed   : No
Can read multiple sessions (e.g. PhotoCD) : Yes
Can hard reset device : Yes

Reading
  Can read Mode 2 Form 1  : Yes
  Can read Mode 2 Form 2  : Yes
  Can read (S)VCD (i.e. Mode 2 Form 1/2)  : Yes
  Can read C2 Errors  : Yes
  Can read IRSC   : Yes
  Can read Media Channel Number (or UPC)  : Yes
  Can play audio  : Yes
  Can read CD-DA  : Yes
  Can read CD-R   : Yes
  Can read CD-RW  : Yes
  Can read DVD-ROM: Yes

Writing
  Can write CD-RW : Yes
  Can write DVD-R : Yes
  Can write DVD-RAM   : No
  Can write DVD-RW: No
  Can write DVD+RW: No

which is better but is wrong because this is a DVD+-RW writer. The 
problem is the access to nothing. I've recently changed the firmware for 
this writer to 

[gentoo-user] Install from Hell, now it's bash-2.05b

2005-05-23 Thread Walter Dnes
  I'm trying to do a stage 1 install on an old 400 mhz PII with 128 megs
of RAM for use as an experimental server.  Compile options are sane...
-O2 -march=i686 -fomit-frame-pointer -mmmx -pipe
I'm having extreme problems getting past...  emerge --emptytree system
at chapter 6.d of the online install docs at
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1 and will
probably attempt a stage 3 install next time, just to bypass it, unless
somebody can come up with a quick-n-dirty solution to my problems soon.

  First it was blowing up at ncurses.  I tried several times, masking
and unmasking in order to try both regular versions of ncurses and the
~x86 version.  They all blew up at the same point.  I blew that install
away, and started over.  This time around emerge --emptytree system
blows up at bash-2.05b.  I didn't see anything on bugzilla that looked
relevant.  Here's the error stuff, with my comments flagged 

i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSHELL   -I. 
-I/var/tmp/portage/bash-2.05b-r9/work/bash-2.05b -I../.. -I../../lib  -O2 
-march=i686 -fomit-frame-pointer -mmmx -pipe -DREADLINE_LIBRARY -c ./tilde.c
rm -f xmalloc.o
i686-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -DSHELL   -I. 
-I/var/tmp/portage/bash-2.05b-r9/work/bash-2.05b -I../.. -I../../lib  -O2 
-march=i686 -fomit-frame-pointer -mmmx -pipe xmalloc.c
rm -f xmalloc.o  note this command
rm -f libhistory.a
ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o 
savestring.o mbutil.o xmalloc.o
ar: xmalloc.o: No such file or directory  Doh
i686-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -DSHELL   -I. 
-I/var/tmp/portage/bash-2.05b-r9/work/bash-2.05b -I../.. -I../../lib  -O2 
-march=i686 -fomit-frame-pointer -mmmx -pipe xmalloc.c
make[1]: *** [libhistory.a] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/bash-2.05b-r9/work/bash-2.05b/lib/readline'
make: *** [lib/readline/libhistory.a] Error 1
make: *** Waiting for unfinished jobs
rm -f compat.o
i686-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -DSHELL   -I. 
-I/var/tmp/portage/bash-2.05b-r9/work/bash-2.05b -I../.. -I../../lib  -O2 
-march=i686 -fomit-frame-pointer -mmmx -pipe compat.c
rm -f libreadline.a
ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o 
rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o 
macro.o input.o callback.o terminal.o text.o nls.o misc.o history.o 
histexpand.o histfile.o histsearch.o shell.o savestring.o mbutil.o tilde.o 
xmalloc.o compat.o
test -n i686-pc-linux-gnu-ranlib  i686-pc-linux-gnu-ranlib libreadline.a
make[1]: Leaving directory 
`/var/tmp/portage/bash-2.05b-r9/work/bash-2.05b/lib/readline'

!!! ERROR: app-shells/bash-2.05b-r9 failed.
!!! Function src_compile, Line 99, Exitcode 2
!!! make failed
!!! If you need support, post the topmost build error, NOT this status message.

-- 
Walter Dnes [EMAIL PROTECTED]
An infinite number of monkeys pounding away on keyboards will
eventually produce a report showing that Windows is more secure,
and has a lower TCO, than linux.
-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Install from Hell, now it's bash-2.05b

2005-05-23 Thread C R. Little
Why not use the CFLAGS=-march=pentium2 -O3 -pipe -fomit-frame-pointer flag? 
and try to remerge

-Original Message-
From: Walter Dnes [mailto:[EMAIL PROTECTED]
Sent: Monday, May 23, 2005 12:12 PM
To: Gentoo Users List
Subject: [gentoo-user] Install from Hell, now it's bash-2.05b


  I'm trying to do a stage 1 install on an old 400 mhz PII with 128 megs
of RAM for use as an experimental server.  Compile options are sane...
-O2 -march=i686 -fomit-frame-pointer -mmmx -pipe
I'm having extreme problems getting past...  emerge --emptytree system
at chapter 6.d of the online install docs at
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1 and will
probably attempt a stage 3 install next time, just to bypass it, unless
somebody can come up with a quick-n-dirty solution to my problems soon.

  First it was blowing up at ncurses.  I tried several times, masking
and unmasking in order to try both regular versions of ncurses and the
~x86 version.  They all blew up at the same point.  I blew that install
away, and started over.  This time around emerge --emptytree system
blows up at bash-2.05b.  I didn't see anything on bugzilla that looked
relevant.  Here's the error stuff, with my comments flagged 

i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSHELL   -I. 
-I/var/tmp/portage/bash-2.05b-r9/work/bash-2.05b -I../.. -I../../lib  -O2 
-march=i686 -fomit-frame-pointer -mmmx -pipe -DREADLINE_LIBRARY -c ./tilde.c
rm -f xmalloc.o
i686-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -DSHELL   -I. 
-I/var/tmp/portage/bash-2.05b-r9/work/bash-2.05b -I../.. -I../../lib  -O2 
-march=i686 -fomit-frame-pointer -mmmx -pipe xmalloc.c
rm -f xmalloc.o  note this command
rm -f libhistory.a
ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o 
savestring.o mbutil.o xmalloc.o
ar: xmalloc.o: No such file or directory  Doh
i686-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -DSHELL   -I. 
-I/var/tmp/portage/bash-2.05b-r9/work/bash-2.05b -I../.. -I../../lib  -O2 
-march=i686 -fomit-frame-pointer -mmmx -pipe xmalloc.c
make[1]: *** [libhistory.a] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/bash-2.05b-r9/work/bash-2.05b/lib/readline'
make: *** [lib/readline/libhistory.a] Error 1
make: *** Waiting for unfinished jobs
rm -f compat.o
i686-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -DSHELL   -I. 
-I/var/tmp/portage/bash-2.05b-r9/work/bash-2.05b -I../.. -I../../lib  -O2 
-march=i686 -fomit-frame-pointer -mmmx -pipe compat.c
rm -f libreadline.a
ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o 
rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o 
macro.o input.o callback.o terminal.o text.o nls.o misc.o history.o 
histexpand.o histfile.o histsearch.o shell.o savestring.o mbutil.o tilde.o 
xmalloc.o compat.o
test -n i686-pc-linux-gnu-ranlib  i686-pc-linux-gnu-ranlib libreadline.a
make[1]: Leaving directory 
`/var/tmp/portage/bash-2.05b-r9/work/bash-2.05b/lib/readline'

!!! ERROR: app-shells/bash-2.05b-r9 failed.
!!! Function src_compile, Line 99, Exitcode 2
!!! make failed
!!! If you need support, post the topmost build error, NOT this status message.

-- 
Walter Dnes [EMAIL PROTECTED]
An infinite number of monkeys pounding away on keyboards will
eventually produce a report showing that Windows is more secure,
and has a lower TCO, than linux.
-- 
gentoo-user@gentoo.org mailing list

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Install from Hell, now it's bash-2.05b

2005-05-23 Thread Steven Susbauer

Walter Dnes wrote:

  I'm trying to do a stage 1 install on an old 400 mhz PII with 128 megs
of RAM for use as an experimental server.  Compile options are sane...
-O2 -march=i686 -fomit-frame-pointer -mmmx -pipe
I'm having extreme problems getting past...  emerge --emptytree system
at chapter 6.d of the online install docs at
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1 and will
probably attempt a stage 3 install next time, just to bypass it, unless
somebody can come up with a quick-n-dirty solution to my problems soon.


Isn't a P2 i586? I've never gotten a 686 build to work on mine.

I'm also not seeing -mmmx as a valid compile option, either on Gentoo 
Wiki or the GCC optimization listings. Maybe it is and I'm just not 
finding it, but you could try removing that one and seeing if it makes a 
difference.

--
gentoo-user@gentoo.org mailing list



[gentoo-user] ipw2200

2005-05-23 Thread C R. Little
How do I emerge the ~x86 version of the ipw2200 package? with out installing 
all of the ~x86 packages.

I do.
ACCEPT_KEYWORDS=~x86 emerge -Dupv ipw2220 and it wants to recompile almost 
every package.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] No HTML in posts?

2005-05-23 Thread James Colannino
fire-eyes wrote:

On Sun, 2005-05-22 at 20:17 -0700, James Colannino wrote:

  

I'm very against HTML mail, just for the record.  That being said,
aren't there HTML filters for command line mail clients that will strip
tags from your view of the text and make it more readable?  Just wondering.



A major point is that people should not have to do anything like that --
html on mailing lists has long been regarded as bad.
  


I know, and I agree.  I was just wondering (as I stated above)...

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



Re: [gentoo-user] wiki software

2005-05-23 Thread Antoine

 Mediawiki also powers the following:
 
 http://gentoo-wiki.com/
 http://en.wikipedia.org/

Two very big-name sites! I haven't done any wiki editing or dev before -
not ever having had the urge. At the moment the intranet is in
pseudo-html (basically ie-only, with lots of doze file links, etc), and
is about as standardised as apple pie. The problem is that there are
only a few of us (basically the IT dept) that are brave enough to code
the html (and I am the only one who even tries to make it valid), so no
one else changes anything. All the others write word files, and then
just put them in known directories.
Basically we have to have a wisiwig environment for there to be any
interest. Even minimal tags will be too much for some of the
long-toothers in the company. I had a quick look at wikiwig, which looks
pretty much like it fits the bill. Has anyone used it seriously?
Maintained it? I just might be able to get Gentoo on one of our servers
if I can get a really polished wisiwig interface that won't crash every
ten minutes... having locking is also (now I think about it) going to be
necessary (almost got subversion for the intranet, but the lack of
locking was not a plus... I know you can do it with cvs but anyway).
Thanks for the suggestions so far
Cheers
Antoine
-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] ipw2200-IGNORE FOUND PAGE TO FIX

2005-05-23 Thread C R. Little
http://forums.gentoo.org/viewtopic.php?p=1060314#1060314

-Original Message-
From: C R. Little 
Sent: Monday, May 23, 2005 12:30 PM
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] ipw2200


How do I emerge the ~x86 version of the ipw2200 package? with out installing 
all of the ~x86 packages.

I do.
ACCEPT_KEYWORDS=~x86 emerge -Dupv ipw2220 and it wants to recompile almost 
every package.

-- 
gentoo-user@gentoo.org mailing list

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ipw2200

2005-05-23 Thread Justin Patrin
On 5/23/05, C R. Little [EMAIL PROTECTED] wrote:
 How do I emerge the ~x86 version of the ipw2200 package? with out installing 
 all of the ~x86 packages.
 
 I do.
 ACCEPT_KEYWORDS=~x86 emerge -Dupv ipw2220 and it wants to recompile almost 
 every package.
 

use /etc/portage/package.keywords

-- 
Justin Patrin

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Install from Hell, now it's bash-2.05b

2005-05-23 Thread Richard Fish
Walter Dnes wrote:

i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSHELL   -I. 
-I/var/tmp/portage/bash-2.05b-r9/work/bash-2.05b -I../.. -I../../lib  -O2 
-march=i686 -fomit-frame-pointer -mmmx -pipe -DREADLINE_LIBRARY -c ./tilde.c
rm -f xmalloc.o
i686-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -DSHELL   -I. 
-I/var/tmp/portage/bash-2.05b-r9/work/bash-2.05b -I../.. -I../../lib  -O2 
-march=i686 -fomit-frame-pointer -mmmx -pipe xmalloc.c
rm -f xmalloc.o  note this command
rm -f libhistory.a
ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o 
savestring.o mbutil.o xmalloc.o
ar: xmalloc.o: No such file or directory  Doh
i686-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -DSHELL   -I. 
-I/var/tmp/portage/bash-2.05b-r9/work/bash-2.05b -I../.. -I../../lib  -O2 
-march=i686 -fomit-frame-pointer -mmmx -pipe xmalloc.c
make[1]: *** [libhistory.a] Error 1
  


What are your MAKEOPTS?  Based on the above, it looks like two make
threads tried to build libhistory.a, because xmalloc.o is removed and
compiled twice.  My guess is that, with only 128M of ram, you do _not_
want anything above -j1.

-Richard

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Browsing Network

2005-05-23 Thread Francesco Talamona
On Monday 23 May 2005 16:12, Emmanuel Durin wrote:
 You can use smb:/// to view all the network on konqueror and
 nautilus. You can also use the nmblookup command, but it usually
 returns IP addresses instead of names. Finally you can use smbtree to
 display recursively workgroups, servers and shares, but it should
 take much time if your network is big.
 For all these methods you must have a working smb.conf for your
 network.

Are you sure all these methods rely on smb.conf? smb.conf is the 
configuration file for the samba server, but as long as you probe lan  
neigbourhood it can be ignored. Maybe nmblookup uses it...

Ciao
Francesco

-- 
Linux Version 2.6.12-rc4, Compiled #1 Sun May 8 14:00:53 CEST 2005
One 1.53GHz AMD Athlon XP Processor, 1.5GB RAM, 3022.84 Bogomips Total
macula
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Browsing Network

2005-05-23 Thread Emmanuel Durin
I think nmblookup uses some entries of smb.conf, like the wins server,
charsets, max protocol, domain passwords, and maybe workgroup and
masters. I would say that all these methods relies on nmblookup, so it
there is a configuration error, none of them should work. But on a
very little network it should work without configuration...

2005/5/23, Francesco Talamona [EMAIL PROTECTED]:
 On Monday 23 May 2005 16:12, Emmanuel Durin wrote:
  You can use smb:/// to view all the network on konqueror and
  nautilus. You can also use the nmblookup command, but it usually
  returns IP addresses instead of names. Finally you can use smbtree to
  display recursively workgroups, servers and shares, but it should
  take much time if your network is big.
  For all these methods you must have a working smb.conf for your
  network.
 
 Are you sure all these methods rely on smb.conf? smb.conf is the
 configuration file for the samba server, but as long as you probe lan
 neigbourhood it can be ignored. Maybe nmblookup uses it...
 
 Ciao
 Francesco
 
 --
 Linux Version 2.6.12-rc4, Compiled #1 Sun May 8 14:00:53 CEST 2005
 One 1.53GHz AMD Athlon XP Processor, 1.5GB RAM, 3022.84 Bogomips Total
 macula
 --
 gentoo-user@gentoo.org mailing list
 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Browsing Network

2005-05-23 Thread Richard Fish
Emmanuel Durin wrote:

I think nmblookup uses some entries of smb.conf, like the wins server,
charsets, max protocol, domain passwords, and maybe workgroup and
masters. I would say that all these methods relies on nmblookup, so it
there is a configuration error, none of them should work. But on a
very little network it should work without configuration...
  


The name resolver functions in glibc also use it if you choose to use
the wins option in nsswitch.conf to resolve hostnames from wins
servers.  It should probably be split up into server and client
configuration files though.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How can I make udev play nicely with my palm pilot

2005-05-23 Thread Necoro

Necoro schrieb:

William Kenworthy schrieb:


I can sync my palm fine using jpilot by hitting sync on the palm, then
sync on jpilot.  udev creates the nodes (I have set them
as /dev/tts/USB0 and /dev/tts/USB1) when the palm sync is run, and
deletes them when finished.

The problem is that most software (pilot-link, gnome-pilot, ...) seems
to expect the nodes to be present all the time - and udev keeps deleting
them!  Even if I manually create the nodes udev will politely delete
them after a sync - causing gnome-pilot to never sync again (until
killed/restarted)

Manually creating the nodes and commenting out the rule in 50-udev.rules
didnt work either (the nodes stayed, just didnt work - no sync).  How
can I make udev play nicely?

BillK



Just create a link like /dev/pilot pointing to the special node... I 
think that should help, but i don't know your exact problem.


Necoro



So ... ehm... after having had the same problem (I migrated to udev 
yesterday night), i know what you are meaning. And I have it solved as 
following:


a) when you are using /dev/pilot as the device
change in 50-udev.rules:

KERNEL=ttyUSB[0-9]*, NAME=tts/USB%n

to

KERNEL=ttyUSB0*, NAME=tts/USB0
KERNEL=ttyUSB[2-9]*, NAME=tts/USB%n
KERNEL=ttyUSB1*, NAME=tts/USB%n, SYMLINK=pilot

The important one is the last of the three..
(And perhaps there's somebody out there to put the first and second line 
together in a single one)


b) when you are using /dev/tts/USB1
feed gnome-pilot with this as the device... it puts out an error message 
which could be ignored - it works nevertheless


hth
Necoro

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] kde 3.3 monolothic to kde 3.4 splitted helper script?

2005-05-23 Thread Robert G. Siebeck
Hi,

2005/5/22, Julien Cayzac [EMAIL PROTECTED]:
 Hi,
 Has anybody already written a script which looks at the contents of a
 kde 3.3 install (and kde apps that relies on it) and outputs a listing
 of the splitted ebuilds required to get the same install with kde 3.4
 ?

Maybe http://forums.gentoo.org/viewtopic-t-314633.html helps you. It's
not a script but some useful hints.

Robert.

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


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Switch from devfs to udev?

2005-05-23 Thread Tim Igoe
I'm guessing it can be removed - i've just never bothered to do so with
this box.


-- 
Tim Igoe
[EMAIL PROTECTED]
http://tim.igoe.me.uk - Personal Site
http://tv.igoe.me.uk - UK TV Guide

Computers are like Air-con, open windows and they stop working!


S. Schwartz wrote:
 Tim Igoe wrote:
 
Install udev as in portage. Then edit the kernel to remove devfs -
recompile and reboot.
Job done, it should say using udev at bootup.
 
 Worked for me :-)
 I've got a question regarding this switch: Can sys-fs/devfsd be unmerged
 or is it still somehow needed?
 
 Sigi


signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Install from Hell, now it's bash-2.05b

2005-05-23 Thread Walter Dnes
On Mon, May 23, 2005 at 08:08:04PM +0200, Richard Fish wrote

 What are your MAKEOPTS?  Based on the above, it looks like two make
 threads tried to build libhistory.a, because xmalloc.o is removed and
 compiled twice.  My guess is that, with only 128M of ram, you do _not_
 want anything above -j1.

  Thanks, that seems to have done the trick.  bash is item 9 of 83 on
the list of emerge --pretend --emptytree system.  I changed MAKEOPTS
to -j1 and emerge is now working on groff, which is 16 of 83.  Today is
a holiday in Canada.  The system emerge should be finished before I go
to bed.  I'll pick things up tomorrrow after work.

-- 
Walter Dnes [EMAIL PROTECTED]
An infinite number of monkeys pounding away on keyboards will
eventually produce a report showing that Windows is more secure,
and has a lower TCO, than linux.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] kde 3.3 monolothic to kde 3.4 splitted helper script?

2005-05-23 Thread Julien Cayzac
On 5/23/05, Robert G. Siebeck [EMAIL PROTECTED] wrote:
 Maybe http://forums.gentoo.org/viewtopic-t-314633.html helps you. It's
 not a script but some useful hints.

I think the hardway should be to build a full kde 3.4 into a
chroot'ed jail, then perform a qpkg -l on each composant and see which
packages match the output of that command done on the monolothic 3.3
version

It might take some days to complete, however :-)

Any chance someone already got a full kde 3.4 running and posted
packages contents on the web? :)
Julien.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Switch from devfs to udev?

2005-05-23 Thread Barry Marler
On 5/23/05, Tim Igoe [EMAIL PROTECTED] wrote:
I'm guessing it can be removed - i've just never bothered to do so withthis box.--Tim Igoe[EMAIL PROTECTED]http://tim.igoe.me.uk
 - Personal Sitehttp://tv.igoe.me.uk - UK TV GuideComputers are like Air-con, open windows and they stop working!
S. Schwartz wrote:
 Tim Igoe wrote:

Install udev as in portage. Then edit the kernel to remove devfs -
recompile and reboot.
Job done, it should say using udev at bootup.

 Worked for me :-)
 I've got a question regarding this switch: Can sys-fs/devfsd be unmerged
 or is it still somehow needed?

 Sigi

You don't need it. 



Re: [gentoo-user] ipw2200

2005-05-23 Thread Mark Shields
I'd recommend never use ACCEPT_KEYWORDS=~x86 at the command line,
especially with the --deep option (-D), as you see it can cause a lot
of packages to emerge with the ~x86 version.  Your best bet is to find
the exact version of the ~x86 package you want, and add
=ipw2200-the-version-#-here to /etc/portage/package.keywords .  I've
seen several guides where it suggests to add =ipw2200-version-#, but
this is only if you always want to stay on the bleeding edge.

On 5/23/05, Johannes Weiner [EMAIL PROTECTED] wrote:
 On Mon, May 23, 2005 at 12:30:06PM -0500, C R. Little wrote:
  How do I emerge the ~x86 version of the ipw2200 package? with out 
  installing all of the ~x86 packages.
 
  I do.
  ACCEPT_KEYWORDS=~x86 emerge -Dupv ipw2220 and it wants to recompile 
  almost every package.
 
 
 You should have a look at portage(5).
 package.keywords (hint-hint-hint)
 Then you should have a look at emerge(1).
 --deep (-D) (hint-hint-hint)
 --
 Today is Pungenday, the 70th day of Discord in the YOLD 3171
 
 
 


-- 
- Mark Shields

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Gentoo - VMware - XP trickery

2005-05-23 Thread Grant
  Hello, I've got Windows XP installed within Gentoo via VMware
  Workstation.  It's a great setup, but I'd like to avoid having to
  register the OS.  I think I've ruined my registration code by
  installing it too many times or on too many (of my) systems.
  
  vmware displays a warning about needing to re-register XP whenever the
  hardware changes.  Is there a way to make some kind of a virtual
  hardware change that resets you back to 30 days to register?  If not
  I'll just take a vmware snapshot of a fully updated XP and roll back
  every 30 days.  Easy enough.
  
  - Grant
  
 
 If yr. license is a legal one, you can call M$ to be able to activate it
 (i did it when i've switched from dual boot to vmware)... If you have
 another kind of copy, just search the web...

Thanks, it is 100% legit.  Pasted to the bottom of my laptop and all. 
I didn't think of calling them.

- Grant

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Gnome 2.10

2005-05-23 Thread Allan Spagnol Comar
I was wondering if there is a way to unmask all packages of gnome
2.10.X or higher without doing it package by package ?

Does someone knows ?

Thanks, Allan

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] wine

2005-05-23 Thread C R. Little
I'm setting up my very first install of wine. I'm a bit confused on which one 
to emerge I would like to use Office 2003 Professional and have the ability to 
run games like world of warcraft. Just more newbie questions from me.
Thanks for the help with everything.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] My PHP support is gone! [SOLVED]

2005-05-23 Thread Scott Becker

Michael Sullivan wrote:


Thank you for your help!  Most of the websites on my server (including
squirrelmail where most members get their email) uses PHP.  I was
getting stressed out over it
-Michael Sullivan-

 



Since you have users depending on the system I would highly recommend a 
decent UPS. I use this model:

http://www.provantage.com/buy-7trpl1cm-smartpro-750va-usb-int-ups-120v-6-outlet-tel-10bt-200k-ins-tripp-lite-smart750usb-shopping.htm


   scottb


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Install from Hell, now it's bash-2.05b

2005-05-23 Thread Matan Peled
Steven Susbauer wrote:
 Walter Dnes wrote:
 
   I'm trying to do a stage 1 install on an old 400 mhz PII with 128 megs
 of RAM for use as an experimental server.  Compile options are sane...
 -O2 -march=i686 -fomit-frame-pointer -mmmx -pipe
 I'm having extreme problems getting past...  emerge --emptytree system
 at chapter 6.d of the online install docs at
 http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1 and will
 probably attempt a stage 3 install next time, just to bypass it, unless
 somebody can come up with a quick-n-dirty solution to my problems soon.
 
 
 Isn't a P2 i586? I've never gotten a 686 build to work on mine.
 
 I'm also not seeing -mmmx as a valid compile option, either on Gentoo
 Wiki or the GCC optimization listings. Maybe it is and I'm just not
 finding it, but you could try removing that one and seeing if it makes a
 difference.

A P2 is a i686. Anything upward (including) of a Pentium Pro is.

Also, -mmmx is valid compile option. But a better way would just to
-march=pentium2 ...

-- 
[Name  ]   ::  [Matan I. Peled]
[Location  ]   ::  [Israel]
[Public Key]   ::  [0xD6F42CA5]
[Keyserver ]   ::  [keyserver.kjsl.com]
encrypted/signed  plain text  preferred



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] My PHP support is gone! [SOLVED]

2005-05-23 Thread Matan Peled
Scott Becker wrote:
 http://www.provantage.com/buy-7trpl1cm-smartpro-750va-usb-int-ups-120v-6-outlet-tel-10bt-200k-ins-tripp-lite-smart750usb-shopping.htm

Damn, thats a long file name...

-- 
[Name  ]   ::  [Matan I. Peled]
[Location  ]   ::  [Israel]
[Public Key]   ::  [0xD6F42CA5]
[Keyserver ]   ::  [keyserver.kjsl.com]
encrypted/signed  plain text  preferred



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] wine

2005-05-23 Thread Ryan Viljoen
There are 3 common ones to chose from:
wine - free etc the usual story also xwine (gui)
cedega - directx 9 capable used for games, afraid you have to
subscribe for a fee to use it :(
crossoffice - used to run msoffice programs etc and as far as i know
it also requires a subscription fee.

So I am afraid just good ol' wine is what you are left with if you
dont want to spend money.

Cheers
Rav

On 5/23/05, C R. Little [EMAIL PROTECTED] wrote:
 I'm setting up my very first install of wine. I'm a bit confused on which one 
 to emerge I would like to use Office 2003 Professional and have the ability 
 to run games like world of warcraft. Just more newbie questions from me.
 Thanks for the help with everything.
 
 --
 gentoo-user@gentoo.org mailing list
 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wine

2005-05-23 Thread Johannes Weiner
On Mon, May 23, 2005 at 03:48:09PM -0500, C R. Little wrote:
 I'm setting up my very first install of wine. I'm a bit confused on which one 
 to emerge I would like to use Office 2003 Professional and have the ability 
 to run games like world of warcraft. Just more newbie questions from me.
 Thanks for the help with everything.

Want windows? Use windows.
Not? Check openoffice and perhaps cedega for game emulation.

-- 
Today is Pungenday, the 70th day of Discord in the YOLD 3171


pgp4QW9a5W91F.pgp
Description: PGP signature


Re: [gentoo-user] CFLAGS CPU optimization question.

2005-05-23 Thread Colin

Walter Dnes wrote:


 Currently, I use -march=i686 for my 3 machines, a P4, a PIII, and a
PII (and a partridge in a pear trg).

 According to the gcc docs at...
http://gcc.gnu.org/onlinedocs/gcc-3.3.5/gcc/i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options

i586 is equivalent to pentium and i686 is equivalent to pentiumpro.

 Does this mean that I would get better optimization if I use pentium2,
pentium3 or pentium4, as appropriate?  I am using the available flags
(-mmmx, -msse, -msse2, -mfpmath=sse, etc) as appropriate.


Yes, it would.

My CFLAGS (Pentium II, 504 MHz, 224 MB RAM):  -O3 -march=pentium2 -mmmx 
-fomit-frame-pointer -pipe -ftracer -fno-rename-registers -funroll-loops


I have a stable install of kernel 2.6.11-gentoo-r9 and GNOME 2.8.3.  I 
haven't had a kernel panic yet, and I compiled and run the system with 
an overclocked 112 MHz front side bus.  It was worth sitting around 
watching endless lines of text scroll by.  My secrets?


 -O3:  The highest performance optimization level before code starts to 
break.  It goes up to -O9 if you're daring.  (Use -Os to compile for 
size.)  Implies a lot of stuff.
 -march=pentium2:  Implies -mmmx and writes code specifically for the 
P2 processor.

 -mmmx:  Build code with MMX instructions wherever possible.
 -fomit-frame-pointer:  Don't keep the frame pointer in a register.  
You get an extra register at the cost of losing debugging ability.
 -pipe:  Use pipes instead of temporary files.  Not recommended on a 
RAM-limited system.
 -ftracer:  Use the processor's branch predictor when compiling.  I 
think it compiles twice with this flag, but it does compile more 
efficiently.
 -fno-rename-registers:  Renaming registers is only done when running 
32-bit code on a 64-bit processor.  It's implied on x86 architecture anyway.
 -funroll-loops:  If you can tell how many times a loop will loop 
(mainly for loops), then unroll it.  Does it increase performance?  If 
it does, it's unnoticeable.  Don't tell anyone you use it though.  It 
spreads the whole Gentoo ricer myth that's been going around the Internet.


If your Pentium 4 supports Hyper-Threading, adjust MAKEOPTS 
accordingly.  My P4 compiles faster at -j3 than -j2.  (Haven't tried -j4 
though.)


--
Colin

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gnome 2.10

2005-05-23 Thread Allan Spagnol Comar
Matan Peled wrote:

Allan Spagnol Comar wrote:
  

I was wondering if there is a way to unmask all packages of gnome
2.10.X or higher without doing it package by package ?

Does someone knows ?

Thanks, Allan





http://gentoo-wiki.com/HOWTO_Update_to_GNOME_2.10

Look specifically for the Easy way ;).

  

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



Re: [gentoo-user] wine

2005-05-23 Thread Colin

Johannes Weiner wrote:


On Mon, May 23, 2005 at 03:48:09PM -0500, C R. Little wrote:
 


I'm setting up my very first install of wine. I'm a bit confused on which one to emerge I 
would like to use Office 2003 Professional and have the ability to run games like world 
of warcraft. Just more newbie questions from me.
Thanks for the help with everything.
   


Want windows? Use windows.
Not? Check openoffice and perhaps cedega for game emulation.

Games don't run well in emulation, especially Doom III and Half-Life 2, 
due to the heavy use of DirectX.  You can try Wine or Cedega, but even 
the fastest systems will experience quite a performance hit.  You're 
best off dual-booting a copy of Windows and running the games from 
there.  It's OK, dual-booting for playing games is a perfectly 
acceptable use of Windows. :-P


As for OpenOffice.org, I use it all the time, even on my Windows 
machines.  Why pay $500 for Word, Excel, PowerPoint, FrontPage and 
Outlook when you've got OpenOffice and Thunderbird all for free (plus 
any donations you make)?  They can read and write Office files with 
minimal trouble.  The only thing you'll miss is the Office shortcut bar, 
but just copy the icons to GNOME's top panel and you're back in business.


--
Colin

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Error when running ethereal through ssh tunneled X11

2005-05-23 Thread Edward Catmur
On Mon, 2005-05-23 at 11:07 -0400, fire-eyes wrote:
 When I ssh into one of my servers, using X11 tunneling, then su - to
 root, then try to run ethereal the following happens:
 
 # ethereal
 The program 'ethereal' received an X Window System error.
 This probably reflects a bug in the program.
 The error was 'BadWindow (invalid Window parameter)'.
   (Details: serial 128 error_code 3 request_code 38 minor_code 0)
   (Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error()
 function.)

Sometimes ssh -Y instead of ssh -X will work better.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Console resolution on laptop

2005-05-23 Thread Marko Kocic
On 23/05/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Hi Marko,
 
 Have you checked your BIOS settings? You should find
 something like stretch to full screen... or so.
 Cheers, tamas

No, there is no such settings. Btw, when I boot from LiveCD I've got
correct display in console, with same bios settings as now, so it
should be possibel.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wine

2005-05-23 Thread Johannes Weiner
 Games don't run well in emulation, especially Doom III and Half-Life 2, 
 due to the heavy use of DirectX.  You can try Wine or Cedega, but even 
 the fastest systems will experience quite a performance hit.  You're 
 best off dual-booting a copy of Windows and running the games from 
 there.  It's OK, dual-booting for playing games is a perfectly 
 acceptable use of Windows. :-P

DoomIII runs native on linux. Half-LifeII will be ported soon too.

 As for OpenOffice.org, I use it all the time, even on my Windows 
 machines.  Why pay $500 for Word, Excel, PowerPoint, FrontPage and 
 Outlook when you've got OpenOffice and Thunderbird all for free (plus 
 any donations you make)?  They can read and write Office files with 
 minimal trouble.  The only thing you'll miss is the Office shortcut bar, 
 but just copy the icons to GNOME's top panel and you're back in business.

I was highly recommended the new OpenOffice. Looking forward for OOo2 :)

Greets hannes

-- 
Today is Prickle-Prickle, the 71st day of Discord in the YOLD 3171


pgpc28ZZ523w5.pgp
Description: PGP signature


Re: [gentoo-user] CFLAGS CPU optimization question.

2005-05-23 Thread Richard Fish
Colin wrote:

  -funroll-loops:  If you can tell how many times a loop will loop
 (mainly for loops), then unroll it.  Does it increase performance?  If
 it does, it's unnoticeable.  Don't tell anyone you use it though.  It
 spreads the whole Gentoo ricer myth that's been going around the
 Internet.


Just a quick word of warning...-O3 can be slower or faster than -O2 or
-Os depending upon what code you are running.  The same is true of
-funroll-loops...it can actually hurt performance in many cases.  This
is due to the effect of a cache miss causing the processor to fetch data
from RAM, which takes a dozen or more clock cycles on a modern x86
computer.  Those running CPUs that have big disparities between the
internal clock and the memory bus are well advised to test the effects
of these flags on their own systems.

For me, compression and encryption (when I make backups) are my big CPU
hogs.  So those are what I tested, and I found -Os to be about 5% faster
on average than -O2, depending upon whether it was gzip, bzip2, and what
level (-1 thru -9) of compression I chose.  There were some cases that
were about 5% slower, but not ones I am likely to use.  -O3 was either
5% faster or 20% slower than -O2.  Compilation time was about 10% faster
with -Os compared to -O2, and I don't really remember how much more time
-O3 took. That is on a P4 3Ghz with HT.  The encryption code didn't show
any performance boost or hit with any of the optimization levels,
probably because it includes p4-optimized assembly code.

 If your Pentium 4 supports Hyper-Threading, adjust MAKEOPTS
 accordingly.  My P4 compiles faster at -j3 than -j2.  (Haven't tried
 -j4 though.)


Another word or warning...beware of how much memory compilation takes. 
Large C++ packages (like X11 and KDE) can require over one hundred
megabytes *per module* for the compilation at -O2.  -O3 will require
even more memory.  I'd recommend only using -j2 if you have at least
512MB of memory, and -j3 at 1GB or more.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wine

2005-05-23 Thread Robert Persson
On May 23, 2005 01:48 pm C R. Little was like:
 I'm setting up my very first install of wine. I'm a bit confused on which
 one to emerge I would like to use Office 2003 Professional and have the
 ability to run games like world of warcraft. Just more newbie questions
 from me. Thanks for the help with everything.

One thing to bear in mind is that, with wine versions, more recent does not 
necessarily mean better.  Newer versions contain experimental features that 
sometimes break compatibility with particular applications as often as they 
achieve compatibility with others.  Because of this I even ended up having to 
use multiple versions simultaneously, which got pretty messy.  Some people 
say that the versions released in the middle of 2004 (not available in 
portage) tend to work better than others.  However a user comment at 
gentoo-portage.com recommends the recent version 20050419, so you might want 
to give that one a try.

Robert
-- 
Robert Persson

Don't use nuclear weapons to troubleshoot faults.
(US Air Force Instruction 91-111, 1 Oct 1997)

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Console resolution on laptop

2005-05-23 Thread Richard Fish
Marko Kocic wrote:

On 23/05/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
  

Hi Marko,

Have you checked your BIOS settings? You should find
something like stretch to full screen... or so.
Cheers, tamas



No, there is no such settings. Btw, when I boot from LiveCD I've got
correct display in console, with same bios settings as now, so it
should be possibel.

  


Are you compiling the vesafb driver into your kernel, and not as a module?

~  grep FB_VESA /usr/src/linux/.config
CONFIG_FB_VESA=y

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo, LWS and Slackware for linux learner?

2005-05-23 Thread Etaoin Shrdlu
On Sunday 22 May 2005 20:08, askar ... wrote:

 If I'm not wrong we can put Gentoo, Slackware and LFS distros on
 the same line - I mean they're all source based distros. As far as
 I know Slackware there is no emerge-like tools - I have to do
 everything manually. 

Slackware is not a source-based distro. Slackware packages, despite 
their tgz extension, contain binary files which, once expanded, go 
into the right directories.
And yes, there are tools that help you keep a slackware distro up-to 
date, more or less automatically. The most famous one is swaret.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] CFLAGS CPU optimization question.

2005-05-23 Thread Julien Cayzac
On 5/24/05, Richard Fish [EMAIL PROTECTED] wrote:
 [ recommandations about performance cflags ]

While we're at optimizing stuff, here are my CFLAGS (athlon-xp mobile,
barton core):

CFLAGS=-O2 -march=athlon-xp -msse -mfpmath=sse -pipe
-finline-functions -fsched2-use-superblocks -fsched2-use-traces
-fmove-all-movables -frename-registers -fweb -ffast-math
-funsafe-math-optimizations -fprefetch-loop-arrays -fforce-addr
-momit-leaf-frame-pointer -ftracer -funit-at-a-time
-maccumulate-outgoing-args

2.6.10-gentoo-r6 kernel, everything is stable... and far faster than
when I had only -O2 -march=athlon-xp -pipe :-)

Julien.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wine

2005-05-23 Thread Brett I. Holcomb
Who's doing the porting and where do we get them.  Some time ago I wanted 
to get some of the games and all the links pointed to Loki who was no 
more.


 On Tue, 24 May 2005, Johannes Weiner wrote:


Games don't run well in emulation, especially Doom III and Half-Life 2,
due to the heavy use of DirectX.  You can try Wine or Cedega, but even
the fastest systems will experience quite a performance hit.  You're
best off dual-booting a copy of Windows and running the games from
there.  It's OK, dual-booting for playing games is a perfectly
acceptable use of Windows. :-P


DoomIII runs native on linux. Half-LifeII will be ported soon too.


As for OpenOffice.org, I use it all the time, even on my Windows
machines.  Why pay $500 for Word, Excel, PowerPoint, FrontPage and
Outlook when you've got OpenOffice and Thunderbird all for free (plus
any donations you make)?  They can read and write Office files with
minimal trouble.  The only thing you'll miss is the Office shortcut bar,
but just copy the icons to GNOME's top panel and you're back in business.


I was highly recommended the new OpenOffice. Looking forward for OOo2 :)

Greets hannes



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Creating RAID devices

2005-05-23 Thread A. Khattri
On Mon, 23 May 2005, Emanuele Morozzi wrote:

 I use mdadm and I have not compiled md and raid0 as modules, but
 directly into the kernel. The problem is that while booting md doesn't
 find the raid properly.

 If you,re interested, this is part of the output of fdisk -l

 **
 Disk /dev/sda: 203.9 GB, 203928109056 bytes
 255 heads, 63 sectors/track, 24792 cylinders
 Units = cylinders of 16065 * 512 = 8225280 bytes

 Device Boot  Start End  Blocks   Id  System
 /dev/sda1   *   12677215029717  HPFS/NTFS
 /dev/sda22678   25624   184321777+   7  HPFS/NTFS
 /dev/sda3   25625   39137   108543172+   7  HPFS/NTFS
 /dev/sda4   39138   49585839235607  HPFS/NTFS

 Disk /dev/sdb: 203.9 GB, 203928109056 bytes
 255 heads, 63 sectors/track, 24792 cylinders
 Units = cylinders of 16065 * 512 = 8225280 bytes

 Device Boot  Start End  Blocks   Id  System
 /dev/sdb1   *   1158112699351   fd  Linux raid
 autodetect
 /dev/sdb215821706 1004062+  fd  Linux raid
 autodetect
 /dev/sdb317071902 1574370   fd  Linux raid
 autodetect
 /dev/sdb41903   24792   1838639255  Extended
 **

As someone else pointed out - these need to be of type autodetect RAID.

 And this is my mdadm.conf:

 **
 DEVICE /dev/sda1
 DEVICE /dev/sdb1
 DEVICE /dev/sda2
 DEVICE /dev/sdb2
 DEVICE /dev/sda3
 DEVICE /dev/sdb3
 DEVICE /dev/sda4
 DEVICE /dev/sdb4

 ARRAY /dev/md0 devices=/dev/sda1,/dev/sdb1
 ARRAY /dev/md1 devices=/dev/sda2,/dev/sdb2
 ARRAY /dev/md2 devices=/dev/sda3,/dev/sdb3
 ARRAY /dev/md3 devices=/dev/sda4,/dev/sdb4

 PROGRAM /usr/sbin/handle-mdadm-events
 **

I think you need to heed my earlier advice (which was to read the RAID
HOWTO docs at tldp.org) so you understand what the different RAID levels
mean.


-- 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] SNMP

2005-05-23 Thread A. Khattri
On Mon, 23 May 2005, Patrick Marquetecken wrote:

 I have installed net-snmp to send snmp info to a snmp server the info it
 get is good but not enough, i need to send/see the index load also, this
 is the info i'm get until now:
 what elso must i configure ?

Have you tried using snmpconf to setup your config files?

-- 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wiki software

2005-05-23 Thread Ric de France
On 5/24/05, Antoine [EMAIL PROTECTED] wrote:
 Basically we have to have a wisiwig environment for there to be any
 interest. Even minimal tags will be too much for some of the
 long-toothers in the company. I had a quick look at wikiwig, which looks
 pretty much like it fits the bill. Has anyone used it seriously?
 Maintained it? I just might be able to get Gentoo on one of our servers
 if I can get a really polished wisiwig interface that won't crash every
 ten minutes... having locking is also (now I think about it) going to be
 necessary (almost got subversion for the intranet, but the lack of
 locking was not a plus... I know you can do it with cvs but anyway).

Unfortunately, wikipedia does not come with a WYSIWYG code editor.
Saying that, the deployment I made was into an area where some people
have not ever coded in HTML or wiki-markup, and there aren't many
people that haven't picked it up in the space of about half a day. I'd
be guessing it would take that long to pick up Openoffice.org Writer
or MS Office Word if you have never used either application before.

It is differrent, but it's not any more difficult. The editor comes
with some buttons above the text entry box that markup the code that
you highlight. Give it a go sometime. You can always edit a page on
gentoo-wiki or wikipedia, and click on the preview button as many
times as you like without it actually commiting to the database.

HTH,

...Ric
-- 
Ric de France
Ph: +61412945554 (international) or 0412945554 (Australia)
== Do you, uh... Gentoo? Gent-hooo!! ==

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How can I make udev play nicely with my palm pilot

2005-05-23 Thread William Kenworthy
In the end I changed to static nodes for this - I think the whole
udev/devfs thing is a solution looking for a problem to solve - overall
it creates far more difficulties than the old static system.

Next Iam trying to solve the problem why the backup crashes while trying
to save some of the java modules.

BillK


On Mon, 2005-05-23 at 06:11 +0200, Necoro wrote:
 Necoro schrieb:
  William Kenworthy schrieb:
  
  I can sync my palm fine using jpilot by hitting sync on the palm, then
  sync on jpilot.  udev creates the nodes (I have set them
  as /dev/tts/USB0 and /dev/tts/USB1) when the palm sync is run, and
  deletes them when finished.
 
  ...
 
-- 
William Kenworthy [EMAIL PROTECTED]
Home!

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wiki software

2005-05-23 Thread A. Khattri
On Mon, 23 May 2005, Antoine wrote:

 Basically we have to have a wisiwig environment for there to be any
 interest. Even minimal tags will be too much for some of the
 long-toothers in the company. I had a quick look at wikiwig, which looks
 pretty much like it fits the bill. Has anyone used it seriously?
 Maintained it? I just might be able to get Gentoo on one of our servers
 if I can get a really polished wisiwig interface that won't crash every
 ten minutes... having locking is also (now I think about it) going to be
 necessary (almost got subversion for the intranet, but the lack of
 locking was not a plus... I know you can do it with cvs but anyway).

You dont need to know any markup language to edit a wiki especially not
HTML. But you have the option of doing very simple markup using ordinary
characters. For example, in phpwiki:

*this
*causes
*each
*line
*to
*be a
*bullet
*list

gives you a bullet list. After a few mins playing around with the crib
sheet it becomes pretty easy to work with. You dont really need any
unstable WYSISYG editor. Phpwiki comes with help built-in.


-- 

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Tuning QAM w/ pcHDTV3000

2005-05-23 Thread Michael Haan
I'm not sure I'm doing this right.  I have the card installed, running
2.6.12-rc4.  The drivers seem to load as does the firmware.  I've
built dvb-apps and tried:

./atscscan atsc/us-NTSC-center-frequencies-8VSB


And got nothing but:

 tune to: 80300:8VSB
WARNING:  tuning failed!!!
 tune to: 80300:8VSB (tuning failed)
WARNING:  tuning failed!!!


Does that mean there are no QAM channels I can get?  Or do I need to
do something more?  What about 64 vs 256?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wiki software

2005-05-23 Thread Marshal Newrock

On Tue, 24 May 2005, Ric de France wrote:


Unfortunately, wikipedia does not come with a WYSIWYG code editor.
Saying that, the deployment I made was into an area where some people
have not ever coded in HTML or wiki-markup, and there aren't many
people that haven't picked it up in the space of about half a day. I'd
be guessing it would take that long to pick up Openoffice.org Writer
or MS Office Word if you have never used either application before.


If it's internal deployment, there's a mediawiki toolbar plugin for 
firefox.


--
That which does not kill me makes me stranger
()  The ASCII Ribbon Campaign against HTML Email,
/\  vCards, and proprietary formats.
  http://www.georgedillon.com/web/html_email_is_evil.shtml
--
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Tuning QAM w/ pcHDTV3000

2005-05-23 Thread Alex Stagg
QAM and 8VSB are two different modulation schemes. 8VSB is used for digital
off the air (ATSC) signals in the US. QAM is used on Cable systems. That's
all about this topic but maybe it will help you sort out what you want to
do.

-Original Message-
From: Michael Haan [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 23, 2005 8:10 PM
To: Discussion about mythtv; gentoo-user@lists.gentoo.org
Subject: [gentoo-user] Tuning QAM w/ pcHDTV3000

I'm not sure I'm doing this right.  I have the card installed, running
2.6.12-rc4.  The drivers seem to load as does the firmware.  I've built
dvb-apps and tried:

./atscscan atsc/us-NTSC-center-frequencies-8VSB


And got nothing but:

 tune to: 80300:8VSB
WARNING:  tuning failed!!!
 tune to: 80300:8VSB (tuning failed)
WARNING:  tuning failed!!!


Does that mean there are no QAM channels I can get?  Or do I need to do
something more?  What about 64 vs 256?

--
gentoo-user@gentoo.org mailing list

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Tuning QAM w/ pcHDTV3000

2005-05-23 Thread Michael Haan
On 5/23/05, Alex Stagg [EMAIL PROTECTED] wrote:
 QAM and 8VSB are two different modulation schemes. 8VSB is used for digital
 off the air (ATSC) signals in the US. QAM is used on Cable systems. That's
 all about this topic but maybe it will help you sort out what you want to
 do.
 
 -Original Message-
 From: Michael Haan [mailto:[EMAIL PROTECTED]
 Sent: Monday, May 23, 2005 8:10 PM
 To: Discussion about mythtv; gentoo-user@lists.gentoo.org
 Subject: [gentoo-user] Tuning QAM w/ pcHDTV3000
 
 I'm not sure I'm doing this right.  I have the card installed, running
 2.6.12-rc4.  The drivers seem to load as does the firmware.  I've built
 dvb-apps and tried:
 
 ./atscscan atsc/us-NTSC-center-frequencies-8VSB
 
 
 And got nothing but:
 
  tune to: 80300:8VSB
 WARNING:  tuning failed!!!
  tune to: 80300:8VSB (tuning failed)
 WARNING:  tuning failed!!!
 
 
 Does that mean there are no QAM channels I can get?  Or do I need to do
 something more?  What about 64 vs 256?
 
 --
 gentoo-user@gentoo.org mailing list
 
 --
 gentoo-user@gentoo.org mailing list
 
 

Ok, I've found a file with proper frequencies and am finally getting a
signal lock:

[EMAIL PROTECTED] root # ./dvb-apps/util/szap/azap -r C104
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
tuning to 67500 Hz
video pid 0x, audio pid 0x
status 1f | signal 126d | snr fd47 | ber  | unc  | FE_HAS_LOCK
status 1f | signal 126d | snr fd43 | ber  | unc  | FE_HAS_LOCK
status 1f | signal 126d | snr fd5b | ber  | unc  | FE_HAS_LOCK


A post I read (http://www.pchdtv.com/forum/viewtopic.php?t=688highlight=qam)
mentioned needing to run dvbtraffic to get the pids.  I get this:


tibeaux root # ./dvb-apps/util/dvbtraffic/dvbtraffic /dev/dvb/adpater0/frontend0
read: Bad file descriptor


My question is - do I need to do this?  If I'm getting a lock, what do
I do next to enable myth to use this card?

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] wpa_supplicant and unencrypted APs

2005-05-23 Thread Grant
Can wpa_supplicant connect to an unencrypted AP?  I'll be connecting
to a strange AP tomorrow and I don't know what to expect.  I've got to
be sure I can get online.

- Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gnome 2.10

2005-05-23 Thread Ow Mun Heng
On Tue, 2005-05-24 at 00:15 +0300, Matan Peled wrote:
 Allan Spagnol Comar wrote:
  I was wondering if there is a way to unmask all packages of gnome
  2.10.X or higher without doing it package by package ?
  
  Does someone knows ?
  
  Thanks, Allan
  
 
 
 http://gentoo-wiki.com/HOWTO_Update_to_GNOME_2.10
 Look specifically for the Easy way ;).

There's a post here for a code for easy unmasking..

search for it. It's a perl script. Alternatively I can post it to you
 

-- 
Ow Mun Heng
Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM
98% Microsoft(tm) Free!! 
Neuromancer 12:04:29 up 3:10, 5 users, load average: 0.56, 1.06, 1.03 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Console resolution on laptop

2005-05-23 Thread Stroller


On May 23, 2005, at 9:17 am, Marko Kocic wrote:


I have Fujitsu Siemens Amilo A7600 laptop.
I have problem when booting in console mode. Only central part of my
monitor is used.


This means this that the resolution being displayed is less than that 
your TFT. I've recently acquired an IBM Stinkpad  have experienced the 
same thing.


If you were to display a 800 x 600 desktop (or console) on a CRT 
display, then it stretches to fit the screen perfectly; because the CRT 
is analogue and the dot-pitch is very fine indeed there is no 
significant distortion from stretching the image. A TFT displays 
optimally at a 1:1 pixel ratio - if you stretch an 800 x 600 image to 
fit a 1024 x 768 display the image will be very poor, as it's not 
possible to scale pixels cleanly to 120% of their original size on a 
TFT. In this case a black pixel next to a white pixel might be scaled 
to something like three pixels: one black, one white and a grey one in 
the middle. This causes blurring  stuff, so many TFT monitors will 
simply display the low-res output from the video card in the middle 
part of the screen with a black border around it.


If you knew this already, then my apologies, but your statement could 
have been better expressed:
  my video card's output resolution is much lower than that of my TFT 
monitor



I tried adding
append=vesafb:mmtr:ywrap,[EMAIL PROTECTED] to lilo.conf, and also
played with different vga=xxx settings but with no luck.
I'm using vanilla 2.6.12-rc4 kernel. My laptops TFT is [EMAIL PROTECTED]


I take it you're not using vesafb-tng in the kernel configuration 
options? In GRUB that requires the framebufer to be defined as 
video=, like so:
  kernel /bzImage-2.6.11-gentoo-r3 root=/dev/hda4 
video=vesafb:ywrap,1024x768


The old vesa framebuffer is more mature, I think, and you might well 
find that it works more smoothly for you out of the box. But I think 
it'll also be depreciated in the future. I think that in any case you 
will also need the option for framebuffer console compiled in.


On my system:
$ grep -ie vesa -ie framebuffer /usr/src/linux/.config
CONFIG_FB_VESA=y
# CONFIG_FB_VESA_STD is not set
CONFIG_FB_VESA_TNG=y
CONFIG_FB_VESA_DEFAULT_MODE=[EMAIL PROTECTED]
CONFIG_FRAMEBUFFER_CONSOLE=y


Has anyone succeeded in getting whole screen available after booting
into console?


Yes, although it took me a couple of kernel recompiles  I haven't yet 
got X working again. :/
On my system I needed to compile support for my video card in as a 
module before it would do so.


$ grep -ie savage /usr/src/linux/.config
# CONFIG_I2C_PROSAVAGE is not set
# CONFIG_I2C_SAVAGE4 is not set
CONFIG_FB_SAVAGE=m
# CONFIG_FB_SAVAGE_I2C is not set
# CONFIG_FB_SAVAGE_ACCEL is not set

I found this advice in a forums thread by Googling for something like 
T20 thinkpad vesa-tng
The important thing for you is to use `lspci` to check out what video 
card you have in your laptop, then Google for that.



Btw, when I boot from livecd 2004.3, I get whole display available in
console. Also, when I start X I get the whole screen.


Good. This means that getting it all working right is achievable, and 
that your hardware is supported. When you've booted to the liveCD, try 
taking a look at `dmesg`. I use `dmesg | less`, then search for the 
lines beginning with vesafb - along with a few lines before  after, 
I found those quite informative.


You can find the kernel parameters used on the liveCD by running `dmesg 
| grep command`, and I think you can also get the kernel config from 
the liveCD, too, but I don't know how and anyway, you don't learn so 
much that way.  ;P


Stroller.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wpa_supplicant and unencrypted APs

2005-05-23 Thread Richard Fish
I'm not using wpa_supplicant yet, but from googling it looks like you
should be able to do something like this in your wpa_supplicant.conf file:

# Plaintext connection (no WPA, no IEEE 802.1X)
network={
ssid=plaintext-test
key_mgmt=NONE
}

I'm guessing you'll have to know the ssid of the network, but that is
easy enough to find: iwlist eth1/ath0/etc scanning.

-Richard

Grant wrote:

Can wpa_supplicant connect to an unencrypted AP?  I'll be connecting
to a strange AP tomorrow and I don't know what to expect.  I've got to
be sure I can get online.

- Grant

  

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wpa_supplicant and unencrypted APs

2005-05-23 Thread Grant
 I'm not using wpa_supplicant yet, but from googling it looks like you
 should be able to do something like this in your wpa_supplicant.conf file:
 
 # Plaintext connection (no WPA, no IEEE 802.1X)
 network={
 ssid=plaintext-test
 key_mgmt=NONE
 }
 
 I'm guessing you'll have to know the ssid of the network, but that is
 easy enough to find: iwlist eth1/ath0/etc scanning.
 
 -Richard
 
 Grant wrote:
 
 Can wpa_supplicant connect to an unencrypted AP?  I'll be connecting
 to a strange AP tomorrow and I don't know what to expect.  I've got to
 be sure I can get online.
 
 - Grant

That may be just what I need.  Thanks a lot Richard.

- Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wine

2005-05-23 Thread Johannes Weiner
On Mon, May 23, 2005 at 07:09:44PM -0400, Brett I. Holcomb wrote:
 Who's doing the porting and where do we get them.  Some time ago I wanted 
 to get some of the games and all the links pointed to Loki who was no 
 more.

1.
*  games-fps/doom3
  Latest version available: 1.1.1286
  Latest version installed: [ Not Installed ]
  Size of downloaded files: 7,755 kB
  Homepage:http://www.doom3.com/
  Description: Doom III - 3rd installment of the classic id 3D first-person 
shooter
  License: DOOM3

2. ftp://ftp.idsoftware.com/idstuff/doom3/linux/

To HL2, dunno. I just play idsoftgames. ;)

Shoot, hannes
-- 
Today is Prickle-Prickle, the 71st day of Discord in the YOLD 3171


pgpgzu0YUI9yt.pgp
Description: PGP signature


Re: [gentoo-user] Console resolution on laptop

2005-05-23 Thread Iain Buchanan
On Mon, 2005-05-23 at 10:17 +0200, Marko Kocic wrote:
 Hi all,
 I have Fujitsu Siemens Amilo A7600 laptop.
 I have problem when booting in console mode. Only central part of my
 monitor is used. I tried adding
 append=vesafb:mmtr:ywrap,[EMAIL PROTECTED] to lilo.conf, and also

(that should be [EMAIL PROTECTED]  -- notice the - not x)

 played with different vga=xxx settings but with no luck.
 I'm using vanilla 2.6.12-rc4 kernel. My laptops TFT is [EMAIL PROTECTED]

To use the vesafg: line I think you need vesafb-tng compiled in, which
is a patch to the vanilla kernel.  (You get the patch automatically
applied if you use gentoo-sources, but you still have to select it).

without it, I think you have to use vga=xyz ... but if you've already
tried that then don't know why its not working.  Personally I don't use
lilo, so I don't know if your lilo syntax is correct or not...

Also, what video card is in your laptop?

HTH,
-- 
Iain Buchanan [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list