Re: [gentoo-user] Updating packages and running them at the same time

2005-04-06 Thread Bastian Balthazar Bux
James wrote:
I was just wondering whether this is a good idea or not (I assume it's
not, but I haven't seen anything to confirm this).
For example is it OK to emerge update x11-base from x windows?
Thanks,
James
It's ok, only remember to restart your X server when finished :)
--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] think i killed my gentoo box

2005-04-06 Thread Bastian Balthazar Bux
Nick Smith wrote:
sorry i havent been keeping up with the list as much as i should
so i dont know if this has been addressed or not.
i recently did an emerge -uD on my gentoo laptop, its been
several months since this has been done, it said that sysvinit
was blocking something from being installed, so i thought to
myself that the emerge would either install a new copy or it was
being replaced my another package, so i unmerged it to continue
with my emerge.  well everything went great until i rebooted,
now all i get is a sh# prompt when it boots and when i try to
edit anything it says i only have a read only file system and i
cant change anything.  is my system totally hosed? or is there a
way to recover from this? i would hope i dont have to reinstall
from scratch it took me a while to get this laptop going.
thanks for any and all help
Nick

you can try:
#mount -oremount,ro /
#etc-update
#reboot
be carefully with etc-update (or dispatch-conf)
good luck
--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] think i killed my gentoo box

2005-04-06 Thread Bastian Balthazar Bux
James Hiscock wrote:
you can try:
#mount -oremount,ro /

ummm... shouldn't that be rw, not ro?
--
gentoo-user@gentoo.org mailing list

yes :P
--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


[gentoo-user] dispatch-conf and binary files borkage

2005-04-06 Thread Bastian Balthazar Bux
see bug 69869 .
After an emerge -e runned as usually dispatch-conf , but keyboard in
xorg stopped working.
discovered that this happen because dispatch-conf ( rcs ) doesn't handle
very well binary files.
Now I've two question:
1) does this happen also to you ? try run
cd /etc
grep -rls ' /etc/config-archive' *
(the previous two lines are commands but xorg has no diesis sign at the
moment)
2) Has anyone idea on how to solve this ? I prefere dispatch-conf to
etc-update and if it's possible have it usable ...
thanks to all
Francesco
--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] think i killed my gentoo box

2005-04-06 Thread Bastian Balthazar Bux
Calvin Walton wrote:
On Apr 6, 2005 4:50 PM, Nick Smith [EMAIL PROTECTED] wrote:
well i tried that and it looked like it was going to work, but i
get this
ACCESS DENIED open_wr: /dev/console
any ideas? that is all that is in the log file as well.

Just wondering, do the devices that should be in /dev exist?
If you are running udev, you might need to mount sysfs
mount -t sysfs none /sys
and run /sbin/udevstart to create the devices.
yes that kind of error is reported from portage sandbox.
in addition to /dev you may want to mount /proc too
--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Duplicate posts from John Lowelljohnlowell@ameritech.net on the Digest

2005-04-06 Thread Bastian Balthazar Bux
A. Khattri wrote:
On Tue, 5 Apr 2005, Robert G. Hays wrote:

I refer back to my 'oh i forgot' emai...  That said, yes, *Some*
lessons, but it shouldn't have to be more than a day's-worth for most
users.  Then maybe 1 day, *max*, for each *complex* application.  I
remember DOS 2.0; thought that then, think that now.

I dont think switching from say, Windoze to Linux requires more than a few
hours of learning - even Novell has managed to switch 90% of their Windoze
users to Linux and OpenOffice (and having worked in large corporations
like ATT, I take a *very* dim view of corporate users...).

yes if the user was using windoze only as telnet client (from a dos 
session) to a unix machine.
Otherwise your switching time assumption are a bit too optimistic.

--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-04-04 Thread Bastian Balthazar Bux
Antonio Coralles wrote:
gentoo-user@gentoo.org wrote:

Antonio Coralles wrote:
gentoo-user@gentoo.org mailto:gentoo-user@gentoo.org wrote:

gentoo-user@gentoo.org mailto:gentoo-user@gentoo.org
mailto:gentoo-user@gentoo.org wrote:

Antonio Coralles wrote:

gentoo-user@gentoo.org mailto:gentoo-user@gentoo.org
mailto:gentoo-user@gentoo.org mailto:gentoo-user@gentoo.org wrote:

Sometimes [about 1 in 3 times] my internet connection does not work
directly after booting. After restarting the net.eth0 script all is
fine. As this behavour is rather new to me, and this is a bit annyoing
[particullary for people without root access] i would like to know if
someone has had similar problems and/or any ideas .
[snip]

antonio
I had this too on my at home computer.
No time to investigate it. Emereged net-misc/pump and it work all the
times.
Ok, pump merged ... Will my net.eth0 script now use pump automatically
after unmerging dhcpd or are some further interventions needed ?
antonio
Ok, i'm anserwing myself - maybe this is interresting to somebody:
To switch from dhcpcd to pump i did:
#emerge pump;
#rc-update del net.eth0 default;
#echo pump  /etc/conf.d/local.start
antonio
sorry for the late answer,
local.start should be not needed. Only put the following line:
config_eth0=( dhcp )
in your /etc/conf.d/net, work for me

Did you leave iface_eth0=dhcp ?
Besides, thanks for your tipp, pump works fine !

no, this stuff is managed from baselayout, my version is:
sys-apps/baselayout-1.11.10-r6
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-04-04 Thread Bastian Balthazar Bux
Antonio Coralles wrote:
[snip]
I'm using 1.9.4-r6 which is the latest version in x86; Is there a way to
start pump without local.start and without switching to ~x86 for
baselayout ?
config_eth0=( dhcp )
should be enough, additionally you can specify options for pump with: 
pump_eth0=...

this is explained in /etc/conf.d/net.example, the gziped version from 
1.9.4-r6 is attached (in case you loose it during an etc-update).

HIH
--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.


net.example.gz
Description: Binary data


Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restart

2005-04-03 Thread Bastian Balthazar Bux
Antonio Coralles wrote:
gentoo-user@gentoo.org wrote:

Sometimes [about 1 in 3 times] my internet connection does not work
directly after booting. After restarting the net.eth0 script all is
fine. As this behavour is rather new to me, and this is a bit annyoing
[particullary for people without root access] i would like to know if
someone has had similar problems and/or any ideas .
[snip]
antonio
I had this too on my at home computer.
No time to investigate it. Emereged net-misc/pump and it work all the 
times.

If you found why dhcpcd wont always work please let us know.
TIA Francesco
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] sometimes internet works only after /etc/init.d/net.eth0 restar

2005-04-03 Thread Bastian Balthazar Bux
Antonio Coralles wrote:
gentoo-user@gentoo.org wrote:

gentoo-user@gentoo.org mailto:gentoo-user@gentoo.org wrote:

Antonio Coralles wrote:
gentoo-user@gentoo.org
mailto:gentoo-user@gentoo.org mailto:gentoo-user@gentoo.org wrote:

Sometimes [about 1 in 3 times] my internet connection does not work
directly after booting. After restarting the net.eth0 script all is
fine. As this behavour is rather new to me, and this is a bit annyoing
[particullary for people without root access] i would like to know if
someone has had similar problems and/or any ideas .
[snip]
antonio
I had this too on my at home computer.
No time to investigate it. Emereged net-misc/pump and it work all the
times.
Ok, pump merged ... Will my net.eth0 script now use pump automatically
after unmerging dhcpd or are some further interventions needed ?
antonio
Ok, i'm anserwing myself - maybe this is interresting to somebody:
To switch from dhcpcd to pump i did:
#emerge pump;
#rc-update del net.eth0 default;
#echo pump  /etc/conf.d/local.start
antonio
sorry for the late answer,
local.start should be not needed. Only put the following line:
config_eth0=( dhcp )
in your /etc/conf.d/net, work for me
--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] linking dir

2005-03-30 Thread Bastian Balthazar Bux
Bjoern Michaelsen wrote:
On Wed, Mar 30, 2005 at 02:56:38AM +, timothy johnson wrote:
is there a way to link a dir to another dir without it moving to that
location on the filesystem. I was chrooting a user to lock them into a
dir, but I still wanted them to have access to this one dir that sits
outside the chrooted area???
mount --bind for dirs. If its on the same fs you can also concider
hardlinking files with ln (doesnt work for dirs).
If you want a secure chroot you  *must* use a separate filesystem
  V
symlinking don't work across filesystem.
  V
mount --bind is the only /secure/ way, it also work for sockets
(example: used to disable networking on mysql and still run mysql and 
apache in differents chroot)

--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] etc-update broke

2005-03-29 Thread Bastian Balthazar Bux
Grant wrote:
I've been emerging world today and I think one of the packages I
updated was a diff package.  Now when I run etc-update the only info I
get from choosing to interactively merge the update with the original
is something like:
Showing differences between /etc/X11/rstart/rstartd.real and
/etc/X11/rstart/._cfg_rstartd.real
Files /etc/X11/rstart/rstartd.real and
/etc/X11/rstart/._cfg_rstartd.real differ
Does anyone know how to fix this?
You don't need to fix it because it isn't broken. That file is binary so
diff can't show you the differences.
Cheers,
Renat

Thanks, all auto-merged.
- Grant
Ok but don't do automerge (-5 if I remember well) as default merge 
always the binary files but also have a look at the others.

An execepition many people do is the files in /etc/init.d/ , to let 
etc-update handle files in that dir set your 
CONFIG_PROTECT_MASK=/etc/init.d/

--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Multiple simultaneous emerges

2005-03-29 Thread Bastian Balthazar Bux
Ciaran McCreesh wrote:
[snip]
And then stuff explodes, since libfoo-1 isn't there any more. The dep
resolver won't necessarily see this as a problem either, assuming libfoo
isn't slotted and that fnord doesn't need specific libfoo versions.
Usually the breakages are quite a bit more complex than that.
At this point run a revdep-rebuild should fix the situation also for 
situation more complex than that, right?

--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] strip

2005-03-29 Thread Bastian Balthazar Bux
Graham Murray wrote:
A. Khattri [EMAIL PROTECTED] writes:

You can switch off the stripping by setting the nostrip variable in the
FEATURES variable in /etc/make.conf.

The problem with that is that it is global. Setting 'nostrip' is
something that is probably wanted on a per-package basis more often
than as a global option. I think that setting the 'debug' USE flag for
a package should, where this causes the package to generate debugging
info, automatically select 'nostrip' for that package.
--
gentoo-user@gentoo.org mailing list

you can do it in the ebuild too:
RESTRICT=nostrip
put it near all other global variables.
--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Which FEATURES do you use?

2005-03-29 Thread Bastian Balthazar Bux
Grant wrote:
Most of the FEATURES listed in make.conf.example sound good.  Which
ones do you guys actually use?
- Grant
--
gentoo-user@gentoo.org mailing list

FEATURES=autoaddcvs autoconfig ccache cvs distlocks maketest noclean
sandbox sfperms strict test
mostly defaults, some not usefull for everyday usage maketest is my
preferred one

I've got a few questions on these...
What is sfperms?
http://gentoo-wiki.com/MAN_make.conf_5
[quote man make.conf]
sfperms
Stands for Smart Filesystem Permissions.  Before merging packages to the 
 live  filesystem,  automatically search for and set permissions on 
setuid and setgid files.  Files that are setuid have the group and other 
read bits removed while files that are setgid have the other read bit 
removed.  See also suidctl below.
[/quote man make.conf]

This is how it translates into code:
[code]
# Smart FileSystem Permissions
if hasq sfperms $FEATURES; then
for i in $(find ${IMAGE}/ -type f -perm -4000); do
ebegin  SetUID: [chmod go-r] $i 
chmod go-r $i
eend $?
done
for i in $(find ${IMAGE}/ -type f -perm -2000); do
ebegin  SetGID: [chmod o-r] $i 
chmod o-r $i
eend $?
done
fi
[/code]

Is userpriv a good idea?
Probably, compile as user and not as root is good. Portage use a 
sandbox, where accesses to filesystem are monitored and catched, this is 
_not_ a security measure, it's more a protection against nasty Makefiles.
However I don't use userpriv so I don't know any drawbacks.

Are collision-protect and sandbox defaults?  They seem good.
Can anyone tell me more about how fixpackages works?
no and yes, have a look at /etc/make.globals
- Grant

--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] sys-libs/db - required?

2005-03-29 Thread Bastian Balthazar Bux
Ed Jabbour wrote:
The descriptions for certain versions of sys-libs/db state that db is 
required for RPM and MySQL, neither of which I use.  I have four versions 
installed.  db-4.1.25_p1-r4 requires Blackdown jdk, which I also do not use 
and would just as soon get rid of.  Would unmerging all the dbs affect the 
system?  Thanks.

very bad idea, db is linked to a lot of application and unmerge 
anything sys-*/* may have unpredictable results.

--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] sys-libs/db - required?

2005-03-29 Thread Bastian Balthazar Bux
Ed Jabbour wrote:
On Tuesday 29 March 2005 04:16 pm, Ciaran McCreesh wrote:
On Tue, 29 Mar 2005 16:00:23 -0500 Matthew Cline
[EMAIL PROTECTED] wrote:
| You can use qpkg to find those packages that depend upon another:
Not for system targets.

Then what does the following mean?  Is it unreliable?
sys-libs/db-1.85-r1
DEPENDED ON BY:
app-arch/rpm-4.2
dev-lang/perl-5.8.5-r5
dev-lang/python-2.3.4-r1
mail-mta/postfix-2.1.5-r2
sys-devel/libperl-5.8.5
sys-libs/pam-0.77-r6
and on and on for all the installed versions.
it mean that some packages have an explicit depend on it.
But this is _not_ required, and probably there are many more that depend 
on db.

--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] [OT] fix your client, please

2005-03-28 Thread Bastian Balthazar Bux
Graham Murray wrote:
Richard Fish [EMAIL PROTECTED] writes:

I think the problem is reply all.  Even your message was To:
@robin.gentoo.org, with Reply-to: @gentoo.org, so if I had hit
reply-all in thunderbird instead of reply, two copies would have gone out.
My guess is mail clients are doing the right thing, but people get in
the habit of using reply-all.

I disagree. Reply to all is (normally) the correct way of sending a
reply to a mailing list. Using 'reply' should send a private email to
the poster of the message. If the mail client is 'doing the right
thing', then it will just send the message to the mailing list when
using 'reply to all'. That is certainly what has happened when I
composed this reply. So I think it is the mail software which is doing
the wrong thing, when sending to both robin and 'not' robin, and the
user doing the right thing. 

On the other hand, I do not think that the mailing list should set (or
override that set by the author) the Reply-to: header to point to the
mailing list. But that is a completely different and controversial
matter. 
   
--
gentoo-user@gentoo.org mailing list


N please not start this thread again. It has been  w i d e l y 
discussed before.

--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] [OT] Where could i found the standard of SQL

2005-03-28 Thread Bastian Balthazar Bux
Wang Penghui wrote:
 2005-03-28 19:18 +1200Dion Sole
AFAIK, you have to pay for those two standards -_-

This sounds a bad news.
Could i found some related documents in the Internet or any other place?
Thanks 

Wang Penghui
Wang Penghui wrote:
Hi lists:
I am looking for the standard of SQL now. Both SQL92 and SQL99. I have
STFW for one hour, unfortunitally have no result yet.
Could anyone have any ideas? Or could pick me up.
Thanks very much.
Wang penghui

do you like BNF ;)
SQL92
http://sqlzoo.net/sql92.html
ORACLE SQL
http://cui.unige.ch/db-research/Enseignement/analyseinfo/SQL7/BNFindex.html
BNF is a way to describe a logical grammar
HIH, francesco
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Which FEATURES do you use?

2005-03-28 Thread Bastian Balthazar Bux
Grant wrote:
Most of the FEATURES listed in make.conf.example sound good.  Which
ones do you guys actually use?
- Grant
--
gentoo-user@gentoo.org mailing list

FEATURES=autoaddcvs autoconfig ccache cvs distlocks maketest noclean 
sandbox sfperms strict test

mostly defaults, some not usefull for everyday usage maketest is my 
preferred one

--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] list exact files in pkg before emerge

2005-03-27 Thread Bastian Balthazar Bux
Harry Putnam wrote:
I'm probably missing this in qpkg or emerge man pages, but I'd like to
know how to discover the exact files that would be installed before
actually doing.
  emerge -v -p pkg doesn't do that in the detail I'd like to see.
--
gentoo-user@gentoo.org mailing list

take a look at
http://www.gentoo-stats.org/
maybe there is something similar
--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Generic 9686 vs. Pentium4 mcpu/march

2005-03-24 Thread Bastian Balthazar Bux
Kiawud ha scritto:
I'm sure this has come up often, but I thought I'd ask it anyway
Is there a real performance difference between using a simple, generic
i686 mcpu flag as opposed to the pentium4 march/mcpu flag?
For reference, my system is a pentium 4 (obviously) with 1GB RAM.  I
use it pretty much for:
Internet surfing
no
Downloading
no
Ripping CD's (hopefully soon to rip DVD's)
yes
Watching videos (mplayer)
yes
Listening to music (xmms)
yes
Some programming (small C++, PERL scripts, maybe some JAVA)
no
Running a personal web server (apache)
no
MySQL (for the webserver ... again, personal)
no
I DON'T really use it for gaming.
where no means no changes yes means things can go better, yes 
doesn't mean that things will be perceptual better.

Any thoughts?
-Hani
P.S.:  Also, is there difference between using the mcpu vs. march flag?
don't remember but man gcc /march explain this
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] OpenVPN tests

2005-03-07 Thread Bastian Balthazar Bux
Patrick Marquetecken ha scritto:
At work we are going to setup a site to site VPN connection with two
Gentoo machines with OpenVPN.
What would be good stress and performance tests, to see if it will perform
like we think?
TIA
Patrick
I'm doing quite the same here, migrating from ipsec to openvpn.
A good starting point could be compare the transfers without vpn (ftp, 
http, add your favorites) with the encripted ones.
Another thing to consider may be the response time or latency. ping, 
traceroute, tracepath should do this, again with and whitout vpn.

If you are using ancient hardware or have very very fast connection you 
may want to look at cpu usage during the tests.

some additional notes:
- if you want to connect xp roadwarriors pc use openvpn 2 rc* (still not 
in portage)
- don't let the dhcp traverse your firewall (udp port 67,68)
- don't assume that it work because it has been up for five minutes.

Only this for the moment, possibly when finished here there will be some 
more hint.

HIH
Francesco
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] How to convince portage not to manage kernel...

2005-03-07 Thread Bastian Balthazar Bux
Dave Nebinger ha scritto:
I typically run a customized kernel but every time the vanilla kernel (2.4)
is modified it's included in emerge --pretend --update --deep world.
I'm aware of package.mask, etc., but was wondering if there's a better way
to keep portage from trying to download/build the unused gentoo kernels...
Dave
echo sys-kernel/mm-sources-2.6.99 \
 /etc/portage/profile/package.provided
I don't know if this manage virtuals (it should).
Pratically you are saying at portage that 2.6.99 of one kernel is 
installed and it should not booter you any more.

A lot of people don't like package.provided so this may be a worst way, 
depending of you.

Another alternative is to exclude /usr/portage/sys-kernel/ from rsync
--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] How to convince portage not to manage kernel...

2005-03-07 Thread Bastian Balthazar Bux
Dave Nebinger ha scritto:
Put it in $PORTDIR_OVERLAY/sys-kernel/homebrew-sources and emerge.

Did that, but portage still thinks I want the 2.4 kernel:
server homebrew-sources # emerge --pretend --update --deep world
These are the packages that I would merge, in order:
Calculating world dependencies ...done!
[ebuild U ] x11-base/xorg-x11-6.8.2-r1 [6.8.2]
[ebuild U ] net-misc/wget-1.9.1-r3 [1.9-r2]
[ebuild U ] app-text/ghostscript-7.07.1-r8 [7.07.1-r7]
[ebuild  NS   ] sys-kernel/gentoo-sources-2.4.28-r8
[ebuild U ] kde-base/kdelibs-3.3.2-r5 [3.3.2-r4]
[ebuild U ] media-gfx/xloadimage-4.1-r3 [4.1-r2]

--
gentoo-user@gentoo.org mailing list

try to copy it to homebrew-sources-2.4.99 and emerge it too.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] [OT?] memtest results: need new ram?

2005-03-05 Thread Bastian Balthazar Bux
Ryan Sims ha scritto:
My computer has had some bizzare symptoms for quite some time now, and
I finally ran memtest86 from the livecd, and was wondering if anyone
could help me understand what the diagnosis is.
There were definately errors that popped up; say a page and a half of
them.  (and here's the stupid question part) does this mean I need to
drop $60 on a new PC3200 stick?  Is there an acceptable level of
error?
I've been assuming that the random crashes (usually only happens in
Windows, but *sometimes* Gentoo will develop some tics) were heat
problems or buggy software; but now I'm not so sure.
Any help would be appreciated.
1) I had problems one time with ram overheating, cooling it with a fan 
placed over them solved it.

2) some time ago there was a project that was aimed to mark block of ram 
 bad, the idea is that the ram fails alwais in the same place, marking 
that place as bad and denying the access to those regions solves the 
problem. I'm sorry but I can't remember where to found it (seems to 
remember that it's a kernel patch)

good luck
--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Tons of users in /etc/passwd

2005-03-05 Thread Bastian Balthazar Bux
Walter Dnes ha scritto:
  Am I compromised, or does Gentoo go around creating a bunch of users
just for the hell of it?  here's a bunch of users I don't understand
uucp:x:10:14:uucp:/var/spool/uucppublic:/bin/false
operator:x:11:0:operator:/root:/bin/bash
postmaster:x:14:12:postmaster:/var/spool/mail:/bin/false
ftp:x:21:21::/home/ftp:/bin/false
squid:x:31:31:Squid:/var/cache/squid:/bin/false
gdm:x:32:32:GDM:/var/lib/gdm:/bin/false
named:x:40:40:bind:/var/bind:/bin/false
mysql:x:60:60:mysql:/var/lib/mysql:/bin/false
postgres:x:70:70::/var/lib/postgresql:/bin/bash
apache:x:81:81:apache:/home/httpd:/bin/false
nut:x:84:84:nut:/var/state/nut:/bin/false
cyrus:x:85:12::/usr/cyrus:/bin/false
vpopmail:x:89:89::/var/vpopmail:/bin/false
alias:x:200:200::/var/qmail/alias:/bin/false
qmaild:x:201:200::/var/qmail:/bin/false
qmaill:x:202:200::/var/qmail:/bin/false
qmailp:x:203:200::/var/qmail:/bin/false
qmailq:x:204:201::/var/qmail:/bin/false
qmailr:x:205:201::/var/qmail:/bin/false
qmails:x:206:201::/var/qmail:/bin/false
postfix:x:207:207:postfix:/var/spool/postfix:/bin/false
smmsp:x:209:209:smmsp:/var/spool/mqueue:/bin/false
guest:x:405:100:guest:/dev/null:/dev/null
nobody:x:65534:65534:nobody:/:/bin/false
rpc:x:111:111:added by portage for portmap:/dev/null:/bin/false
  I am not running uucp, and I don't have squid, bind, mysql, postgres,
apache, nut, cyrus (what is it?), vpopmail, alias (what is it?), qmail,
postfix, or smmsp installed.  I grab my inbound email via POP, and push
my outbound email via ssmtp to my ISP's MTA.  I *HOPE* I'm not running
any publicly visible servers.  My machine sits behind a NATing
router-cum-ADSL-modem, and iptables rejects all externally-initiated
connections, and blocks all traffic coming and going to/from my ports
0..1023 excepting to/from lo.
All the distro I knew distribuite a pre-filled /etc/passwd and 
/etc/group , it can be used for reference and also to be help when you 
create a tarball that must be moved on a different machine with the same 
distro. This because in a tarball the numerical uid are saved rather the 
user names. (i.e. is not goot to have portage with uid 100 on a box and 
mysql with the same uid 100 on another box)

short answer don't worry, it's ok ;)
--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] search emerge

2005-03-04 Thread Bastian Balthazar Bux
Neil Bothwick ha scritto:
On Fri, 4 Mar 2005 11:00:55 +0100, Julien Cayzac wrote:

alias esync='emerge sync /dev/null  eix --update --quiet  emerge
world -upvD'
I would have added --newuse, too...

I don't see the point. you only need to use --newuse if you have changed
your USE settings, and you would run it manually then. If the flags used
by a package change, it is because it has been updated, so it would show
up here anyway.
But feel free to add it yourself ;-)

you need --newuse also if :
- the package mantainer has changed USE flags of the package
- you switch profile and the new profile has different use defaults
--
gentoo-user@gentoo.org mailing list


Re: Video cards an FOSS was: [gentoo-user] linux-2.6.11 is out

2005-03-04 Thread Bastian Balthazar Bux
Frédéric Grosshans ha scritto:
Le jeudi 03 mars 2005 à 18:48 -0800, Peter Gordon a écrit :

I'm ok with it though. I rarely play games and I have no need for hardware
which can only work with proprietary drivers. Is it idealistic? Very. Is it
impractical? Probably to some. The less proprietary software I use the better.

Let's hope the open-graphics project
(http://lists.duskglow.com/mailman/listinfo/open-graphics )is
successfull !
  Fred
Well, this is a project that open new windows (words trick ;)
that idea is simply amazing, hope that in a future we can buy it.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] search emerge

2005-03-04 Thread Bastian Balthazar Bux
Neil Bothwick ha scritto:
On Fri, 04 Mar 2005 12:01:05 +0100, Bastian Balthazar Bux wrote:

I don't see the point. you only need to use --newuse if you have
changed your USE settings, and you would run it manually then. If the
flags used by a package change, it is because it has been updated, so
it would show up here anyway.

you need --newuse also if :
- the package mantainer has changed USE flags of the package

No you don't. If the package maintainer has released a new ebuild,
--update will catch it, as noted above.

IUSE are not defined only in ebuils but also in eclass,
and a new use flag not implyes a version bump.
And the other half of a point, the profile change apply to quite every 
relase.

[quote]
#  Try to not bump ebuilds continuously unless there really is a benefit
or a security fix which is important. Unnecessary examples of bumping 
include:

* You change minor spelling errors in script file comments, script 
file indentation or something similar.
* You patch a non-kernel ebuild to support a new kernel version (or 
a new version of a library), allowing more users to install your ebuild, 
but not changing anything for existing users of the current revision.

As a general rule, fixes with non-trivial changes to any of the 
installed files of any ebuild warrant a revision bump. Put differently: 
If your fix changes the behaviour for existing users, you bump so that 
they know they can upgrade.
[/quote]

--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] linux-2.6.11 is out

2005-03-03 Thread Bastian Balthazar Bux
Adis Beglerovic ha scritto:
Hi all
I've just downloaded 2.6.11 and compile it om my gentoo desktop box.
Tried to add/compile nvidia-kernel but got error that says: 
--

make[3]: *** 
[/var/tmp/portage/nvidia-kernel-1.0.6629-r1/work/NVIDIA-Linux-x86-1.0-6629-pkg1/usr/src/nv/os-agp.o]
Error 1
make[2]: *** 
[_module_/var/tmp/portage/nvidia-kernel-1.0.6629-r1/work/NVIDIA-Linux-x86-1.0-6629-pkg1/usr/src/nv]
Error 2
NVIDIA: left KBUILD.
nvidia.ko failed to build!
make[1]: *** [module] Error 1
make: *** [module] Error 2
!!! ERROR: media-video/nvidia-kernel-1.0.6629-r1 failed.
!!! Function linux-mod_src_compile, Line 417, Exitcode 2
!!! Unable to make 
IGNORE_CC_MISMATCH=yes V=1 SYSSRC=/usr/src/linux SYSOUT=/usr/src/linux
clean module.
!!! If you need support, post the topmost build error, NOT this status message.


Anyone else got this error ??
Thanks.. 
PS
Besides nvidia error everything else is fine
yesterday, I've removed rc5 (that had problems with 
vidia-kernel-1.0.6629-r3 too ) and compiled the same version for 2.6.11, 
without problems.
Try to use vidia-kernel-1.0.6629-r3 following the other usefull posts on 
this thread ;)

--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Firefox USE flags

2005-03-03 Thread Bastian Balthazar Bux
Kevin O'Gorman ha scritto:
I just emerged Firefox 1.0.1, and noticed a bunch of USE flags I don't
recognize.  How do I find out what they do?  How would I change them
if they're not in /etc/make.conf?
The emerge said:
[ebuild U ] net-www/mozilla-firefox-1.0.1 [1.0] -debug -gnome
+java +ldap -mozdevelop -moznoxft -mozsvg -mozxmlterm -xinerama
-xprint 31,905 kB
And I'm most curious about the moz things.
++ kevin
you can find a description for packages in
/usr/portage/profiles/use.local.desc
the ones that interest you are:
net-www/mozilla-firefox:mozdevelop - Enable features for web developers 
(e.g. Venkman)
net-www/mozilla-firefox:moznoxft - Disable XFT support in mozilla (also 
firefox, thunderbird)
net-www/mozilla-firefox:mozsvg - Enable SVG support in mozilla and firefox
net-www/mozilla-firefox:mozxmlterm - Enable mozilla's XML-based 
command-line terminal

add a line like this one:
net-www/mozilla-firefox mozdevelop moznoxft mozsvg mozxmlterm
to:
/usr/portage/package.use
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Firefox USE flags

2005-03-03 Thread Bastian Balthazar Bux
Bastian Balthazar Bux ha scritto:
Kevin O'Gorman ha scritto:
I just emerged Firefox 1.0.1, and noticed a bunch of USE flags I don't
recognize.  How do I find out what they do?  How would I change them
if they're not in /etc/make.conf?
The emerge said:
[ebuild U ] net-www/mozilla-firefox-1.0.1 [1.0] -debug -gnome
+java +ldap -mozdevelop -moznoxft -mozsvg -mozxmlterm -xinerama
-xprint 31,905 kB
And I'm most curious about the moz things.
++ kevin
you can find a description for packages in
/usr/portage/profiles/use.local.desc
the ones that interest you are:
net-www/mozilla-firefox:mozdevelop - Enable features for web developers 
(e.g. Venkman)
net-www/mozilla-firefox:moznoxft - Disable XFT support in mozilla (also 
firefox, thunderbird)
net-www/mozilla-firefox:mozsvg - Enable SVG support in mozilla and firefox
net-www/mozilla-firefox:mozxmlterm - Enable mozilla's XML-based 
command-line terminal

add a line like this one:
net-www/mozilla-firefox mozdevelop moznoxft mozsvg mozxmlterm
well, saying like doesn't mean this probably you want only mozsvg
this may be more appropriated:
net-www/mozilla-firefox mozsvg
to:
/usr/portage/package.use
--
gentoo-user@gentoo.org mailing list


--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] System has UTC, where I want EST

2005-03-03 Thread Bastian Balthazar Bux
Michael Haan ha scritto:
I'm not sure why this is, but date is reporting time in UTC.  I
created the usual sym link to EDT5EST which has worked in the past,
but not this time.  This one has got to be easy.  Anyone?
you mean ../usr/share/zoneinfo/EST5EDT (inverted EDT EST)?
generally I use
../usr/share/zoneinfo/Europe/Rome
so don't know if it's what you want
--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] System has UTC, where I want EST

2005-03-03 Thread Bastian Balthazar Bux
Only if you share you machine with windows, that change the hardware 
clock, unix generally have the hw clock set to UTC.

what does show
#uname -a
?
Michael Haan ha scritto:
I bet it has to do with this CLOCK=UTC, in rc.conf.
On Thu, 3 Mar 2005 11:44:12 -0500, Michael Haan [EMAIL PROTECTED] wrote:
Yeah, I guess I flipped it.  For some reason, though, the sym link
didn't take this time.
On Thu, 03 Mar 2005 17:32:50 +0100, Bastian Balthazar Bux
[EMAIL PROTECTED] wrote:
Michael Haan ha scritto:
I'm not sure why this is, but date is reporting time in UTC.  I
created the usual sym link to EDT5EST which has worked in the past,
but not this time.  This one has got to be easy.  Anyone?
you mean ../usr/share/zoneinfo/EST5EDT (inverted EDT EST)?
generally I use
../usr/share/zoneinfo/Europe/Rome
so don't know if it's what you want
--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


--
gentoo-user@gentoo.org mailing list


--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] System has UTC, where I want EST

2005-03-03 Thread Bastian Balthazar Bux
if it's that you'll probably will need
# /etc/init.d/clock stop start
then start again the services  that depend from it, here they are :
syslog-ng
vixie-cron
someone please confirm if it's right.
Bradley Serbu ha scritto:
Its probally a setting in you /etc/conf.d/clock file.
Change CLOCK=UTC to CLOCK=local
Let us know if this works.
- Brad Serbu
Michael Haan wrote:
Linux tibeaux 2.6.9-gentoo-r14 #1 SMP Sat Feb 26 23:16:09 UTC 2005
x86_64 AMD Athlon(tm) 64 Processor 3800+ AuthenticAMD GNU/Linux
On Thu, 03 Mar 2005 18:28:28 +0100, Bastian Balthazar Bux
[EMAIL PROTECTED] wrote:
 

Only if you share you machine with windows, that change the hardware
clock, unix generally have the hw clock set to UTC.
what does show
#uname -a
?
Michael Haan ha scritto:
  

I bet it has to do with this CLOCK=UTC, in rc.conf.
On Thu, 3 Mar 2005 11:44:12 -0500, Michael Haan 
[EMAIL PROTECTED] wrote:



Yeah, I guess I flipped it.  For some reason, though, the sym link
didn't take this time.
On Thu, 03 Mar 2005 17:32:50 +0100, Bastian Balthazar Bux
[EMAIL PROTECTED] wrote:
  

Michael Haan ha scritto:


I'm not sure why this is, but date is reporting time in UTC.  I
created the usual sym link to EDT5EST which has worked in the past,
but not this time.  This one has got to be easy.  Anyone?
  
you mean ../usr/share/zoneinfo/EST5EDT (inverted EDT EST)?
generally I use
../usr/share/zoneinfo/Europe/Rome
so don't know if it's what you want
--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] System has UTC, where I want EST

2005-03-03 Thread Bastian Balthazar Bux
Micheal really I've no more ideas, can you try exactly this?
set your CLOCK=UTC
in /etc/rc.conf or /etc/conf.d/clock depending from your baselayout version
# cd /etc
# rm localtime
# ln -s ../usr/share/zoneinfo/Europe/Rome localtime
reboot
if (your time now is CET)
is EST5EDT is broken ?
try to emerge again sys-libs/glibc
else
not the problem is not the file
try to emerge again baselayout
remember to relink the wanted EST5EDT
reboot
better ideas are well accepted
Michael Haan ha scritto:
I have rebooted since I made the change.  On a prior install of gentoo
a month ago on this same hardware, that choice worked for my timezone.
On Thu, 03 Mar 2005 14:16:04 -0500, Bradley Serbu [EMAIL PROTECTED] wrote:
Micheal,
Your file is definitly linked correctly to a file in zoneinfo; however I
don't know if that is the same zone/setting as mine
(/usr/share/zoneinfo/US/Eastern).  I'm also not sure of the difference.
Have you rebooted your machine since making the CLOCK=local change?  If
you don't want to reboot you can run
/etc/init.d/clock restart
and restart any depending services as suggested by a previous post.
- Brad Serbu
Michael Haan wrote:

I think it does, doesn't it?
On Thu, 03 Mar 2005 13:25:32 -0500, Bradley Serbu [EMAIL PROTECTED] wrote:

/etc/localtime should be linked to a file in /usr/share/zoneinfo that
corresponds to your local time.
Dave Nebinger wrote:


What is /etc/localtime linked to?

--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] System has UTC, where I want EST

2005-03-03 Thread Bastian Balthazar Bux
Michael Haan ha scritto:
Well, you're all gonna laugh - or not.  One of my earlier posts holds
the key, though I found it by trying to md5sum my timezone file.  From
before:
[EMAIL PROTECTED] haanm $ ls -l /etc/localtime
lrwxrwxrwx  1 root root 26 Feb 26 17:34 /etc/localtime -
/usr/share/zoneifo/EST5EDT
[EMAIL PROTECTED] haanm $ ls -l /usr/share/zoneinfo/EST5EDT
-rw-r--r--  5 root root 1267 Feb 26 04:41 /usr/share/zoneinfo/EST5EDT
[EMAIL PROTECTED] haanm $
Anything look funny with where /etc/localtime is linked to?  Look closely.
well reread the first answer you received ^_^ ...
... going laughing (remembering that I've done much worst things)
[strip]
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] OT - mailman issues and more

2005-03-03 Thread Bastian Balthazar Bux
Michael Sullivan ha scritto:
I emerged mailman this afternoon.  I've posted to this list about
mailman before, so I dug up those responses and followed there advice,
setting the mail ID to the daemon's gid in the ebuild and setting the
VIRTUAL_HOST_OVERVIEW = OFF in mm_cfg.py.  I set up a test list and went
out to the website to subscribe myself to it.  It said that my
subscription was successful, but I never got any kind of welcome message
in evolution, or even a notice that someone had subscribed (the address
I subscribed to the Test list from was the same as what I gave as the
owner of the list).  I searched the logs, and the only thing somewhat
out of the ordinary I found was this:
Mar  3 16:34:17 bullet sm-mta[31393]: j23MXBTH031209:
to=[EMAIL PROTECTED], delay=00:00:22, xdelay=00:00:21,
mailer=local, pri=140918, relay=local, dsn=2.0.0, stat=Sent
I don't have a mailman.log file or even a mail.log - I get everything
out of /var/log/messages unless it would be in the apache2 logs, but I
checked there and didn't see anything that seemed relevent.
Another problem I have that's related to mailman is the apache2 setup of
mailman.  This morning I followed the HowTo at gentoo.wiki.com to set up
apache with mod_php.  PHP was working until I added the -D MAILMAN
to /etc/conf.d/apache2  This is how I have it now:
APACHE2_OPTS=-D PHP4
APACHE2_OPTS=-D MAILMAN
It's on two lines, and I think the second line is overriding the first.  
Originally I had it on one line:
APACHE2_OPTS=-D PHP4 -D MAILMAN
APACHE2_OPTS=-D PHP4 -D PYTHON
works for me so you were right
but then when I went to restart apache2 it wouldn't restart.  It kept 
failing.  What is the proper syntax for the APACHE2_OPT lines?
yep
APACHE2_OPTS=-D PHP4
alone work for you ? repeat with only MAILMAN
+ look at /var/log/apache2/error_log
+ look at the output of:
# /usr/sbin/apache2 -k start -D PHP4 -D MAILMAN

--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


[gentoo-user] linux-2.6.11 is out

2005-03-02 Thread Bastian Balthazar Bux
Rumors are that this will be the more stable version of the last 2.6 series.
What do you think about ?
--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] linux-2.6.11 is out

2005-03-02 Thread Bastian Balthazar Bux
Ralph Slooten ha scritto:
Good observation .. it's not even on the front page on kernel.org or on
slashdot yet ;-)
Well not so difficult, Linus Torwalds post on the linux kernel mailing 
list with a very clear subject ;)

I am using the 2.6.11-rc5 version on my laptop which I cannot complain
about. I haven't gotten around to testing all the extra hardware yet (I
only installed it 2 days ago), so I guess I cannot accurately say it's
all good ... I read a post though (by Linus) that mentioned several
improvements for laptops (acpi etc).
Greetings
Ralph
Bastian Balthazar Bux wrote:
Rumors are that this will be the more stable version of the last 2.6
series.
What do you think about ?


--
gentoo-user@gentoo.org mailing list


--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] linux-2.6.11 is out

2005-03-02 Thread Bastian Balthazar Bux
Marko Kocic ha scritto:
On Wed, 2 Mar 2005 15:54:34 +, Neil Bothwick [EMAIL PROTECTED] wrote:
On Wed, 2 Mar 2005 10:38:18 -0500, Mike Turcotte wrote:

I am fairly new to Gentoo and portage. How long are you expecting it to
take before the new kernel is 'emergable'?
development-sources-2.6.11, the vanilla 2.6.11 kernel, is already in
Portage. I expect gentoo-dev-sources will be upgraded by tomorrow.

Both development-sources-2.6.11 and vanilla-sources-2.6.11 are both
listed on packages.gentoo.org.
Could someone explain me what's the difference between them?
--
gentoo-user@gentoo.org mailing list

#diff -U 0\
development-sources/development-sources-2.6.11_rc5.ebuild \
vanilla-sources/vanilla-sources-2.6.11_rc5.ebuild
@@ -12 +12 @@
-DESCRIPTION=Full sources for the vanilla 2.6 kernel tree
+DESCRIPTION=Full sources for the Linux kernel
no differences for the moment, probably when 2.7 will be out
vanilla will follow the 2.6 series, development the 2.7 one
--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] linux-2.6.11 is out

2005-03-02 Thread Bastian Balthazar Bux

no differences for the moment, probably when 2.7 will be out
vanilla will follow the 2.6 series, development the 2.7 one
as Neil pointed out =sys-kernel/vanilla-sources-2.6 is masked so what 
I've said before is *not* true.
You may want to use development-sources untill 2.6 will be unmasked.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] linux-2.6.11 is out

2005-03-02 Thread Bastian Balthazar Bux
Adis Beglerovic ha scritto:
Hi all
I've just downloaded 2.6.11 and compile it om my gentoo desktop box.
Tried to add/compile nvidia-kernel but got error that says: 
--

make[3]: *** 
[/var/tmp/portage/nvidia-kernel-1.0.6629-r1/work/NVIDIA-Linux-x86-1.0-6629-pkg1/usr/src/nv/os-agp.o]
Error 1
make[2]: *** 
[_module_/var/tmp/portage/nvidia-kernel-1.0.6629-r1/work/NVIDIA-Linux-x86-1.0-6629-pkg1/usr/src/nv]
Error 2
NVIDIA: left KBUILD.
nvidia.ko failed to build!
make[1]: *** [module] Error 1
make: *** [module] Error 2
!!! ERROR: media-video/nvidia-kernel-1.0.6629-r1 failed.
!!! Function linux-mod_src_compile, Line 417, Exitcode 2
!!! Unable to make 
IGNORE_CC_MISMATCH=yes V=1 SYSSRC=/usr/src/linux SYSOUT=/usr/src/linux
clean module.
!!! If you need support, post the topmost build error, NOT this status message.


Anyone else got this error ??
yes, yesterday, with 2.6.11-rc5, that is quite the same as 2.6.11.

Thanks.. 
PS
Besides nvidia error everything else is fine
--
gentoo-user@gentoo.org mailing list



--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Emerge stopped working

2005-03-02 Thread Bastian Balthazar Bux
Leo ha scritto:
Hello all:
I just updated my kernel to the latest developement-sources  (2.6.11-rc5)
Everything works fine except emerge :)
~ # emerge -up world
Inconsistency detected by ld.so: ../sysdeps/i386/dl-machine.h: 649: 
elf_machine_rel_relative: Assertion `((reloc-r_info)  0xff) == 8' failed!

How do I fix it?
Yes I have the latest version of portage just in case you ask.
Leo

first of all try to revert the old kernel and tell us if it still happen
then try 2.6.11 that now is the latest.
--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] libtool and gcc version

2005-03-01 Thread Bastian Balthazar Bux
Rasmus Andersen ha scritto:
On Tue, Mar 01, 2005 at 02:55:30PM +0100, Holly Bostick wrote:
blah blah blah, we've heard it all before :-) 

Sorry for not paying attention if this been asked before...

Try
# fix_libtool_files.sh 3.3.4

Worked like a charm. Thanks!
Rasmus
Obviously, it's a mantra more than a unix command ;)
--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] kernel panic logging

2005-02-25 Thread Bastian Balthazar Bux
shabanip ha scritto:
how can i log kernel panics (with core dump details) on kernel 2.6?
thanks,
Payam Shabanian
[EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list

the
# ulimit -c unlimited
doesn't work ?
--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] PHP5, problem emerging

2005-02-25 Thread Bastian Balthazar Bux
Pupeno ha scritto:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Je Vendredo Februaro 25 2005 15:23, Raphael Melo skribis:
I had the same problem today. I fixed it by unsetting the shared flag
in /etc/portage/package.use
That solved it, thanks!
- -- 

please fill a bug !
It should be possible compile it with shared modules
Thanks Francesco
--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] emerge php...

2005-02-25 Thread Bastian Balthazar Bux
John Dangler ha scritto:
I emerged php onto my testing box, but functions like imagecreatefrompng 
fail.  Is this because I only have php as a client ?  If so, how do I 
get php on gentoo as a server?

OR
is this because Im missing gdlib?
 

Thanks.
 

JD
 

The output of the ?php phpinfo(); ? function show that Configure 
Command has run with --with-gd if yes is the gd section like this
gd

GD Support = enabled
GD Version = bundled (2.0.28 compatible)
GIF Read Support = enabled
GIF Create Support = enabled
JPG Support = enabled
PNG Support = enabled
WBMP Support = enabled
XBM Support = enabled
?
remember that gentoo has
dev-php/php for the command line interface (CLI)
and
dev-db/mod_php for the apache module
if you mean the CLI as client you can run the equivalent of a phpinfo 
with:
# php -i

hih
Francesco
--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] emerge php...

2005-02-25 Thread Bastian Balthazar Bux
mod_php *is* what you need for a web-server.
To effectively activate the module you need to add a variable like this 
APACHE2_OPTS=-D PHP5
in /etc/conf.d/apache2.

an emerge -pv mod_php show this:
dev-php/php-5.0.3  (-adabas) -bcmath -berkdb (-birdstep) +bzlib 
-calendar -cdb (-cpdflib) +crypt +ctype +curl +curlwrappers -db2 +dba 
-dbase -dbm (-dbmaker) -dbx -debug +dio (-empress) (-empress-bcs) 
(-esoob) +exif +fam (-fdftk) (-filepro) -flatfile (-frontbase) +ftp +gd 
-gd-external +gdbm +gmp -hyperwave-api +iconv -imap (-informix) 
(-ingres) +inifile -interbase -iodbc +jpeg -kerberos +ldap -libedit 
-mcve -memlimit +mhash +mime -ming -mnogosearch -msession -msql -mssql 
-mysql -mysqli +ncurses -nis +nls -oci8 -odbc -oracle7 -ovrimos +pcntl 
-pcre (-pfpro) +png +posix -postgres -qdbm +readline -recode -sapdb 
-sasl -session -shared -sharedext -sharedmem -simplexml -snmp -soap 
-sockets (-solid) -spell +spl -sqlite +ssl (-sybase) (-sybase-ct) 
-sysvipc -tidy +tiff +tokenizer -truetype -wddx +xml2 -xmlrpc -xpm +xsl 
+zlib

so probably you want to reemerge only mod_php with:
USE=gd -gd-external emerge -av mod_php

John Dangler ha scritto:
Francesco~
Thanks for the reply.  Actually, looking through the information in php -i,
I find that --without-gd is there.  I emerged gd, and recompiled php, but it
stayed the same.  do I need to unemerge php and then emerge it again?
or is there something else I'm not getting...
I do have mod_php showing as having been emerged, but at the end of the
client, I get a message telling me that this is a client only and cannot be
used on a webserver...
Thanks for the help.  I really appreciate it.
John Dangler
GenoFit
800-505-4078 (Corporate)
386-767-3730 (Direct)
www.genofit.com
[EMAIL PROTECTED]
-Original Message-
From: Bastian Balthazar Bux [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 25, 2005 7:43 PM
To: [EMAIL PROTECTED]
Subject: Re: [gentoo-user] emerge php...

John Dangler ha scritto:
I emerged php onto my testing box, but functions like imagecreatefrompng 
fail.  Is this because I only have php as a client ?  If so, how do I 
get php on gentoo as a server?

OR
is this because I'm missing gdlib?

Thanks.

JD

The output of the ?php phpinfo(); ? function show that Configure 
Command has run with --with-gd if yes is the gd section like this
gd

GD Support = enabled
GD Version = bundled (2.0.28 compatible)
GIF Read Support = enabled
GIF Create Support = enabled
JPG Support = enabled
PNG Support = enabled
WBMP Support = enabled
XBM Support = enabled
?
remember that gentoo has
dev-php/php for the command line interface (CLI)
and
dev-db/mod_php for the apache module
if you mean the CLI as client you can run the equivalent of a phpinfo 
with:
# php -i

hih
Francesco

--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] emerge php...

2005-02-25 Thread Bastian Balthazar Bux
John Dangler ha scritto:
Holly~
If you're asking whether my use flags include +gd and +gd-external I'm
sure that they don't.  would that be something I would put on the cl when
emerging php ?
USE=+gd +gdexternal emerge php 
^
this syntax is wrong, the + is not needed and the  are too much ;)
what you want to do is done by:
USE=gd gdexternal emerge php
may also suggest you to use
USE=gd gdexternal emerge -av php
?
this show you what emerge is going to do, and politely ask you the 
permission to do it.


Thanks...

-Original Message-
From: Holly Bostick [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 25, 2005 8:10 PM
To: [EMAIL PROTECTED]
Subject: Re: [gentoo-user] emerge php...

John Dangler wrote:
Francesco~
Thanks for the reply.  Actually, looking through the information in php
-i,
I find that --without-gd is there.  I emerged gd, and recompiled php, but
it
stayed the same.  do I need to unemerge php and then emerge it again?
or is there something else I'm not getting...
I do have mod_php showing as having been emerged, but at the end of the
client, I get a message telling me that this is a client only and cannot
be
used on a webserver...
Thanks for the help.  I really appreciate it.
John Dangler

Looking at the ebuild(s) leads me to the eclass, which seems to require 
both +gd and +gd-external to enable gd in the php 
configuration/compile (gd-external seems to be the operative flag).

What do your USE flags look like?
HTH,
Holly

--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] search emerge

2005-02-24 Thread Bastian Balthazar Bux
Boyd Stephen Smith Jr. ha scritto:
On Thursday 24 February 2005 12:09 pm, Matan Peled [EMAIL PROTECTED] 
wrote:

Mike Turcotte wrote:
In a terminal, just type ls /usr/portage/net-analyzer/ | less
Also, `emerge esearch eix` (Choose one, eix is faster) might also help
:)

Also, eix is newer and ~x86 only, IIRC.
/Did without eix for months
//Now, I don't understand why
# grep KEYWORDS app-portage/eix/*.ebuild
app-portage/eix/eix-0.1.2.ebuild:KEYWORDS=~x86
app-portage/eix/eix-0.1.3.ebuild:KEYWORDS=~x86
app-portage/eix/eix-0.1.4.ebuild:KEYWORDS=~x86 ~amd64 ~alpha ~ia64
app-portage/eix/eix-0.2.0-r1.ebuild:KEYWORDS=~x86 ~amd64 ~alpha ~ia64 
~ppc ~sparc
app-portage/eix/eix-0.2.0.ebuild:KEYWORDS=~x86 ~amd64 ~alpha ~ia64 ~ppc
app-portage/eix/eix-0.2.0_alpha.ebuild:KEYWORDS=~x86 ~amd64 ~alpha 
~ia64 ~ppc

only for unstable arch but for many.
and it work great ;)
--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] System is too big

2005-02-22 Thread Bastian Balthazar Bux
Jose Gonzalez Gomez ha scritto:
On Tue, 22 Feb 2005 15:46:17 +0100, Bastian Balthazar Bux
[EMAIL PROTECTED] wrote:
Jose Gonzalez Gomez ha scritto:
Hi there,
I'm getting the following when trying to do a genkernel --udev
--gensplash=gentoo all:
Root device is (3, 4)
Boot sector 512 bytes.
Setup is 4896 bytes.
System is 7985 kB
System is too big. Try using modules.
make[1]: *** [arch/x86_64/boot/bzImage] Error 1
make: *** [bzImage] Error 2
This is on AMD64, trying to install the kernel after an stage3
installation (I'm still installing the machine). I have tried to put
everything as a module with no success. Has anybody else experienced
the same?
Best regards
Jose
rather strange, my (manually built) kernel is below 2 MB
1902845 Feb  5 16:04 vmlinuz-2.6.11-rc3-mm1
what happen if you remove the --gensplash=gentoo option ?
It works (even if I add --udev)... anyway, I would bet I have another
computer with its kernel generated using the same command line and I
didn't get that error...
Best regards
Jose
if you post what kernel you have installed I'll try exactly the same 
here (don't ask me a reboot anyway ;)

--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] System is too big

2005-02-22 Thread Bastian Balthazar Bux
Jose Gonzalez Gomez ha scritto:
On Tue, 22 Feb 2005 17:25:08 +0100, Bastian Balthazar Bux
[EMAIL PROTECTED] wrote:
Jose Gonzalez Gomez ha scritto:
On Tue, 22 Feb 2005 15:46:17 +0100, Bastian Balthazar Bux
[EMAIL PROTECTED] wrote:

Jose Gonzalez Gomez ha scritto:

Hi there,
I'm getting the following when trying to do a genkernel --udev
--gensplash=gentoo all:
Root device is (3, 4)
Boot sector 512 bytes.
Setup is 4896 bytes.
System is 7985 kB
System is too big. Try using modules.
make[1]: *** [arch/x86_64/boot/bzImage] Error 1
make: *** [bzImage] Error 2
This is on AMD64, trying to install the kernel after an stage3
installation (I'm still installing the machine). I have tried to put
everything as a module with no success. Has anybody else experienced
the same?
Best regards
Jose
rather strange, my (manually built) kernel is below 2 MB
1902845 Feb  5 16:04 vmlinuz-2.6.11-rc3-mm1
what happen if you remove the --gensplash=gentoo option ?
It works (even if I add --udev)... anyway, I would bet I have another
computer with its kernel generated using the same command line and I
didn't get that error...
Best regards
Jose
if you post what kernel you have installed I'll try exactly the same
here (don't ask me a reboot anyway ;)
Sure... I have tried with gentoo-dev-sources-2.6.9-r14 and 2.6.10-r6
Thanks a lot, best regards
Jose
--
I think you can file a bug ;)
# uname -a
Linux db 2.6.11-rc2-mm1 #4 SMP Sat Jan 29 19:18:39 CET 2005 x86_64 AMD 
Opteron(tm) Processor 246 AuthenticAMD GNU/Linux

## without splashutils installed
# USE=-bootsplash emerge -av =sys-kernel/genkernel-3.1.0j
...
# genkernel --udev --gensplash=gentoo all
...
ls -l /boot/
total 4968
-rw-r--r--  1 root root 1344471 Feb 22 19:59 System.map-2.6.9-gentoo-r14
-rw-r--r--  1 root root 1414678 Feb 22 20:07 initrd-2.6.9-gentoo-r14
-rw-r--r--  1 root root 2316971 Feb 22 19:59 kernel-2.6.9-gentoo-r14
##with splashutils installed
# USE=bootsplash emerge -av =sys-kernel/genkernel-3.1.0j
...
System is 7365 kB
System is too big. Try using modules.
make[1]: *** [arch/x86_64/boot/bzImage] Error 1
make: *** [bzImage] Error 2
* Gentoo Linux Genkernel; Version 3.1.0j
* ERROR: Failed to compile the bzImage target...
regards
francesco
--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] System is too big

2005-02-22 Thread Bastian Balthazar Bux
Eric S. Johansson ha scritto:
Holly Bostick wrote:
I've never used genkernel, and I had lvm2 and udev working perfectly 
well together-- do you have the root partition on LVM or something (I 
didn't)?

no.

Even so, that's related to initrd generation, which is not the 
exclusive province of genkernel.

I'm confused.

so am I but for an entirely different reason ;-)
so far, all the documentation I have seen speaks of creating either 
incredibly complicated large initrd images with mounting them up and 
copying in many file systems and all that crap.  The other threads says 
just use genkernel and all will be much happy goodness.

Since I'm trying to build xen on the system and have really no idea what 
my partition sizes are going to be, I really need lvm2.  at times like 
these, I remind myself that most problems with computers are 
self-inflicted..

so I would welcome some suggestions on what's the best way to get udev 
and lvm working.

--- eric
If you don't use lvm for / /usr and similar you don't need an initrd at all.
Built it in the kernel or as a module and let the gentoo init scripts 
manage it.

Francesco
--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] wow! 463 packages emerged and only one failure

2005-02-22 Thread Bastian Balthazar Bux
Chris Cox ha scritto:
Mark Knecht wrote:
Amazing results. emerge -e world required 463 packages be emerged on
my system. With only one exception they all worked first time. The one
failure (nforce-audio) apprears to be a real problem so I submited a
bug report.
The Gentoo developers and package maintainers really do a great job of
making Gentoo work.
Thanks!
 

Why is it so amzing? You are telling portage to re-compile all the 
packages all over again. Unless your system is broke it shouldn't have a 
problem with that.

--
gentoo-user@gentoo.org mailing list

it's amazing compared to manual compiling stuff on binary distro.
Before knowing gentoo all my servers was suse, and *all* the programs 
that did the main task compiled by hand (apache, php, mysql ...), this 
involved a pletora of libs in /usr/local and document every little step.
If you have never tryed that you cannon understund the nightmare it is ;)

Cheers
--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] emerge -e, skip ahead?

2005-02-21 Thread Bastian Balthazar Bux
Jesse Guardiani ha scritto:
[snip]
emerge --resume

I don't think that works with -e. I tried it and got
an error message stating that there was nothing to
resume. I think --resume only resumes individual emerges,
not batch operations.
Either that or it doesn't work after a reboot
# emerge --resume
and
# emerge --resume --skipfirst
both works with an emerge -e in normal conditions.
Cheers,
Francesco
--
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Looking up... Connecting... Waiting... Transferring

2005-02-20 Thread Bastian Balthazar Bux
Grant ha scritto:
It could have to with a lot of stuff. It is possible that FF has some
DNS cache that gets flushed , it also almost certain ( don't trust me,
my ISP has, I guess it is common :) ) that your ISP has a DNS cache and
it is possible that other users queries have flushed yours. You can ask
mozilla-devs and your ISP , however this won't help for users of other
ISPs and other browsers :) You are tweaking the server , right ? So ,
place a machine as close to it as possible ( put a second lan-card in
the server , and connect the two machines) , alias the server
in /etc/hosts so no DNS lookup is done and benchmark this setup. I think
such a setup minimizes random network factors , so a latency is almost
sure to be in the server and not *OUT THERE* :) Just my 2c.
   

The server is actually hosted remotely, I should have mentioned that.
After a little more experimentation, both my website and my host's
website have this same behavior of responding right away during a
continuous Firefox browsing session, but taking a long time to look
up after a break.  cnn.com responds right away, even after a break. 
It sounds like I need to contact my host.  Could this be an issue with
their DNS server?

- Grant
 

try
# tracepath www.your.server
# ping -c5 www.your.server
while browsing and after a while.
If the results are the same it's a dns problem (it's not counted in 
connection timings)
if not there must be some keepalive stuff that make you faster when 
browsing.

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


Re: [gentoo-user] Re: [normal] [gentoo-user] failed bootstrap

2005-02-19 Thread Bastian Balthazar Bux
after suspend it you can issue the command
# fg
to let the program continue running
Ivan Yosifov ha scritto:
It lies in the portage sandbox used for compiling the package. This
would be /var/tmp/portage/PACKAGE . The catch is - the sandbox is
deleted once the emerge completes ( naturally or not ). You should
suspend the emerge ( Ctrl+Z ) after config.log is created , but before
the emerge terminates , and go find the file.
On Sat, 2005-02-19 at 14:30 -0500, Nick Smith wrote:
 

quote who=Marc Redmann
   

Hi Nick,
 

checking for C compiler default output... configure: error: C
compiler
cannot create executables
   

I had the same problem once. In my case it was a typo in the
CFLAGS variable
in make.conf. Double check that to make sure there is no typo in
your CFLAGS.
 

See `config.log' for more details.
   

Have you checked the config.log, and if yes what does it say ???
 

i actually cant find the config.log file, where does it live?
cause its not in /var/log and i have no locate command this
early in the game...
   

brgds, Marc

--
gentoo-user@gentoo.org mailing list
 

--
gentoo-user@gentoo.org mailing list
   


--
gentoo-user@gentoo.org mailing list
 


--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] find + ls + grep + cp + CLI + Bash madness

2005-02-17 Thread Bastian Balthazar Bux
Stroller ha scritto:
[snip]
I also believe that xargs saves problems with whitespace  quoting in 
the filename.

Stroller.
this is valid for -exec too () try
# find path/ -exec ls -ld {} \;
Francesco
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Patches

2005-02-15 Thread Bastian Balthazar Bux
Frank Schafer ha scritto:
Hi,
I need to patch my kernel with:
http://shayol.bartol.udel.edu/~rhdt/download/acpi_sbs-20050120.tar.gz

to make the battery monitor work.
Cause of such tasks I used to use vanilla kernels from kernel.org before
gentoo. I had to learn from this forum that the system don't know where
the kernel sources are if the kernel sources wasn't installed using
emerge.
Now my question:
The gentoo kernel is heavy patched already. This often leads to failure
of further patches.
How can I make a copy of the kernel sources before applying the patch
and ensure that the system knows furtheron where the kernel sources are?
 

use
emerge -av sys-kernel/development-sources
btw the gentoo kernel is not so heavy patched outside the vesa/vesa-tng 
stuff

Ciao francesco
Thanks
Frank
--
gentoo-user@gentoo.org mailing list
 

--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Re: easy way to package and transfer binary kernels?

2005-02-15 Thread Bastian Balthazar Bux
Jesse Guardiani ha scritto:
Jesse Guardiani wrote:
 

Ow Mun Heng wrote:
   

On Tue, 2005-02-01 at 02:28, Bastian Balthazar Bux wrote:
 

Jesse Guardiani ha scritto:
   

Hello,
Is there a script that makes it easy to package and
transfer a binary kernel? Currently, I'm having to
separately tar, gzip, and sftp the following dirs/files:
/lib/modules/2.6.10-gentoo-r6
/usr/src/linux-2.6.10-gentoo-r6
/boot/System.map-2.6.10-gentoo-r6
/boot/initrd-2.6.10-gentoo-r6
/boot/kernel-2.6.10-gentoo-r6
Is there an easier way to do this?
 

Transfer only /usr/src/linux-2.6.10-gentoo-r6 and redo a make install 
make modules_install,
it should work if not modified after the last install.
Alternatvely you can leave /usr/src/linux-2.6.10-gentoo-r6 out, if you
don't compile it you don't need to copy it.
   

I tried this today with unsynced clocks on two different machines
and it ended up trying to rebuild the kernel. This doesn't appear
to be a good solution after all.
 

:oops:
sorry not thinked at that,
you can still disable your cron daemon, move your date behind, make 
install and then back again, but it's ... awfull
maybe the your old solution was better,

mount /boot 2 /dev/null
emerge --noreplace =sys-kernel/gentoo-dev-sources-2.6.10-r6
export UNAME_R=2.6.10-gentoo-r6
/lib/modules/${UNAME_R}
/boot/System.map-${UNAME_R}
/boot/initrd-${UNAME_R}
/boot/kernel-${UNAME_R}
unset UNAME_R
umount /boot 2 /dev/null

--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Weird apache2 stuff

2005-02-15 Thread Bastian Balthazar Bux
Grant ha scritto:
When I try to restart apache2 I get:
/etc/init.d/apache2 restart
* Starting apache2... [ !! ]
and there is nothing in the error_log.  Trying to stop apache2 give me this:
/etc/init.d/apache2 stop
* ERROR:  apache2 has not yet been started.
but my pages are being served just fine.  Does anyone know what's going on here?
 

You must have somehow started apache2 manually.
try
  # killall apache  sleep 5  /etc/init.d/apache2 start
That should restart it for you, and bring it under control of the Gentoo 
initscripts again.
The sleep 5 is to give apache time to finish exiting
   

Thanks, worked like a charm!  I wonder how apache2 could have been
restarted manually though.  Should I be worried?
- Grant

 

I bet you are using the thread use flag, it change the MPM of apache
... and make it very slow at shutdown time. Sometimes 5 seconds are no
enough too.
btw try to avoid it if you are using mod_php, rumors are that it causes
memory leak also if I've never suffered of them.
regards francesco
   

I'm actually not using threads.  Interchange (
http://www.icdevgroup.org ) doesn't work with a threaded perl so
neither do I. :)
- Grant
 

savvy man ;)
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] about mysql db backup...

2005-02-14 Thread Bastian Balthazar Bux
Seung Hyun Cho ha scritto:
Hi,
I've copied db folder in /var/lib/mysql to my new gentoo server from
fedora server.
When I connect to mysql in gentoo, I've got this error message...
like...
MySQL Error: 1017 (Can't find file: './db/table_xxx.frm' (errno: 13))
What is going on here? What should I do??? 
thanks.
 

- the version of the dbserver are the same ?
- check your /etc/mysql/my.cnf (not /etc/my.cnf) for datadir = 
/var/lib/mysql
- check that /var/lib/mysql/mysql/db.frm exists
- check that /var/lib/mysql/ is owned from mysql

Regards Francesco

--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Strange problems on the console

2005-02-13 Thread Bastian Balthazar Bux
Christian Herzyk ha scritto:
Hello,
I started a new install some time ago. The system is running quite well so 
far. 
But since last week I have a strange problem.
When logged in as root on the virtual consoles the system hangs when I exit a 
program that takes the whole screen, like vi or mc. Unfortunately this is not 
consistent. Sometimes nothing happens (all works as it should) sometimes only 
the program hangs and I can still change the console.
This does not happen when I am logged in to a root console under X/KDE.

Has anyone had similar problems?
Thanks
Christian
 

the programs you mentioned use the ncurses library, you can try 
reemerging sys-libs/ncurses
just a shot in the dark

--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] apache php and mysql

2005-02-12 Thread Bastian Balthazar Bux
Makurin Roman ha scritto:
   13  2005 02:00 PK (a):
 

Is there a place where I can find a decent step by step howto for
installing and confuguring apache mysql and php?
I found one on the forums, here
http://forums.gentoo.org/viewtopic.php?p=2086047#2086047
But I followed it exactly and got errors
   

Here`s a brief overview what you need to do:
1)USE='mysql' emerge apache mysql mod_php
2) to enable mod_php in apache2 you need uncomment this line:
APACHE2_OPTS=-D PHP4
in /etc/conf.d/apache2
this is correct for php-4.3.x , I don`t know about php-5.x :-)
 

for php5 simply change it to
APACHE2_OPTS=-D PHP5
3) start apache and mysql:
/etc/init.d/apache2 start
/etc/init.d/mysql start
3a) You need to setup mysql. See /etc/mysql/my.cnf
4) Add to default run level mysql and apache:
rc-update add apache2 default
rc-update add mysql default
 

Any ideas?
Thanks
   


--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Possibe?

2005-02-11 Thread Bastian Balthazar Bux
Michael Thompson ha scritto:
I have a issue where I cannot connect to my server because the 
firewall only allows ports 80 and 443 out.

I previously ran SSH on port 443 to overcome this, but I have had to 
implement a HTTPS solution for users who wanted secure access, so that 
is now gone.

This system has DNS records for ssh.server.co.uk and www.server.co.uk, 
so can I use IPTables or similar to recognise if it is being connected 
to via ssh.server.co.uk on port 443 and forward the traffic to port 
22? If www.server.co.uk:443 is used apache gets the traffic? Or is 
this (As I suspect) Impossible?
You can look at http://sourceforge.net/projects/l7-filter/ Application 
Layer Packet Classifier for Linux.
It is capable to classify the packets based on their headers, not on the 
generating/destination port/ip, I don't know if you can make it work on 
encrypted connection like ssh or https.
Maybe you must connect ssh to port 80 and difference to know http 
traffic and unknow encrypted traffic (ssh for you).

Unable to explain it better ;) hope it's a starting point for you.
Francesco
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Finding old Sources: linux-2.6.8-gentoo-r10?

2005-02-10 Thread Bastian Balthazar Bux
Kent Borg ha scritto:
A while back I realized that my software suspend to disk broke with
the 2.6.9 kernel and so reverted to linux-2.6.8-gentoo-r10.  Now I
want to compile an up to date ipw2100 version, but I unfortunately
previously deleted the linux-2.6.8-gentoo-r10 sources.
Any idea where I might find them again?
I tried various emerge commands and some Google searching, but I fear
they no longer exist.  Please tell me I am wrong!
Thanks,
-kb, the Kent who will again be trying a newer software suspend one of
these days too.
 

you can downgrade to
gentoo-dev-sources-2.6.8-r3
maybe there are not so many differences
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Filesystem Choice

2005-02-10 Thread Bastian Balthazar Bux
David Busby ha scritto:
Dave Nebinger wrote:
Search for unmaintainable ridiculous software architecture and you'll
probably find a match to your product.
It doesn't matter what filesystem you choose as this architecture is 
going
to abuse them significantly.

As an application developer I would never create software that met the
requirements that you've listed above; it's obviously a poor solution 
to a
problem that is better handled by a database.

You really should contact whoever created the software and ask them 
to take
a programming course or two.

You should watch what you say.  I know this will abuse the system, 
which will it abuse the least?

A database would not work because I wouldn't be able to #1 make this 
easy tree structure to scan #2 it will be smaller storage wise in 
files and in a DB with all that overhead #3 digging through the tree 
is faster than an index scan in mysql, postgresq or DB2 with as many 
records as I'll have. The projected database structure would be =3Tb, 
but by using directories as my index I can eleminate much of that 
overhead and shring my storage requirement to a maintainable 750G.  
You don't learn that in programming class, you learn that building 
financial software for the last 10 years.

You #1 didn't have enough information to tell me how to arch. my 
software, #2 assumed the wrong info and made the wrong suggestion and 
#3 didn't provide any helpful information #4 attempted an insult on a 
list that is supposed to assist.  Why even send your post? (don't 
bother with answer)

/djb
#1
I've never used them but this seem a problem that can be solved by ldap 
databases,
Anyway I've implemented for my website a tree structure for users, based 
on traditional SQL databases (MySQL).
It uses a varchar to simulate the tree, now it's used for only few 
thousand users, with a max depth level of 64 but it can be extended to 
support more.
Quite all operation are done by single query, using recursion is totally 
avoided (It's the only thing that I can think doing it slower than a 
filesystem).
One year ago I've thinked about opensourcing it and write a howto, but 
with a low priority, if you want to translate your application in a 
database driven one I can give you the software in 2 or 3 days, leave me 
the time to clean and comment it a bit more.

#2
the only one that permit you to save disk space is reiserfs *avoiding* 
notail mount option, the overhead for a database structure is minimal

#3
using unique indexes should really be faster, one disk access to the 
index, one to the data, but only you can evaluate that.

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


Re: [gentoo-user] Have to perform complete recompile or there is a shortcut?

2005-02-09 Thread Bastian Balthazar Bux
Dirk Heinrichs ha scritto:
Am Mittwoch, 9. Februar 2005 11:25 schrieb ext Shaun Lipscombe:
 

If you emerge a program and it fails.. and you then re-emerge it, is
there a way to tell emerge to continue compiling from where it left off
using the .o files that are already compiled?
   

ebuild /path/to/ebuild compile
 

maybe I'm remembering wrong but compile before to start issue the 
equivalent of a make clean
If it's wrong please post, it's usefull to know.

ebuild /path/to/ebuild install
ebuild /path/to/ebuild qmerge
HTH...
	Dirk
 


--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Have to perform complete recompile or there is a shortcut?

2005-02-09 Thread Bastian Balthazar Bux
Dirk Heinrichs ha scritto:
Am Mittwoch, 9. Februar 2005 12:50 schrieb ext Bastian Balthazar Bux:
 

Dirk Heinrichs ha scritto:
   

ebuild /path/to/ebuild compile
 

maybe I'm remembering wrong but compile before to start issue the
equivalent of a make clean
If it's wrong please post, it's usefull to know.
   

Yes, it is. It starts the src_compile function of the ebuild again, so it 
will not do make clean unless it's explicitely called in this function.

Bye...
	Dirk
 

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


Re: [gentoo-user] Archiving IMAP?

2005-02-08 Thread Bastian Balthazar Bux
Joel Merrick ha scritto:
Hi guys,
I've built up a LARGE (140Mb) IMAP mailbox over the past few months and
was wondering if there's a way to archive this mail, but still have it
available to view (via https or something)
Thoughts?
 

# find . -mtime +120 -exec tar -rvf mail_archive.tar {} \; -exec rm {} \;
# bzip2 mail_archive.tar
this should add to mail_archive.tar.bz2 and remove all the files last 
modified  more than 120 days ago

alternatives to -mtime are
-atime
-ctime
Francesco
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Archiving IMAP?

2005-02-08 Thread Bastian Balthazar Bux
Joel Merrick ha scritto:
On Tue, 2005-02-08 at 15:55 +0100, Bastian Balthazar Bux wrote:
 

Joel Merrick ha scritto:
   

Hi guys,
I've built up a LARGE (140Mb) IMAP mailbox over the past few months and
was wondering if there's a way to archive this mail, but still have it
available to view (via https or something)
Thoughts?

 

# find . -mtime +120 -exec tar -rvf mail_archive.tar {} \; -exec rm {} \;
# bzip2 mail_archive.tar
this should add to mail_archive.tar.bz2 and remove all the files last 
modified  more than 120 days ago

alternatives to -mtime are
-atime
-ctime
   

That looks great, you always gotta love one-liners :)
I'm ideally looking for something that will archive the mail for online
use. Looking at it, it should be fairly trivial to implement something,
but is there anything out there that can do this already?
 

I don't think so but you can something more tricky, move them to a 
compressed file system and then setup a secondary imap server that look 
read only to that system.

mail messages normally have a good compression ratio.
good luck, francesco
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Wrong hostname after restore

2005-02-08 Thread Bastian Balthazar Bux
Patrick Marquetecken ha scritto:
Hi,
I got a broken harddisk, so after replacing the disk i dit a restore of a
general image.
I have changed /etc/conf.d/net, /etc/hosts, /etc/domainname and
/etc/dnsdomainname.
But i still keep getting the restore hostname. What i'm i missing here ?
TIA
Patrick
 

newer baselayout  use
/etc/conf.d/{hostname,domainname}
# env-update 
# source /etc/profile

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


Re: [gentoo-user] So depclean *is* dangerous after all!

2005-02-08 Thread Bastian Balthazar Bux
Jim Hatfield ha scritto:
# wget http://www.francesco-riosa.com/gentoo/old/attr-2.4.19.tbz2
# tar -C /mnt/gentoo -jxvf attr-2.4.19.tbz2
if you still miss something try to post the output of 
ldd /usr/bin/package-that-fail
   

Looks like that's done it. Many thanks. I'll treat depclean with
the greatest respect in the future!
 

good idea ;)
don't forget to reemerge those two packages
Francesco
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Synchronizing 2 Gentoo systems

2005-02-07 Thread Bastian Balthazar Bux
Ow Mun Heng ha scritto:
On Mon, 2005-02-07 at 04:35, Walter Dnes wrote:
 

On Sat, Feb 05, 2005 at 11:10:37AM +0100, Bastian Balthazar Bux wrote
   

I don't think I made myself clear enough.  I do *NOT* want to
duplicate /portage/distfiles.  I want to duplicate machine A's 
definition
of world on Machine B.


 

try:
# emerge -uDpv --newuse --noreplace $WORLD_OF_PIII
this should both keep updated your machine and emerge all the packages 
not present.
The --noreplace is needed to not force portage recompile a package 
already present.
   

better:
# scp 192.168.0.2:/var/lib/portage/world /tmp/piii_world
# emerge -uDav --newuse --noreplace  $(cat /tmp/piii_world)
on your p4
 

 Thank you very much.  That's exactly what I was looking for.
   

SInce we're talking about it _this_ way, is there any possibility in
actually just mounting NFS that points straight to
/var/lib/portage/world?? That way, the scp won't be needed.
 

not really, /var/lib/portage/ contains two files on my machine, config 
and world, both are specific for their box, modified from portage of 
that box.
you can mount it in a different directory say /var/lib/portage_piii/ and 
sync from that but not mount it directly in the same place.

cheers francesco
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] net.eth0

2005-02-07 Thread Bastian Balthazar Bux
as sayd from peter you need to add sys-apps/baselayout ~x86 to 
/etc/portage/package.keywords, sorry people not noticed that.
after the
# emerge -av sys-apps/iproute2 sys-apps/baselayout
you will find /etc/conf.d/net.example that explain you all :)

ciao francesco
raptor ha scritto:
hmm.. that something new.. where i can see description 
of this new syntax ?!!

|[EMAIL PROTECTED] ha scritto:
|
|hi,
|
|in /etc/conf.d/net I have in alias_eth0 :
|around ~20 aliases
|
|alias_eth0=x.x.x.x .. y.y.72.0 y.y.73.0 y.y.74.0  x.x.x.x
|
|it creates these interfaces with netmask 255.255.0.0 and as consequense it
|inserst a route to y.0.0.0/8 instead of three routes to these 3 networks..
|any solution ?
|
|  
|
|I'm not sure to understund your question, so I simply post one net.eth0 
|config that has multiple aliases on multiple networks with multiple path ;)
|
|modules=( iproute2 )
|
|ipaddr_eth0=(
|192.168.1.100/24
|192.168.1.101/24
|192.168.1.102/24
|
|192.168.2.100/24
|192.168.2.101/24
|192.168.2.102/24
|
|192.168.3.100/24
|192.168.3.101/24
|192.168.3.102/24
|)
|
|iproute_eth0=(   
|to 192.168.21.0/24 via 192.168.2.1
|to 192.168.22.0/24 via 192.168.3.1
|default via 192.168.1.1
|)
|
|
|you need to emerge sys-apps/iproute2 to make it work
|
 


--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] mplayer is broken

2005-02-07 Thread Bastian Balthazar Bux
Nelis Lamprecht ha scritto:
On Mon, 07 Feb 2005 08:53:15 +0100, Frank Schafer
[EMAIL PROTECTED] wrote:
 

Hi,
I did an upgrade world on saturday realizing that gentoo decided to move
some system directories around ... ok, why not. After that i emerged
mplayer. ``gmplayer brings it up in scales of dark blue. I could live
with this, but ...
$ gmplayer
...
MPlayer interrupted by signal 11 in module: ao2_init
- MPlayer crashed by bad usage of CPU/FPU/RAM.
 Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
 disassembly. Details in
DOCS/HTML/en/bugreports_what.html#bugreports_crash.
- MPlayer crashed. This shouldn't happen.
 It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
 gcc version. If you think it's MPlayer's fault, please read
 DOCS/HTML/en/bugreports.html and follow the instructions there. We
can't and
 won't help unless you provide this information when reporting a
possible bug.
   

mplayer is also broken on my machine after update but my error is different:
gmplayer: error while loading shared libraries: libdv.so.2: cannot
open shared object file: No such file or directory
 

try
# revdep-rebuild -p
# revdep-rebuild
or if it stay there
# emerge media-libs/libdv
Is this related ?
 

I don't think so but who knows
The file is located in /usr/lib/libdv.so.2, if memory serves me
correct there is a way of correcting the linking of these files but
I'm not sure ?
Thanks.
Nelis
 


--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] So depclean *is* dangerous after all!

2005-02-07 Thread Bastian Balthazar Bux
Jim Hatfield ha scritto:
if you can boot from cd AND you have an athlon you can do this:
boot from rescue, mount your hd root
# wget http://www.francesco-riosa.com/gentoo/old/acl-2.2.27.tbz2
# tar -C /mnt/gentoo -jxvf acl-2.2.27.tbz2
where /mnt/gentoo is your hd root mount point
   

Well it seemed to like that - now it complains about libattr.so.1, so 
I guess it must have loaded libacl successfully.

 

# wget http://www.francesco-riosa.com/gentoo/old/attr-2.4.19.tbz2
# tar -C /mnt/gentoo -jxvf attr-2.4.19.tbz2
if you still miss something try to post the output of 
ldd /usr/bin/package-that-fail

--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] dhcp or dhcpd ?

2005-02-07 Thread Bastian Balthazar Bux
Paul Kain ha scritto:
Hi All
I am setting up aserver according to this guide
http://gentoo-wiki.com/HOWTO_setup_a_home-server#Configuring_dhcp
Unfortunately it gets to a part where it says rc-update add dhcpd default
and I get an error saying /etc/init.d/dhcpd not found
 

should be
# net-misc/dhcp
# rc-update add dhcp default
# /etc/init.d/dhcp start
# rc-status
see also
/etc/dhcp/*
/etc/conf.d/dhcp
can anyone point me in the right direction please?
--
gentoo-user@gentoo.org mailing list
 


--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] dhcp or dhcpd ?

2005-02-07 Thread Bastian Balthazar Bux
Bastian Balthazar Bux ha scritto:
Paul Kain ha scritto:
Hi All
I am setting up aserver according to this guide
http://gentoo-wiki.com/HOWTO_setup_a_home-server#Configuring_dhcp
Unfortunately it gets to a part where it says rc-update add dhcpd 
default

and I get an error saying /etc/init.d/dhcpd not found
 

should be
# net-misc/dhcp
# emerge -av net-misc/dhcp
:P
# rc-update add dhcp default
# /etc/init.d/dhcp start
# rc-status
see also
/etc/dhcp/*
/etc/conf.d/dhcp
can anyone point me in the right direction please?
--
gentoo-user@gentoo.org mailing list
 


--
gentoo-user@gentoo.org mailing list


--
gentoo-user@gentoo.org mailing list


[gentoo-user] /usr/bin/mysql_config

2005-02-07 Thread Bastian Balthazar Bux
Please can someone that has dev-db/mysql-4.0* installed remember me if
/usr/bin/mysql_config exist ?
If the answer is yes do you remember when it was added ?
tia
Francesco Riosa

--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Synchronizing 2 Gentoo systems

2005-02-05 Thread Bastian Balthazar Bux
Walter Dnes ha scritto:
On Fri, Feb 04, 2005 at 10:56:18AM +0800, Ow Mun Heng wrote
 

On Fri, 2005-02-04 at 09:40, Neil Walker wrote:
   

Walter Dnes wrote:
 

Is there an offifial Gentoo method for syncing installed packages on two
machines?
   

The simplest way is to use NFS and simply mount /usr/portage on the host 
machine from the others. It works well here on a network of 6 machines.

Alternatively, you can use rsync. There is a how-to somewhere on the 
Gentoo website.
 

This is what I do.
1. echo 'GENTOO_MIRRORS=http://129.253.108.99/sync/;'  /etc/make.conf
2. Set up Apache so that it serves the portage distfiles (actually)
3. Set up a Rsync cron job or something that just polls this box. No
need to for a how to.
   

 I don't think I made myself clear enough.  I do *NOT* want to
duplicate /portage/distfiles.  I want to duplicate machine A's definition
of world on Machine B.
 

try:
# emerge -uDpv --newuse --noreplace $WORLD_OF_PIII
this should both keep updated your machine and emerge all the packages 
not present.
The --noreplace is needed to not force portage recompile a package 
already present.

--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Synchronizing 2 Gentoo systems

2005-02-05 Thread Bastian Balthazar Bux
Bastian Balthazar Bux ha scritto:
Walter Dnes ha scritto:
On Fri, Feb 04, 2005 at 10:56:18AM +0800, Ow Mun Heng wrote
 

On Fri, 2005-02-04 at 09:40, Neil Walker wrote:
  

Walter Dnes wrote:


Is there an offifial Gentoo method for syncing installed 
packages on two
machines?
  
The simplest way is to use NFS and simply mount /usr/portage on the 
host machine from the others. It works well here on a network of 6 
machines.

Alternatively, you can use rsync. There is a how-to somewhere on 
the Gentoo website.

This is what I do.
1. echo 'GENTOO_MIRRORS=http://129.253.108.99/sync/;'  
/etc/make.conf
2. Set up Apache so that it serves the portage distfiles (actually)
3. Set up a Rsync cron job or something that just polls this box. No
need to for a how to.
  

 I don't think I made myself clear enough.  I do *NOT* want to
duplicate /portage/distfiles.  I want to duplicate machine A's 
definition
of world on Machine B.

 

try:
# emerge -uDpv --newuse --noreplace $WORLD_OF_PIII
this should both keep updated your machine and emerge all the packages 
not present.
The --noreplace is needed to not force portage recompile a package 
already present.
better:
# scp 192.168.0.2:/var/lib/portage/world /tmp/piii_world
# emerge -uDav --newuse --noreplace  $(cat /tmp/piii_world)
on your p4

--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] So depclean *is* dangerous after all!

2005-02-05 Thread Bastian Balthazar Bux
Alastair Murray ha scritto:
Jim Hatfield wrote:
ls: error while loading shared libraries: libacl.so.1: cannot open
shared object file: no such file or directory

I also experienced this after a depclean (I didn't realise libacl and 
libattr where critical at the time).  However, I didn't reboot so 
using already running or unaffected programs I managed to download and 
extract the necessary files from a few rpms, then reemerge coreutils.  
Maybe you could do a similiar thing from a bootable CD?

Alastair Murray.
if you can boot from cd AND you have an athlon you can do this:
boot from rescue, mount your hd root
# wget http://www.francesco-riosa.com/gentoo/old/acl-2.2.27.tbz2
# tar -C /mnt/gentoo -jxvf acl-2.2.27.tbz2
where /mnt/gentoo is your hd root mount point
The tbz is generated from quickpkg sys-apps/acl in this environment
CFLAGS=-O2 -march=athlon-xp -fomit-frame-pointer -fpermissive
CHOST=i686-pc-linux-gnu
Linux appserver 2.6.8-gentoo-r10 #3 Tue Jan 11 03:55:12 CET 2005 i686 
AMD Athlon(tm) XP 2400+ AuthenticAMD GNU/Linux
The file will be there for next few days

--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Re: Launching emerge remotely via VPN

2005-02-05 Thread Bastian Balthazar Bux
Francesco Talamona ha scritto:
On Saturday 05 February 2005 10:22, Francesco Talamona wrote:
 

On Saturday 05 February 2005 10:05, [EMAIL PROTECTED] wrote:
   

Is there any way of keeping a job executing a long emerge session
going on after having closed the VPN session?
 

nohup
nohup belongs to coreutils, so it is likely already present on that
box
Maybe screen... (emerge -p screen  man screen)
   

Oops, it should be: emerge screen  man screen :-)
Ciao
 Francesco
 

I don't know about screen but with nohup the emerge will stop (and not 
restart) emerging portage, you will need to relaunch manually it after that.
nohup will output a file named nohup.out, in the current directory or in 
your home, to see what happen issue an
# nohup emerge whatever 
# tail -f nohup.out
then if you became bored to see the output a ^C is ok it will stop only 
the tail command leaving nohup emerge running.

--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Re: firefox random lockups

2005-02-05 Thread Bastian Balthazar Bux
Collins Richey ha scritto:
On Sat, 05 Feb 2005 18:08:54 +0100, Holly Bostick [EMAIL PROTECTED] wrote:
 

Collins Richey wrote:
   

Thanks for the info. Maybe this will help others, but this is not my
problem. My problem is
 

snip
   

3. Always associated with use of acroread, and usually after printing
from acroread.
 

Well, that's a horse of a different color. Not to put too fine a point
on it, the acroread browser extension coughsucks/cough, and has a
strong tendency to crash any browser (Win or Lin).
   

[ other helpful data snipped ]
Not too surprising since the vendor refuses to do much for unix/linux users.
Fortunately, I only need PDF documents once in a blue moon.
 

as before sayd it is valid also for windows and btw with iexplorer
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] What is /var/lib/portage/config and a problem

2005-02-05 Thread Bastian Balthazar Bux
[EMAIL PROTECTED] ha scritto:
I noticed the file /var/lib/portage/config and wonder what it is.
I could not find it mentioned in the portage, emerge, or ebuild man
pages.  I also looked in the portage chapter of the handbook.
 

I bet it's used to see if the config files installed two different 
emerge are the same, in this way:
# emerge mysql
install a file in /etc/mysql/my.cnf, portage add an entry to .../config 
with it md5 sum.
after this you hand modify it
after a while you emerge again mysql
# emerge mysql
portage cannot analyze your /etc/mysql/my.cnf because you'd modified it. 
But portage is smart
and go to see if the new /etc/mysql/my.cnf is the same it has recorded 
in .../config.
If not you'll be prompted to keep your system in order with etc-update.

in that file should stay all the files that match CONFIG_PROTECT 
variable (emerge --info show this one)
It should not to be a disaster delete that file just boring.

I ask because I have a problem with it.  For some reason I cannot
understand this file was moved (I guess by me) to
/local/var/lib/portage/config and presumably a symlink left in
/var/lib/portage.  However, there is no symlink in /var/lib/portage
and a new version of config has been generated.
The same thing occurred with /var/lib/portage/world, but I understand
this file and merged the two versions (after checking the new small
one for sanity).
Should I also merge the two config files and can I alphabetize them
and uniq the result?
 

Add manually stuff into .../world is not a good idea,
# emerge --noreplace $(cat ../oldworld)
should be better, leave it insert the packages into world,
also *don't* sort it, I bet again that the order of emerge is important, 
surely it can rebuild it but leave it in it's original sorting IMHO is 
wy more secure.

thanks,
allan
 

prego Francesco
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] net.eth0

2005-02-04 Thread Bastian Balthazar Bux
[EMAIL PROTECTED] ha scritto:
hi,
in /etc/conf.d/net I have in alias_eth0 :
around ~20 aliases
alias_eth0=x.x.x.x .. y.y.72.0 y.y.73.0 y.y.74.0  x.x.x.x
it creates these interfaces with netmask 255.255.0.0 and as consequense it
inserst a route to y.0.0.0/8 instead of three routes to these 3 networks..
any solution ?
 

I'm not sure to understund your question, so I simply post one net.eth0 
config that has multiple aliases on multiple networks with multiple path ;)

modules=( iproute2 )
ipaddr_eth0=(
   192.168.1.100/24
   192.168.1.101/24
   192.168.1.102/24
   192.168.2.100/24
   192.168.2.101/24
   192.168.2.102/24
   192.168.3.100/24
   192.168.3.101/24
   192.168.3.102/24
)
iproute_eth0=(   
   to 192.168.21.0/24 via 192.168.2.1
   to 192.168.22.0/24 via 192.168.3.1
   default via 192.168.1.1
)

you need to emerge sys-apps/iproute2 to make it work
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] gentoo 2004.3 What happened to Stage 2?

2005-02-04 Thread Bastian Balthazar Bux
Boyd Stephen Smith Jr. ha scritto:
On Friday 04 February 2005 12:16 pm, Karsten Baumgarten 
[EMAIL PROTECTED] wrote:
 

Boyd Stephen Smith Jr. wrote:
| stage1 is so tiny it's not a waste to put on the CD.
Still it tends to create broken installs and might be discarded in the
near future. The best way to install Gentoo (according to several
sources in the IRC/forums and my own experience) is to use a
stage-3-tarball in any case. One can simulate a stage-1 install
without the issues that the broken /var/db introduces when using a
stage-1-tarball.
   

Odd, all of my gentoo installs have been stage1, and I don't think I have 
had any major problems that weren't my fault [1].  I'd really be 
disappointed if they did away with it.  In particular, how can one change 
their CHOST after bootstrapping?

 

# emerge depclean
change your flags
# emerge -ev world
and your are ok again
[1] I blew away /var once, that was bad.
 


--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] linux-headers vs linux26-headers

2005-02-03 Thread Bastian Balthazar Bux
Jans Han Xie ha scritto:
On Wed, 2 Feb 2005 11:51:41 -0600, Boyd Stephen Smith Jr.
[EMAIL PROTECTED] wrote:
 

On Wednesday 02 February 2005 06:43 am, Jans Han Xie [EMAIL PROTECTED]
wrote:
   

I made a mistake since I thought what you are talking about is
*linux26-headers* instead of *linux-headers-2.6*, and
*linux26-headers* is unmasked while *linux-headers-2.6* masked.
Now I'm confused with this two ebuilds. What's the differences between
them?
 

The linux kernel normally has 2 (or 3) versions available.  The latest even
minor version (unstable), the minor version before that (stable), and
sometime the latest odd minor version (development).  [Actually, this
policy may have changed; Linus seems to really like just using mm-sources
as a development line.]
linux-headers (and gentoo-sources and vanilla-sources) reflect the current
stable version [according to /gentoo/, which will generally be the
stable kernel version or late-cycle unstable]. linux??-headers (and
gentoo-dev-sources and development sources) reflect the current unstable
version [again, according to /gentoo/, which will generally be the
ustable kernel version].
   

Then should I exactly use linux-headers with gentoo-sources and
accordingly only use linux??-headers with gentoo-dev-sources?
Or (linux-headers + gentoo-dev-sources) || (linux??-headers +
gentoo-sources) is OK, too?
 

The first two are correct, the latest 2 may work
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] No /log/var/messages

2005-02-03 Thread Bastian Balthazar Bux
Bradley Serbu ha scritto:
Hello All,
I am tring to figure out why my DWL-122 usb wlan card isn't working 
and I've noticed serveral references to /log/var/messages, which I 
don't have!  I have several new logs I'm not used to like 
kernel/current and everything/current.

I am running Gentoo 2.6.10 dev-sources.
- Brad
you probably need to install a logger, i.e.
# emerge syslog-ng
make it start at boot
# rc-update add syslog-ng default
make it start now
# /etc/init.d/syslog-ng start
francesco
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] No /log/var/messages

2005-02-03 Thread Bastian Balthazar Bux
for some reason I've not seen the previous messages, please ignore mine
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] emerge update ERROR

2005-02-03 Thread Bastian Balthazar Bux
Helder Lima ha scritto:
When run emerge --update world, i get the some errors:
Calculating world dependencies ...done!
 

emerge (1 of 38) sys-libs/gpm-1.20.1 to /
   

/usr/lib/portage/bin/ebuild.sh: /usr/portage/eclass/eutils.eclass:
line 39: syntax error near unexpected token `else'
/usr/lib/portage/bin/ebuild.sh: /usr/portage/eclass/eutils.eclass:
line 39: `  else'
!!! ERROR: sys-libs/gpm-1.20.1 failed.
!!! Function inherit, Line 1320, Exitcode 1
!!! died sourcing /usr/portage/eclass/eutils.eclass in inherit()
!!! If you need support, post the topmost build error, NOT this status message.
How solve this problem?
I'm running gentoo linux with 2.6.10 kernel(development source)
 

try emerge sync now, it was a temporary failure that has been solved.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] emerge update ERROR

2005-02-03 Thread Bastian Balthazar Bux
James Hiscock ha scritto:
I just ran into this myself, and it looks as though somebody mangled
/usr/portage/eclass/eutils.eclass, by leaving it like this:
if [ $CROSSCOMPILE -eq 1 ]
   then
   else
...
fi
...which isn't valid. I just added the following line:
echo -n 
...between the then and else (on a line by itself), and it appears
to have fixed the problem (for now shrug)
 

Someone suggested
| if foo ; then
| # do nothing
| :
| else
| echo hi
| fi
on the devs list, to be on the safe side, move 
/usr/portage/eclass/eutils.eclass

in a backup place *just* before the next emerge --sync 
to be sure rsync download the new one.

[snip]
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] emerge --sync problem; and can I turn off the Portage cache?

2005-02-03 Thread Bastian Balthazar Bux
Walter Dnes ha scritto:
 Quoted below is error output from emerge --sync.  If it wasn't the
root cause, where do I find the error logs?
 And while we're at it, how can I turn off the Portage cache?  I do
an emerge --sync approx once a week, and I install programs a lot less
often.  It seems to take forever with the little spinning twirler to get
the system back after emerge --sync.  I don't think it's worth it for me.
 

deleting app-cdr/k3b/files/digest-k3b-0.11.18-r1
deleting app-cdr/cdw/files/digest-cdw-0.2.0_pre3
deleting app-cdr/cdw/files/digest-cdw-0.2.0
deleting app-cdr/cdw/cdw-0.2.0_pre3.ebuild
deleting app-cdr/cdw/cdw-0.2.0.ebuild
deleting app-arch/kdar/kdar-1.3.0.ebuild
deleting app-arch/kdar/files/digest-kdar-1.3.0
deleting app-arch/dpkg/files/digest-dpkg-1.10.18.1
deleting app-arch/dpkg/dpkg-1.10.18.1.ebuild
deleting app-arch/cpio/files/digest-cpio-2.6
deleting app-arch/cpio/cpio-2.6.ebuild
deleting app-antivirus/f-prot/files/digest-f-prot-4.5.2
deleting app-antivirus/f-prot/f-prot-4.5.2.ebuild
deleting app-antivirus/clamav/files/digest-clamav-0.81_rc1
deleting app-antivirus/clamav/clamav-0.81_rc1.ebuild
deleting app-admin/torsmo/torsmo-0.18.ebuild
deleting app-admin/torsmo/files/digest-torsmo-0.18
Number of files: 109075
Number of files transferred: 7004
Total file size: 85016177 bytes
Total transferred file size: 11239030 bytes
Literal data: 11239030 bytes
Matched data: 0 bytes
File list size: 2432957
Total bytes written: 140261
Total bytes read: 13988100
wrote 140261 bytes  read 13988100 bytes  125585.43 bytes/sec
total size is 85016177  speedup is 6.02
   

Updating Portage cache:   27%/usr/lib/portage/bin/ebuild.sh: /usr/portage/eclass/eutils.eclass: line 39: syntax error near unexpected token `else'
 

/usr/lib/portage/bin/ebuild.sh: /usr/portage/eclass/eutils.eclass: line 39: `  
else'
!!! ERROR: dev-lisp/cl-plus-1.0 failed.
!!! Function inherit, Line 1443, Exitcode 1
!!! died sourcing /usr/portage/eclass/eutils.eclass in inherit()
!!! If you need support, post the topmost build error, NOT this status message.
aux_get(): (0) Error in dev-lisp/cl-plus-1.0 ebuild. (1)
  Check for syntax error or corruption in the ebuild. (--debug)
   

 

quoting james Hiscock
I just ran into this myself, and it looks as though somebody mangled
/usr/portage/eclass/eutils.eclass, by leaving it like this:
if [ $CROSSCOMPILE -eq 1 ]
   then
   else
...
fi
...which isn't valid. I just added the following line:
echo -n 
...between the then and else (on a line by itself), and it appears
to have fixed the problem (for now shrug)

--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] linux-headers vs linux26-headers

2005-02-02 Thread Bastian Balthazar Bux
Ow Mun Heng ha scritto:
I'm not sure what the difference between these 2 different headers.
Well, one is for 2.4 kernel and the other is for 2.6, but I'm using
2,6.10 kernel but I'm still using linux-headers instead of
linux26-headers.
What's the difference and should I be concerned?
 

the difference will survive for few time, they will be merged (you can 
already see linux-headers-2.6 masked).
If it has worked for you untill now keep it untill the switch will be done.
Using 2.4 headers neglect to you some features of newer glibc,
for some strange motiv it has worked for you, so continue to use them 
untill next glibc upgrade or linux-headers-2.6 will be unmasked.
then emerge -C linux-headers and reemerge the right/preferred one.

regards francesco
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] linux-headers vs linux26-headers

2005-02-02 Thread Bastian Balthazar Bux
please don't top post on a discussion started bottom post.
issued a emerge --sync but /usr/portage/profiles/package.mask still 
contains

# [EMAIL PROTECTED] (1/12/2004)
# Masking all 2.6 versions of kernel packages which were originally
# 2.4 only so that we can merge 2.6 with 2.4 without forcing a
# mass upgrade.
=sys-kernel/gentoo-sources-2.6
=sys-kernel/hardened-sources-2.6
=sys-kernel/rsbac-sources-2.6
=sys-kernel/vanilla-sources-2.6
# this includes the headers too
=sys-kernel/linux-headers-2.6
Jans Han Xie ha scritto:
linux26-headers is unmasked now.
 

[snip]
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Problemas na inicialização do Gentoo

2005-02-01 Thread Bastian Balthazar Bux
Cesar ha scritto:
Olá Pessoal,
Estou com algum problema na inicialização do Gentoo_r6. Tudo começou 
da seguinte forma: atualizei a árvore portage como o comando: # emerge 
--sync e depois atualizei os pacotes instalados com o comando: # 
emerge --update --deep --newuse world

Quando fui reiniciar a máquina deparei com o seguinte erro na 
inicialização:

INIT: Id c1 respawing too fast: disabled for 5 minutes
INIT: Id c2 respawing too fast: disabled for 5 minutes
INIT: Id c3 respawing too fast: disabled for 5 minutes
INIT: Id c4 respawing too fast: disabled for 5 minutes
INIT: Id c5 respawing too fast: disabled for 5 minutes
INIT: Id c6 respawing too fast: disabled for 5 minutes
INIT: no more processes left in this runlevel
Será que alguém pode me ajudar (help)...
Obrigado.
probably your glibc are messed up, you need to boot from a rescue cd 
copy from your rescue cd

/lib/libc.so.6
/lib/ld-linux.so.2 (follow the symlinks)
at least, then try to reboot.
buona sorte
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] elektra.sourceforge.net

2005-02-01 Thread Bastian Balthazar Bux
Christoph Eckert ha scritto:
Hi,
I wonder if does anyone use elektra?
Somehow it seems that it is cool to unify configuration tasks, 
but on the other hand, it reminds me to something I have 
known some years ago ;-) .

It also seems to make it possible to create distro independent 
configuration tools, replacing YaST, DrakConf et al.

I really like the idea behind it. Any opinions?
  Best regards
   ce
 

someone for sure ;)
http://bugs.gentoo.org/show_bug.cgi?id=63417
--
gentoo-user@gentoo.org mailing list


  1   2   >