Re: [gentoo-user] get rid of all gnome related apps

2003-01-30 Thread John Nilsson
This is not exact but it helped me:

newkid root # cat /usr/local/bin/depon 
#!/bin/bash
PACKAGE=$1
RDEPS=$(find /var/db/pkg/ -name RDEPEND)
egrep "$PACKAGE( +|(-)[0-9]+)" $RDEPS | cut -d "/" -f 6,8 | sed
's/\//  depends on: /g'


On Fri, 2003-01-31 at 07:03, Kevin J. Anderson wrote:
> I am trying to unmerge all gnome related applications.   I have emerge
> searched gnome, then unmerged all installed programs that came up, but
> emerge -u --deep keeps trying to bring most of them back.   Is there a way
> for me to figure out what program is stipulating those as dependencies?
> 
> kev
> 
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 

--
[EMAIL PROTECTED] mailing list




[gentoo-user] get rid of all gnome related apps

2003-01-30 Thread Kevin J. Anderson
I am trying to unmerge all gnome related applications.   I have emerge
searched gnome, then unmerged all installed programs that came up, but
emerge -u --deep keeps trying to bring most of them back.   Is there a way
for me to figure out what program is stipulating those as dependencies?

kev



--
[EMAIL PROTECTED] mailing list




[gentoo-user] Configuring an HP DeskJet 3420 that is on a windows share

2003-01-30 Thread Timothy James Friesen
Hello again all,

I would like to set up an HP DeskJet 3420 for use over the network.  I follow 
the instructions in the Gentoo guide, until I get to the foomatic-configure 
part.  It cannot find an xml file for that printer.  Whenre can I get an xml 
file for this printer?

Thanks,

Tim

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] How can I sort mail easily?

2003-01-30 Thread Viktor Lakics
I personally use fetchmail, procmail and mutt. 

Fetchmail you use it, you have an idea.

Procmail: The best for sorting your mail and more... It is a bit
involved to setup, but it worth the effort. I filter all my mails
with it and it can do spam deleting, editing mails in the fly, etc.
Very good start for procmail is the infinite ink tutorial:

http://www.ii.com/internet/robots/procmail/qs/

This talk about you mailbox design as well.

As for the mua:

There are excellent graphical clients, I have been using them for
years until I found mutt. It was a challenge to set up, but now I
would not give it up for any other clients. It can do practically
EVERYTHING. (Except inline showing of pictures).
Beware, mutt's strenght is in the config file. Without customization
(you can find lots of examples) of your muttrc you will never
realize why people love mutt...

There are excellent mutt tutorials on the web look at www.mutt.org.

Just another thing: with fectmail/procmail/mutt you are not bound to
a running graphical interface (although I find it more pleasant to
run mutt in konsole:-))

When X refuse to start and you need to send an email for asking help
or just read that old tip in your mailbox, it is nice to have your
full blown mail system working on a console...



On Thu, Jan 30, 2003 at 08:20:33PM -0600, Alex wrote:
> I'm looking for a way to sort incoming mail (mail recvd from fetchmail) 
> easily. 
> 
> Currently, I am using a regular Redhat 8.0 setup and I have written my own 
> mail sorter that uses mbox format mailboxes.  I realize that my current 
> situtation isn't very good and I would like to use something a little more 
> mainstream?
> 
> I'm working on my gentoo setup and it is nearly done (after days of 
> compiling).  
> 
> I'm a bit fuzzy on all the aspects of Mail Delivery.  It looks like 
> Procmail is good for sorting and filtering mail, but their site doesn't 
> give me a very good idea about how to configure it or  sendmail/whatever 
> agent that feeds mail to it..
> 
> 
> Should I use sendmail/postfix/qmail? (which).  Is Procmail good for 
> sorting mail from mailing lists into different folders?   I don't need to 
> do anything terribly fancy...
> 
> Could someone give me any advice they have or perhaps a good url for a 
> HOWTO?
> 
> Thanks
> 
> -Alex
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 

-- 
___
Viktor Lakics
email: [EMAIL PROTECTED]



msg00054/pgp0.pgp
Description: PGP signature


Re: [gentoo-user] How to write an init.d script

2003-01-30 Thread BliZZZard
	In theory you be able to copy the binaries over (especially being that 
they were compiled optimized for i386), as long as any required shared libs 
are available.  Now the scripts themselves you probably will have to re- 
write, because their init script methods are VERY different from gentoo...

	If you look at the other scripts though... writing init scripts for gentoo 
is cake...

DJBliZZZard

On Thu, 30 Jan 2003 22:39:12 -0500, Matt Neimeyer <[EMAIL PROTECTED]> 
wrote:

Hey All,

The box I'm running Gentoo on came with Redhat 7 (something) on it. The 
reason this matters is that it has an LCD panel on the front that 
displayed lots of useful information (like uptime, memory usage, etc) and 
some buttons that let you, among other things, shut down the computer. 
I've got qmail running on the box and it's going to be moving to a colo 
facility. Now the Redhat install had an init script and a daemon (binary 
only) and some other tools. On an identical box that I installed Redhat 8 
on (for someone else) I was able to transplant those binaries and scripts 
and everything worked the way it should.

So the question is... what's the likelihood that I can run those binaries 
on Gentoo without corrupting anything? And how would I rewrite the init 
script so that I can run it on Gentoo?

Thanks!

Matt

P.S.  I've already tried to identify the hardware with no luck but if 
someone knows what the LCD unit is that Gallentry installed on their 
GW500 boxes and a better / more direct way to control it...


--
[EMAIL PROTECTED] mailing list





--
BliZZZard

--
[EMAIL PROTECTED] mailing list




[gentoo-user] OpenOffice trouble maker

2003-01-30 Thread QS
Hi,
I recently installed openoffice-1.0.1-r3 I dint have trouble whit it for
a couple of days then suddenly it dint wanted to start so I read some
treads in the Gentoo's Forum, I took and advice of using strace whit
OpenOffice to get more output and guess what? I found the little bugger
that was causing trouble in my system. It was this socket file in /tmp :
OSL_PIPE_1001_SingleOfficeIPC_601659217 

I deleted it and oo started working fine again.

I haven't found any reference to this yet, so any one knows what's this
file for? and why its giving trouble? 

Thanks,
Philippe.



--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] How to write an init.d script

2003-01-30 Thread Bruce J.A. Nourish
On Thursday 30 January 2003 08:39 pm, Matt Neimeyer wrote:
> The box I'm running Gentoo on came with Redhat 7 (something) on it.

Just out of curiosity, where did you buy it?

[sneeep]
> So the question is... what's the likelihood that I can run those
> binaries on Gentoo without corrupting anything? And how would I
> rewrite the init script so that I can run it on Gentoo?

Regarding the binaries: what you are interested in is whether the 
version of glibc they were linked against is available on your Gentoo 
box. You can check this by running ldd on it. I suspect if they run on 
RH8, they will be okay with a Gentoo system. As to "corrupting" 
something, I doubt it. 

One of the benefits of a UNIX-like platform is the separation of 
processes. It is very hard for code malfunctioning due to 
corruption/binary incompatability to damage anything but it's own 
memory space; the moment it tries to do anything else, the kernel will 
kill it.
-- 
Bruce J.A. Nourish <[EMAIL PROTECTED]>


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] ALSA query

2003-01-30 Thread Bruce J.A. Nourish
On Thursday 30 January 2003 01:39 pm, MIKE MacMartin wrote:
> Question about sound on Linux:
> I've installed Gentoo for a friend of mine, and some weird behaviour
> happens: He does not have anything in /dev/sound.  We attempted to
> mknod the devices so that they appear the same as on my laptop (with
> an intel8x0 module supported soundcard)... no dice.  He is now back
> to the state of nothing in /dev/sound.

ALSA creates it devices in /dev/snd, so /dev/sound is rather a 
non-starter.

> alsamixer gives the error: function snd_ctl_open failed for default:
> no such device ... assuming that's the /dev/sound emptiness?

Perhaps. No such device can happen in several situations:

* An application opens a device, say, /dev/hdf9 on a non-devfs machine 
with no hdf9; the kernel returns a specific error, "No such device".
* An application tries to open a device - /dev/hdf9 - on a devfs machine 
with no hdf9. The device node does not exist, so the kernel returns "No 
such file or directory" to the program, and the program infers the 
device does not exist.
* When a module is loaded, it would normally try to initialize any 
deviced it controlled. It might print something like "no such device" 
if it couldn't initialize the device correctly.

To figure out which of the above is true, I'd need to see some kernel 
logs. 

> He is on a SiS mainboard of some form.  /proc/pci gives the line
> Silicon Integrated Systems [SiS] SiS7012 PCI Audio Accelerator (rev
> 160).  A modprobe of snd-intel8x0 then doing /etc/init.d/alsasound
> restart caused an oops (did it really try to insmod it a second
> time?) ... but that was earlier today.

This is a little vague. modutils will refuse to load a module that is 
already in-kernel. I find it hard to believe that a set of stable 
modules like ALSA would crash for attempting something like this.

Again, kernel logs would be needed. Also, have you checked the ALSA page 
to see if/by what driver the card is supported?

-- 
Bruce J.A. Nourish <[EMAIL PROTECTED]>


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] How to write an init.d script

2003-01-30 Thread Lincoln A. Baxter
One thing that is REALLY COOL about gentoo, is its inovative dependancy
based init system, where you do not have to find a place (ie a numeric
value) which is appropriate for K and S scripts.  As much as I liked
sysV style initscripts, when I first encountered then, the gentoo way,
is really supperior.  Yiu just declare your dependant services, and
gentoo will call the start script in the right place automatically after
you have run "rc-update add INITSCRIPT RUNLEVEL" to add the script to
the appropriate run level (usually just default).

You can look at any of the scripts in /etc/init.d to get the idea.  It
took me less than an hour to convert the oracle dbora init script from
my red hat partition and convert it to gentoo.  This is one part of the
gentoo system it is WORTH getting to know.  And it is not hard.

Lincoln


On Thu, 2003-01-30 at 22:39, Matt Neimeyer wrote:
> Hey All,
> 
> The box I'm running Gentoo on came with Redhat 7 (something) on it. The 
> reason this matters is that it has an LCD panel on the front that displayed 
> lots of useful information (like uptime, memory usage, etc) and some 
> buttons that let you, among other things, shut down the computer. I've got 
> qmail running on the box and it's going to be moving to a colo facility. 
> Now the Redhat install had an init script and a daemon (binary only) and 
> some other tools. On an identical box that I installed Redhat 8 on (for 
> someone else) I was able to transplant those binaries and scripts and 
> everything worked the way it should.
> 
> So the question is... what's the likelihood that I can run those binaries 
> on Gentoo without corrupting anything? And how would I rewrite the init 
> script so that I can run it on Gentoo?
> 
> Thanks!
> 
> Matt
> 
> P.S.  I've already tried to identify the hardware with no luck but if 
> someone knows what the LCD unit is that Gallentry installed on their GW500 
> boxes and a better / more direct way to control it... 
> 
> 
> --
> [EMAIL PROTECTED] mailing list
-- 
Lincoln A. Baxter <[EMAIL PROTECTED]>


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] rsync vs sync

2003-01-30 Thread Volker Hemmann
On Friday 31 January 2003 02:21, Brett I.Holcomb wrote:
> What's the difference between rsync and sync - if any?
>
> Thanks.
 rsync is the older name for the same function.

there is no difference.

Glück Auf,
Volker

--
[EMAIL PROTECTED] mailing list




[gentoo-user] .bashrc && .bash_profile

2003-01-30 Thread Bob Lockie
.bashrc runs everytime a shell is opened and .bash_profile is run only 
when a user logs in.
My question then is why the default .bashrc is empty and the default 
.bash_profile has:
$ more .bash_profile
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/skel/.bash_profile,v 
1.5 2002
/05/12 21:48:18 azarah Exp $

#This file is sourced by bash when you log in interactively.
[ -f ~/.bashrc ] && . ~/.bashrc

eval `dircolors -b /etc/DIR_COLORS`
alias d="ls --color"
alias ls="ls --color=auto"
alias ll="ls --color -l"

The other way around seems to be more useful since it sets up some nice 
aliases.

--

Sent from Mozilla and GNU/Linux.
Powered by an AMD processor.


--
[EMAIL PROTECTED] mailing list



[gentoo-user] nfs permissions hell

2003-01-30 Thread gabriel
hello all

i'm having trouble understanding how to make nfs transparent.  i've got the 
actual sharing of files down, but it's the permissions that are getting at 
me.  there's a breakdown of what i want to have happen:

i have two computers running linux (gentoo).  a desktop (zathras), which has a 
grand total of three users, and a server (alexandria), which has only one.  
the server, is exporting a bunch of directories, but when i try to use them 
from the desktop i run into the following problems:

i *can* create a file, but once it's created, i can't re-write to it.  this is 
happening because i've got the permission bits on the directory set to "2775" 
the ownership set to "root.copyleft".  and while my user belongs to group 
"copyleft", the umask of my client is forcing the permissions of the new file 
to 644.

what is the best way to do this?  keeping in mind that i am not the only user 
that will need access to these files.

here's what i've got in my /etc/exports file:

/mnt/share/copyleft/media   zathras(rw,no_root_squash)
/mnt/share/copyleft/media/video zathras(rw,no_root_squash)
/mnt/share/copyleft/misczathras(rw,no_root_squash)
/mnt/share/copyleft/softwarezathras(rw,no_root_squash)

thanks ;-)

-- 
it must be remembered that there is nothing more difficult to plan, more 
doubtful of success, nor more dangerous to manage, than the creation of a new 
system.  for the initiator has the enmity of all who would profit by the 
preservation of the old institutions and merely the lukewarm defenders in 
those who would gain by the new ones.
- machiavelli


--
[EMAIL PROTECTED] mailing list




[gentoo-user] How to write an init.d script

2003-01-30 Thread Matt Neimeyer
Hey All,

The box I'm running Gentoo on came with Redhat 7 (something) on it. The 
reason this matters is that it has an LCD panel on the front that displayed 
lots of useful information (like uptime, memory usage, etc) and some 
buttons that let you, among other things, shut down the computer. I've got 
qmail running on the box and it's going to be moving to a colo facility. 
Now the Redhat install had an init script and a daemon (binary only) and 
some other tools. On an identical box that I installed Redhat 8 on (for 
someone else) I was able to transplant those binaries and scripts and 
everything worked the way it should.

So the question is... what's the likelihood that I can run those binaries 
on Gentoo without corrupting anything? And how would I rewrite the init 
script so that I can run it on Gentoo?

Thanks!

Matt

P.S.  I've already tried to identify the hardware with no luck but if 
someone knows what the LCD unit is that Gallentry installed on their GW500 
boxes and a better / more direct way to control it... 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] How can I sort mail easily?

2003-01-30 Thread Amiel Martin
I personally love procmail: I sort my gentoo-lists out using it

:0
* ^List-Id:.*gentoo\.org
$HOME/mail/gentoo-lists

if you have procmail installed,
man procmailrc
and
man procmailex
are great sources of documentation



Alex wrote:


I'm looking for a way to sort incoming mail (mail recvd from fetchmail) 
easily. 

Currently, I am using a regular Redhat 8.0 setup and I have written my own 
mail sorter that uses mbox format mailboxes.  I realize that my current 
situtation isn't very good and I would like to use something a little more 
mainstream?

I'm working on my gentoo setup and it is nearly done (after days of 
compiling).  

I'm a bit fuzzy on all the aspects of Mail Delivery.  It looks like 
Procmail is good for sorting and filtering mail, but their site doesn't 
give me a very good idea about how to configure it or  sendmail/whatever 
agent that feeds mail to it..


Should I use sendmail/postfix/qmail? (which).  Is Procmail good for 
sorting mail from mailing lists into different folders?   I don't need to 
do anything terribly fancy...

Could someone give me any advice they have or perhaps a good url for a 
HOWTO?

Thanks

-Alex


--
[EMAIL PROTECTED] mailing list
 




--
[EMAIL PROTECTED] mailing list




[gentoo-user] qt-3.1.0-r2 sandbox error

2003-01-30 Thread el lodger
Well I went for it. I swtched to accept keyword and tried to update
my system. 49 apps went OK but qt gave the following error:

/var/tmp/portage/qt-3.1.0-r2/work/qt-x11-free-3.1.0/bin/uic -L
/var/tmp/portage/qt-3.1.0-r2/work/qt-x11-free-3.1.0/plugins
mainwindow.ui -i mainwindow.h -o mainwindow.cpp
g++ -c -pipe -fno-exceptions -w -O2 -D_REENTRANT  -DQT_INTERNAL_NETWORK
-DQT_INTERNAL_XML -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
-DQT_SHARED -I/usr/include/freetype2 -I../../include
-I/usr/X11R6/include -I/usr/X11R6/include -I.moc/release-shared-mt/
-I/var/tmp/portage/qt-3.1.0-r2/work/qt-x11-free-3.1.0/mkspecs/linux-g++
-o .obj/release-shared-mt/moc_mainwindow.o
.moc/release-shared-mt/moc_mainwindow.cpp
ACCESS DENIED  unlink:/.obj/release-shared-mt/moc_mainwindow.o
ACCESS DENIED  link:  /.obj/release-shared-mt/moc_mainwindow.o
ACCESS DENIED  unlink:/.obj/release-shared-mt/moc_mainwindow.o
ACCESS DENIED  open_wr:   /.obj/release-shared-mt/moc_mainwindow.o
g++: .moc/release-shared-mt/moc_mainwindow.cpp: No such file or
directory
g++: no input files
make[2]: *** [.obj/release-shared-mt/moc_mainwindow.o] Error 1
make[2]: *** Waiting for unfinished jobs
ACCESS DENIED  unlink:/.obj/release-shared-mt/helpdialogimpl.o
ACCESS DENIED  link:  /.obj/release-shared-mt/helpdialogimpl.o
ACCESS DENIED  unlink:/.obj/release-shared-mt/helpdialogimpl.o
ACCESS DENIED  open_wr:   /.obj/release-shared-mt/helpdialogimpl.o
g++: helpdialogimpl.cpp: No such file or directory
g++: no input files
make[2]: *** [.obj/release-shared-mt/helpdialogimpl.o] Error 1
make[2]: Leaving directory
`/var/tmp/portage/qt-3.1.0-r2/work/qt-x11-free-3.1.0/tools/assistant'
make[1]: *** [sub-assistant] Error 2
make[1]: Leaving directory
`/var/tmp/portage/qt-3.1.0-r2/work/qt-x11-free-3.1.0/tools'
make: *** [sub-tools] Error 2

!!! ERROR: x11-libs/qt-3.1.0-r2 failed.
!!! Function src_compile, Line 101, Exitcode 2
!!! (no error message)

--- ACCESS VIOLATION SUMMARY
---
LOG FILE = "/tmp/sandbox-qt-3.1.0-r2-7479.log"

unlink:/.obj/release-shared-mt/moc_mainwindow.o
link:  /.obj/release-shared-mt/moc_mainwindow.o
unlink:/.obj/release-shared-mt/moc_mainwindow.o
open_wr:   /.obj/release-shared-mt/moc_mainwindow.o
unlink:/.obj/release-shared-mt/helpdialogimpl.o
link:  /.obj/release-shared-mt/helpdialogimpl.o
unlink:/.obj/release-shared-mt/helpdialogimpl.o
open_wr:   /.obj/release-shared-mt/helpdialogimpl.o

I have no idea what this means. Anyone?
Thanks,
Roger
-- 
Powered by GENTOO LINUX 

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] How can I sort mail easily?

2003-01-30 Thread Brett I . Holcomb
Sorry, first reply went to poster, not the list.


Also note that Sylpheed and Claws is NOT threaded.  In other words if you use 
it for 
news also everything in Sylpheed stops while it checks for news.  This is a 
pain when composing.

> Collins Richey said:
> > On Thu, 30 Jan 2003 20:20:33 -0600 (CST)
> >
> > Alex <[EMAIL PROTECTED]> wrote:
> >> I'm looking for a way to sort incoming mail (mail recvd from
> >> fetchmail) easily.
>
> < el snippo >
>
> Sylpheed (and Sylpheed-claws)
>   - Same sort of features as the other two
>   - integrated GnuPG support
>   - can also display nntp in the same client
>   - -claws is a fork of sorts that has extra features not in the
> normal sylpheed

-- 

Brett I. Holcomb
AKA Grunt <><

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] How can I sort mail easily?

2003-01-30 Thread Troy Dack

Collins Richey said:
> On Thu, 30 Jan 2003 20:20:33 -0600 (CST)
> Alex <[EMAIL PROTECTED]> wrote:
>
>> I'm looking for a way to sort incoming mail (mail recvd from
>> fetchmail) easily.

< el snippo >

> Unless you have a need to forward mail for others, I would suggest that
> you forget about procmail/sendmail et al

Yep, if you have no more than a handful of users then don't worry about
procmail etc...

> and just emerge sylpheed.
> Sylpheed has filtering capability to store your mail in separate folders
> by a variety of criteria, and it works just fine.  You need GTK+ and a
> few graphics packages.  Do emerge -p sylpheed to see what is required.

Linux has a wealth of Mail User Agents (MUAs) that can do this sort of
thing now.  Emerge them and see which one you like.  Here's a list.

Mozilla Mail (part of Mozilla)
  - can filter incoming messages
  - integrated GnuPG support
  - can also display nntp in the same client

Evolution
  - full featured PIM similar to MS Outlook
  - integrated GnuPG support
  - search function and "Virtual" folders is excellent
  - doesn't do nntp
  - can work with Exchange servers with a plugin from ximian.com

Sylpheed (and Sylpheed-claws)
  - Same sort of features as the other two
  - integrated GnuPG support
  - can also display nntp in the same client
  - -claws is a fork of sorts that has extra features not in the
normal sylpheed

KMail
  - Default KDE MUA
  - similar features to all the others
  - doesn't do nntp (use KNode)

Balsa
  - Never used this one but I think it is Gnome/gtk based

For IMAP use I've found sylpheed to be rather unkind on my slow old IMAP
server, but that is just my experience.

-- 
 Troy Dack

 http://linux.tkdack.com



--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] How can I sort mail easily?

2003-01-30 Thread Collins Richey
On Thu, 30 Jan 2003 20:20:33 -0600 (CST)
Alex <[EMAIL PROTECTED]> wrote:

> I'm looking for a way to sort incoming mail (mail recvd from
> fetchmail) easily. 
> 
> Currently, I am using a regular Redhat 8.0 setup and I have written my
> own mail sorter that uses mbox format mailboxes.  I realize that my
> current situtation isn't very good and I would like to use something a
> little more mainstream?
> 
> I'm working on my gentoo setup and it is nearly done (after days of 
> compiling).  
> 
> I'm a bit fuzzy on all the aspects of Mail Delivery.  It looks like 
> Procmail is good for sorting and filtering mail, but their site
> doesn't give me a very good idea about how to configure it or 
> sendmail/whatever agent that feeds mail to it..
> 
> 
> Should I use sendmail/postfix/qmail? (which).  Is Procmail good for 
> sorting mail from mailing lists into different folders?   I don't need
> to do anything terribly fancy...
> 
> Could someone give me any advice they have or perhaps a good url for a
> 

Unless you have a need to forward mail for others, I would suggest that
you forget about procmail/sendmail et al, and just emerge sylpheed. 
Sylpheed has filtering capability to store your mail in separate folders
by a variety of criteria, and it works just fine.  You need GTK+ and a
few graphics packages.  Do emerge -p sylpheed to see what is required.

Enjoy,
-- 
Collins Richey - Denver Area
Athlon-XP gentoo 1.4_rc2++ system xfce4-cvs

--
[EMAIL PROTECTED] mailing list




[gentoo-user] How can I sort mail easily?

2003-01-30 Thread Alex
I'm looking for a way to sort incoming mail (mail recvd from fetchmail) 
easily. 

Currently, I am using a regular Redhat 8.0 setup and I have written my own 
mail sorter that uses mbox format mailboxes.  I realize that my current 
situtation isn't very good and I would like to use something a little more 
mainstream?

I'm working on my gentoo setup and it is nearly done (after days of 
compiling).  

I'm a bit fuzzy on all the aspects of Mail Delivery.  It looks like 
Procmail is good for sorting and filtering mail, but their site doesn't 
give me a very good idea about how to configure it or  sendmail/whatever 
agent that feeds mail to it..


Should I use sendmail/postfix/qmail? (which).  Is Procmail good for 
sorting mail from mailing lists into different folders?   I don't need to 
do anything terribly fancy...

Could someone give me any advice they have or perhaps a good url for a 
HOWTO?

Thanks

-Alex


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Openjade merge fails

2003-01-30 Thread Brett I . Holcomb

Well, it worked now - stupid Asus motherboards!  I have an A7M266-D that is 
supposed to handle 4 gig.  I have 2 gig (4 512 modules) but can only use 2 
modules.  I've been trying to add the other modules back and I had three when 
I tried to emerge oj the first time.  Removed one module and it worked.  Last 
Asus I buy.  They've gone down the drain - tech support suggested a BIOS 
upgrade and when that didn't work I haven't heard a word from them.
> I was attempting to merge sane-backend and hit a snag with openjade.  I
> checked the archives and found one post but that didn't applyl.
>
> I get the following errors.  I have perl-5.8.0-r9 installed.
>
> Any ideas on what's happening here.
-- 

Brett I. Holcomb
AKA Grunt <><

--
[EMAIL PROTECTED] mailing list




[gentoo-user] 8859-1 characters in j2sdk1.4.1

2003-01-30 Thread Richard Kilgore
Hi,

Does anyone else use j2sdk1.4.1 from sun?  If so, please try the
following class, and tell me if you get question marks for output
or if you get the 8859-1 symbols (a Section symbol and a middle
dot).


public class I18nTest
{
public static void main(String[] args)
{
String s = new String(new byte[] { (byte) 167, (byte) 183 });
System.out.println(s);
}
}

Alternatively, anyone know about this stuff?  If I run the class
above in any other jdk I have that runs (1.1 on Debian, black
down on gentoo, IBM's jdk 1.2.2 on either, j2sdk 1.4.1 on
Windows) I get the section symbol and the dot.  But if I use
j2sdk 1.4.1 on Linux (either Debian or Gentoo), I get two
question marks.  I've been trying to figure this one out for a
couple of days now to no avail.

- richard

-- 
Richard Kilgore
[EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list




[gentoo-user] ALSA query

2003-01-30 Thread MIKE MacMartin
Question about sound on Linux:
I've installed Gentoo for a friend of mine, and some weird behaviour happens:
He does not have anything in /dev/sound.  We attempted to mknod the devices so 
that they appear the same as on my laptop (with an intel8x0 module supported 
soundcard)... no dice.  He is now back to the state of nothing in /dev/sound.

alsamixer gives the error: function snd_ctl_open failed for default: no such 
device ... assuming that's the /dev/sound emptiness?

He is on a SiS mainboard of some form.  /proc/pci gives the line Silicon 
Integrated Systems [SiS] SiS7012 PCI Audio Accelerator (rev 160).  A modprobe 
of snd-intel8x0 then doing /etc/init.d/alsasound restart caused an oops (did 
it really try to insmod it a second time?) ... but that was earlier today.

Any thoughts?

MIKE
-- 
Beware the JabberOrk

--
[EMAIL PROTECTED] mailing list




[gentoo-user] Spurious bugzilla mailings

2003-01-30 Thread Collins Richey
Has anyone else received unrequested bugzilla mailings lately?

In the past few days, I've received mail anouncing my interested in
several kde-related bugzilla entries, but I never registered an interest
for these.

-- 
Collins Richey - Denver Area
Athlon-XP gentoo 1.4_rc2++ system xfce4-cvs

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Via VT8233 problems

2003-01-30 Thread Collins Richey
On Fri, 31 Jan 2003 01:23:06 +0100
Sjors Robroek <[EMAIL PROTECTED]> wrote:

> >
> >Well, I have an ASUS A7V8X, which also uses a VIA VT8235 chipset
> >for
> > sound, and sound works for me.  ALSA driver 0.9.0rc2 from the gentoo
> > sources, compiled into a 2.4.20 kernel.  I'm using the following  
> > modules:
> >  snd-pcm-oss
> >  snd-mixer-oss
> >  snd-via8233
> 

Just out of curiosity, I have an Aazza KT33-AV MB which has onboard
VT82C686 sound.  Using both the Aazza drivers for windows (win98) and
the linux kernel sound (builtin) for this card, the card wordks, but the
volume is only barely audible even with the volume setting to the max.

Does anyone else have experience with this card?  How about a cheap but
well suported external sound card that you can recommend?

-- 
Collins Richey - Denver Area
Athlon-XP gentoo 1.4_rc2++ system xfce4-cvs

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] About XFS

2003-01-30 Thread Nicholas Hockey




I apologize for my site being down i had a very bizzare problem with apache2 (long story), and was working on it, so if yah were trying to get to my page, it is back up now. and i will compose a post describing my odd problem but not right now, as there is a beautiful women waiting for me to join here on the coutch to watch a movie

On Thu, 2003-01-30 at 15:05, Nicholas Hockey wrote:

i have never had a problem, and i have been running XFS almost from the day that sgi made a kernel patch for it
i run mysql, apache2, courier, sshd (and yes i use key auths) 

tilt@blackhole(pts/4) [~] df -hT
Filesystem    Type    Size  Used Avail Use% Mounted on
/dev/sdc1  xfs    941M   94M  848M  10% /
none  proc   0 0 0   -  /proc
none devfs   0 0 0   -  /dev
tmpfs    tmpfs    2.0M   24K  2.0M   2% /mnt/.init.d
/dev/hda1  xfs 63M  5.7M   57M  10% /boot
none    devpts   0 0 0   -  /dev/pts
/dev/hde1  xfs 38G   20G   18G  52% /opt
/dev/hde2  xfs 38G   31G  6.5G  83% /home
/dev/hda3  xfs    941M  254M  687M  27% /tmp
/dev/hda4  xfs 17G  3.8G   13G  23% /usr
/dev/sdc2  xfs 16G  4.8G   11G  32% /usr/local
/dev/hda2  xfs    941M  334M  607M  36% /var

(for more info like kernel version etc. etc. goto http://www.necrophile.net)





-- 
Nicholas Hockey (Tilt) <[EMAIL PROTECTED]>
Unix Administrator
Tilt@EFnet #BitchX
 
GnuPG KeyID 4EDE2B84
Key fingerprint = B916 6032 BE3D 490D 2A08  F1BC 948A A4C1 4EDE 2B84
gpg --keyserver pgp.mit.edu --recv-keys 4EDE2B84
Or, if you perfer ldap (which i do, beacuse of the HKP protocol bug):
gpg --keyserver ldap://keyserver.pgp.com --recv-keys 4EDE2B84









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


[gentoo-user] Openjade merge fails

2003-01-30 Thread Brett I . Holcomb
I was attempting to merge sane-backend and hit a snag with openjade.  I 
checked the archives and found one post but that didn't applyl.

I get the following errors.  I have perl-5.8.0-r9 installed. 

Any ideas on what's happening here.

Thanks.

-DSP_HAVE_LOCALE=1 -DSP_HAVE_WCHAR=1 -DSP_HAVE_GETTEXT=1 -DSIZE_T_IS_UINT=1 
-DSP_HAVE_BOOL=1 -DSP_ANSI_CLASS_INST=1 -DSP_HAVE_SOCKET=1 -DJADE_MIF=1 
-DJADE_HTML=1 -DSP_MULTI_BYTE=1 
-DSGML_CATALOG_FILES_DEFAULT=\"/etc/sgml/catalog\" 
-DSGML_SEARCH_PATH_DEFAULT=\"/usr/share/sgml\" -DHAVE_DLFCN_H=1 
-DDEFAULT_SCHEME_BUILTINS=\"/usr/share/sgml/openjade-1.3.1/builtins.dsl\" -c 
Allocator.cxx >/dev/null 2>&1
make[2]: *** [Allocator.lo] Error 1
make[2]: Leaving directory 
`/var/tmp/portage/openjade-1.3.1-r6/work/openjade-1.3.1/lib'
make[1]: *** [lib] Error 2
make[1]: Leaving directory 
`/var/tmp/portage/openjade-1.3.1-r6/work/openjade-1.3.1'
make: *** [all] Error 2

!!! ERROR: app-text/openjade-1.3.1-r6 failed.
!!! Function src_compile, Line 44, Exitcode 2
!!! (no error message)

Calculating dependencies  ...done!
>>> emerge (1 of 3) app-text/openjade-1.3.1-r6 to /
>>> md5 ;-) openjade-1.3.1.tar.gz

-- 

Brett I. Holcomb
AKA Grunt <><

--
[EMAIL PROTECTED] mailing list




[gentoo-user] rsync vs sync

2003-01-30 Thread Brett I . Holcomb
What's the difference between rsync and sync - if any?

Thanks.

-- 

Brett I. Holcomb
AKA Grunt <><

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Via VT8233 problems

2003-01-30 Thread Sjors Robroek

   Well, I have an ASUS A7V8X, which also uses a VIA VT8235 chipset for
sound, and sound works for me.  ALSA driver 0.9.0rc2 from the gentoo
sources, compiled into a 2.4.20 kernel.  I'm using the following  
modules:
 snd-pcm-oss
 snd-mixer-oss
 snd-via8233

i do not have that one. i use via82xx. if i do eNV  
ALSA_CARDS='snd-via8233' (or something equal) it does not work..  
perhaps i should try just emerging alsa without any specific cards (or  
compiling it myself, because emerging gave problems with oss support,  
afaik (i do have the oss use flag set)

 snd-pcm
 snd-timer
 snd-ac97-codec
 snd

--- 
+---
Bryan Feir   VA3GBF|"Every man has somewhere in the back of  
his head
Home:[EMAIL PROTECTED]   | the wreck of a thing which he calls his
   | education."  -- Stephen  
Leacock
--- 
+---

--
[EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Via VT8233 problems

2003-01-30 Thread Sjors Robroek

   Well, I have an ASUS A7V8X, which also uses a VIA VT8235 chipset for
sound, and sound works for me.  ALSA driver 0.9.0rc2 from the gentoo
sources, compiled into a 2.4.20 kernel.  I'm using the following  
modules:
 snd-pcm-oss
 snd-mixer-oss
 snd-via8233

i do not have that one. i use via82xx. if i do eNV  
ALSA_CARDS='snd-via8233' (or something equal) it does not work..  
perhaps i should try just emerging alsa without any specific cards (or  
compiling it myself, because emerging gave problems with oss support,  
afaik (i do have the oss use flag set)

 snd-pcm
 snd-timer
 snd-ac97-codec
 snd

--- 
+---
Bryan Feir   VA3GBF|"Every man has somewhere in the back of  
his head
Home:[EMAIL PROTECTED]   | the wreck of a thing which he calls his
   | education."  -- Stephen  
Leacock
--- 
+---

--
[EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list




[gentoo-user] problems compiling sim

2003-01-30 Thread Jens Mayer
Hi,

when trying to compile 'sim' (a kde-icq-client), I get the follwing
errors:

, [ emerge sim ]
|
| /bin/sh ../libtool --silent --mode=link --tag=CXX g++  -DNDEBUG -O2
| -march=athlon-tbird -O3 -pipe -fno-exceptions -fno-check-new-o sim
| -L/usr/qt/3/lib -R /usr/kde/3.1/lib -R /usr/qt/3/lib -R /usr/X11R6/lib
| -L/usr/X11R6/lib -L/usr/qt/3/lib  -DPIC -fPIC -L/usr/qt/3/lib  -DPIC
| -fPIC -L/usr/kde/3.1/lib  tmpl.o exec.o mgrep.o cfg.o keys.o splash.o
| parse.o about.o xosd.o chatwnd.o fontedit.o transparent.o intedit.o
| userview.o usertbl.o userbox.o toolbtn.o themes.o sim.o passwddlg.o
| msgview.o msgedit.o mainwin.o icons.o history.o editspell.o dock.o
| cuser.o client.o sim_meta_unload.o  ./libicq/liblibicq.a ./ui/libui.a
| ./qt3/libqt3.a  -lqt-mt  -lpng -lz -lm -lXext -lX11 -lresolv -lSM
| -lICE -lpthread -lkdecore -lkdeui -lkio  -lresolv -lssl -lcrypto
| -lcrypto  -lXss -lkspell
| /usr/kde/3.1/lib/libkdecore.so: undefined reference to
| `KStyle::defaultStyle()'
| collect2: ld returned 1 exit status
| make[3]: *** [sim] Error 1
| make[3]: Leaving directory `/var/tmp/portage/sim-0.8/work/sim-0.8/sim'
|
`

My USEflags:

 USE="oss gnome kde gtk perl dvd truetype"

Using Gentoo 1.4rc-2, both KDE 3.0.5 and 3.1 installed atm, GCC 3.2.1-r6.

Any hints? ;)

Regards,
Jens

-- 
Marriage is learning about women the hard way.

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] About XFS

2003-01-30 Thread Bruce J.A. Nourish
On Thursday 30 January 2003 04:14 am, Ing. Bernardo Lopez wrote:
> I have a problem whit XFS but i dont know if it is my error or if
> this is a normal issue...

As others have remarked, I doubt this is an XFS issue. See below.

> I make 2 new partitions whit XFS (15Gb each one) and i get that pc
> working slower than before.. it have a dsl conection of 256k and it
> looks like a 56k in a bad day... the ssh server works very slow (i
> push a key... and 40 seconds lather it prints that char in the
> xterm), the mysql queryes work very very slow... etc...

So basically, everything works slow.

Some things to think about:

* Did you change kernels when you switched to XFS?
* Is SMP enabled in your kernel? 
* What is your load average? 
* Is there anything interesting in the kernel/system logs?
* Have you fiddled with a BIOS or kernel setting recently?
* Have you modified the settings to init, or any other daemon?
* Have you emerged anything?
* Have you added any hardware? 

My system is rather more humble than those of the other respondents, but 
FWIW, here it is:

# df -hT /
FilesystemTypeSize  Used Avail Use% Mounted on
/dev/hda4  xfs 24G  4.6G   19G  20% /

I've never had trouble with XFS.
-- 
Bruce J.A. Nourish <[EMAIL PROTECTED]>


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] netscape-flash plugin and artsd

2003-01-30 Thread daveman
On Thu, Jan 30, 2003 at 11:19:05PM +0100, Jimmy Rosen wrote:
> I thought it was possible to wrap up entire netscape in artsdsp?
> Wouldn't child processes see the same environment?
> 
> Jimmy
> 
Worked like a charm! The process for creating a shortcut for this was a bit contorted:
Create the shortcut to artsdsp and pass /usr/bin/mozilla as a command line option in 
the shortcut...

It works though! Thanks.

--David

-- 
 |\_/|
 (\ /)
  ) (//^\
 ( M )
(_)_(_)

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] /dev/i2o not showing up

2003-01-30 Thread Aurelien Gouny
On Thu, 2003-01-30 at 22:56, Jimmy Rosen wrote:
> Since I can't get the pti_st driver to compile I'll check out the i2o_block 
> driver most people seem to be using. But I can't get /dev/i2o/ to show up.
> 
> All i2o modules as 'M'odules in kernel
> 
> loading:
> i2o_core
> i2o_pci
> i2o_block
> i2o_proc
> Brings it up nicely in /proc/i2o, data about the card is visible.
> dmesg reports the card found and modules loaded without a hitch.
> It registers a block device major 80 (I assume minor 0 it nothing else is 
> reported?)
> 
Personnaly this way never worked for me, as the A.Cox module. The only thing that 
works is the Promise module compiled with the Makefile I've gived to you ;)
But this way is not bad if it works :)

--
Aurélien Gouny <[EMAIL PROTECTED]>
Paris, France


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] netscape-flash plugin and artsd

2003-01-30 Thread Jimmy Rosen
I thought it was possible to wrap up entire netscape in artsdsp?
Wouldn't child processes see the same environment?

Jimmy

--
[EMAIL PROTECTED] mailing list




[gentoo-user] /dev/i2o not showing up

2003-01-30 Thread Jimmy Rosen
Since I can't get the pti_st driver to compile I'll check out the i2o_block 
driver most people seem to be using. But I can't get /dev/i2o/ to show up.

All i2o modules as 'M'odules in kernel

loading:
i2o_core
i2o_pci
i2o_block
i2o_proc
Brings it up nicely in /proc/i2o, data about the card is visible.
dmesg reports the card found and modules loaded without a hitch.
It registers a block device major 80 (I assume minor 0 it nothing else is 
reported?)

But how to get it to show up under /dev ?
From what I've read it should show up as /dev/i2o.
Since it don't show up by itself I thought I'd try to short it to 
/dev/tmpraid temporarily.
Doing:
mknod /dev/tmpraid b 80 0
and then trying fdisk /dev/tmpraid says:
Unable to open /dev/tmpraid

Hmm...

I'm a bit in the dark

Jimmy



--
[EMAIL PROTECTED] mailing list




[gentoo-user] netscape-flash plugin and artsd

2003-01-30 Thread daveman
I am unable to get any sound out of the netscape-flash plugin. I suspect that it needs 
to be configured to work through artsd, perhaps using artsdsp, but can't figure out 
where I would set this up. Any ideas?

Thanks.
--David

-- 
 |\_/|
 (\ /)
  ) (//^\
 ( M )
(_)_(_)

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] About XFS

2003-01-30 Thread Harald Arnesen
[EMAIL PROTECTED] writes:

> Interesting... I never really considered XFS when setting up my
> system. Can anyone offer any comparisons between XFS and ReiserFS?

Try both on a loop partition - and don't forget jfs when you compare.
-- 
Hilsen Harald.

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Opera dies after KDE3.1 upgrade

2003-01-30 Thread Harald Arnesen
Lee John Moore <[EMAIL PROTECTED]> writes:

> Anybody else suffered the same fate? I get segfaults trying to run
> opera and opera-static after emerging KDE3.1; I can't even get the
> GUI.

No problems here, so it can't be a general problem.
-- 
Hilsen Harald.

--
[EMAIL PROTECTED] mailing list




[gentoo-user] Kvim crashes when after file open - kde-3.1?!

2003-01-30 Thread Viktor Lakics
Dear All

I had kvim running fine, but after emerging kde3.1, every time I
open kvim the following happens:

It opens up fine, but when I try open afile through the gui open
dialog kvim crashes...

Using e: is fine though...

I already remerged kvim no avail.

Anyone has an idea?

Thanks in advance. -- Viktor 

-- 
___
Viktor Lakics
email: [EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] How do I set up Apache + mod_ssl?

2003-01-30 Thread Aurelien Gouny
On Tue, 2003-01-28 at 03:11, Doug Gorley wrote:
> I've emerged Apache, OpenSSL and mod_ssl, and I believe that Apache is
> recognizing mod_ssl, since OpenSSL is included in my error_log message:
> 
> [Mon Jan 27 15:49:01 2003] [notice] Apache/1.3.27 (Unix)  (Gentoo/Linux)
> mod_ssl/2.8.12 OpenSSL/0.9.6g configured -- resuming normal operations
> 
> I've followed the directions in the OpenSSL tutorial
> (http://www.openssl.org/docs/HOWTO/certificates.txt), and created a
> self-signed certificate for testing purposes.
> 
> So, my question is, what now?  Based on the docs, I took a guess and
> added the following lines to my apache.conf file:
> 
> SSLCertificateFile/home/doug/.openssl/cacert.pem
> SSLCertificateKeyFile /home/doug/.openssl/privkey.pem
> 
> However, when I try and access my machine with the https:// prefix, the
> connection is refused.  I'm having significant trouble finding
> straightforward documentation on this; can anyone help?
> 
> Thanks,

Your description is a little small but the first thing I would think
about is: did you add the 'Listen 443' directive in your apache
configuration file ?

Hope it will help.
Regards,

--
Aurélien Gouny <[EMAIL PROTECTED]>
Paris, France



--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] java

2003-01-30 Thread Alexander Futasz
On Thu, 30 Jan 2003 09:57:06 -0600, Henning, Brian wrote:
> I have heard that the new gcc compilers have the ability to compile
> java source code into a binary.

http://www.linuxjournal.com/article.php?sid=4860

http://gcc.gnu.org/java/

there you will find the needed info.

--
[EMAIL PROTECTED] mailing list




[gentoo-user] Weird traffic to dictionary.com?

2003-01-30 Thread Shane Hickey
Howdy all,
I have a pretty simple iptables setup.  Basically, I permit anything
returning to my box that I initiated and then I permit some other
machines on my private network to do nfs to me and so on.  
What's weird is that I'm getting logs of, what appears to be, denied
http return traffic from dictionary.com?  I can't quite figure out if
perhaps I have an app (like maybe galeon?) that is initiating this and
maybe it's slow enough that iptables doesn't see it as being
established?

Here's a snippet of the logs.

Jan 30 10:50:01 [kernel] FW_INPUT  IN=eth0 OUT=
MAC=00:b0:d0:23:d9:34:00:a0:c9:0d:e6:1b:08:00 SRC=66.161.12.81
DST=10.252.238.73 LEN=40 TOS=0x00 PREC=0x00 TTL=242 ID=0 DF PROTO=TCP
SPT=80 DPT=38408 WINDOW=0 RES=0x00 RST URGP=0 
Jan 30 11:00:01 [kernel] FW_INPUT  IN=eth0 OUT=
MAC=00:b0:d0:23:d9:34:00:a0:c9:0d:e6:1b:08:00 SRC=66.161.12.81
DST=10.252.238.73 LEN=40 TOS=0x00 PREC=0x00 TTL=242 ID=0 DF PROTO=TCP
SPT=80 DPT=38421 WINDOW=0 RES=0x00 RST URGP=0 

Thanks,

Shane



--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Promise SX6000 ATA raid controller pti_st drivermodule

2003-01-30 Thread Aurelien Gouny
On Thu, 2003-01-30 at 19:47, Jimmy Rosen wrote:
> I'm going bald from trying to get this driver to build.
> 
> Anyone out there who have had success with compiling and running the pti_st 
> driver for the sx6000 raid card?
> 
> I've tried both under an old gentoo 1.2 install with gcc 2.95.3 and mcpu 
> i686 and a newer gentoo 1.4 rc2 with gcc 3.2.1 and march athlon.
> 
> First I tried to just change the rather bizarre makefile as specified in 
> the source download readme, then building my own makefile, then manually 
> compiling the sources.
> Nope, can't get it to compile.
> 
> Thankful for any help
> Jimmy

Hi!

I had the same problem when I bought my SX6000 RAID card.
This is a wonderful card but Linux drivers included are olds and would
compile well on (for example) 2.4.7 kernels but not most recents like
2.4.20.
For information, I've compiled ths sources under a Debian GNU/Linux with
gcc 2.95.4 and after modification of my Makefile it works.

Now how to modify your Makefile ?

1- DON'T follow their instructions, get a brand new Makefile just
detared :)
2- you'll have to modify the line beginning by 'CFLAGS247' to:

CFLAGS247 = -D__KERNEL__ -I/usr/src/linux-2.4.20/drivers/scsi
-I/usr/src/linux-2.4.20/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -fno-strict-aliasing -fno-common -Wno-unused -pipe
-mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include
/usr/src/linux-2.4.20/include/linux/modversions.h

(admitting that you have a 2.4.20 kernel without SMP)

3- After that you'll have to define manually (after autodetection) the
UTSVERSION variable. In order to do so, after the CFLAGS lines you'll
have two lines like:

SOURCES = pti_st.c
OBJECT = pti_st.o

Just add:
UTSVERSION="2.4.7-10" on the line after

4- Continue your kernel compilation...

This is the only way I've found in order to make it work. There is
another module developped by A.Cox but it doesn't work for me :/

In order to help you, I've joined my Makefile.

After that you will have a .o module that will you will load (it will
taint the kernel) and if it works, you'll have some lines like this in
your dmesg output:

Found PTI SuperTrak at mbase: 0xfb00, irq 9.
scsi0 : PROMISE SuperTrak SX6000 Driver
  Vendor: PTI   Model: SuperTrak Rev: 
  Type:   Direct-Access  ANSI SCSI revision: 02
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
SCSI device sda: 39062272 512-byte hdwr sectors (2 MB)
 sda: sda1

(here the 2Mb are from 3x10Gb in RAID5 before I find some money to
buy some hard disks ;)

Hope it will help you.
Regards,

--
Aurélien gouny <[EMAIL PROTECTED]>
Paris, France


VERSIONFILE = /usr/src/linux/include/linux/version.h
#the following are for RedHat
UTSVERSION = `uname -r`
UTSSMP = `uname -a|grep -i smp`
#the following are for generial OS
OS = `grep UTS_RELEASE $(VERSIONFILE) | awk -F '"' '{ print $$2}'`
OS1 = `grep UTS_RELEASE $(VERSIONFILE) | awk -F '"' '{ print $$2}' | awk -F . '{ print $$1 }'`
OS2 = `grep UTS_RELEASE $(VERSIONFILE) | awk -F '"' '{ print $$2}' | awk -F . '{ print $$2 }'`
OS3 = `grep UTS_RELEASE $(VERSIONFILE) | awk -F '"' '{ print $$2}' | awk -F . '{ print $$3 }'`
DOSMP = `grep UTS_RELEASE $(VERSIONFILE) | awk -F '"' '{ print $$2}' | grep SMP`

CFLAGS24 = -D__KERNEL__ -I/usr/src/linux/drivers/scsi -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS 

CFLAGS242 = -D__KERNEL__ -I/usr/src/linux-2.4.2/drivers/scsi -I/usr/src/linux-2.4.2/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -Wno-unused -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.2/include/linux/modversions.h

CFLAGS247 = -D__KERNEL__ -I/usr/src/linux-2.4.20/drivers/scsi -I/usr/src/linux-2.4.20/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -Wno-unused -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.20/include/linux/modversions.h

CFLAGS24_SMP = -D__KERNEL__ -I/usr/src/linux-2.4.0-64GB-SMP/drivers/scsi -I/usr/src/linux-2.4.0-64GB-SMP/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -Wno-unused -pipe -mpreferred-stack-boundary=2 -march=i686 -D__SMP__ -DMODULE -DMODVERSIONS 

CFLAGS242_SMP = -D__KERNEL__ -I/usr/src/linux-2.4.2/drivers/scsi -I/usr/src/linux-2.4.2/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -Wno-unused -pipe -mpreferred-stack-boundary=2 -march=i686 -D__SMP__ -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.2/include/linux/modversions.h 
CFLAGS247_SMP = -D__KERNEL__ -I/usr/src/linux-2.4.7-10/drivers/scsi -I/usr/src/linux-2.4.7-10/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -Wno-u

Re: [gentoo-user] Font problems

2003-01-30 Thread Ernie Schroder
My appologies to Peter for the duplicate. I'm still not used to replying to 
Gentoo posts
On Thursday 30 January 2003 10:05, Peter Ruskin wrote:
> On Wednesday 29 Jan 2003 23:21, Ernie Schroder wrote:
> > > Ernie Schroder <[EMAIL PROTECTED]> wrote:
> > > > I have 2 boxes running Gentoo 1.4-rc2 the first is fine but the
> > > > second one is having some wierd font problems. It's using an nvidia
> > > > geforce 4 card that I suspect is causing the problems. When I
> > > > started KDE for the first time, the fonts were extremely small,
> > > > something that shows as 8pt was on the order of 2 pixles high. I
> > > > managed to blindly change the fonts to something usable, but a
> > > > reboot may, or may not result in fonts so huge that 2 or 3 words
> > > > spans the whole screen. I've done some googeling and haven't come
> > > > up with a solution. One thing I've noticed is that on the good box,
> > > > if I go to preferences--> information-->X-server, the screen
> > > > resolution shows 90x96 dpi and on the other box it shows 12x10 dpi
> > > > I can't for the life of me figure out how to change that. It would
> > > > be interesting to see what that item shows when the font is huge,
> > > > but that's near impossible to do. Anyone have an idea? --
>
> You can run xdpyinfo to gt the physical screen size and add that to
> XF86Config-4 Monitor section like this:
>
> # xdpyinfo|grep dimensions:
>   dimensions:1280x1024 pixels (301x226 millimeters)
>
> XF86Config-4:
> Section "Monitor"
> Identifier"CTX|CTX 1792UA"
> VendorName"CTX"
> ModelName "1792UA"
> DisplaySize   301 226
> HorizSync 30.0-95.0
> VertRefresh   50.0-160.0
> EndSection

Thanks, but that didn't do it either. startx failed 4 0r 5 times in a row.
 and for some reason, the alias I set for "startx -- -dpi 96"
 disappeared.Wierd as hell huh? well I removed your line, remade the alias
 and I'm back to 96x96 resolution.
--
Regards, Ernie
100% Microsoft and Intel free


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] About XFS

2003-01-30 Thread Nicholas Hockey




i have never had a problem, and i have been running XFS almost from the day that sgi made a kernel patch for it
i run mysql, apache2, courier, sshd (and yes i use key auths) 

tilt@blackhole(pts/4) [~] df -hT
Filesystem    Type    Size  Used Avail Use% Mounted on
/dev/sdc1  xfs    941M   94M  848M  10% /
none  proc   0 0 0   -  /proc
none devfs   0 0 0   -  /dev
tmpfs    tmpfs    2.0M   24K  2.0M   2% /mnt/.init.d
/dev/hda1  xfs 63M  5.7M   57M  10% /boot
none    devpts   0 0 0   -  /dev/pts
/dev/hde1  xfs 38G   20G   18G  52% /opt
/dev/hde2  xfs 38G   31G  6.5G  83% /home
/dev/hda3  xfs    941M  254M  687M  27% /tmp
/dev/hda4  xfs 17G  3.8G   13G  23% /usr
/dev/sdc2  xfs 16G  4.8G   11G  32% /usr/local
/dev/hda2  xfs    941M  334M  607M  36% /var

(for more info like kernel version etc. etc. goto http://www.necrophile.net)




-- 
Nicholas Hockey (Tilt) <[EMAIL PROTECTED]>
Unix Administrator
Tilt@EFnet #BitchX
 
GnuPG KeyID 4EDE2B84
Key fingerprint = B916 6032 BE3D 490D 2A08  F1BC 948A A4C1 4EDE 2B84
gpg --keyserver pgp.mit.edu --recv-keys 4EDE2B84
Or, if you perfer ldap (which i do, beacuse of the HKP protocol bug):
gpg --keyserver ldap://keyserver.pgp.com --recv-keys 4EDE2B84









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


Re: [gentoo-user] Opera dies after KDE3.1 upgrade

2003-01-30 Thread Nicholas Hockey




i think that i'm having a very similar problem here is my backtrace:
(gdb) bt
#0  0x4bf67327 in do_lookup () from /lib/ld-linux.so.2
#1  0x4bf66023 in _dl_lookup_symbol_internal () from /lib/ld-linux.so.2
#2  0x4bf67b68 in elf_machine_rel.0 () from /lib/ld-linux.so.2
#3  0x4bf68102 in elf_dynamic_do_rel.7 () from /lib/ld-linux.so.2
#4  0x4bf6844b in _dl_relocate_object_internal () from /lib/ld-linux.so.2
#5  0x4cbad0d1 in dl_open_worker () from /lib/libc.so.6
#6  0x4bf69e06 in _dl_catch_error_internal () from /lib/ld-linux.so.2
#7  0x4cbad31f in _dl_open () from /lib/libc.so.6
#8  0x4bf88eeb in dlopen_doit () from /lib/libdl.so.2
#9  0x4bf69e06 in _dl_catch_error_internal () from /lib/ld-linux.so.2
#10 0x4bf892e4 in _dlerror_run () from /lib/libdl.so.2
#11 0x4bf88f34 in dlopen@@GLIBC_2.1 () from /lib/libdl.so.2
#12 0x4c4b4612 in QLibraryPrivate::loadLibrary() () from /usr/qt/3/lib/libqt-mt.so.3
#13 0x4c4d5092 in QLibrary::load() () from /usr/qt/3/lib/libqt-mt.so.3
#14 0x4c4ba4d1 in QComLibrary::createInstanceInternal() () from /usr/qt/3/lib/libqt-mt.so.3
#15 0x4c4bab48 in QComLibrary::qtVersion() () from /usr/qt/3/lib/libqt-mt.so.3
#16 0x4c4d2050 in QGPluginManager::featureList() const () from /usr/qt/3/lib/libqt-mt.so.3
#17 0x080b7638 in QPtrList::deleteItem(void*) ()
#18 0x0809508f in QValueListPrivate::insert(QValueListIterator, QString const&) ()
#19 0x0807e438 in QValueListPrivate::insert(QValueListIterator, QString const&) ()
#20 0x0807c4c2 in QHeader::label(int) const ()
#21 0x4cab9e54 in __libc_start_main () from /lib/libc.so.6

i'm recompiling qt right now, and if this fails i'll recompile fam also, i'll let yah know how it does.

On Thu, 2003-01-30 at 12:17, Lee John Moore wrote:

Anybody else suffered the same fate?  I get segfaults trying to run opera and 
opera-static after emerging KDE3.1; I can't even get the GUI.
--
Lee John Moore
http://www.leej.dsl.pipex.com

--
[EMAIL PROTECTED] mailing list




-- 
Nicholas Hockey (Tilt) <[EMAIL PROTECTED]>
Unix Administrator
Tilt@EFnet #BitchX
 
GnuPG KeyID 4EDE2B84
Key fingerprint = B916 6032 BE3D 490D 2A08  F1BC 948A A4C1 4EDE 2B84
gpg --keyserver pgp.mit.edu --recv-keys 4EDE2B84
Or, if you perfer ldap (which i do, beacuse of the HKP protocol bug):
gpg --keyserver ldap://keyserver.pgp.com --recv-keys 4EDE2B84









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


Re: [gentoo-user] Opera dies after KDE3.1 upgrade

2003-01-30 Thread Lee John Moore
On Thursday 30 Jan 2003 19:02, |>J |3l1ZZZ4R|> @ 4RK71K  Lee John Moore wrote:
> >Anybody else suffered the same fate?  I get segfaults trying to run opera
> > and opera-static after emerging KDE3.1; I can't even get the GUI.
>
> Oops... scratch that...   your running opera-static don't know
> what to tell ya then... you may try the opera (non-static) now... their
> finally getting the ebuilds a little more up to date...

Nope.  I've just fixed the toppost so you can see the quote you responded too.  
I tried both.  In fact, I'd always used opera until the segfault and only 
then tried opera-static to see if that was also affected.

Anyway.  It's fixed thanks to Peter.

Regards
--
Lee John Moore
http://www.leej.dsl.pipex.com

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Re: Opera dies after KDE3.1 upgrade

2003-01-30 Thread Lee John Moore
On Thursday 30 Jan 2003 19:12, Peter Gantner wrote:
> Quoting Lee John Moore from Jan 30
[..]
> I fixed it by editing ~/.opera/opera6.ini
> and removing the line where it looks for the plugins:
>
> [User Prefs]
> Plugin Path=
>
> Don't ask me why it gets messed up by reemerging kde, but it helped.
> I if doesnt, try moving the ini file away altogether.
[..]

That did it!  Thanks Peter! :-)

--
Lee John Moore
http://www.leej.dsl.pipex.com

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] NTPD

2003-01-30 Thread Joao Sena Ribeiro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Maximus wrote:
[...]
| However, I now notice that when I out servers in my ntpd.conf, they
| disappear!
|
| I heard mention somewhere that dhcpcd is removing them? What the fix?

Edit /etc/conf.d/net, and add/edit the line "dhcpcd_ethX" (where ethX is
your interface) to contain the flag '-N' (the flag that tells dhcpcd to
don't mess around with ntp.conf).

So, my /etc/conf.d/net was:

	iface_eth0="dhcp"
	dhcpcd_eth0="-R"

('-R' tells dhcpcd to leave /etc/resolv.conf alone).
I changed it to:

	iface_eth0="dhcp"
	dhcpcd_eth0="-R -N"

Regards,
Joao Ribeiro

- --
[EMAIL PROTECTED] - http://sena.smux.net/ - gpg key 0x9A2AF85F
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE+OYGTRf4V1poq+F8RAj8iAKCtE6qurLrVL5zoA825AjNNBaZYMQCdGTdO
rFiaGDw9q55tQzW1jrYkjpg=
=2Bqt
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list




[gentoo-user] KDE styles gone?

2003-01-30 Thread Jeremy Workman
Hello,

It seems all the KDE styles are missing after upgrade from qt-3.1.0-r1
to qt-3.1.0-r2. I'm wondering what happened, and how I can get them
back. Any suggestions would be appreciated.


--
[EMAIL PROTECTED] mailing list




[gentoo-user] Re: Opera dies after KDE3.1 upgrade

2003-01-30 Thread Peter Gantner
Quoting Lee John Moore from Jan 30

> Anybody else suffered the same fate?  I get segfaults trying to run opera and 
> opera-static after emerging KDE3.1; I can't even get the GUI.


Yes I did.

I fixed it by editing ~/.opera/opera6.ini
and removing the line where it looks for the plugins:

[User Prefs]
Plugin Path=

Don't ask me why it gets messed up by reemerging kde, but it helped.
I if doesnt, try moving the ini file away altogether.

good luck,
Peter
-- 
"The Empire never ended."
Tractates: Cryptica Scriptura, no. 6

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] NTPD

2003-01-30 Thread Maximus
On Sun, 12 Jan 2003 20:53:06 -0500
Maximus <[EMAIL PROTECTED]> wrote:

> On Sun, 12 Jan 2003 17:26:57 -0500
> Mike Frysinger <[EMAIL PROTECTED]> wrote:
> 
> > any further questions/concerns/problems can be sent to me
> > personally.  or file a bug at bugs.gentoo.org.
> > 
> > as for manpages, they dont currently exist in the ebuild of ntpd
> > since they dont come with the standard distribution.  if anyone has
> > a URL or something to generate/aquire manpages for ntp, ill add it
> > to the ebuild.
> > 
> > -mike
> 
> Thanks man, this version is sweet, and it came very timely!
> Great job!
> 
However, I now notice that when I out servers in my ntpd.conf, they
disappear!

I heard mention somewhere that dhcpcd is removing them? What the fix?



msg6/pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Opera dies after KDE3.1 upgrade

2003-01-30 Thread |>J |3l1ZZZ4R|> @ 4RK71K
   Oops... scratch that...   your running opera-static don't know 
what to tell ya then... you may try the opera (non-static) now... their 
finally getting the ebuilds a little more up to date...

Lee John Moore wrote:

Anybody else suffered the same fate?  I get segfaults trying to run opera and 
opera-static after emerging KDE3.1; I can't even get the GUI.
--
Lee John Moore
http://www.leej.dsl.pipex.com

--
[EMAIL PROTECTED] mailing list

 




--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Opera dies after KDE3.1 upgrade

2003-01-30 Thread |>J |3l1ZZZ4R|> @ 4RK71K
   If I remember correctly Opera requires QT (I think... correct me if 
I'm wrong), and may nee re-merging (especially if QT was upgraded as 
well)

Just an idea...

Lee John Moore wrote:

Anybody else suffered the same fate?  I get segfaults trying to run opera and 
opera-static after emerging KDE3.1; I can't even get the GUI.
--
Lee John Moore
http://www.leej.dsl.pipex.com

--
[EMAIL PROTECTED] mailing list

 




--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] time and office problems

2003-01-30 Thread |>J |3l1ZZZ4R|> @ 4RK71K




    Another good utility for this is rdate (found in most popular
distributions):

    emerge rdate

    rdate -s time.nist.gov

    (Simply accomplishes the same thing... but is also available)...

    One thing I also find useful (being that my primary linux machine
is a laptop) is to have an init script do the same thing upon bootup...



[EMAIL PROTECTED] wrote:

  Don't know about OO, but here's how I manage my clock...

emerge net-misc/ntp to get the ntp programs.  Then, run a cron job to sync your clock.  I use the command:

ntpdate -b time.nrc.ca

to sync my clock to the National Research Council's atomic(?) clock.  I do this once or twice a day (probably overkill), and my system clock never gets more than a second off.

Doug Gorley | [EMAIL PROTECTED]


- Original Message -
From: Mike Bellemare <[EMAIL PROTECTED]>
Date: Thursday, January 30, 2003 9:10 am
Subject: [gentoo-user] time and office problems

  
  
Hi there!

first of all, i've got a problem with my time clock.
while i've put the right time zone in /etc/localtimezone it keeps 
giving the wrong time (about 4 hours of difference).
I think it's taking the time from the hardware clock (or not, i 
can't remember which one it should use) or UTC (correct me if im 
mistaken)How do i solve this?

second i've downloaded and installed OpenOffice without problems 
using emerge but i cant find the way to start de program. While I 
was on Debian i habitually installed it from source code or GUI 
isntaller telling me where the binaries were...now cant find them

thank you all for your time

M.B

-- 
__
http://www.linuxmail.org/
Now with e-mail forwarding for only US$5.95/yr

Powered by Outblaze

--
[EMAIL PROTECTED] mailing list



  
  

--
[EMAIL PROTECTED] mailing list

  






[gentoo-user] Promise SX6000 ATA raid controller pti_st driver module

2003-01-30 Thread Jimmy Rosen
I'm going bald from trying to get this driver to build.

Anyone out there who have had success with compiling and running the pti_st 
driver for the sx6000 raid card?

I've tried both under an old gentoo 1.2 install with gcc 2.95.3 and mcpu 
i686 and a newer gentoo 1.4 rc2 with gcc 3.2.1 and march athlon.

First I tried to just change the rather bizarre makefile as specified in 
the source download readme, then building my own makefile, then manually 
compiling the sources.
Nope, can't get it to compile.

Thankful for any help
Jimmy



--
[EMAIL PROTECTED] mailing list




[gentoo-user] BUG in the Makefile file generated by Glade 1.x.x

2003-01-30 Thread Stephane Wirtel
Hi all !

I have this problem, when i generate the source code with Glade, i have
the same problem, it's impossible to execute the Makefile because, there
is an error in the file, this error is at the line 170.
Version : 
Glade : 1.1.3
Automake : 1.7.2 aka 1.4-p5
Autoconf : from autoconf --version ( 2.13 ) and from emarge -s autoconf
( 2.57 )

Sorry, but i think that there is a big problem. 
If somebody can help me, thanks 

[stef@stargate:~/Projects/project3]$ make
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-recursive
make[1]: Entering directory `/home/stef/Projects/project3'
Making all in src
make[2]: Entering directory `/home/stef/Projects/project3/src'
Makefile:179: *** missing separator.  Stop.
make[2]: Leaving directory `/home/stef/Projects/project3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/stef/Projects/project3'
make: *** [all] Error 2
[stef@stargate:~/Projects/project3]$

Stephane Wirtel

Thanks


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] time and office problems

2003-01-30 Thread C. Brewer
On Thu, 30 Jan 2003 10:27:50 -0800
"C. Brewer" <[EMAIL PROTECTED]> wrote:

> On Thu, 30 Jan 2003 12:10:55 -0500
> "Mike Bellemare" <[EMAIL PROTECTED]> wrote:
> 
> > Hi there!
> > 
> > first of all, i've got a problem with my time clock.
> > while i've put the right time zone in /etc/localtimezone it keeps giving the wrong 
>time (about 4 hours of difference).
> > I think it's taking the time from the hardware clock (or not, i can't remember 
>which one it should use) or UTC (correct me if im mistaken)
> > How do i solve this?
> > 
> > second i've downloaded and installed OpenOffice without problems using emerge but 
>i cant find the way to start de program. While I was on Debian i habitually installed 
>it from source code or GUI isntaller telling me where the binaries were...now cant 
>find them
> > 
> > thank you all for your time
> > 
> > M.B
> > 
> > -- 
> > __
> > http://www.linuxmail.org/
> > Now with e-mail forwarding for only US$5.95/yr
> > 
> > Powered by Outblaze
> > 
> > --
> > [EMAIL PROTECTED] mailing list
> > 
> What you meant to say is that your /etc/localtime is symbolically linked to the 
>correct file in /usr/share/zoneinfo/*/*
> 
> And as for the Openoffice...
> einfo "***$
> einfo " To start OpenOffice.org, run:"
> einfo
> einfo "   $ ooffice"
> einfo
> einfo " Also, for individual components, you can use any of:"
> einfo
> einfo "   oocalc, oodraw, ooimpress, oomath or oowriter"
> einfo
> einfo " If the fonts appear garbled in the user interface refer to "
> einfo " Bug 8539, or http://www.openoffice.org/FAQs/fontguide.html#8";
> einfo
> einfo "***$
> 
> 
> So if you didn't actually want to run it but just look at the binaries,
> you could do a find for those, but look in /usr/bin/ first.
> -- 
> Chuck Brewer
> Registered Linux User #284015
> 
> Get my gpg public key at pgp.mit.edu!! Encrypted e-mail preferred.
> 
> This entire domain and all associated e-mail addresses are located in
> the State of Washington,and sending mail to addresses at this domain is 
> subject to the provisions of the Revised Code of Washington.
> 
> 

I almost forgot..need to set clock to local in rc.conf also.
-- 
Chuck Brewer
Registered Linux User #284015

Get my gpg public key at pgp.mit.edu!! Encrypted e-mail preferred.

This entire domain and all associated e-mail addresses are located in
the State of Washington,and sending mail to addresses at this domain is 
subject to the provisions of the Revised Code of Washington.




msg1/pgp0.pgp
Description: PGP signature


Re: [gentoo-user] time and office problems

2003-01-30 Thread C. Brewer
On Thu, 30 Jan 2003 12:10:55 -0500
"Mike Bellemare" <[EMAIL PROTECTED]> wrote:

> Hi there!
> 
> first of all, i've got a problem with my time clock.
> while i've put the right time zone in /etc/localtimezone it keeps giving the wrong 
>time (about 4 hours of difference).
> I think it's taking the time from the hardware clock (or not, i can't remember which 
>one it should use) or UTC (correct me if im mistaken)
> How do i solve this?
> 
> second i've downloaded and installed OpenOffice without problems using emerge but i 
>cant find the way to start de program. While I was on Debian i habitually installed 
>it from source code or GUI isntaller telling me where the binaries were...now cant 
>find them
> 
> thank you all for your time
> 
> M.B
> 
> -- 
> __
> http://www.linuxmail.org/
> Now with e-mail forwarding for only US$5.95/yr
> 
> Powered by Outblaze
> 
> --
> [EMAIL PROTECTED] mailing list
> 
What you meant to say is that your /etc/localtime is symbolically linked to the 
correct file in /usr/share/zoneinfo/*/*

And as for the Openoffice...
einfo "***$
einfo " To start OpenOffice.org, run:"
einfo
einfo "   $ ooffice"
einfo
einfo " Also, for individual components, you can use any of:"
einfo
einfo "   oocalc, oodraw, ooimpress, oomath or oowriter"
einfo
einfo " If the fonts appear garbled in the user interface refer to "
einfo " Bug 8539, or http://www.openoffice.org/FAQs/fontguide.html#8";
einfo
einfo "***$


So if you didn't actually want to run it but just look at the binaries,
you could do a find for those, but look in /usr/bin/ first.
-- 
Chuck Brewer
Registered Linux User #284015

Get my gpg public key at pgp.mit.edu!! Encrypted e-mail preferred.

This entire domain and all associated e-mail addresses are located in
the State of Washington,and sending mail to addresses at this domain is 
subject to the provisions of the Revised Code of Washington.




msg0/pgp0.pgp
Description: PGP signature