Re: [gentoo-user] Users with access to shell!

2005-05-12 Thread Rumen Yotov
[EMAIL PROTECTED] wrote:

>[EMAIL PROTECTED] wrote:
>  
>
>>I have users accessing to the bash shell of my Gentoo Server, my
>>question is:
>>
>>How can secure my server with this users accessing to shell? ,
>>
>>How can I monitor this server to see what users have done? Is there
>>available tools for that?
>>
>>I'd like to allow every user to access ONLY its home directory, I mean
>>he only can work in his directory...
>>
>>
>
>This isn't a great situation, but the only thing I can think of that
>comes close is to use mandatory access controls, such as grsecurity's
>RBAC.
>
>
>  
>
Hi,
An addition to the above suggestion: try out some of Gentoo's hardened
projects: RSBAC or SELinux.
Some months ago there were a testing install (public-access) of an
RSBAC-system (adamantix == Gentoo-RSBAC) with user access to the machine
and the goal was to hack/attack it and bring down the machine. Lasted
quite a week, nobody broke in.
At the end there were logs, info etc.
Something more, during the last one/two days a Security Advisory was on
a way to public and before releasing it the author tried it on the
machine - no luck (he succeeded only after asking the people running the
test to disable a feature) all this info was only announced after the
advisory went public with patches.
So this project has some protection against new bugs too.
PS: think there is a public SElinux machine too, or at least there was.
HTH. Rumen
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] kernel compile using gcc 3.4.3

2005-05-14 Thread Rumen Yotov
Eugene Rosenzweig wrote:

> I have a machine configured to use gcc 3.4.3 and thats fine but today
> I was wondering if it is possible to do away with gcc 3.3.5. I think
> it is still used when kernel is recompiled. Now I could swear recently
> I read something in a post about overriding gcc version used to
> compile the kernel and maybe it had to do with some make.conf flag. I
> spent some time googling, searching gentoo forums (cannot seem to
> search for version numbers there) and gentoo wiki but I havent turned
> up much. Surely my searching skills have gone bad, I cannot imagine
> being the first to ask this question. What I am asking is:
> 0. Is there a HOWTO that I have blatantly missed?
> 1. Does the kernel compile with gcc and is it stable?
> 2. Is there a gentoo way to override compiler version used for the
> kernel compilation. If not but it is perfectly ok to compile the
> kernel with gcc 3.4 how does one get the kernel compile system to use
> particular gcc version?
> 3. Are there other packages that override the default gcc, maybe
> like ?
>
> Thanks,
> Eugene.
>
>
Hi,
GCC is slotted so you can have both 3.3.5 & 3.4.3 (i have them too).
See gcc-config package which is a dependency of GCC-any-version.
Just run 'gcc-config -l' in order to list/see all available versions,
"gcc-config -c' outputs the active one (gcc-config --help). To change
the active gcc use: "gcc-config 1|2|3|..6| ..9 depending on how many gcc
versions/sub-vers. are there.
Didn't had any problems with both 3.3.5&3.4.3, IIRC there are some new
CFLAGS in gcc-3.4.X  (mtune ?) which could be put in 'make.conf' but
overly there're no problems with any of them.
For about half an year 3.4.x is stable for me (kernel too).
HTH. Rumen
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] next step X

2005-05-14 Thread Rumen Yotov
cfk wrote:
...SKIP...

>On Saturday 14 May 2005 12:26, Holly Bostick wrote:
>  
>
>>cfk schreef:
>>
>>
>Dear Holly:
> What I did was to take the default 'genkernel' compilation for Gentoo a 
>couple of days ago. I'm not familiar enough with the distribution to go 
>further then that yet.
>
> So, that begs the question of where the module.ko file *might* be. Should 
>genkernel have created an agpgart module somewhere 
>under /lib/modules/kernel/2.6.11-gentoo-r8/drivers?
>
> I havent found anything that looks promising.
>
> I guess I was assuming that 'genkernel' would get me far enough to let the X 
>window system work, but I guess I must be wrong here.
>
>Charles
>  
>
Hi,
Think it's a bad idea to use the default kernel-config from the
install-CD, because it includes too many features, modules in order to
boot/work on quite every system out there, the kernel will be too big
with many unused things and eventually w/o some things which you need.
To get a working X i booted from Knoppix-CD and just copied it's config
to use it later, no acceleration but it's working. Later you could
profile you kernel (read the help items in it).
First time it took me 1-2 hours just to config my first kernel, even
after that there were some omissions but not major ones, even now my
config is evolving. Have agpgart and sis-agp and my kernel-config to get
3D (nvidia).
Having active 3D in a generic-config is very rare IMHO, the install CD
is just to get you going.
HTH. Rumen
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] AMD64: "vanilla-sources" and the risk of using them

2005-05-15 Thread Rumen Yotov
[EMAIL PROTECTED] wrote:

>Holly Bostick <[EMAIL PROTECTED]> wrote:
>  
>
>>Michael Haan schreef:
>>
>>
>>>I *think* I know what they are, what risk do I run by using them?
>>>
>>>  
>>>
>...
>  
>
>>The kernel doesn't get any more risk-free than vanilla-sources, because
>>if those sources are broken then Linux is broken.
>>
>>
>
>Uh oh, in that case we all are in trouble!  :)
>
>I grab my sources directly from kernel.org and then apply the patch
>from grsecurity.org.  Then I can choose what security features to
>enable, and it's a little adventure.  What I used to do (when I was
>running Slackware rather than Gentoo) is grab kernel.org sources and
>then apply the patch from openwall.com, and there also I could choose
>security features, though there was less adventure.  :) There's a lot
>of room for doing things differently from the kernel sources that
>happen to be in portage.
>
>Generally speaking, if you are concerned about security you would want
>to use Linux 2.4 (or perhaps even 2.2 or 2.0) instead of Linux 2.6,
>but with Gentoo AMD64 only 2.6 is supported, so you work with what
>you've got.
>
>  
>
Hi,
Better to use 'hardened-sources' (former 'hardened-dev-sources') if it's
available on AMD-64 profiles.
It includes vanilla-sources + grsecurity v.2.1.5 IIRC.
Of course it's up to you to config it (the kernel) as you like, Thus you
save time/problems with a custom kernel-patch part.
There's nothing wrong to make all this yourself, could additionally
customize some things. Choice is your's.
PS: haven't checked but think not all things are backported to 2.4 even
less to 2.2, evolution is very dynamic here.
Again the choice is up to you, gentoo is just giving you the tools
(better or worst) to do it.
HTH. Rumen
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge mod_php borks with "No safe MPM installed" error

2005-05-15 Thread Rumen Yotov
Robert Persson wrote:

>I upgraded apache to the latest version (2.0.54-r4).  In the process I had to 
>unmerge apr and apr-utils because they conflicted with apache (which they 
>didn't with previous apache versions).  When I had finished, php had stopped 
>working.  I tried to remerge mod_php and I get the following error:
>
>ls: //usr/sbin/apache2.*: No such file or directory
> * The module you are trying to install (mod_php)
> * will only work with one of the following MPMs:
> *event metuxmpm peruser worker threadpool
> * You do not currently have any of these MPMs installed.
> * Please re-install apache with the correct mpm-* USE flag set.
>
>!!! ERROR: dev-php/mod_php-5.0.4 failed.
>!!! Function apache2_pkg_setup, Line 255, Exitcode 0
>!!! No safe MPM installed.
>
>Any ideas what I should I do?  Going back to previous versions would be an 
>option, if I knew which version to go back to.
>
>Many thanks
>Robert
>  
>
Hi,
Some time ago there was a testing release for apache2-ebuild which
separated apr/apr-utils from apache2 and aimed to make apache-config
more consistent with upsteam, but think they (devs) got many problems
with some other packages depending on apache2, so now there are (not
sure here) two versions of apache2 - old-style and new-style, the
new-style has apr outside apache the old inside. Just my info here.
Check ML archive for more info.
HTH. Rumen
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] different USE flags for apache on two machines?

2005-05-16 Thread Rumen Yotov
Craig Duncan wrote:

>Stroller wrote:
>
>  
>
>>On May 16, 2005, at 4:41 am, Craig Duncan wrote:
>>
>>
>>
>>>I have two systems (x86 laptop and a x86 1u server) both of which have
>>>been updated and now link to the 2005.0 profile
>>>(/usr/portage/profiles/default-linux/x86/2005.0). When I emerge apache
>>>on these systems the USE flags reported are different and I am unsure
>>>what I did differently when updating each system - any ideas?
>>>  
>>>
>>You set your USE flags in /etc/make.conf and (optionally)
>>/etc/portage/package.use
>>Compare these files on the two systems.
>>
>>Stroller.
>>
>>
>>
>Yes, I understand that, but these are the default flags for the ebuild.
>I comment out all my own use flags and on my laptop I see the following
>defaults
>
>net-www/apache-2.0.54-r4 +apache2 -debug +doc +ldap -mpm-leader
>-mpm-peruser +mpm-prefork -mpm-threadpool -mpm-worker -no-suexec +ssl
>-static-modules -threads
>
>On the server, I do the same, yet the default USE flags are as follows
>
>net-www/apache-2.0.54-r4  +berkdb -debug -doc +gdbm +ipv6 -ldap +ssl -static 
>-threads
>
>Where are the mpm-* flags, why are the defaults on each system different? 
>
>
>Craig
>
>
>  
>
Hi,
Think that you're using two *not* equal ;) versions despite version
numbers being equal.
Look/search for "apache-package-refresh.html" file don't have the link
right now.
Shortly said some months ago apache herd made changes to the apache2
ebuilds in order to bring them more closely to upstream config policy.
They separated "apr & apr-utils" in separate ebuilds and added mpm-*
USE-flags to apache ebuilds.
Later think ;) it turned out that some other modules/packages (ex.
mod_php, subversion ?) working on top of apache broke or didn't work as
expected so think ;) they reverted the stable branch to the old-style
config, while trying to get the testing (now) branch (~x86) to work
correctly, seems despite the versions having equal version numbers
really they *are* different.
Remember that all this is in the doc (see above).
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Re: traceroute-nanog

2005-05-16 Thread Rumen Yotov
James wrote:

>Dominik Elsbroek  UP-Consulting.de> writes:
>
>
>  
>
>>dont have any problems merging this package. perhaps u should run a 
>>netselect to get other mirrors...
>>
>>
>
>
>Strange,
>It tries multiple times then other servers and nobody has the package. I've 
>installed hundreds of packages and never seen this phenomenon
>
>OK, I'll use netselect to find other package servers
>
>You means something like this?
>mirrorselect -a -s4 -o | grep -ve '^Netselect' >> /etc/make.conf
>
>
>Better syntax to get a good selection?
>
>James
>
>  
>
Hi,
You mean you can't download the sources? Better wait a little bit and
then try again, propagating changes through mirrors could take some time.
BTY could just DL it, do it manually, stable branch:
1.http://debian.inode.at/debian/pool/main/t/traceroute-nanog/traceroute-nanog_6.3.10.orig.tar.gz
2.http://ftp2.fr.debian.org/debian/pool/main/t/traceroute-nanog/traceroute-nanog_6.3.10-2.diff.gz
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Problem emerging slrn

2005-05-17 Thread Rumen Yotov
Cornelia Menzel wrote:

>Hello everybody!
>
>I am trying to emerge slrn, but I get this error message:
>
>--snip--
>checking for sendmail  no
>configure: error:
>I can't find a sendmail executable, slrn requires a mail transport agent for 
>sending e-mail.
>Please make sure sendmail is in your $PATH or use the --with-mta option to 
>point configure to a 
>different MTA (giving the full pathname and all needed command line 
>arguments). 
>--snap--
>
>As I do not use sendmail but nbsmtp, I should point configure to 
>/usr/bin/nbsmtp.
>
>But I do not know how to do this. I understand, that using Gentoo I have to 
>emerge 'instead' of install 
>the programms. When I was using SuSE, I could install programms by the way 
>'configure' (where I can 
>give options), 'make' and 'install'. But now, I not even know how to do this 
>under Gentoo.
>
>Can anybody help me with this?
>
>Every help is very much appreciated.
>
>Kind regards,
>Nelly
>
>  
>
Hi,
Think that making a link "ln -s /usr/bin/nbsmtp /usr/sbin/sendmail will
do the trick (or virtual/mta).
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Problem emerging slrn

2005-05-17 Thread Rumen Yotov
Cornelia Menzel wrote:

>On 21:25 Tue 17 May  , Rumen Yotov wrote:
>  
>
>>Hi,
>>Think that making a link "ln -s /usr/bin/nbsmtp /usr/sbin/sendmail will
>>do the trick (or virtual/mta).
>>HTH. Rumen
>>
>>
>
>Hello Rumen,
>
>Thank you very much for your help. The problem is that I would have to install 
>sendmail.
>
>Regarding the error message, it is clear, that the solution would be pointing 
>to my (already installed) mta, which is 
>nbsmtp. But I did not find any hint in internet how I can realise that using 
>emerge. As emerge is the way to install 
>software under Gentoo, I was wondering how other users change options using 
>emerge (if there is a way to do that).
>
>The programm needs to be compiled with the following option:
>
>./configure --with-mta=/usr/bin/nbsmtp
>
>Is there a way to do that under Gentoo?
>
>Thanks in advance.
>
>Kind regards,
>Nelly
>
>  
>
Hi Nelly,
It all depends on what you wanna do. Generally speaking there are two
main choices for sending a mail.
*First* install your own mail-server (sendmail,qmail,postfix) or
*second* install some minimal server which will forward the mail to a
relayhost/mailhub (your ISP) - ssmtp,nbsmtp etc. Second choice is lot
easier as a start.
Just read the official gentoo-docs about mail, quite all needed info is
there (incl. ssmtp,nbsmtp install, usage).
nbsmtp is in portage so you only have to run: "emerge nbsmtp -pv" then
grop the "p". You're not *required* to install sendmail to have a
working mail setup.
Just sharing my experience here (i'm using qmail).
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Quicktime movies

2005-05-19 Thread Rumen Yotov
Hi,
Or use/emerge mplayer with 'real' USE-flag.
HTH. Rumen
Myk Taylor wrote:

>-BEGIN PGP SIGNED MESSAGE-
>Hash: SHA1
>
>is media-libs/win32codecs-20050216 emerged with the 'quicktime' use flag
>set?
>
>Ian K wrote:
>  
>
>>Hi.
>>I have a movie "something.mov" which I really want to view under Linux.
>>Xine wont play it, although it pretends to. Do you know of a program
>>that will
>>read .mov files?
>>Thanks!
>>
>>
>-BEGIN PGP SIGNATURE-
>Version: GnuPG v1.4.1 (GNU/Linux)
>Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
>
>iD8DBQFCjEmaBOPsJyAQkeARAtA0AJ9BCClnkWvM+JqCb2gk2y4KCU0EsACggyrC
>2UnYY9ucE53/DYwgilyslJA=
>=YTJf
>-END PGP SIGNATURE-
>  
>



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] keeping source

2005-05-20 Thread Rumen Yotov
cfk wrote:

>Pardon the slightly naive question.
>
>I would like to study the c and cpp source on the packages I am emerging. I 
>*think* they are removed after compilation. I say I *think* as I was looking 
>in /var/tmp/portage and /usr/portage and didnt find them.
>
>How do I go about keeping the source for later reference of the various 
>packages that I emerge with gentoo.
>
>Charles
>  
>
Hi,
The original src files and some of the patches are in
/usr/portage/distfiles, some other small patches are in ebuild's files
subdir.
If you want to see the sources while compiling/installing check "man
ebuild" (ebuild unpack,compile,install,qmerge,clean).
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] how to activate the network

2005-05-20 Thread Rumen Yotov
jerry wrote:

> Hi, all
>
> It’s my first time to setup a gentoo system on my pc. I use “genkernel
> all” to build the kernel, but failed to bring up the eth0 device when
> rebooting.
>
> Despite I ran “modprobe e100”, the “ifconfig eth0 “ reports no such
> device found.
>
> Then what should I do to setup my eth0 device?
>
> BTW, following is the output of “dmesg|grep e100”:
>
> Intel® PRO/100 Network Driver 3.3.6-k2-NAPI
>
> Copyright (c) 1999-2004 Intel corporation
>
> Thank you.
>
Hi,
Check if e100 is compiled as module or is build-in (the kernel).
Run "lsmod" as root to see available modules and then to load "modprobe
e100".
Have you customized your kernel-config or just used the default one
(genkernel).
HTH. Rumen



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [?? Probable Spam] [gentoo-user] 答复: [gentoo-user] how to activate the network

2005-05-20 Thread Rumen Yotov
jerry wrote:

>I am a newbie, and so simply generate the kernel with the command "genkernel
>all" without any modification of the .config file.
>
>Maybe I should compile the driver into the kernel, but which option
>corresponds to my eth0 device? I am confused.
>
>Thank you.
>
>-邮件原件-
>发件人: Rumen Yotov [mailto:[EMAIL PROTECTED] 
>发送时间: 2005年5月21日 12:38
>收件人: gentoo-user@lists.gentoo.org
>主题: Re: [gentoo-user] how to activate the network
>
>jerry wrote:
>
>  
>
>>Hi, all
>>
>>It’s my first time to setup a gentoo system on my pc. I use “genkernel
>>all” to build the kernel, but failed to bring up the eth0 device when
>>rebooting.
>>
>>Despite I ran “modprobe e100”, the “ifconfig eth0 “ reports no such
>>device found.
>>
>>Then what should I do to setup my eth0 device?
>>
>>BTW, following is the output of “dmesg|grep e100”:
>>
>>Intel(r) PRO/100 Network Driver 3.3.6-k2-NAPI
>>
>>Copyright (c) 1999-2004 Intel corporation
>>
>>Thank you.
>>
>>
>>
>Hi,
>Check if e100 is compiled as module or is build-in (the kernel).
>Run "lsmod" as root to see available modules and then to load "modprobe
>e100".
>Have you customized your kernel-config or just used the default one
>(genkernel).
>HTH. Rumen
>
>
>
>  
>
Hi,
In the beginning suggest not to top-post when replying to a message
(unofficial policy here).
Never done that (using generic config), i always config my own kernel
and genkernel options (when using it ;)
Running "genkernel --menuconfig --install --udev --bootsplash all", but
you may choose less options, just leave '--menuconfig --install all' for
the config,compile,install part. Or just manually config/build your
kernel (in the docs).
The initial config file is taken from
/usr/share/genkernel/x86/kernel-config-2.6 and the used/resulting (at
the end) config in /etc/kernels/ dir.
Think that netcard config is somewhere under Networking options,... -
don't be afraid, to get more out of your box you'll have to do some
changes yourself, take your time read the help check the options etc.
HTH. Rumen



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] 答复: [?? Probable Spam] [gentoo-user] 答复: [gentoo-user] how to activate the network

2005-05-21 Thread Rumen Yotov
jerry wrote:
...SKIP...

>>>Despite I ran “modprobe e100”, the “ifconfig eth0 “ reports no such
>>>device found.
>>>
>>>Then what should I do to setup my eth0 device?
>>>
>>>BTW, following is the output of “dmesg|grep e100”:
>>>
>>>Intel(r) PRO/100 Network Driver 3.3.6-k2-NAPI
>>>
>>>Copyright (c) 1999-2004 Intel corporation
>>>
>>>Thank you.
>>>  
>>>
>...
>Thank you for your advice.
>So far I've decided to compile the kernel manually and have tried many of
>those options but in vain.
>
>  
>
>>>BTW, following is the output of “dmesg|grep e100”:
>>>
>>>Intel(r) PRO/100 Network Driver 3.3.6-k2-NAPI
>>>
>>>Copyright (c) 1999-2004 Intel corporation
>>>  
>>>
>
>Does information from these lines not imply the type of my net-card?
>What else should I do then?
>Thank you.
>
>
>  
>
Hi,
You can get info about your net-card from your mobo's specs or easier
running "lspci" or "lshw" commands as root in a terminal (lshw is a
separate package, and lspci is part of pciutils package).
Unless you know your net-card brand/model you can't config/use exept by
chance.
Use your current system or boot from a Live-CD (install CD or Knoppix,
other) and run: "lspci".
Then (for e100) in your kernel-config go to:
->Device Drivers -->Networking support --->Ethernet (10 or 100Mbit)
> Inter (R) PRO/100+ support.
Make sure it's ON [*] (or [M] for a module).
HTH. Rumen



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Init script and input file

2005-05-22 Thread Rumen Yotov
Luigi Pinna wrote:

>Hello!
>I built a crypt device and I want to mount it during the boot time but I 
>don't want to save the password in a file to use as input file.
>I would that the system wait that I insert the password by hand...
>Is it possible to do it?
>I put the calling to the mount script in /etc/conf.d/local.start
>Someone can help me?
>
>  
>
Hi,
Using loop-aes to encrypt my swap-partition and another small partition,
which now i mount manually, but this also could be make (with 1-line
script "mount /mnt/crypt") in local.start.
Just look at the loop-aes (in portage) and the docs. The site is, i
think - loop-aes.sf.net, but check again.
Another way is with dm-crypt.
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Unable to unmerge php

2005-05-24 Thread Rumen Yotov
fire-eyes wrote:

>I am following this document
>http://pptpclient.sourceforge.net/howto-gentoo.phtml
>
>And when I get to emerging pptpconfig:
>
># emerge -pv pptpconfig
>
>These are the packages that I would merge, in order:
>
>Calculating dependencies ...done!
>[blocks B ] <=dev-php/php-4.99.99 (is blocking dev-php/php-5.0.3-r1)
>[ebuild  NS   ] sys-kernel/linux-headers-2.6.11  36,218 kB
>[ebuild  N] sys-apps/iproute2-2.6.11.20050310-r1  -atm +berkdb
>-minimal 333 kB
>[ebuild  N] dev-php/php-4.3.11  +X +berkdb +crypt +curl -debug -doc
>-fdftk -firebird -flash -freetds +gd -gd-external +gdbm -gmp
>-hardenedphp -imap -informix -ipv6 +java +jpeg +kerberos +ldap -mcal
>-memlimit -mssql +mysql +ncurses +nls -oci8 -odbc +pam +pdflib +png
>-postgres +qt +readline +snmp +spell +ssl +tiff +truetype +xml2 -yaz
>3,918 kB
>[ebuild  N] dev-php/php-5.0.3-r1  -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 -firebird -flatfile -frontbase -ftp +gd
>-gd-external +gdbm -gmp -hyperwave-api -iconv -imap -informix -ingres
>-inifile -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 -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 4,499 kB
>[ebuild  N] dev-libs/libxml-1.8.17-r2  -debug -doc 972 kB
>[ebuild  NS   ] gnome-base/libglade-0.17-r6  -bonobo +nls 409 kB
>[ebuild  N] dev-php/php-gtk-1.0.1  296 kB
>[ebuild  N] net-dialup/pptpconfig-20040722  39 kB
>
>Total size of downloads: 46,688 kB
>
>
>So I try to remove the blocker:
>
># emerge -C =dev-php/php-4.99.99
>
>--- Couldn't find =dev-php/php-4.99.99 to unmerge.
>
>  
>
unmerge: No packages selected for removal.


>
>
>Huh? Okay let's try with the <
>
># emerge -C <=dev-php/php-4.99.99
>-/bin/bash: =dev-php/php-4.99.99: No such file or directory
># emerge -C \<=dev-php/php-4.99.99
>
>--- Couldn't find <=dev-php/php-4.99.99 to unmerge.
>
>  
>
unmerge: No packages selected for removal.


>
>
>Umm, okay fine... let's just be really broad:
>
># emerge -C php
>
> dev-php/mod_php
>selected: 4.3.2-r5 4.3.8
>   protected: none
> omitted: none
>
>  
>
'Selected' packages are slated for removal.
'Protected' and 'omitted' packages will not be removed.


>
>  
>
Waiting 5 seconds before starting...
(Control-C to abort)...
Unmerging in: 5 4 3 2 1
Unmerging dev-php/mod_php-4.3.2-r5...


>No package files given... Grabbing a set.
>
>QA Notice: ECLASS 'php' inherited illegally in dev-php/mod_php-4.3.2-r5
>
>/usr/lib/portage/bin/ebuild.sh: line 1458:
>/var/portage/eclass/php.eclass: No such file or directory
>
>!!! ERROR: dev-php/mod_php-4.3.2-r5 failed.
>!!! Function inherit, Line 1459, Exitcode 1
>!!! died sourcing /var/portage/eclass/php.eclass in inherit()
>!!! If you need support, post the topmost build error, NOT this status
>message.
>
>!!! FAILED prerm: 1
>
>
>Note that it troed to unmerge mod_php, when I didn't even say that. Then
>I get more errors which I don't understand, anyway.
>
>I have to get <=dev-php/php-4.99.99 unmerged before I can do any of
>this, and I'm being ridden pretty hard by my boss..
>
>Any ideas?
>
>  
>
Hi,
Think your first problem is that you are mixing php & mod_php they are
different things.
Please run: "emerge php -pv" and post the output to see what version you
have if any.
PHP isn't slotted, so you could have either 4.3.x or 5.0.x (testing
version).
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] gcc upgrade

2005-05-26 Thread Rumen Yotov
C R. Little wrote:

>when upgrading to a new version of gcc is all you have to do is emerge the 
>newer version and it works? the package has a S beside it so how does the 
>system know which version to use?
>
>  
>
Hi,
By using gcc-config which is a dependency for gcc.
Run "gcc-config --help" to check the options.
IIRC after emerge the newer version becomes the default one, but that
can be changed.
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Clamav out of date

2005-05-28 Thread Rumen Yotov
Robert S wrote:

>>Yes, I saw that - but it's masked for some reason and I hesitate to
>>install it until it's unmasked as I assume it's masked for a reason.  I
>>was wondering if there was anything else I could or needed to do.  I guess
>>I'll wait until 0.85 is unmasked.
>>
>>
>
>I've been using 0.85/0.85.1 and now 0.85.1-r1 with no problems.  I
>always used to use the latest version compiled from source before I
>started using gentoo.  Never had any problems related to the version. 
>The clamav-milter startup script has been improved and the pid and
>socket files have been moved to a much more logical place.  Expect to
>do a small amount of fiddling.
>
>If your life doesn't depend on it, you'd be OK using the latest.  I
>think that you need the latest version to catch all the viri.
>
>  
>
Hi,
Had this problem too, even more clamav (x86) wasn't working with
qmail-scanner at all.
Went to ~x86 and it works. Maybe 0.85.1 should be made stable, not just
as a warning ;)
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] how to install tbz2 file

2005-05-30 Thread Rumen Yotov
askar ... wrote:

>I'm sorry for the simple question.
>If we can build a package with quickpkg (creates tbz2 file), how can I
>install that? Which command should I use? Tried to find info, but no
>result.
>Sorry again...
>
>asjar
>
>  
>
Hi,
By memory try: 'emerge package-name -K' for unconditionally installing a
binary package, or use"-k" (small 'k') to install a binary only if it's
available, if not install from source. See "man emerge"
Usually binary packages are in '/usr/portage/packages/All/...'
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Reiser4, encryption

2005-05-30 Thread Rumen Yotov
Dirk Heinrichs wrote:

>Am Dienstag, 31. Mai 2005 07:15 schrieb ext Colin:
>  
>
>>When will Reiser4 be added to the Gentoo kernel?  I can emerge
>>reiser4progs, but I can't mount the volumes nor use them in /etc/fstab.
>>
>>
>
>AFAIK there are kernel sources which have reiser4 patched in.
>
>  
>
>>Also, are there any good, journaled and encrypting filesystems for
>>Linux?  I thought Reiser4 would have an encryption plugin;  did I read
>>that somewhere or am I mistaken?
>>
>>
>
>Encryption happens on device level, not filesystem level. Using dm-crypt 
>[1], you first create an encrypted device and then put whatever filesystem 
>you want on that device:
>
>cryptsetup create /dev/hda3 crypto
>mkreiserfs /dev/mapper/crypto
>
>HTH...
>
>   Dirk
>
>[1]: http://www.saout.de/misc/dm-crypt
>  
>
Hi,
Could also use loop-aes instead of dm-crypt, it's a kernel module. Check
the site/docs.
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] KDE 3.4.1 released

2005-05-31 Thread Rumen Yotov
Antonino Sabetta wrote:

> Andreas Karlsson wrote:
>
>> On Tuesday 31 May 2005 17.45, Antonino Sabetta wrote:
>>
>>> Andreas,
>>> I do not see the relation between dumping Artsd and the -alsa
>>> switch. Since
>>> I'm having big troubles trying to make things work with
>>> alsa+dmix+arts, can
>>> you explain how do you intend to configure your sound system?
>>> Thanks,
>>>   Antonino
>>
>>
>>
>> Yeah, now I think I was smoking crack or something. What I meant was
>> ofcourse dumping arts alltogether, not alsa. *mumble*
>
>
> My question is still valid :)
> How are you going to mix sounds without arts? Are you going to use
> some other
> sound daemon? Or dmix?
> Thank you,
>   Antonino

Hi,
Using esound (esd) with alsa and it works. Mainly use XFCE4, have
KDE-3.3.2&Gnome-2.8 too.
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Re: subversion broken

2005-05-31 Thread Rumen Yotov
Greg Donald wrote:

>On 5/31/05, Remy Blank <[EMAIL PROTECTED]> wrote:
>  
>
>>This won't help you recover your repositories, but once you have done so
>>(and I hope somebody can jump in and help you with it), migrate them to
>>fsfs. No recovery ever needed, and it has never failed here. Easier to
>>backup, to.
>>
>>
>
>I have daily backups.  I just gotta find the first one that isn't
>fried going backwards.
>
>After that I'm going back to CVS.
>
>  
>
Hi,
Not using subversion, only read the book (about subversion as pdf), also
installed it some time ago, later reinstalled everything (now have it
emerged but still don't use it ;)
IIRC there is a command to repair the repo "repair" or other, could try
it, before going to CVS.
Read (this ML) the next version of subversion will use fsfs by default.
*OT* some projects are switching to subversion (KDE by memory), your choice.
HTH. Rumen



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Re: When a dependancy built by hand

2005-05-31 Thread Rumen Yotov
Harry Putnam wrote:

>Harry Putnam <[EMAIL PROTECTED]> writes:
>
>  
>
>>Is  /etc/portage/profile/package.provided the correct address for
>>this?
>>
>>In `man portage' I see reference to:
>>  /etc/make.profile/package.provided
>>
>>
>
>Gack I see its a symlink ... but now I'm even more confused.  The
>symlink points to:
>/usr/portage/profiles/default-linux/x86/2005.0
>
>/etc/portage/profile does not appear to be a symlink to that address
>yet placing my file there, it also turns up in 
>/usr/portage/profiles/default-linux/x86/2005.0
>
>So are these hardlinked or what? 
>At any rate the file appears in 
>/etc/portage/profile/package.provided
>/etc/make.profile/package.provided
>/usr/portage/profiles/default-linux/x86/2005.0/package.provided
>
>Yet I still get output from emerge indicating both of the listed
>packaged need to be installed as dependancies to one thing or
>another. 
>
>  
>
Hi,
Think that "/etc/portage/..." thing serves to hold portage override
settings.
So if you wanna change some of the default portage/profile settings,
which are in /usr/portage/...,
this could be done throu use of /etc/portage/... settings.
System-wide default settings are in: /etc/make.profile (customizable),
throu change in profiles.
Just like the dot.apprc files (in home dir).
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] svgalib: Cannot open /dev/svga Is svgalib_helper module loaded?

2005-06-03 Thread Rumen Yotov
Holly Bostick wrote:

>Michael Sullivan schreef:
>  
>
>>I found a tutorial for svgalib this morning.  I've always been
>>fascinated by graphics programming, but never found a tutorial that was
>>simple enough for me to follow in the beginning.  I liked this tutorial.
>>It provided source code for a simple c program that just plots a pixel
>>to the screen.  I copied the code into a file and compiled it.  It all
>>compiled fine.  When I tried to run the program, I got this:  
>>
>>svgalib: Cannot open /dev/svga
>>Is svgalib_helper module loaded?
>>
>>
>>Is this something I can fix, or yet another situation in my quest for
>>graphics programming knowledge where I'm just out of luck?
>>
>>
>>
>
>Ummm... the error message asked a pretty simple-seeming question:
>
>"Is svgalib_helper module loaded?"
>
>So as far as that goes, it does seem to be something you can check, and
>--if the answer turns out to be "no"-- to fix, by loading the module
>(it's a kernel module created during the install of svgalib, and if you
>haven't rebooted since you installed svgalib, it won't be loaded).
>
>If the module fails to load, what is the error after modprobe
>svgalib_helper?
>
>HTH,
>Holly
>  
>
Hi,
Also check if the /usr/src/linux link point to your running kernel, if
not correct it.
This (linux link) is a specific thing with all kernel modules, not just
svgalib.
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] emerge busybox Why?

2005-06-04 Thread Rumen Yotov
Jason Stubbs wrote:

>On Saturday 04 June 2005 23:02, Bill Roberts wrote:
>  
>
>>My usual "emerge -uavDt world" this morning wanted to emerge busybox.
>>
>>It doesn't show as a dependency for anything, and I've never emerged
>>it for anything.
>>
>>Any idea why??
>>
>>
>
>I believe it's been added to system in place of sash. It's similarly very 
>small in size but has a much larger feature set that is generally very useful 
>in emergencies.
>
>Regards,
>Jason Stubbs
>  
>
Hi,
The answer *is* above, also emerged busybox and later as it didn't
depend on anything checked the system with "emerge depclean -pv". The
result: unmerged "sash". evidently busybox takes the place of sash (in
system-profile).
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] emerge busybox Why?

2005-06-04 Thread Rumen Yotov
Sean Crandall wrote:
Hi,
Can't give much info but think "sash=stand-alone shell", so as the name
implies it's mainly for rescue, don't depend on other progs/libs. Could
boot/work w/o other parts of a system. HTH. Rumen

>With apologies for my ignorance, what did sash used to do?  My
>understanding is that busybox is a very small embedded linux for SBCs
>and controllers and such (I noticed busybox yesterday too, and it made
>me curious as I didn't remember emerging it).
>
>On 6/4/05, Rumen Yotov <[EMAIL PROTECTED]> wrote:
>  
>
>>Jason Stubbs wrote:
>>
>>
>>
>>>On Saturday 04 June 2005 23:02, Bill Roberts wrote:
>>>
>>>
>>>  
>>>
>>>>My usual "emerge -uavDt world" this morning wanted to emerge busybox.
>>>>
>>>>It doesn't show as a dependency for anything, and I've never emerged
>>>>it for anything.
>>>>
>>>>Any idea why??
>>>>
>>>>
>>>>
>>>>
>>>I believe it's been added to system in place of sash. It's similarly very
>>>small in size but has a much larger feature set that is generally very useful
>>>in emergencies.
>>>
>>>Regards,
>>>Jason Stubbs
>>>
>>>
>>>  
>>>
>>Hi,
>>The answer *is* above, also emerged busybox and later as it didn't
>>depend on anything checked the system with "emerge depclean -pv". The
>>result: unmerged "sash". evidently busybox takes the place of sash (in
>>system-profile).
>>HTH. Rumen
>>
>>
>>
>>
>>
>
>
>  
>



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Mac-like automounting?

2005-06-04 Thread Rumen Yotov
Michael W. Holdeman wrote:

>On Saturday 04 June 2005 10:17 am, Oscar Carlsson wrote:
>  
>
>>I use KDE 3.4.1 with hald and dbus started - and when I plug my usb based
>>mp3-mplayer in, KDE takes care of the mounting etc, and a device icon pops
>>up on my desktop...
>>It's really, really nice!
>>
>>
>
>I see dbus in portage, where is hald??
>
>Mike
>  
>
Hi,
Think "hald" was a typo it should be "hal" (hardware abstraction layer ?).
By memory i'm using fam/gamin which is "file alternating manager"
(correct here if wrong), or 'gamin' which is still testing-masked
(~x86). This is part of gnome management i think.
First comes "dbus" on top if which is "hal" and at the end - "ivman" (or
'gnome-volume-manger').
Just checked that 'dbus' doesn't depend on fam/gamin. So it's
dbus-->hal-->ivman.
All this works OK, just may be it doesn't show 'new' devices on
KDE-desktop (also had problems with floppies, don't have now), but works
with CD/CD-RW/DVD/DVD-RW, USB (my experience).
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Mac-like automounting?

2005-06-04 Thread Rumen Yotov
Rumen Yotov wrote:
Correction

>Michael W. Holdeman wrote:
>
>  
>
>>On Saturday 04 June 2005 10:17 am, Oscar Carlsson wrote:
>> 
>>
>>
>>
>>>I use KDE 3.4.1 with hald and dbus started - and when I plug my usb based
>>>mp3-mplayer in, KDE takes care of the mounting etc, and a device icon pops
>>>up on my desktop...
>>>It's really, really nice!
>>>   
>>>
>>>  
>>>
>>I see dbus in portage, where is hald??
>>
>>Mike
>> 
>>
>>
>>
>Hi,
>Think "hald" was a typo it should be "hal" (hardware abstraction layer ?).
>By memory i'm using fam/gamin which is "file alternating manager"
>(correct here if wrong), or 'gamin' which is still testing-masked
>(~x86). This is part of gnome management i think.
>First comes "dbus" on top if which is "hal" and at the end - "ivman" (or
>'gnome-volume-manger').
>Just checked that 'dbus' doesn't depend on fam/gamin. So it's
>dbus-->hal-->ivman.
>All this works OK, just may be it doesn't show 'new' devices on
>KDE-desktop (also had problems with floppies, don't have now), but works
>  
>
--don't have floppy drives now so can't test

>with CD/CD-RW/DVD/DVD-RW, USB (my experience).
>HTH. Rumen
>  
>
Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] k3b failed to rebuild...

2005-06-05 Thread Rumen Yotov
Stoian Ivanov wrote:

>[EMAIL PROTECTED] ~ # rm  /usr/portage/distfiles/k3b-0.11.24.tar.bz2
>[EMAIL PROTECTED] ~ # emerge -a k3b
>
>These are the packages that I would merge, in order:
>
>Calculating dependencies ...done!
>[ebuild   R   ] app-cdr/k3b-0.11.24
>
>Do you want me to merge these packages? [Yes/No]
>  
>
emerge (1 of 1) app-cdr/k3b-0.11.24 to /
Downloading http://gentoo.osuosl.org/distfiles/k3b-0.11.24.tar.bz2


>--19:38:27--  http://gentoo.osuosl.org/distfiles/k3b-0.11.24.tar.bz2
>   => `/usr/portage/distfiles/k3b-0.11.24.tar.bz2'
>Преобразувам gentoo.osuosl.org... 140.211.166.134
>Установяване на контакт с gentoo.osuosl.org[140.211.166.134]:80... успешно 
>свързване.
>HTTP изпратено искане, чакам отговор... 200 OK
>Дължина: 3,202,909 [application/x-tar]
>
>100%[===>]
> 3,202,909 14.92K/sETA 00:00
>
>19:42:11 (14.04 KB/s) - `/usr/portage/distfiles/k3b-0.11.24.tar.bz2' saved 
>[3,202,909/3,202,909]
>
>  
>
md5 files   ;-) k3b-0.12_beta2.ebuild
md5 files   ;-) k3b-0.12_beta1.ebuild
md5 files   ;-) k3b-0.11.24.ebuild
md5 files   ;-) k3b-0.11.23-r2.ebuild
md5 files   ;-) files/digest-k3b-0.12_beta1
md5 files   ;-) files/digest-k3b-0.12_beta2
md5 files   ;-) files/digest-k3b-0.11.23-r2
md5 files   ;-) files/k3b-0.11.17-noarts.patch
md5 files   ;-) files/digest-k3b-0.11.24
md5 files   ;-) files/k3b-dvdrip-transcode.patch


>
>!!! Digest verification Failed:
>!!!/usr/portage/distfiles/k3b-0.11.24.tar.bz2
>!!! Reason: Filesize does not match recorded size
>
>[EMAIL PROTECTED] ~ #
>  
>
Hi,
This happens sometimes, might be incomplete file on this mirror, or some
error on transmission.
Try deleting the file from /usr/portage/distifles and trying again, if
you receive the same error, try later (some hours).
If after a day this happens again, first get the sources from primary
source (kde.org) and put it in 'distfiles', or file a bug.
HTH. Успех. Rumen



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] /boot and booting...

2005-06-05 Thread Rumen Yotov
Volker Armin Hemmann wrote:

>On Monday 06 June 2005 03:02, Digby Tarvin wrote:
>  
>
>>Following on from the recent discussions on grub and booting,
>>is there a good reason for having a separate partition for /boot,
>>other than perhaps to overcome BIOS addressing limitations for
>>people with very large root partitions??
>>
>>
>
>security.
>
>You will not accidentely overwrite vmlinuz, nor will it removed by a rampant 
>script, when /boot is on a different partition.
>  
>
Hi,
Agree with the two reasons pointed above (use separate /boot/), would
like to add the possibility to have encrypted root-partition ("/").
Could also help for a easier rescue usage.
Not recommended but sometimes is used.
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] setserial : needed or not ?

2005-06-06 Thread Rumen Yotov
Philip Webb wrote:

>050605 Francisco Ares wrote:
>  
>
>>Philip Webb wrote:
>>
>>
>>>There have been some changes to what's included in 'system' recently.
>>>After checking  /usr/portage/profiles/base/packages  & various 'virtuals'
>>>it seemed that pkg 'setserial' had been dropped from 'system',
>>>so after trying 'qpkg -I -q setserial' without anything listed,
>>>I unmerged it (after having a quick look at its man file);
>>>I also deleted 'serial' from  /etc/init.d , which seemed unnecessary now.
>>>The system rebooted, but there was a series of warning messages,
>>>which disappeared after I remerged 'setserial' & rebooted again.
>>>What is 'setserial' needed for ?  If its omission causes warnings,
>>>why has it been dropped from 'system' ?  Anyone have useful info ?
>>>  
>>>
>>As far as I can remember, setserial is used for some internal modems
>>(real modems, not win-modems), because the system didn't find its virtual
>>(as you cannot attach any other device to it) serial communication port,
>>that would be normally ttyS2 or ttyS3,
>>if you don't disable your embedded physical serial ports in the BIOS.
>>If you use dial-out ppp or any other communication with a modem,
>>you will probably need setserial.
>>
>>
>
>Thanks for the response, but none of that applies to my system,
>which doesn't seem to need Setserial according to its man file.
>
>More generally, isn't there a need for a listing of Gentoo updates,
>ie packages added/dropped & those included/removed in/from 'system'
>(not incl all the myriad updates of individual packages, of course) ?
>Perhaps there is such a list, but I haven't found it.
>
>  
>
Hi,
Have/had this problem/issue too, received a warning about missing
/etc/init.d/serial during boot phase.
Emerging "setserial" must have fixed it, haven't rebooted yet (to check).
Think this began after installing the new baselayout which beside this
works OK.
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Can't su - to root, etc

2005-06-10 Thread Rumen Yotov
Hi,
You have to be in 'wheel' group to "su -" to root, or was this for sudo.
check.
Could also use 'gpasswd' to add a user to a group, run "man gpasswd".
HTH. Rumen
Rafael Dantas de Castro wrote:

>to check in what groups your user is in you can just type
>$ groups
>
>to change the groups, you have to do, as root,
>% usermod -G [groups] user
>
>you have to include all groups in a comma separated list (for example:
>users,wheel ), I don´t think you can simply add a group...
>
>don´t have any ideas as to the cause of the problem, though...
>
>hope that´s helpful,
>
>On 6/10/05, Michael Sullivan <[EMAIL PROTECTED]> wrote:
>  
>
>>My network updates its software every night at midnight.  There was a
>>problem with a couple of blocking packages night before last, so I
>>unmerged the two blocking packages and did the emerge -avuD world in a
>>screen.  Now they're done and I can no longer su - to root from my
>>personal account.  I have to log completely out and then log in as root
>>from the login screen.  I use users-admin for my user maintenance, but
>>now there's a tab that says "User Privileges" where the "User's Groups"
>>tab used to be, so I can't figure out how to make sure that my personal
>>account is in the right group(s) to su - to root.  A lot of things are
>>different now.  I keep a gnome-terminal open at all times and it the
>>prompt now shows "[EMAIL PROTECTED] ~ $" when I'm in my home directory
>>instead of "[EMAIL PROTECTED] michael $" which I preferred.  I could su - to
>>root yesterday while the upgrades were taking place and root's prompt
>>was the same.  And then my Inbox Monitor applet is gone, so I have to
>>click on the running evolution button every time I want to see if I have
>>any email (which is quite often actually).  Is there any way I can fix
>>all this, or at least get my su - privileges back?
>>
>>
>>--
>>gentoo-user@gentoo.org mailing list
>>
>>
>>
>>
>
>
>  
>




smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] docbook-sgml-utils-0.6.14 [0.6.12]

2005-06-10 Thread Rumen Yotov
James wrote:

>Hello,
>
>This docbook ebuild seems to fail Ideas on fixes
>are welcome. I already unmerged then emerge and that
>did not seem to work around the problem. Maybe some other
>missing/corrupt package? bugzilla was not any help
>either
>
>emerge -uD world
>
>make[2]: Nothing to be done for `all'.
>make[2]: Leaving directory
>`/var/tmp/portage/docbook-sgml-utils-0.6.14/work/docbook-utils-0.6.14/doc/man'
>Making all in HTML
>make[2]: Entering directory
>`/var/tmp/portage/docbook-sgml-utils-0.6.14/work/docbook-utils-0.6.14/doc/HTML'
>SGML_CATALOG_FILES=/etc/sgml/catalog \
>SGML_SEARCH_PATH=../..:../../doc:.. \
>jade -t sgml -i html -d ../../docbook-utils.dsl\#html \
>-V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
>SGML_CATALOG_FILES=/etc/sgml/catalog \
>SGML_SEARCH_PATH=../..:../../doc:.. \
>jade -t sgml -i html -d ../../docbook-utils.dsl\#html \
>-V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
>jade: error while loading shared libraries: libosp.so.3: cannot open shared
>object file: No such file or directory
>make[2]: *** [api.html] Error 127
>make[2]: *** Waiting for unfinished jobs
>jade: error while loading shared libraries: libosp.so.3: cannot open shared
>object file: No such file or directory
>make[2]: *** [backend-spec.html] Error 127
>make[2]: Leaving directory
>`/var/tmp/portage/docbook-sgml-utils-0.6.14/work/docbook-utils-0.6.14/doc/HTML'
>make[1]: *** [all-recursive] Error 1
>make[1]: Leaving directory
>`/var/tmp/portage/docbook-sgml-utils-0.6.14/work/docbook-utils-0.6.14/doc'
>make: *** [all-recursive] Error 1
>
>!!! ERROR: app-text/docbook-sgml-utils-0.6.14 failed.
>!!! Function src_compile, Line 556, Exitcode 2
>!!! emake failed
>!!! If you need support, post the topmost build error, NOT this status message.
>
>
>Ideas?
>
>
>James
>
>  
>
Hi,
Just checked for 'libosp.so..' (not found error above) and on my system
it's in:
 /usr/lib/libosp.so.4.0.0 (it's version 4 BTY)
Using 'qpkg' found that it belongs to 'app-text/opensp-1.5.1" (on my
system).
Later using 'dep -r openjade' found that 'opensp' is a dependency of
openjade,
which is a dependency of 'docbook-sgml-utils'.
opensp--->openjade--->docbook-sgml-utils.
So could try rebuilding first opensp, then openjade then try again.
Could also check with 'revdep-rebuild'.
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


[gentoo-user] portage behaviour

2005-06-10 Thread Rumen Yotov
Hi,
Seems that portage is getting more and more clever ;)
For some time after emerging or unmerging a package, had to rebuild some
packages which had a dependency (USE-flag) on that package. Ex. added
'postgresql' and had to rebuild some packages which have such flag.
Yesterday replaced 'fam' with 'gamin' (unmerged fam) and today have to
rebuild 'courier-imap' with "-fam' USE-flag.
Result: now using 'emerge -DNu world -ptv' to check my upgrades (-N ==
--newuse). x86-system with some ~x86.
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] 3 - ERRORS

2005-06-12 Thread Rumen Yotov
Zac Medico wrote:

>Joseph wrote:
>  
>
>>On Sat, 2005-06-11 at 21:19 -0700, Zac Medico wrote:
>>
>>
>>
>>>Joseph wrote:
>>>
>>>
>>>  
>>>
every time I run revdep-rebuild it keeps rebuilding Open-Office
dependency, below:
Checking dynamic linking consistency...
ldd: warning: you do not have execution permission for
`/opt/OpenOffice.org/program/python-core-2.2.2/lib/lib-dynload/bsddb.so'

broken 
/opt/OpenOffice.org/program/python-core-2.2.2/lib/lib-dynload/bsddb.so 
(requires libdb-3.1.so)
ldd: warning: you do not have execution permission for
`/opt/OpenOffice.org/program/python-core-2.2.2/lib/lib-dynload/mpz.so'



>>>This one's easy.  Go get the maintenance release from 
>>>http://bugs.gentoo.org/show_bug.cgi?id=62644 and add 
>>>SEARCH_DIRS_MASK="/opt/OpenOffice.org" to make.conf.
>>>
>>>Zac
>>>  
>>>
>>No, no luck; it didn't help.
>>It is still rebuilding it despite adding this line to make.conf:
>>SEARCH_DIRS_MASK="/opt/OpenOffice.org"
>>
>>It seems to me it is an old bug and it is still biting :-)
>>http://bugs.gentoo.org/show_bug.cgi?id=32276
>>
>>
>>
>
>Works for me.  You replaced /usr/bin/revdep-rebuild?
>
>Zac
>  
>
Hi,
Works for me too. Replace the script first, it also has some good defaults.
Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] sorta OT - honest (!) opinions on mailservers

2005-06-12 Thread Rumen Yotov
A. Khattri wrote:

>On Sun, 12 Jun 2005, Antoine wrote:
>
>  
>
>>I have just realised that we have a dedicated mail server - that means
>>that there are no legacy apps tying us to the doze OS that is currently
>>running it :-). Basically, if I can convince the techie (who is a linux
>>user, though not a fanatic like me ;-)) that there are free alternatives
>>to what we have now (he said "MailDaemon", if that is a brand and not
>>just a "mail daemon"...) that are more reliable and stable alternatives
>>then I can probably convince him (to convince the boss) to change.
>>I would like to have people's opinions on the most stable, reliable,
>>fastest, securest, lowest maintenance mail servers in *both* open source
>>and proprietary worlds.
>>
>>
>
>Dont know about Windoze, but I work for an ISP and we use qmail + vpopmail
>+ MySQL + Courier-IMAP + Squirrel Mail to support thousands of users.
>
>Does this help? ;-)
>
>
>  
>
Hi,
Could use qmail or postfix, think none of them runs on Win.
There are also exim&sendmail but not as good IMHO. i use qmail.
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] apache user and forced password change?

2005-06-12 Thread Rumen Yotov
Craig Duncan wrote:

>$ su - apache
>You are required to change your password immediately (root enforced)
>su: Authentication token is no longer valid; new one required.
>(Ignored)
>
>How do I set the user apache to never require a password change?
>
>C
>  
>
Hi,
Think that the user apache (by default) doesn't have a working/valid shell.
See "grep apache /etc/passwd":
apache:x:81:81:apache:/home/httpd:/bin/false
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] 3 - ERRORS

2005-06-12 Thread Rumen Yotov
Joseph wrote:

>How do you replace revdep-rebuild, it is not in ebuild?
>I solved the problem by recompiling OO from source instead of binary.
>
>  
>
Hi,
Revdep-rebuild is in portage-package, as '/usr/bin/revdep-rebuild'.
It's a shell-script, no need to compile it, just to unpack/place it.
You could copy the new one over the old one (make a backup first).
Later check the flags/permissions etc.
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] 3 - ERRORS

2005-06-12 Thread Rumen Yotov
Joseph wrote:

>On Sun, 2005-06-12 at 21:10 +0300, Rumen Yotov wrote:
>  
>
>>Joseph wrote:
>>
>>
>>
>>>How do you replace revdep-rebuild, it is not in ebuild?
>>>I solved the problem by recompiling OO from source instead of binary.
>>>
>>> 
>>>
>>>  
>>>
>>Hi,
>>Revdep-rebuild is in portage-package, as '/usr/bin/revdep-rebuild'.
>>It's a shell-script, no need to compile it, just to unpack/place it.
>>You could copy the new one over the old one (make a backup first).
>>Later check the flags/permissions etc.
>>HTH. Rumen
>>
>>
>
>I just checked, revdep-rebuild is part of gentoolkit package. My
>installed version is the same one as the stable one in portage ver.
>0.2.0
>If that scrip would change the version of gentoolkit would be increase.
>So it would mean I have the most current one, is my understanding
>correct?
>
>  
>
Hi,
When i first replied had some suspisions about revdep-rebuild being in
'gentoolkit', so checked with "qpkg -l portage | grep revdep-rebuild"
and there it was in portage, should have listened to my inner voice and
checked by: "qpkg -f -v /usr/bin/revdep-rebuild" - result:
app-portage/gentoolkit-0.2.1_pre2.
So it's 'gentoolkit'. Seems that using: equery,qpkg,etcat could
sometimes give different results ;) (what about qfile).
@Holly: haven't checked but remember the patch is to get portage.py
correctly check the new vars introduced by revdep-rebuild, i think it
must by applied using "patch".
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Wordpress - How to override security mask?

2005-06-13 Thread Rumen Yotov
Jason Newquist wrote:

> Hi,
>
> I'd like to install the most recent version of Wordpress (1.5.1.2, I
> believe), but there's a security mask.  I'm aware of the problem, but
> I'd like to install anyway.  How does one override this kind of mask
> to get emerge to cooperate?
>
> As might be obvious from the question, I'm new to Gentoo.  Apologies
> if this question is answerable via RTFM.  :)
>
> Jason Newquist
> San Francisco Bay Area

Hi,
Check if you have '/etc/portage/package.unmask' dir&file, if not create
them 'mkdir /etc/portage', then 'touch /etc/portage/package.unmask'.
Second run 'echo "www-apps/wordpress" >> /etc/portage/package.unmask'.
Now should have 'www-apps/wordpress' inside then file (it's unmasked now).
Run "emerge wordpress"
That's all.
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


[gentoo-user] bash question

2005-06-14 Thread Rumen Yotov
Hi,
Quick question: is "functions" a reserved keyword/word in bash (ver.3)?
Looking at a strange error about missing " ' " | unexpected EOF.
The bash-script is loaded in vim and "functions" is colored as a keyword.
Could look at it myself but will take too much time (have to look at
bash !!!).
Thanks. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] bash question

2005-06-14 Thread Rumen Yotov
Hi,
First thanks.
It's not mine, just trying to get it to work.
Here's the line:
...
. ${ROOT}/etc/portage/bashrc-modules/core-functions.bmod || bashrcdie
"Failed to load core-functions module"
...
Looked at all opening/closing signs ('|") all is OK, so think about
"function/s" as it's used as a module name.
Thanks. Rumen
Willie W. Wong wrote:

>What is your script? "function" (singular) is a reserved word. I don't
>think "functions" is. 
>
>W
>
>On Tue, Jun 14, 2005 at 10:59:36PM +0300, Rumen Yotov wrote:
>  
>
>>Hi,
>>Quick question: is "functions" a reserved keyword/word in bash (ver.3)?
>>Looking at a strange error about missing " ' " | unexpected EOF.
>>The bash-script is loaded in vim and "functions" is colored as a keyword.
>>Could look at it myself but will take too much time (have to look at
>>bash !!!).
>>Thanks. Rumen
>>
>>
>
>
>
>  
>



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] never used to have to modprobe loop

2005-06-14 Thread Rumen Yotov
Nick Rout wrote:

>The first time I want to mount a loopback device (like an iso) after a
>reboot I need to modprobe loop - it works consistently after that.
>
>I am sure that I never used to have to do that modprobe, the module was loaded 
>either on boot or automagically when needed. I am unsure when it
>changed, but pretty sure it was at a kernel change.
>
>
>present kernel is 2.6.11-gentoo-r2
>  
>
Hi,
As for some time i'm using "loop-aes" i always have to load the module,
(done in /etc/modules.autoload.d/kernel-2.6).
Do you use the in-kernel loop interface but loop-aes.
A strange thing though, yesterday emerged 'new' util-linux-2.12q-r1
(~x86) and saw that it fetched some version of loop-aes, file:
loop-AES-v3.0c.tar.bz2. Haven't looked at the ebuild.
As i'm using 'loop-AES-v3.0b.tar.bz2' checked the site (on sf.net) and
the version there was still 3.0.b.
Know that to use loop-aes you have to have a patched util-linux >=
some_version.
Maybe it's being integrated or 
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Glsa-check and binutils-- how to stop the madness?

2005-06-15 Thread Rumen Yotov
Hi,
Richard Fish wrote:

>Holly Bostick wrote:
>
>  
>
>>OK, I'm following both of you so far. Yes, I do have 'multislot' for
>>binutils. I admit it was just guesswork on my part; I read the USE flag
>>description, thought about automake and autoconf, thought that binutils
>>sounded like the kind of system utility that might need similar
>>functionality (though for reasons I wouldn't know about, as a
>>non-programmer), so enabled it. But of course, now I still don't know if
>>I actually need it or it's just causing me grief. Was it a bad call?
>> 
>>
>>
>>
>
>First, let me say that I couldn't find any documentation via google
>("site:gentoo.org multislot") or in use.desc for multislot.  So if I
>contradict anything that the documentation says, I am probably wrong. ;->
>
>  
>
Just a note here, try running: "euse -i multislot", here's the output:
...BEGIN...
 euse -i multislot
global use flags (searching: multislot)

no matching entries found

local use flags (searching: multislot)

[-] multislot (sys-devel/binutils):
Allow for multiple versions of binutils to be emerged at once for same
CTARGET

[-] multislot (sys-devel/gcc):
Allow for SLOTs to include minor version (3.3.4 instead of just 3.3)
...END...
Beside looking in "use.desc" you can also have a look at
"use.local.desc" file.
'euse' is in gentoolkit
...SKIP...

>Richard
>
>  
>
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: revdep-rebuild and -bin packages (was Re: [gentoo-user] Disk usage?)

2005-06-16 Thread Rumen Yotov
Hi,
Maybe a better way is to emerge hard-masked "gentoolkit-0.2.1_pre3"
(cause it's only tested on x86).
In it there is a new version on 'revdep-rebuild' which allows you to
mask certain dirs, by using (mine):
...
SEARCH_DIRS_MASK="/home /mnt /opt/sun-jdk /opt/vmware/lib /opt/OpenOffice"
...
For more info search for 'revdep-rebuild' on Bugzilla. There one with a
new version (attached)
Think it is the same? version of revdep-rebuild as in the hard-masked
gentoolkit.
HTH. Rumen
Wade Brown wrote:

>Liar!  Well, we forgive you, I think =).
>
>Actually the better (Gentoo suggested) way to squelch these packages
>is to exclude /opt from the search path in the revdep-rebuild script. 
>Just do EDITOR `which revdep-rebuild` and take /opt out of the
>SEARCH_DIRS, most anything that goes in there should be a binary
>release, but sadly not every binary package ends up in there
>(azureus-bin comes to mind).
>
>On 6/16/05, Zac Medico <[EMAIL PROTECTED]> wrote:
>  
>
>>Zac Medico wrote:
>>
>>
>>>Mark Knecht wrote:
>>>
>>>  
>>>
On 6/16/05, Neil Bothwick <[EMAIL PROTECTED]> wrote:




>On Wed, 15 Jun 2005 22:34:51 -0700, Mark Knecht wrote:
>
>
>
>  
>
>>Please correct me if I'm wrong but if what revdep-rebuild does is
>>important then I want to kow about any program on my system that
>>doesn't have all it's dependencies met, right? Seems that OO-bin has
>>this problem and, unless I find out what USE flags the -bi versio was
>>built with and match them in my setup then I'm going to be subject to
>>a problem. (possibly...)
>>
>>
>revdep-rebuild is irrelevant to ooo-bin, and others, because you cannot
>rebuild a binary package. All it does is reinstall the same binary, not
>build a new one.
>
>  
>
Right, but.the errors within revdep-rebuild are not irrelivant to
a user who's just run revdep-rebuild and has to sort through a number
of errors to decide what to do. My point was that I'd like to know how
my copy of oo-bin was built/linked so that I could (possibly) set my
systems up so that everything is 100% cool.

It's only slightly frustrating to deal with that. Not a big deal. And
since oo-bin hasn't crashed on me in quite awhile it would seem that
whatever the dependency issues are they aren't serious.

thanks,
Mark



>>>At least on my system, the problem with openoffice-bin-1.9.104 isn't 
>>>actually broken dynamic links.  It's just that ldd complains "ldd: warning: 
>>>you do not have execution permission for `something.so'" for these files:
>>>
>>>/opt/OpenOffice.org/program/python-core-2.3.4/lib/lib-dynload/_bsddb.so
>>>/opt/OpenOffice.org/program/python-core-2.3.4/lib/lib-dynload/_tkinter.so
>>>/opt/OpenOffice.org/program/python-core-2.3.4/lib/lib-dynload/bz2.so
>>>/opt/OpenOffice.org/program/python-core-2.3.4/lib/lib-dynload/dbm.so
>>>/opt/OpenOffice.org/program/python-core-2.3.4/lib/lib-dynload/gdbm.so
>>>/opt/OpenOffice.org/program/python-core-2.3.4/lib/lib-dynload/readline.so
>>>
>>>If I chmod +x those files then it stops complaining.
>>>
>>>  
>>>
>>I lied, there really are broken dynamic links :-).
>>
>>--
>>gentoo-user@gentoo.org mailing list
>>
>>
>>
>>
>
>  
>



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] resume interrupted emerge operation.

2005-06-18 Thread Rumen Yotov
David Harel wrote:

> Hi all,
>
> emerge man pages say I can use --resume to finishes unfinished emerge
> operation.
> I had emerged wine. On my slow machine this thing can take forever.
> Unintentionally I had forgotten some big files which eventually gave
> me a "disk full" in the middle of - make install - operation made by
> emerge.
>
> I did emerge --resume but this started the entire compilation from
> scratch.
>
> This is really annoying. I remember there should be a much better way
> to resume an unfinished emerge operation but I don't remember how to
> do it.
>
Hi,
You'll have to put "keepwork" in FEATURES and also atke note that this
will take much space on your HD, so you might do it only for wine etc.
HTH. Rumen.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Help with DVD burner [Slightly OT]

2005-06-19 Thread Rumen Yotov
Bill Witherspoon wrote:

>* Mark Knecht <[EMAIL PROTECTED]> [2005-06-19 06:27:04 -0700]:
>
>  
>
>>On 6/19/05, Bill Witherspoon <[EMAIL PROTECTED]> wrote:
>>
>>
>>>Hi folks,
>>>
>>>Not strictly speaking a Gentoo problem, but I'm completely flumoxed on
>>>this one so any help would be greatly appreciated.
>>>
>>>I've purchased a Lite-On SOHW-1673s DVD burner and am having a heck of
>>>time getting anything burnt ;-). My system sees the drive fine as hdc,
>>>and dvd+rw-media returns the correct output (below). However k3b and
>>>subsequently growisofs all return the same error:
>>>
>>>localhost myth # growisofs -Z /dev/hdc dvdrw/
>>>Executing 'mkisofs dvdrw/ | builtin_dd of=/dev/hdc obs=32k seek=0'
>>>/dev/hdc: "Current Write Speed" is 3.3x1385KBps.
>>>:-( unable to [EMAIL PROTECTED]: Input/output error
>>>:-( write failed: Input/output error
>>>
>>>The drive spins up and down 3 times before the error message appears. I
>>>have done some googling, and have already turned off scsi-emulation.
>>>
>>>It appears to me that the drive is read-only?
>>>
>>>Any thoughts? My dvd+rw-mediainfo is below.
>>>TIA,
>>>Bill
>>>  
>>>
>>Bill,
>>   If you don't get an answer fairly quickly then I'd suggest taking
>>this info to the k3b list. Sebastian is usually pretty responsive to
>>drive specific hardware problems.
>>
>>Good luck,
>>Mark
>>
>>-- 
>>gentoo-user@gentoo.org mailing list
>>
>>
>
>Thanks Mark,
>Your reply made me dig into the k3b archives, where I did see a couple
>of folks with the same issue, but alas no solutions posted. I've
>subscribed to their list and will post the problem there.
>
>Bill
>
>  
>
Hi,
Have the same DVD-RW and it works with k3b.
Looking in the messages, think about some things:
1.Check if you have support for your mobo's chipset in kernel (LBA-message).
2.Make sure to enable 'DMA' for your drives (see hdparm) WFM. For me
speedx2 = speed-6.
Since i switched to DVD-RW can't write ISO-images using "cdrecord"
(CLI), but haven't investigated much.
Also haven't tried "growisofs' from the command line. It must work as
k3b is a wrapper IMHO.
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


[gentoo-user] where to find udev tarball

2005-06-19 Thread Rumen Yotov
Hi,
Recently saw that i have a udev-tarball enabled setup and think of
disabling it.
Wanna make a backup of the tarball before doing that, but can't find
where it is located/saved.
TIA. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] where to find udev tarball

2005-06-19 Thread Rumen Yotov
Zac Medico wrote:

>Rumen Yotov wrote:
>  
>
>>Hi,
>>Recently saw that i have a udev-tarball enabled setup and think of
>>disabling it.
>>Wanna make a backup of the tarball before doing that, but can't find
>>where it is located/saved.
>>TIA. Rumen
>>
>>
>
>/lib/udev-state/devices.tar.bz2 is hard coded in /sbin/rc
>
># Actually get udev rolling
>ebegin "Configuring system to use udev"
>if [[ ${RC_DEVICE_TARBALL} = "yes" ]] && [[ -s /lib/udev-state/devices.tar.bz2 
>]]
>then
>   einfo "  Populating /dev with device nodes ..."
>   try tar -jxpf /lib/udev-state/devices.tar.bz2 -C /dev
>fi
>populate_udev
>
>
>Zac
>  
>
Hi,
Thanks Zac.
Begun searching for it, stopped too early. Had done such a backup before
only that didn't record the location.
Rumen.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Where can I download the gentoo binary for Ximian Evolution 2?

2005-06-20 Thread Rumen Yotov
Mike Williams wrote:

>On Sunday 19 June 2005 18:28, Hareesh Nagarajan wrote:
>  
>
>>Where can I download the gentoo binary for Ximian Evolution 2 (x86
>>architecture)? I just can't seem to remember the name of the site.
>>
>>
>
>http://chinstrap.alternating.net/
>Don't know if it has evolution 2 though.
>
>  
>
Hi,
This is one of the two binary places i read about, think (check) this
one has packages build with -fstack-protector and it's more appropriate
for hardened-users.
There's another one in some dev's place (checked it's *avenj*) but it
holds only packages for rescue operations.
PS: chinstrap at the moment is also unavailable, due to technical
reasons (checked).
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] is DHCP required when using two NIC's?

2005-06-20 Thread Rumen Yotov
Zac Medico wrote:

>Raphael Melo de Oliveira Bastos Sales wrote:
>  
>
>>2005/6/20, THUFIR HAWAT <[EMAIL PROTECTED]>:
>>
>>
>>
>>>I have two NIC's, one which is built into the mother board and one
>>>which is recently installed (this is on a dual boot system).  before
>>>installing the second NIC I was able to configure an 802.11b/g network
>>>adapter from windows, and everything would run fine under linux.
>>>
>>>after putting in the new NIC on this particular computer, that's not
>>>happening.  So, I'm thinking of configuring the network adapter from
>>>linux.
>>>
>>>because there are two NIC's is it now required to set up a DHCP
>>>software daemon (if I have that right)?
>>>
>>>thanks,
>>>
>>>Thufir
>>>
>>>the hardware:
>>>
>>>
>>>
>>>
>>>
>>>--
>>>  
>>>
>>I had a problem that was similar, my off-board NIC became eth0 and the
>>on-board one became eth1, so I had to change all my config files to
>>adapt to that. See if that's what happened. ;)
>>
>>
>
>The kernel assigns eth0 to the first ethernet driver that gets initialized, 
>eth1 to the second, and so on.  If the drivers are loaded as modules then you 
>can control the order.
>
>Zac
>
>  
>
Hi,
Some time ago, on this ML there was such question/s.
Remember there were some syntax (in grub/lilo) to load one net-card
first the other second.
Just search the list-archive.
The card/parameter is given as kernel-loading value.
Or easiest as pointed above, use modules in desired order (haven't
checked this).
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] ATI Composte & DRI

2005-06-24 Thread Rumen Yotov
Holly Bostick wrote:

>Tim Igoe schreef:
>  
>
>>Holly Bostick wrote:
>>
>>
>>>But this whole episode has at least gotten me to finally upload my own
>>>key, so I've (hopefully) signed this message.
>>>  
>>>
>>hehe :D
>>
>>
>>
>>>Can you all get the key (since I know the list doesn't have it, it's a
>>>good test as to whether I've done it right)?
>>>  
>>>
>>Just tried with the 4 keyservers I have in Thunderbird - none of them
>>returned a key :(
>>
>>
>>
>
>I only sent it to one (so far):
>
>random.sks.keyserver.penguin.de
>
>which is the first T-bird default server, and the one that most
>everybody seems to use (insofar as I've been able to download most all
>of the keys for the signed messages from this list from that keyserver).
>
>Does that help?
>
>Holly
>  
>
Hi,
Lately stopped using keyservers very much, but now just tried to
search/check for your key, the result:
1.running: "gpg --keyserver subkeys.pgp.net --search-key Holly" gets this
...BEGIN...
gpg: searching for "Holly" from hkp server subkeys.pgp.net
(1) Holly <[EMAIL PROTECTED]>
  1024 bit DSA key BABC9127, created: 2005-03-30
(2) Holly Eichin <[EMAIL PROTECTED]>
  1024 bit DSA key 7165CEDF, created: 2005-03-01
(3) Marek Holly <[EMAIL PROTECTED]>
  1024 bit DSA key 228CFC93, created: 2005-01-15
(4) Juergen Holly (Privat) <[EMAIL PROTECTED]>
  1024 bit DSA key 358247BB, created: 2004-11-14
(5) Juergen Holly (Privat) <[EMAIL PROTECTED]>
  1024 bit DSA key 97515F0D, created: 2004-11-14
(6) Juergen Holly (Privat) <[EMAIL PROTECTED]>
  1024 bit DSA key 60EE1793, created: 2004-11-14
(7) Holly Eaton <[EMAIL PROTECTED]>
  1024 bit DSA key 00DED072, created: 2004-09-22
(8) Holly Scheler <[EMAIL PROTECTED]>
  1024 bit DSA key 754D7EFC, created: 2004-08-23
(9) Holly Yang <[EMAIL PROTECTED]>
  1024 bit DSA key CD29E9EF, created: 2004-08-10
(10)Holly Bostick <[EMAIL PROTECTED]>
  1024 bit DSA key 94456400, created: 2004-07-05
(11)Tom Aspenwall <[EMAIL PROTECTED]>
  1024 bit DSA key 7CCD5E50, created: 2004-06-21
Enter number(s), N)ext, or Q)uit > Q
...END...
there are many more, reached till 123 and there's more ;)
2.running: "gpg --keyserver subkeys.pgp.net --search-key Holly" gets this
...BEGIN...
gpg: searching for "Holly" from hkp server random.sks.keyserver.penguin.de
(1) [EMAIL PROTECTED] <[EMAIL PROTECTED]>
  1024 bit DSA key 758C4287, created: 2003-09-03
(2) Holger Brause <[EMAIL PROTECTED]>
  1024 bit DSA key C7AEFD4E, created: 2003-06-19
(3) Eric Hokanson <[EMAIL PROTECTED]>
  1024 bit DSA key 08A6849E, created: 2003-02-28
(4) Holly V. Baldwin <[EMAIL PROTECTED]>
  1024 bit DSA key 4339BE45, created: 2002-12-14
(5) Holly Cecil <[EMAIL PROTECTED]>
  1024 bit DSA key 8CFC8368, created: 2002-09-17
(6) Jason A. Holly <[EMAIL PROTECTED]>
  1024 bit DSA key B6D752C6, created: 2002-04-10
(7) Holly C. Stone <[EMAIL PROTECTED]>
  1024 bit DSA key 9A19DB31, created: 2002-03-14
(8) Richard Holly <[EMAIL PROTECTED]>
  2048 bit RSA key 18A8024D, created: 2001-01-16
(9) Holly Travers <[EMAIL PROTECTED]>
  1024 bit DSA key E8E2283A, created: 2000-10-31
(10)Holly Shin <[EMAIL PROTECTED]>
  1024 bit DSA key BDA235EB, created: 2000-09-21
(11)John Erickson <[EMAIL PROTECTED]>
  1024 bit DSA key 44148646, created: 2000-03-15
Keys 1-11 of 27 for "Holly".  Enter number(s), N)ext, or Q)uit > n
(12)Mary Holly <[EMAIL PROTECTED]>
  1024 bit DSA key 9B2CEA56, created: 1999-12-16
(13)Matt Wittern <[EMAIL PROTECTED]>
  1024 bit DSA key 4D62DCC9, created: 1999-09-13
(14)Holly Quarzo <[EMAIL PROTECTED]>
  1024 bit DSA key 69432555, created: 1999-08-12
(15)Tim Renner <[EMAIL PROTECTED]>
  1024 bit DSA key 09FAA248, created: 1999-07-31
(16)J\xf6\x72g Holetschek <[EMAIL PROTECTED]>
  1024 bit DSA key 674CFB45, created: 1999-06-24
(17)Holly D. <[EMAIL PROTECTED]>
  1024 bit DSA key AE71DEB8, created: 1999-02-13
(18)Holly D. Canfield <[EMAIL PROTECTED]>
  1024 bit DSA key 8B2CE33D, created: 1999-01-26
(19)Summer Rivers <[EMAIL PROTECTED]>
  1024 bit DSA key 21312306, created: 1998-10-16
(20)Holly T. Smith <[EMAIL PROTECTED]>
  1024 bit DSA key D84F8521, created: 1998-08-13
(21)Holly S. Beck <[EMAIL PROTECTED]>
  1024 bit DSA key B5451DF5, created: 1998-05-29
(22)Holly Kenedy <[EMAIL PROTECTED]>
  1024 bit DSA key 6D42AB88, created: 1998-03-06
Keys 12-22 of 27 for "Holly".  Enter number(s), N)ext, or Q)uit > n
(23)Holly Crawford <[EMAIL PROTECTED]>
  1024 bit DSA key F399D33D, created: 1997-11-21
(24)Adam Klatskin <[EMAIL PROTECTED]>
  1024 bit DSA key 22737433, created: 1997-10-05
(25)holly lance <[EMAIL PROTECTED]>
  1024 bit DSA key 

Re: [gentoo-user] [OT] GPG keys, servers and signing (was, ATI Composte & DRI)

2005-06-24 Thread Rumen Yotov
Hi,
Holly Bostick wrote:

>OK, since this is getting to be kind of a whole "thing", I've split it off.
>
>This message is (or should be) signed. Hopefully using PGP/MIME, which,
>if I understand Neil correctly, is what I'm supposed to do.
>
>  
>
Yes, it's pgp/mime, by memory this is the newer format which allows you
to also encrypt the body of the message and the attachments too.
Somebody correct here if needed. Old format is pgp/inline

>You all have undoubtedly realized by now that I have little experience
>and less understanding of GPG keys and their proper use; I only have one
>because last year (which is why the key is from 2004), I was
>corresponding with someone who preferred encrypted email. Now that I've
>got my reinstall relatively stable-- at the time of the key's creation,
>I was using Gentoo, which I broke, and in the meantime, I'd switched to
>SuSE, where I didn't use my backed-up keyrings at all, and back to
>Gentoo-- and got Enigmail working again, I figure it's time to learn at
>least how to use my keys properly. Even if I don't seem to have much use
>for them now, you never know when it might come in handy.
>
>I think I've pretty much got a handle on full encryption (not only did I
>exchange several encrypted mails last year, but today I sent myself a
>test mail, which I was able to decrypt), but the signing is kinda wiping
>the floor with me, apparently.
>...skip...
>  
>
>Right that means, I think, that the default setting in Enigmail's
>PGP/MIME settings-- "Allow PGP/MIME"-- should be set to "Always use
>PGP/MIME". Is that correct? The point being-- as I understand it-- that
>MIME parts have something to do with IMAP, which I don't use (yet), but
>many others do, especially those likely to be desiring signed or
>encrypted mail, so it's just better to use it by default? Fine, then let
>me know if this message, transmitted using the new setting, arrived with
>the signature correctly as a MIME message part.
>
>  
>
Have pgp/mime configured, but currently don't use it, use certs instead.
Easier for me too.
Somewhere in the options you configure the use of gpg/certs
...skip...

>Which is my key, so it's out there somewhere. But I am wondering if it
>is in some way incomplete or improperly aliased-- or was "Holly" too
>general a search as opposed to "Bostick"? Yes, apparently so; replacing
>--search-key Holly with --search-key Bostick comes up with me first on
>both searches. Not so much that I'm hyped on being first, but at least
>it means I'm easily found if someone's looking.
>
>  
>
Sorry my fault here ;)

>So that seems OK then, but I still have a few questions:
>
>1) My key is set to never expire (afaik). Is that OK, or should I
>generate a new key... I dunno, every 3 months or something? That seems
>to negate the whole idea of having a key in the first place, but
>what do I know?
>
>  
>
Could use it that way, only important thing to do IMHO is to generate a
revocation certificate for the key.
And if something/sometime happens you'll be able to revoke this key and
generate a new one.
After a key is revoked on checking it a message tells that the key is
invalid/revoked (check here).

>2) Do I need to create a digital certificate? Is it any good if it's
>self-signed? Or should I go to the archives and find that site that will
> generate one for me?
>
>  
>
Some time ago had/used a self-signed cert. Only drawback is that
you/other people can't verify it to be sure it really belongs to me.
Because of this later generated a new one and send it to
"www.cacert.org" which signed it to verify my email identity, etc. The
trick here is that in order to check it you have to import their root
cert (from the site), because in most browsers there are only root-certs
of the commercial CA providers. CAcert.org is free to use.

>3) On the same note, I don't have a "Web of Trust"; my key is unsigned
>(naturally), and the keys I've collected from this list I have not dared
>to specify trust levels for. Should I be concerned about this, and take
>steps to rectify the situation with all due haste? If so, how would I go
>about that? All I've heard of are key-signing parties, which seem
>unlikely be a feasible option for me.
>
>  
>
Think this is one of the main purposes of keyservers (to hold keys) ;)

>4) Clearly no one I am in contact with seems to really care if I sign my
>emails by default, but should I protect them from themselves and do so
>anyway? Are there any benefits to this good habit, especially since my
>key is unsigned anyway?
>
>  
>
Using this proves your identity (email address from)

>5) If I take up the habit of signing my emails, is it unreasonably
>dangerous to also set "No password for user" in the Enigmail options? I
>know that if I have to dig up my complex and unique password every time
>I send an email (in order to sign it), I'm not going to sign them, but
>if not requiring the complex and unique password opens a high
>possibility of compromising the key itself (because if

Re: [gentoo-user] qmail-r16 is sending mails to [EMAIL PROTECTED]

2005-06-26 Thread Rumen Yotov
Yousef Raffah wrote:

> Humm
>
> This is my second qmail installation on gentoo, the first one was
> perfect but this one seems quite different. In this installation I
> used qmail-r16 and started configuring it based on
> (http://www.gentoo.org/doc/en/qmail-howto.xml). I stopped at the point
> where I configured the aliases then send mails to those aliases.
>
> By the time I checked my inbox, where I'm suppose to receive three
> messages, I got about 12 messages, in which , some are bouncing
> bounces stating that the user "[EMAIL PROTECTED]
> " doesn't exist or do not have a
> mailbox! Why is qmail trying to send to [EMAIL PROTECTED]
> ? I sent to
> [EMAIL PROTECTED] ,
> [EMAIL PROTECTED]
>  and
> [EMAIL PROTECTED] 
> only!
>
> Thanks in advance for any help...
>
> -- 
> -BEGIN GEEK CODE BLOCK-
> Version: 3.12
> GIT d- s: a- C++ UL+++ P L+++ E- W+++ N o-- K- w--
> O-- M+ V- PS PE+ Y+ PGP++ t 5 X R- tv-- b+ DI- D+
> G e++ h--- r+++ y+++
> --END GEEK CODE BLOCK-- 

Hi,
This answer is a little bit by memory only, but true IMHO/experience.
Go to http://cr.yp.to/qmail.html (original site, a bit outdated now),
www.netqmail.org or qmail.org.
There are much docs there, or better search/google for QmailOnGentoo.txt
document, it's very good (-r13).
In qmail no mail is sent to root - it's always sent to some other
account - see the docs in sites above.
The setup is done in /var/qmail/alias dir using .qmail-account_name (ex.
".qmail-root") in which you put a user account (existing) which gets the
[EMAIL PROTECTED] mail. Then in this users ".maildir" directory you get
root mails.
As far as i know, one major difference in qmail-1.03-r15 vs
qmail-1.03-r13 is changed place for /etc/tcp.smtp* to
/etc/tcprules.d/qmail-tcp.smtp* plus some new patches (breaks parts of
qmailctl script).
Now (in -r15) there are more then 20 patches (this against vanilla
qmail-1.03).
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] qmail-r16 is sending mails to [EMAIL PROTECTED]

2005-06-27 Thread Rumen Yotov
Hi Yousef,
First thing qmail-1.03-r16 *is* masked (testing in my profile at least)
-r15 is the stable version.
Maybe (if possible, don't need something from -r16) you should try -r15
first.
Now checking and saw there are 24 patches against vanilla qmail-1.03 in
-r15 and 28 patches for -r16.
You could check them in
"/var/portage/mail-mta/qmail/qmail-1.03-r1x.ebuild" (there are only two
15,16).
Also could change/remove some patches by commenting them in an ebuild
copy in an overlay dir.
As you are already using qmail check and use only these patches which
you need.
More one point, i like the way gentoo builds/uses qmail, but most ML
(qmail-list) require to install it by following LifeWithQmail so as
there are some differences you could have problems later.
Can't help you more as i use qmail as personal mail-server and don't use
much of it's power, a pity.
PS: suggest you stop top-posting as it's not very appreciated with this
list ;)
HTH. Rumen
Yousef Raffah wrote:

>Thanks Rumen for your reply but I had a previous experience with qmail
>and I read lots of documents on qmail with Gentoo. However, I'm facing
>an issue with qmail-1.03-r16 after I created the aliases for root,
>postmasert and mailer-daemon based on
>(http://www.gentoo.org/doc/en/qmail-howto.xml). Now when I try to send
>an E-mail to root for example, it is delivering it to the correct
>alias mailbox but with a failure message about bouncing bounces.
>
>Note that I used the USE="logmail" flag while emerging this ebuild and
>I think this is generating the [EMAIL PROTECTED] e-mails...Any
>idea what is the exact use of this USE flag? is it important? How can
>I know what is the use of it?
>
>Thanks in advance...
>
>Sincerely,
>Yousef Raffah
>
>On 6/26/05, Rumen Yotov <[EMAIL PROTECTED]> wrote:
>  
>
>>Yousef Raffah wrote:
>>
>>
>>
>>>Humm
>>>
>>>This is my second qmail installation on gentoo, the first one was
>>>perfect but this one seems quite different. In this installation I
>>>used qmail-r16 and started configuring it based on
>>>(http://www.gentoo.org/doc/en/qmail-howto.xml). I stopped at the point
>>>where I configured the aliases then send mails to those aliases.
>>>
>>>By the time I checked my inbox, where I'm suppose to receive three
>>>messages, I got about 12 messages, in which , some are bouncing
>>>bounces stating that the user "[EMAIL PROTECTED]
>>><mailto:[EMAIL PROTECTED]>" doesn't exist or do not have a
>>>mailbox! Why is qmail trying to send to [EMAIL PROTECTED]
>>><mailto:[EMAIL PROTECTED]>? I sent to
>>>[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>,
>>>[EMAIL PROTECTED]
>>><mailto:[EMAIL PROTECTED]> and
>>>[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>>>only!
>>>
>>>Thanks in advance for any help...
>>>
>>>--
>>>-BEGIN GEEK CODE BLOCK-
>>>Version: 3.12
>>>GIT d- s: a- C++ UL+++ P L+++ E- W+++ N o-- K- w--
>>>O-- M+ V- PS PE+ Y+ PGP++ t 5 X R- tv-- b+ DI- D+
>>>G e++ h--- r+++ y+++
>>>--END GEEK CODE BLOCK--
>>>  
>>>
>>Hi,
>>This answer is a little bit by memory only, but true IMHO/experience.
>>Go to http://cr.yp.to/qmail.html (original site, a bit outdated now),
>>www.netqmail.org or qmail.org.
>>There are much docs there, or better search/google for QmailOnGentoo.txt
>>document, it's very good (-r13).
>>In qmail no mail is sent to root - it's always sent to some other
>>account - see the docs in sites above.
>>The setup is done in /var/qmail/alias dir using .qmail-account_name (ex.
>>".qmail-root") in which you put a user account (existing) which gets the
>>[EMAIL PROTECTED] mail. Then in this users ".maildir" directory you get
>>root mails.
>>As far as i know, one major difference in qmail-1.03-r15 vs
>>qmail-1.03-r13 is changed place for /etc/tcp.smtp* to
>>/etc/tcprules.d/qmail-tcp.smtp* plus some new patches (breaks parts of
>>qmailctl script).
>>Now (in -r15) there are more then 20 patches (this against vanilla
>>qmail-1.03).
>>HTH. Rumen
>>
>>
>>
>>
>>
>
>
>  
>



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] OpenOffice2.0 Install

2005-06-28 Thread Rumen Yotov
Ian K wrote:

>Hey Everyone,
>I really want the OO.org 2.0 beta, but its not in portage, and the only
>source on their site is RPM's (that I can find, at least). How can I go
>about
>getting this version of OO? I dont want complete bleeding edge, I want
>something
>from about a month ago, that is quite stable. Any ideas?
>Thanks a lot!!
>Ian
>
>PS> Please dont try and convince me to go with 1.1.4, I really want 2.
>  
>
Hi,
openoffice-bin-1.9.109 is in portage only being in testing (~x86).
To emerge it do: #echo "app-office/openoffice-bin ~x86" >>
/etc/portage/package.keywords.
Then 'emerge openoffice-bin -av' to emerge it. Haven't checked if it's
in rpm-format.
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] jade, libosp.so.3 not found, can't compile docbook-sgml-utils

2005-07-05 Thread Rumen Yotov
Claudinei Matos wrote:

>Hi guys,
>
>I'm trying to upgrade my installation but "emerge world -uD" crash
>every time when emerging docbook-sgml-utils.
>The error is that jade can't found libosp.so.3:
>
>"jade: error while loading shared libraries: libosp.so.3: cannot open
>shared object file: No such file or directory"
>
>The problem is that opensp just provides libosp.so.4. I tried to
>uninstall the existent version of docbook-sgml-utils but "emerge
>world" try to install it anyway.
>I thought about create a symbolic link from libosp.so.4 to libosp.so.3
>but I don't know if it could make things goes crazy.
>
>Did anyone someone get a problem like that? What am I supposed to do?
>
>Tks in any advice,
>
>Claudinei Matos
>
>  
>
Hi,
One way to go is search in Bugzilla, but if there's nothing about this
see below.
Just checked and that're the dependencies: opensp ---> openjade --->
docbook-sgml-utils.
So could try re-emerging 'opensp', then 'openjade' and again
"docbook-sgml-utils". Or just openjade.
Vaguely remember about such problem on this ML not long ago, could
search for it.
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Slow mencoder after emerge?

2005-07-06 Thread Rumen Yotov
cothrige wrote:

>I am very new to Gentoo and portage and just beginning to learn to
>find my way around.  For the most part things have been good, but
>MPlayer has proved to be a difficulty.  Not in basic functionality
>though, but just speed.
>
>What I did was start with a basic 'emerge -a mplayer' which installed
>mplayer and a codec package.  Everything seemed very solid and seemed
>to work as it should.  But when I tested mencoder with a dvd it would
>only run at something like 12 or 14 fps.  Normally with the same
>settings (mencoder dvd://1 -noodml -oac mp3lame -ovc lavc -lavcopts
>vcodec=mpeg4:mbd=2:vbitrate=1800) it goes at about 28-30.  I hated to
>think about taking three hours to make one pass on a movie encoding
>and so unmerged it and compiled myself from source.  Now it works
>fine.
>
>I am very curious about what I did wrong, not so much for mplayer as I
>have it running fine but rather for a better knowledge of portage and
>such.  My use flags in /etc/make.conf are this: "gnome kde jpeg gif
>tiff dvd dvdr emacs tcltk" in case they are responsible.
>
>Thanks in advance for any advice.
>
>Patrick
>  
>
Hi,
Maybe rebuilding "mplayer" through portage will have the same result.
Think you could have a look at 'revdep-rebuild' (man revdep-rebuild).
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Anybody know where to ftp genpatches-2.6.12-7.base.tar.bz2?

2005-07-07 Thread Rumen Yotov
Dave Nebinger wrote:

>>Dave Nebinger wrote:
>>
>>
>>>The only question I would have is why a new ebuild would be released
>>>  
>>>
>>before
>>
>>
>>>the genpatches tarballs were made available in the distfiles...
>>>  
>>>
>>Wouldn't
>>
>>
>>>the genpatches tarballs be requirements for the new ebuild?
>>>  
>>>
>>I always wait until the patches appear on the mother mirror before
>>releasing
>>the ebuild. I think you are just unlucky in the mirrors you have tried.
>>
>>It can be found here, and should have made itself onto all of the other
>>mirrors by now.
>>
>>http://gentoo.osuosl.org/distfiles/genpatches-2.6.12-7.base.tar.bz2
>>
>>
>
>Don't get me wrong, Daniel, I'm not trying to point any fingers here nor am
>I trying to ruffle anyone's feathers...
>
>My sync occurred last night at 12:10 am EST but I didn't get a chance to
>emerge -uD world until around 11am EST this morning.  I searched through
>10-15 ftp mirrors manually looking for the file and it hadn't been released
>anywhere that I could see.
>
>That's why I had asked about the ebuild being available (somewhat
>significantly) before the dependent files were also available.
>
>Perhaps this is an issue on my end, that the sync that I'm automatically
>performing at 12:10 am EST is during some synchronization window that I'm
>not aware of since I got the ebuild before the distfile sync.
>
>Dave
>
Hi,
Some time ago a mail (here) suggested to put
"http://mirror.datapipe.net/gentoo"; as the last entry in /etc/make.conf
explaining this to be the main/parent gentoo mirror site. Have it in my
make.conf too. Opinions somebody.
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Heads-Up sys-lib/ss breaks Apps

2005-07-08 Thread Rumen Yotov
Ron Bickers wrote:

>On Fri July 8 2005 01:38 am, Ow Mun Heng wrote:
>
>  
>
>>Which is a huge bummer since most of us don't go checking the ebuilds
>>for these specific lines. How I wish It would just abort and BLAST the
>>Einfo on the screen for me to see the next day and decide to do it
>>manually.
>>
>>
>
>I have this concern as well.  Also, when emerging multiple packages, the 
>helpful and sometimes necessary output at the end of each merge is easily 
>missed as the next package begins.  It would be nice to at least have these 
>messages logged somewhere.  Are they?  Can they be without patching portage?
>
>  
>
Hi,
Using two tools to handle this.
First is "enotice"-tool, search for it don't have the link now.
Second as was already mentioned is: PORTLOG_DIR in make.conf.
PS: their functions are overlapping but just in case ;)
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Generic "What installed this?"

2005-07-08 Thread Rumen Yotov
Edward Catmur wrote:

>On Fri, 2005-07-08 at 15:48 -0700, Mark Knecht wrote:
>  
>
>>On 7/8/05, kashani <[EMAIL PROTECTED]> wrote:
>>
>>
>>>Mark Knecht wrote:
>>>  
>>>
Hi ho,
   What program do I run to determine what emerge operation installed
something on the system, in this specific case /etc/init.d/serial? I
guessed it would be equery but that didn't work.


>>I spoke too quickly. qpkg -f returns nothing for /etc/init.d/serial:
>>
>>dragonfly ~ # ls -al /etc/init.d/serial
>>-rwxr-xr-x  1 root root 1104 Mar 11 09:57 /etc/init.d/serial
>>dragonfly ~ # qpkg -f /etc/init.d/serial
>>dragonfly ~ #
>>
>>
>
>The CVS header on /etc/init.d/serial shows that it is from the
>rc-scripts module on gentoo cvs, and rc-scripts is distributed as part
>of baselayout indeed.
>
>However it is not installed by baselayout-1.11.12-r4, and in fact it
>does nothing as /etc/serial.conf does not exist, so is safe to delete -
>but make sure (a) you aren't using it (check /etc/serial.conf) and (b)
>you remove it from all runlevels.
>
>Ed
>
>  
>
Hi,
Previously when i went to baselayout-1.11.12-rX, on startup received a
warning about missing "serial" something.
So just to be on the safe side re-emerged "setserial" and forgot about
this warning. It's: "sys-apps/setserial".
Also think that i don't need serial, but will check this later (when
have enough time ;).
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] udev & recent genkernel + gentoo-sources

2005-07-13 Thread Rumen Yotov
Dmitry S. Makovey wrote:

>On July 13, 2005 11:43 am, A. Khattri wrote:
>  
>
>>On Wed, 13 Jul 2005, Dmitry S. Makovey wrote:
>>
>>
>>>I recently updated portage tree & kernel and using usual
>>>
>>>genkernel --menuconfig --save-config all
>>>  
>>>
>>Have you tried building a kernel manually (i.e. without using
>>genkernel)?
>>
>>
>
>Nope... might try it as well but my understanding that all genkernel 
>does is automates compilation/installation and makes sure options for 
>devfs or udev are on (depending on --[no]udev --[no]devfs flags).
>
>  
>
>>--
>>Aj.
>>
>>
>
>  
>
Hi,
Have used both genkernel and manual-kernel-config, quite no problems
with both (except genkernel on hardened ;)
Think that you must manually give the options you want, ex."genkernel
--menuconfig --udev --install --bootsplash all"
The manual one is easier, less options ;) see install guide, kernel
compilation part.
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] slow redrawing in KDE

2005-07-18 Thread Rumen Yotov
Jorge Almeida wrote:

> On Mon, 18 Jul 2005, Volker Armin Hemmann wrote:
>
>>>
>>
>> well 512 is most of the time enough, but not always ;)
>
> I know, but I checked "top".
>
>>
>> hm, if only gtk apps are slow, it is normal - gtk IS slow. Very slow.
>
> But it wasn't noticeable before... It looks as if the several widgets
> were being shown _before_ the main window...
>
>>
>> Search google for gtk and slow and you'll find a lot ;)
>>
>> RenderAccel is set in your xorg.conf - if you have nvidia.
>
> Ati Radeon 7500.
>
>>
>
Hi,
Think i can't of great help here, but at least twice when i had slow
graphical performance solved it by re-emerging some packages and
xorg-x11 once (i assume you have run 'revdep-rebuild' ;)
As it seems your main DM is KDE it's likely that there may be issues
with GTK-apps, as their libs/deps also get loaded when mozilla/etc is run.
Here's some info:
1.mozilla dependencies:
...www-client/mozilla-1.7.8:
crypt? !moznomail? >=app-crypt/gnupg-1.2.1 app-crypt/gnupg-1.4.1
postgres?   >=dev-db/postgresql-7.2.0 dev-db/postgresql-8.0.1-r4
>=dev-libs/glib-2.2.0dev-libs/glib-2.6.4
>=dev-libs/libIDL-0.8.0  dev-libs/libIDL-0.8.5
>=media-libs/fontconfig-2.1 media-libs/fontconfig-2.2.3
>=media-libs/jpeg-6b media-libs/jpeg-6b-r4
>=media-libs/libmng-1.0.0 media-libs/libmng-1.0.8-r1
>=media-libs/libpng-1.2.1 media-libs/libpng-1.2.8
>=sys-apps/portage-2.0.36 sys-apps/portage-2.0.51.22-r1
>=sys-libs/zlib-1.1.4sys-libs/zlib-1.2.2-r1
>=www-client/mozilla-launcher-1.22
www-client/mozilla-launcher-1.32
>=www-client/mozilla-launcher-1.28
www-client/mozilla-launcher-1.32
>=x11-libs/gtk+-2.2.0x11-libs/gtk+-2.6.7
>=x11-libs/pango-1.2.1   x11-libs/pango-1.8.1
app-arch/unzip   app-arch/unzip-5.50-r2
app-arch/zip app-arch/zip-2.3-r4
dev-lang/perldev-lang/perl-5.8.6-r5
dev-libs/expat   dev-libs/expat-1.95.8
dev-util/pkgconfig   dev-util/pkgconfig-0.17.2-r1
!bootstrap? sys-devel/patch  sys-devel/patch-2.5.9
virtual/x11  x11-base/xorg-x11-6.8.2-r2
!moznoxft?  virtual/xft  x11-base/xorg-x11-6.8.2-r2
~sys-devel/autoconf-2.13 sys-devel/autoconf-2.13
...
2.GTK+ dependencies:
...x11-libs/gtk+-2.6.7:
>=dev-libs/atk-1.0.1 dev-libs/atk-1.9.1
>=dev-libs/glib-2.6  dev-libs/glib-2.6.4
>=dev-util/pkgconfig-0.12.0 dev-util/pkgconfig-0.17.2-r1
jpeg?   >=media-libs/jpeg-6b-r2  media-libs/jpeg-6b-r4
>=media-libs/libpng-1.2.1 media-libs/libpng-1.2.8
>=sys-devel/automake-1.7.9 sys-devel/automake-1.9.5
>=x11-libs/pango-1.8 x11-libs/pango-1.8.1
sys-devel/autoconf   sys-devel/autoconf-2.59-r6
!bootstrap? sys-devel/patch  sys-devel/patch-2.5.9
virtual/x11  x11-base/xorg-x11-6.8.2-r2
x11-misc/shared-mime-info x11-misc/shared-mime-info-0.16

...
IMHO you could first try emerging: glib>k+ and probably in second
place: xorg-x11.
There are also many image-manupulation libraries: jpeg,png,mng
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] libgsf weirdness...

2005-07-18 Thread Rumen Yotov
Dmitry S. Makovey wrote:

>For past couple of weeks as I was doing emerge --sync and emerge -uDNp 
>I've noticed that libgsf has "jumping" versions. That is one week 
>it's 1.12.0 another 1.10.0 and it swings from one to another. Does 
>anybody know what might trigger this behavior?
>
>  
>
Hi,
At least two packages depend on libgsf so when one wants to ungrade it
"wants" version 1.10.0 while the other depends on: >=libgsf-1.12.0, but
that's only one scenario. Try "emerge -DNu world -ptv" (see -t | --tree
option).
Maybe the newest libgsf is 1.12.0 while some app depends only on a lower
version: 1.10.0 also possible.
Check w/o "-D|--deep" option for second case.
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] USE flags...

2005-07-18 Thread Rumen Yotov
Vincent A. Primavera wrote:

> Hello,
>Just looking for some opinions here.  What is a good approach
> to installing applications with a minimal amount of optional USE flags
> enabled? For example, if one were to run `emerge -pv kde-base/kde` you
> would be presented with many, many dependencies and USE flags.  I
> would prefer to install less upfront and add on later as needed. 
> Doing an `emerge -pv $packagename` then looking through the
> dependencies and their USE flags each time, to me, doesn't seem like
> the best method.  I took a look at the list of USE flags at
> http://www.gentoo-portage.com/USE and disabling dozens of them in
> /etc/make.conf doesn't seem like a great method either.  I'm trying to
> avoid a big, bloated system without going too crazy here.  Any
> suggestions?
> -- 
>Thank you,
>
>Vincent A. Primavera.
>Director of Information Technology.
>Ralph Pill Electric Supply Co.

Hi,
Recently there was such discussion, only about the default USE-flags (in
current profile).
By memory the solution was: "-* only desired USE-flags here, ex. alsa
crypt readline ..." in '/etc/make.conf'
"-*" disables quite all (only all optional w/o the required ones) and
turns ON the USE-flags following it.
PS: watch out there are 2-3 flags which are absolutely required for a
sane system, check ML-archive (readline is one).
HTH. Rumen



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Gentoo Installation

2005-07-19 Thread Rumen Yotov

Mark Humphrey wrote:


Zac Medico wrote:

 


Mark Humphrey wrote:

   


Does Gentoo have any sort of GUI for installation? I've followed the
Gentoo Handbook, but a GUI would obviously be nicer.

 


Yes, it's the "Gentoo Installer" project:
http://www.gentoo.org/proj/en/releng/installer/

According to their roadmap they have already completed a functional
x86 installer but it's not officially released yet.

Zac
   




Sounds good.



Email Disclaimer
http://www.aplitec.co.za/emaildisclaimer.htm

 


Hi,
Beside this official Gentoo installer, there's another distro based on 
Gentoo, which uses "anaconda" as graphical installer, current version 
seems to be 1.1 - it's called VidaLinux google for the site. Never tried 
it, so no experience.

But it was paid for a Pro/Full version (support), check their site.
OT: some people think it's rather abusing Gentoo's 
development,infrastructure,package system (no flames please ;)

HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Re: DVD-cd usage

2005-07-19 Thread Rumen Yotov

Holly Bostick wrote:


James schreef:


Holly Bostick  planet.nl> writes:




Possibly your .wav file is in fact 'inappropriately encoded'? Does it
burn if you use -data instead of -audio?




Hello Holly,
If you read the threads, I start out trying to k3b working. I have 
not used
cdrecord, so it's quite possible (statistically probable) that I'm 
doing something way stupid here


so I tried:
cdrecord dev=ATAPI:0,0,0 -eject speed=2 -pad -data -v *.wav





cdrecord: Inappropriate audio coding in
'18133194218-14129220407-05-18-2005-11-42-.wav'.



OK, two things occuring to me (though I can't say I know anything 
about this):


1) I was asking originally what the coding of the audio file actually 
was (meaning check it in mPlayer or some other audio player that will 
give you the details of the file itself)-- is it stereo, is it 44100 
or whatever cdrecord wants, etc? It might also be useful to verify 
that it is in fact a .wav file and not some other kind of audio 
encoding that's just *named* with a .wav extension.


2) But now that I've seen that filename, I'm wondering, "What happens 
if you rename that file?" to either a) something shorter (maybe there 
are too many characters in the filename, if you don't have Joliet 
and/or other special options allowed that would let you use such a 
long filename), or b) to a filename that doesn't have a - directly 
before the .wav (I've seen it happen that applications of various 
types, K3b among them, choke on filenames with "weird" characters in 
unusual places, or c) both a) and b) .


HTH,
Holly


Hi,
Just my experience here. Recently changed my CD-RW with a DVD-RW drive.
Had some old cdrecord-scripts with worked with former but now doesn't 
work with the DVD-RW.
All (CD. DVD) work with k3b though. Could try "growisofs" in 
command-line mode.

HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] baselayout 12.0.pre1- Problems Booting

2005-07-20 Thread Rumen Yotov

Kurt Guenther wrote:



I masked the latest baselayout and remerged 11.13.  All is well 
again.   I opened bug:


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



[EMAIL PROTECTED] wrote:


I'm ~x86 on a dell laptop.
I'm having some fun this morning. Everything was working this 
morning, but I shut down the system for my daily commute and now it 
won't boot. I seem to remember a few gnome emerges last night, but 
everything emerged cleanly and ran etc-update.


I have some failing init scripts such as xfs (ie, X Font Server) and 
net.eth0.  I did a 'rc-update del' on these and xdm, so that I'd have 
a starting point from which to work from.
However, it sill won't give me a bash shell. It literally hangs after 
starting the last script.
Does anybody know which rock to turn over to find out why this is the 
case?

--Kurt

PS- I can boot off the Gentoo Live CD. I did a new 'emerge sync', but 
I can't find anything that would fix this. I also checked 
bugs.gentoo.com, but nada. I'm running fsck on all my file partitions 
to see if there is an error.


 




Hi,
Can confirm on what Kurt said, also had problems "till need to boot from 
LiveCD" to repair the system with latest ~x86 baselayout-1.12.0_pre1-r1.

Will report on the Bug above (seems /etc/conf.d/rc to be the culpit).
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] baselayout 12.0.pre1- Problems Booting

2005-07-20 Thread Rumen Yotov

Andrew Gaydenko wrote:


It is possible to downgrade without CD using - just go into level 1.
I have done a baselayout downgrading this way :-)

=== On Wednesday 20 July 2005 21:51, Rumen Yotov wrote: ===

Hi,
Can confirm on what Kurt said, also had problems "till need to boot from 
LiveCD" to repair the system with latest ~x86 baselayout-1.12.0_pre1-r1.

Will report on the Bug above (seems /etc/conf.d/rc to be the culpit).
HTH. Rumen

 


Hi,
Thanks for the tip, but as i haven't messed much with runlevels, choose 
to go the "classical" way.
OT done bad things as unpacking a binary from / before to get the system 
back (missing glibc ;).

Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Problems Booting

2005-07-20 Thread Rumen Yotov

[EMAIL PROTECTED] wrote:

I'm ~x86 on a dell laptop. 

I'm having some fun this morning. Everything was working this morning, but I 
shut down the system for my daily commute and now it won't boot. I seem to 
remember a few gnome emerges last night, but everything emerged cleanly and ran 
etc-update.


I have some failing init scripts such as xfs (ie, X Font Server) and net.eth0.  I did a 'rc-update del' on these and xdm, so that I'd have a starting point from which to work from. 

However, it sill won't give me a bash shell. It literally hangs after starting 
the last script. 

Does anybody know which rock to turn over to find out why this is the case? 


--Kurt

PS- I can boot off the Gentoo Live CD. I did a new 'emerge sync', but I can't 
find anything that would fix this. I also checked bugs.gentoo.com, but 
nada. I'm running fsck on all my file partitions to see if there is an 
error. 



 


Hi,
As there are problems with latest baselayout (2-3 persons) on boot check 
for "baselayout-1.12.0_pre1-r1" and go to the stable/previous version: 
1.11.13.

HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] pruning /usr/portage/distfiles/

2005-07-21 Thread Rumen Yotov

James wrote:


Hello,

/usr is the only partion I seem to have trouble filling up. After
poking around I've decided to 'prune' /usr/portage/distfiles.

Before automating this action, via crontab, I'm soliciting
any other, slicker/cooler/better method to auto prune
/usr/portage/distfiles.

What I have done manually is:
EMOVING LARGE FILES IN /usr/protage/distfiles:
find ./ -size +10  -exec ls -lag {} \; | less   

find ./ -size +10 -print -exec rm {} \; 


again:
find ./ -size +5  -exec ls -lag {} \; | less
find ./ -size +5  -print -exec rm {} \;
again:
find ./ -size +2  -exec ls -lag {} \; | less
find ./ -size +2  -print -exec rm {} \;

REMOVING OLD FILES IN /usr/protage/distfiles:
find ./ -mtime +180 -exec ls -lag {} \; | less
find ./ -mtime +180 -print -exec rm {} \;

Running these commands manually caused the 
/usr/  dir to reduce from 88% full to 55% full.


Looking at the proposed lists of files to be removed, gave
me some confidence that it was OK to remove the files.
Suggestions as to better logic that I could integrate
into a script is welcome.

Before  hacking these commands into a script, I'd be interested 
in comments and ideas(a better mouse trap?) better logic, 
like progressively running the commands unti the disk space 
threshold is below 60% full or something.



James

 


Hi,
Going by memory here, but think it's correct ;)
Check about FEATURES="... distclean ..." in your /etc/make.conf, IMHO 
this is a FEATURE which allows you to clean/erase the source files after 
an emerge.
Or use /var to hold your portage-tree (make.conf&ln -s /usr/portage 
/var/portage ;) (i'm using this setup).

HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Re: DVD-cd usage

2005-07-21 Thread Rumen Yotov

James wrote:


James Hiscock  gmail.com> writes:


 


Warning: There is absolutely NO DMA, operations thus are slow.
Using libscg version 'schily-0.8'.
Device type: Removable CD-ROM
Version: 0
Response Format: 2
Capabilities   :
Vendor_info: 'TOSHIBA '
Identifikation : 'DVD-ROM SD-R2412'
Revision   : '1015'
Device seems to be: Generic mmc2 DVD-ROM.
 



 


This seems suspect to me... it looks like cdrecord is detecting your
burner as a CD/DVD-ROM, not a burner. I had a similar problem with an
external USB 2.0 DVD+-RW drive that would get misdetected. Took a
while to figure out what the heck was going on...
   



 


Is it possible that that's what you're running into?
   



Quite probable.
It could even be something stupid I did in building the kernel

I can mount and copy files off the cd, only.

I've never been able to get a cd burner working on linux
I have no idea what to try/do.gui or command line

If you suggest something, tell me where a simple file is to use
and suggest exact syntax

I'd just like to see a simple ascii text file burned to either
the rw media or the oneshot cd media.

Ideas are most welcome.

Jamess





 


Hi James,
Googling for "DVD-ROM SD-R2412+linux" showed me that it's a combo - 
DVD-ROM&CD-RW.
Now looking at some page from Norway with some CLI scripts, can't get 
the language tough ;)

...BEGIN...
Når det er gjort kan du i mitt tilfelle kjøre følgende kommando for å 
brenne image’et over på CD:


cdrecord -v speed=24 dev=ATAPI:/dev/cdrom filnavn.iso
...SKIP...
Dermed har du en fil ved navn track1.wav som er klar for brenning. 
Sannsynligvis vil du ha mer enn et spor på audio-CD’en, så det er bare å 
gjenta prosessen med andre filnavn (f.eks. track2.wav, track3.wav, 
etc.), og f.eks. kopier dem til en mappe ved navn ~/audiocd. Deretter 
kan du, mens du er i mappen ~/audiocd/, kjøre:


cdrecord -v speed=24 dev=ATAPI:/dev/cdrom -pad -audio track*.wav
...END...
Choose not to remove the comments, there are more pages and it seems to 
be working.
Sorry no experience with combos (only with pure CD-RW and DVD-RW) but 
used all kind of tools:
command-line (cdrecord, but not with DVD-RW to write CDR), k3b and 
nautilus-cd-burner.

HTH. Rumen



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Xwindows stopped working. No errors in Xorg log file.

2005-07-21 Thread Rumen Yotov

Daevid Vincent wrote:

I run a pretty stable system. I do however run ~x86 for KDE 
 


and Gnome.
   

Something changed recently in an "emerge -Davu world" or 
 


"system" that
   


causes X to not start anymore?
 

If you are not doing the script updates, then you are not 
running a stable system.  Please

do all the script updates, then reboot your system.
   



Well, I do run the etc-update stuff, however I do it from X-windows and
using 'meld' to graphically see the diffs. So I have a bit of a catch-22
here.

Can you tell me how I can remotely run 'meld' / 'etc-update' on my
notebook's X-windows off of the server? Then I can apply the other
etc-updates. Can this even be done, since I can't get X to start on the
server?

 


[0] -1  0   0x2a40 - 0x2a7f (0x40) MX[B]
(--) PCI:*(1:0:0) nVidia Corporation unknown chipset 
 


(0x0185) rev 193, Mem @

Seems the driver you are running doesn't know which chip is 
on the Gfx card.

Perhaps you should add ~x86 to nvidia-kernel and nvidia-glx.
   



I have been using the nvidia stable emerge drivers and I haven't upgraded
the kernel AFAIK.

I guess I'll try to re-emerge the nvidia drivers. The last ~x86 version of
them really hosed up X good, so I decided on this box, to run the stable
ones. 

 


Hi,
Quite easy, just edit "/etc/etc-update.conf" before running "etc-update".
Change "diff-command=diff -uN %file1 %file2" and "using_editor=0". Later 
could run it in text-mode.
Or use "dispatch-conf, it makes a backup of the updated files in 
/etc/config-archive. Check the diffs afterwards.

When X starts again restore your settings.
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Can't emerge mozilla-firefox-1.0.6-r2

2005-07-24 Thread Rumen Yotov
Jules Colding wrote:

>On Sun, 2005-07-24 at 14:22 +0200, Jules Colding wrote:
>
>>On Sat, 2005-07-23 at 11:51 -0700, Zac Medico wrote:
>>
>>>Jules Colding wrote:
>>>
Hi,

"emerge --sync && emerge -vauDN" today gave me the following error.

>>>[snip]
>>>
 adding: content/cookie/contents.rdf (stored 0%)
+++ making
>>>
>>>chrome
/var/tmp/portage/mozilla-firefox-1.0.6-r2/work/mozilla/extensions/cookie
=> ../../dist/bin/chrome/modern.jar
>>>
 zip warning: ../modern.jar not found or empty
 adding: skin/modern/communicator/cookie/taskbar-cookie.gif (stored
>>>
>>>0%)
>>>
 adding: skin/modern/communicator/cookie/status-cookie.gif (stored

...SKIP...

>!!! ERROR: sys-devel/automake-1.9.5 failed.
>!!! Function src_install, Line 36, Exitcode 2
>!!! (no error message)
>!!! If you need support, post the topmost build error, NOT this status
message.
>## snip ###
>
>Wouldn't it be a good idea on this point to reemerge coreutils or maybe
>the whole of "system"?
>
>Is the correct way doing:
>
>emerge -e system
>emerge -e system
>emerge -e world
>emerge -e world
>
>? or is a single "emerge -e system" sufficient?
>
>Thanks,
> jules
>
>
Hi,
Don't have any new idea, but could you check if there are some
"hardened" USE-flags in your /etc/make.conf (like 'pic', 'pie',
'hardened' etc). Using some of them on a normal system may cause problems.
HTH. Rumen



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Can't emerge mozilla-firefox-1.0.6-r2

2005-07-24 Thread Rumen Yotov
Jules Colding wrote:

>On Sun, 2005-07-24 at 15:58 +0200, Richard Fish wrote:
>  
>
>>Richard Fish wrote:
>>
>>
>>>Could you double check the symlink /etc/make.profile.  AFAIK, you want 
>>>it to point to /usr/portage/profiles/default-linux/amd64/2005.0.
>>>
>>>But read this first before changing anything:
>>>
>>>http://www.gentoo.org/proj/en/base/amd64/howtos/index.xml?part=1&chap=1
>>>
>>>  
>>>
>>Um, nevermind.  Going back to your original post:
>>
>>Portage 2.0.51.22-r2 (default-linux/amd64/2005.0, gcc-3.4.3, 
>>glibc-2.3.5-r0, 2.6.12-gentoo-r6 x86_64)
>>
>>But maybe you can try to follow their "by hand" instructions for to make 
>>sure that everything is sane for your profile.
>>
>>I mean, multilib should be enabled by default, unless you are actually 
>>linked to the /no-multilib profile...
>>
>>
>
>I am not, but emerge insists on (-multilib). I don't think the manual
>method will work either:
>
>### snip #
>omc-2 ~ # USE=multilib emerge -va gcc
>
>These are the packages that I would merge, in order:
>
>Calculating dependencies ...done!
>[ebuild   R   ] sys-devel/gcc-3.4.3-r1  (-altivec) -bootstrap -boundschecking 
>-build +fortran -gcj +gtk -hardened -ip28 (-multilib) -multislot (-n32) (-n64) 
>+nls -nocxx -nopie -nossp -objc -static 0 kB
>
>Total size of downloads: 0 kB
>
>Do you want me to merge these packages? [Yes/No] no
>
>Quitting.
>### snip #
>
>The existence of lib32 indicates multilib capabilities, right? I do got
>both /usr/lib64 and /usr/lib32.
>
>I think that I will let memtest86+ run overnight and see if it finds
>something.
>
>Thanks,
>  jules
>
>
>  
>
Hi,
No experience with 64-bits, but a USE-flag in () means not supported by
the profile. Have you changed profiles?
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Gentoo not detecting full amount of memory

2005-07-24 Thread Rumen Yotov
Mark Shields wrote:

>I recently got my home server back up and running after the power
>supply went out. I put some more memory in it, and it shows up fine
>as 1048576 KB (1 gigabyte). Gentoo, however, is only showing it as
>904336 KB (883.14 MB) . I'm curious as to why it's not detecting
>140.86 MB. Originally the server had a 512mb stick of generic PC2700
>memory; I put 2 sticks of 256 MB (Mushkin, PC3200). The FSB is set to
>133 mhz and cpu/mem ratio is set 1:1 (Athlon XP 2400+ for the
>processor). It's running in a dual channel memory config.
>
>[EMAIL PROTECTED] ~ $ cat /proc/meminfo | grep Mem
>MemTotal: 904336 kB
>MemFree: 91224 kB
>
>Any ideas?

Hi,
There's an option in kernel-config to enable the remaining memory you
have. Check it.
HTH. Rumen



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Firefox 1.0.6-r2 emerge error

2005-07-24 Thread Rumen Yotov
Adrian wrote:

>Greetings all.  I am trying to emerge Firefox 1.0.6-r2
>
>Here are my outputs.  If anyone can advise me I would be amazingly
>grateful.  Thank you in advance.  I'm trying to make something out of
>this message (no programmer am I) does my problem have something to do
>with freetype?
>
>Thank you all
>Skippy
>
>
> pretending the emerge 
>
>Sun Jul 24 19:01:17
>/home/skippi
> root $  emerge -pv mozilla-firefox
>
>These are the packages that I would merge, in order:
>
>Calculating dependencies ...done!
>[ebuild U ] www-client/mozilla-firefox-1.0.6-r2 [1.0.4] -debug
>+gnome +ipv6 +java -mozcalendar -mozdevelop -moznoxft -mozsvg +truetype
>-xinerama -xprint 0 kB
>
>
>*  attempt to emerge *
>
>i686-pc-linux-gnu-g++ -o nsDeviceContextGTK.o -c -DNATIVE_THEME_SUPPORT
>-DOSTYPE=\"Linux2.6\" -DOSARCH=\"Linux\" -DUSE_POSTSCRIPT -I../.. -I./.
>-I./.. -I./../shared -I./../freetype -I./../x11shared
>-I/usr/X11R6/include -I/usr/include/freetype2   
>-I../../../dist/include/xpcom -I../../../dist/include/string
>-I../../../dist/include/widget -I../../../dist/include/view
>-I../../../dist/include/util -I../../../dist/include/pref
>-I../../../dist/include/uconv -I../../../dist/include/unicharutil
>-I../../../dist/include/locale -I../../../dist/include/necko
>-I../../../dist/include/content -I../../../dist/include/dom
>-I../../../dist/include/layout -I../../../dist/include/imglib2
>-I../../../dist/include/gfx -I../../../dist/include
>-I/var/tmp/portage/mozilla-firefox-1.0.6-r2/work/mozilla/dist/include/n
>spr   -I/usr/X11R6/include   -fPIC  -I/usr/X11R6/include -fno-rtti
>-fno-handle-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align
>-Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy
>-Wno-non-virtual-dtor -Wno-long-long -march=pentium4 -pipe
>-Wno-deprecated -Wno-return-type -w -fshort-wchar -pthread -pipe 
>-DNDEBUG -DTRIMMED -ffunction-sections -O2  -I/usr/include/gtk-2.0
>-I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0
>-I/usr/include/pango-1.0 -I/usr/include/freetype2
>-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   
>-I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h
>-Wp,-MD,.deps/nsDeviceContextGTK.pp nsDeviceContextGTK.cpp In file
>included from /usr/X11R6/include/X11/Xft/Xft.h:35, from
>nsDeviceContextGTK.cpp:78:
>/usr/include/freetype2/freetype/freetype.h:20:2: #error "`ft2build.h'
>hasn't been included yet!"
>/usr/include/freetype2/freetype/freetype.h:21:2: #error "Please always
>use macros to include FreeType header files."
>/usr/include/freetype2/freetype/freetype.h:22:2: #error "Example:"
>/usr/include/freetype2/freetype/freetype.h:23:2: #error "  #include
>" /usr/include/freetype2/freetype/freetype.h:24:2: #error " 
>#include FT_FREETYPE_H" gmake[4]: *** [nsDeviceContextGTK.o] Error 1
>gmake[4]: Leaving directory
>`/var/tmp/portage/mozilla-firefox-1.0.6-r2/work/mozilla/gfx/src/gtk'
>gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory
>`/var/tmp/portage/mozilla-firefox-1.0.6-r2/work/mozilla/gfx/src'
>gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory
>`/var/tmp/portage/mozilla-firefox-1.0.6-r2/work/mozilla/gfx' gmake[1]:
>*** [tier_9] Error 2 gmake[1]: Leaving directory
>`/var/tmp/portage/mozilla-firefox-1.0.6-r2/work/mozilla' make: ***
>[default] Error 2
>
>!!! ERROR: www-client/mozilla-firefox-1.0.6-r2 failed.
>!!! Function src_compile, Line 159, Exitcode 2
>!!! (no error message)
>!!! If you need support, post the topmost build error, NOT this status
>message.
>
>
> system info 
>
>Sun Jul 24 20:38:32
>~
> skippi $  emerge --info
>Portage 2.0.51.22-r2 (default-linux/x86/2005.0, gcc-3.3.5,
>glibc-2.3.4.20041102-r1, 2.6.9-gentoo-r1 i686)
>= System
>uname: 2.6.9-gentoo-r1 i686 Intel(R) Celeron(R) CPU 2.40GHz Gentoo Base
>System version 1.4.16 dev-lang/python: 2.2.3-r1, 2.3.5
>sys-apps/sandbox:1.2.10
>sys-devel/autoconf:  2.13, 2.59-r6
>sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
>sys-devel/binutils:  2.15.92.0.2-r1
>sys-devel/libtool:   1.5.10-r4
>virtual/os-headers:  2.4.19-r1, 2.6.8.1-r2
>ACCEPT_KEYWORDS="x86"
>AUTOCLEAN="yes"
>CBUILD="i686-pc-linux-gnu"
>CFLAGS="-O3 -march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe"
>CHOST="i686-pc-linux-gnu"
>CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
>/usr/kde/3.2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config
>/usr/kde/3.3/shutdown /usr/kde/3/share/config
>/usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
>CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-O3
>-march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe"
>DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig distlocks sandbox
>sfperms strict" GENTOO_MIRRORS="ftp://ftp.ussg.iu.edu/pub/linux/gentoo
>http://gentoo.om.com ftp://gentoo.om.com
>http://gentoo.osuosl.org/ http://mirror.datapipe.net/gentoo

Re: [gentoo-user] Firefox 1.0.6-r2 emerge error

2005-07-25 Thread Rumen Yotov
Adrian wrote:

>On Mon, 25 Jul 2005 07:14:12 +0300
>Rumen Yotov <[EMAIL PROTECTED]> wrote the words:
>
>  
>
>>Adrian wrote:
>>
>>
>>
>>>Greetings all.  I am trying to emerge Firefox 1.0.6-r2
>>>
>>>Here are my outputs.  If anyone can advise me I would be amazingly
>>>grateful.  Thank you in advance.  I'm trying to make something out of
>>>this message (no programmer am I) does my problem have something to
>>>do with freetype?
>>>
>>>Thank you all
>>>Skippy
>>>
>>>  
>>>
>>Hi,
>>By your error messages it seems you'll have to re-emerge "freetype"
>>library. Another suggestion is to use "-O2" in your CFLAGS, i also
>>don't use the two "..loop.." flags, somebody here.
>>HTH. Rumen
>>
>>
>
>Howdy Rumen;
>
>I did re-emerge freetype, and the emerge worked fine, but I still get
>the same message & error when I try to emerge Firefox.
>
>Skippy
>
>
>  
>
Hi,
In my previous post forgot to mention that the "freetype" library is
slotted, usually you have two versions installed.
On my system i have: media-libs/freetype-1.3.1-r4 &
media-libs/freetype-2.1.9-r1 and FF depends on 'fontconfig' which in
turn depends on: >=media-libs/freetype-2.1.4
media-libs/freetype-2.1.9-r1 (second entry is my version).
Usually when using "emerge category/package" it emerges the latest
version (corrections accepted here) but could try re-emerging the minor
version. The syntax here is: "emerge =category/package-version -v". Also
search Bugzilla.
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] whats de best open source video editor?

2005-07-26 Thread Rumen Yotov
simply change wrote:

> AybOwan!
>
> friends,
>
> please give me a tip to emerge a video editor appz.
>
> -- 
> ...
> "The future lies ahead."
> ___
> < Have you mooed today? >
> ---
> \^__^
>  \   (oo) \___
>  (__) \ )\/\
> ||--w  |
> ||   ||
>
> Gentoo Linux 2.6.12-gentoo-r4-Adapt-v1.1# 

Hi,
Don't usually use such tools, but could try out "avidemux", seems good ;)
Or for a CL-tool "mencoder" and another one, now can't remember the
name, must be part of some video-player package.
HTH. Rumen


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Re: Any reason to keep older gcc?

2007-12-30 Thread Rumen Yotov
On (30/12/07 16:18) Grant Edwards wrote:
> On 2007-12-28, Qian Qiao <[EMAIL PROTECTED]> wrote:
> 
> >>  Would there be any reason to keep the older gcc 3.46?  I'm
> >>  not familiar enough with Gentoo "under-the-hood" to decide.
> >
> > Try "equery depends =gcc-3*", without the quotes obviously.
> >
> > If none of the packages you installed depends on gcc-3*, you should be
> > able to get rid of it safely.
> 
> That's not been my experience.  For example, Qemu won't compile
> with gcc-4, yet doesn't have gcc-3 as a dependancy.
> 
> -- 
> Grant
> 
> 
> -- 
> [EMAIL PROTECTED] mailing list
>
Hi,

qemu is just a meta-ebuild, in ~x86 qemu-softmmu-0.9.0-r1:
pkg_setup() {
 if [ "$(gcc-major-version)" == "4" ]; then
 eerror "qemu requires gcc-3 in order to build and work
 correctly"
 eerror "please compile it switching to gcc-3."
 eerror "We are aware that qemu can guess a gcc-3 but
 this feature"
 eerror "could be harmful."
 die "gcc 4 cannot build q
fi
Rumen


pgpDd8S5cHhUJ.pgp
Description: PGP signature


Re: [gentoo-user] BIG-UPDATE! ;) If I survive, then gentoo rulezz... :)

2008-02-01 Thread Rumen Yotov
On (01/02/08 23:44) Mateusz Mierzwinski wrote:
> Total: 246 packages (201 upgrades, 1 downgrade, 38 new, 6 in new slots), 
> Size of downloads: 1,047,420 kB
> Fetch Restriction: 1 package (1 unsatisfied)
>
> Would you like to merge these packages? [Yes/No]
>
>
> PS: Gentoo is only known by me distro that survives this operation ;) 
> (emerge -uvaD World) without issues. Congratulation great job! Keep it up! 
> Keep Your fingers for me ;)
>
> -- 
> gentoo-user@lists.gentoo.org mailing list
>
Hi,
Good luck, try to get the fetch-restricted package first.
Put it in /usr/portage/distfiles and run for 'world'.
Don't forget: etc-update, revdep-rebuild tools.
HTH. Rumen


pgpBCy2vnFpeM.pgp
Description: PGP signature


Re: [gentoo-user] reiser4 status

2008-02-15 Thread Rumen Yotov

Alan McKinnon написа:

On Friday 15 February 2008, Erik wrote:


What do you mean by "Hans is a weird person."? Do you know him
personally or did you just "read it somewhere"? I only saw a video
lecture with him talking about namespaces and filesystems (he seemed
perfectly normal there at least). And I use his filesystem
(reiser3.6), which has worked perfectly for over 3 years on my
laptop. How likely is it that he would have committed such a crime?
What motive would he have?


read the lkml archives. read the current blogs about how Hans is 
conducting himself in a court of law. Read his statements to the police 
when questioned about his wife's disappearance. Read his defense. Read 
his website.


What comes out of that? Hans Reiser is a typical geek who has a problem 
seeing the same reality as the rest of the world. It's very common 
amongst geeks, and we can mostly spot it a mile off. It's not rocket 
science.


I also use ReiserFS-3.6 and it is a very good filesystem. That is one 
thing. There is this other thing, which is the ability to musrder 
someone, and that is totally unrelated to the ability to write 
self-balancing filesystem metadata trees.


Any associated opinion between his skill as a coder and the likelyhood 
of his having murdered or not murdered his wife is an illogical opinion 
in extreme.



That sounds like the perfect way to harm the free software community.
Make some important person's wife disappear. 


You must be new here.

Hans Reiser? Important? I don't think so. In the general scheme of 
things he's about as important as ESR.


If you wanted to bring free software into disrepute there are many much 
more likely targets:


Linus, Alan Cox, Ingo, RMS, drobbins, Theo, Andrew M, Patrick V, Miguel, 
David R.


Is there any 
organization out there who would do something dirty to harm us if

they could get away with it? How trustworthy is the Russian police?
Is the Russian legal system working satisfactory?


Look at the case itself.

Hans has a distorted view of reality as seen by the rest of the world. 
His wife is apparently a bitch of note. That's motive #1.


You want a likely suspect for who could have framed him? Try the 
disappeared wife's current boyfriend. Tons of suspicious actions 
there - read the court records, it's all in there.


This whole court case is entirely explained by human greed and emotion 
in marital affairs. It is not necessary to involve free software to 
come to an entirely reasonable explanation, in much the same way that 
the Enron CEO's hobbies do not feature in the explanation of the 
collapse of Enron



Hi,
Just a note here, using reiser4 for 4-5 months, no problems so far.
Patches are more difficult to find but not that much.
More choice is better IMHO.
Rumen



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Portage issue

2008-02-19 Thread Rumen Yotov

Alan McKinnon написа:

On Wednesday 20 February 2008, Michael Schmarck wrote:


emerge bash-3.2-p17-r1
emerge portage
emerge bash

This worked for me, as I found out a short while after I posted
my original message :) Thanks a lot for your explanation. This
way, it's at least understandable *WHY* this works ;-)


You're welcome. What I'd like to know is in which universe portage could 
block bash 


It just sounds a bit daft, sort of like OpenOffice blocking mutt...


Hi,

Thinking about it, much of portage is bash-scripts, no.
Maybe some portage features depend on newer bash functions, just guessing.
HTH. Rumen



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] emerge can not work !

2008-02-20 Thread Rumen Yotov
On (20/02/08 11:02) Alan McKinnon wrote:
> On Wednesday 20 February 2008, Stéphane ANCELOT wrote:
> > Hi,
> > I made a silly mistake :
> > emerge --unmerge python*
> >
> > now emerge does not work anymore since it needs python !!!
> >
> > Any idea ?
> > Best Regards
> > Steph
> 
> Oops.
> 
> An easy way is to get a quickpkg tarball of python from another machine 
> and unpack that to /
> 
> Or just untar the one on a recent install disk and re-install python. If 
> all else fails I could send you a copy of python-2.5.1-r5 which is 
> about 8M large
> 
> For insurance, I keep quickpkg copies of critical stuff - python, gcc, 
> glibc, portage - for just in case i make this same dumb mistake again 
> myself
> 
> -- 
> Alan McKinnon
> alan dot mckinnon at gmail dot com
> 
> --
> gentoo-user@lists.gentoo.org mailing list
> 
Hi,

Install python manually (2.5.1) and later reemerge it using portage.
Could also install a second manager (paludis) just in case :-)
HTH. Rumen


pgppwsZveKZ5q.pgp
Description: PGP signature


Re: [gentoo-user] Kernel upgrade broke NAT

2008-02-22 Thread Rumen Yotov
On (22/02/08 06:37) Grant wrote:
> I upgraded my router's kernel from linux-2.6.18-hardened-r6 to
> linux-2.6.23-hardened-r7 and now I get errors when starting the
> firewall:
> 
> "requires NAT which is disabled"
> 
> ERROR: Command "/sbin/iptables -A FORWARD -m state --state
> ESTABLISHED,RELATED -j ACCEPT" Failed
> 
> I used make oldconfig carefully to update the config.  I've been back
> over the current config carefully but I don't see what went wrong.
> Does anyone have any ideas?
> 
> - Grant
> -- 
> gentoo-user@lists.gentoo.org mailing list
>
Hi,

Too bad that 'oldconfig' isn't always working :-(
Specially from something 2.6.17-18 to > 20.
Manually check your kernel config (enable NAT etc)
IIRC the netwoking sections moved, so much stuff is disabled by default.
Also recompile iptables, just to be on the safe side.
HTH. Rumen


pgprknH3jeN8T.pgp
Description: PGP signature


Re: [gentoo-user] perl-cleaner won't clean

2008-03-04 Thread Rumen Yotov

Jan Seeger wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

- -BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello list,
As per the subject: I recently rebuilt perl from a non-threaded to a threaded
version (with ithreads). Libperl-depending ebuilds were rebuilt correctly, but
all installed modules need to be reinstalled. I wanted to let perl-cleaner do
that, but when I execute 'perl-cleaner reallyall', all I get is "All modules are
up to date". Any help?

- - -- 
thenybble.de/blog/ -- four bits at a time

- -BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFHzUUuMmLQdC6jvocRApbbAKCggUIzkKsNX0FTPpeb6cDG3zFcnACgiGOy
USu+NGAHW6vp/fXAUtz6B8Q=
=bqoE
- -END PGP SIGNATURE-
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFHzUYGMmLQdC6jvocRAiwrAKCehw/QXHLw+povoJd63hrG0jnhhgCeMDeo
Jfw3EQe2DwD31Ig12cTsK+4=
=lir0
-END PGP SIGNATURE-
  

Hi,

Threading affects only libperl & perl the modules are Ok.
IIRC perl-cleaner is used when upgrading to new perl version to rebuild 
the modules.

HTH. Rumen
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] libgnutls.so.13 missing [SOLVED]

2008-03-23 Thread Rumen Yotov

Max написа:

Hello,

I just resoved the unixODBC problem after the gnutls update yesterday,
and got another problem now.

gnome-extra/gnome-keyring-manager-2.20.0 failed to build because
libgnutls.so.13 is missing. Of course i tried it with a symlink to the
installed /usr/lib64/libgnutls.so.26.1.3 and ldconfig.

At a closer look i foult out that this is related to gnome-vfs. If you
have the same problem, recompile the realted packages like gnome-vfs and
you should not have any more trouble.

cu
Max


Hi,

Maybe it's better to run 'revdep-rebuild -i -p' first.
Had to rebuild some > 40 packages after gnutls upgrade.
HTH. Rumen



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Upgrade of dhcpcd

2008-03-30 Thread Rumen Yotov

econti написа:
Hi all, yesterday I upgraded dhcpcd, now at boot time I receive this 
message:


err, eth0: Failed to lookup hostname via DNS: Name or service not known

Even so, the IP is correctly assigned by the router.

Could anyone help me to understand? ;-)

Bye
emilio



Hi,

Look at the new USE-flags, there are two IIRC - zeroconf vram
Specially vram in this case.
HTH. Rumen



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [gentoo-user] Upgrade of dhcpcd

2008-03-31 Thread Rumen Yotov
On (31/03/08 11:14) econti wrote:
> Rumen Yotov ha scritto:
>> econti МапОÑ?а:
>>> Hi all, yesterday I upgraded dhcpcd, now at boot time I receive this 
>>> message:
>>>
>>> err, eth0: Failed to lookup hostname via DNS: Name or service not known
>>>
>>> Even so, the IP is correctly assigned by the router.
>>>
>>> Could anyone help me to understand? ;-)
>>>
>>> Bye
>>> emilio
>>>
>>>
>> Hi,
>>
>> Look at the new USE-flags, there are two IIRC - zeroconf vram
>> Specially vram in this case.
>> HTH. Rumen
>>
> I tried USE="-zeroconf": no result
> then USE="vram": no result
> then USE="-zeroconf vram": no result
>
> So I dowgraded dhcpcd to the previous version (2.0.5-r1): no more error 
> message. ;-(
>
> I'd like to understand.
>
> Bye
> emilio
>
> -- 
> gentoo-user@lists.gentoo.org mailing list
>
Hi,

Try switching Off both '-zeroconf -vram'.
From the dhcpcd-3.2.3 elog:
elog>  * ZeroConf support enabled
elog>  * DUID support enabled
elog>  * You have installed dhcpcd with zeroconf support.
elog>  * This means that it will always obtain an IP address even if no
elog>  * DHCP server can be contacted, which will break any existing
elog>  * failover support you may have configured in your net
configuration.
elog>  * This behaviour can be controlled with the -L flag.
elog>  * See the dhcpcd man page for more details.
elog>  * You have installed dhcpcd with DUID support.
elog>  * This means that we will generate a DUID in
/var/lib/dhcpcd/dhcpcd.duid
elog>  * This is generated from a MAC address of the card and a
timestamp.
elog>  * It will be used in every subsequent DHCP transaction, along
with a IAID
elog>  * in the ClientID option. This is required by RFC 4361.
elog>  * Some DHCP server implementations require a MAC address only in
the
elog>  * ClientID field. These DHCP servers should be updated to be RFC
elog>  * conformant. If you cannot do this, you can revert to the old
elog>  * behaviour by using the -I '' option OR building dhcpcd with the
elog>  * vram USE flag enabled.
...end...
HTH. Rumen


pgpDkY2r0MKbT.pgp
Description: PGP signature


Re: [gentoo-user] sys-libs/-MERGING-pam

2008-05-02 Thread Rumen Yotov

Mark Knecht wrote:

Hi,
   I'm just about done cleaning up a machine that I haven't touched in
a while. For the first time I used eix-test-obsolete to look for
inconsistencies in the portage config files. It worked wel. The
machine is clean in terms of emerge -DuN world;emerge
--depclean;revdep-rebuild. However I am left with one strange package
that doesn't exit. I'm thinking sys-libs/-MERGING-pam is left over
from some emerge that possibly failed and would like to clean it up. I
does exist in /var/db/pkg but I've never touched anything in these
dirfectories by hand so I'd like to know the right way to go about
this.

   The other few packages that failed in eix-test-obsolete allowed an
emerge -C but this one doesn't.

Thanks,
Mark

gandalf ~ # slocate MERGING-pam
/var/db/pkg/sys-libs/-MERGING-pam-0.99.8.1-r1
gandalf ~ #

gandalf ~ # eix-test-obsolete

No non-matching entries in /etc/portage/package.keywords.
No non-matching entries in /etc/portage/package.mask.
No non-matching entries in /etc/portage/package.unmask.
No non-matching or empty entries in /etc/portage/package.use.
No non-matching or empty entries in /etc/portage/package.cflags.
The following installed packages are not in the database:

sys-libs/-MERGING-pam
--

No redundant entries in /etc/portage/package.keywords (or test switched off).
No redundant entries in /etc/portage/package.mask (or test switched off).
No redundant entries in /etc/portage/package.unmask (or test switched off).
No redundant entries in /etc/portage/package.use (or test switched off).
No redundant entries in /etc/portage/package.cflags (or test switched off).
No uninstalled entries in /etc/portage/package.keywords (or test switched off).
No uninstalled entries in /etc/portage/package.mask (or test switched off).
No uninstalled entries in /etc/portage/package.unmask (or test switched off).
No uninstalled entries in /etc/portage/package.use (or test switched off).
No uninstalled entries in /etc/portage/package.cflags (or test switched off).
All installed versions of packages are in the database (or test switched off).
gandalf ~ # eix -I pam
[I] sys-libs/pam
 Available versions:  0.99.8.1-r1 0.99.9.0 ~1.0.1 {audit cracklib
elibc_FreeBSD elibc_glibc nls selinux test vim-syntax}
 Installed versions:  0.99.9.0(09:06:34 12/24/07)(cracklib
elibc_glibc nls -audit -elibc_FreeBSD -selinux -test -vim-syntax)
 Homepage:http://www.kernel.org/pub/linux/libs/pam/
 Description: Linux-PAM (Pluggable Authentication Modules)

gandalf ~ #
  

Hi Mark,

Just remove (or move it somewhere) the whole directory:
#rm -rf  /var/db/pkg/sys-libs/-MERGING-pam-0.99.8.1-r1
Probably left from some error while merging pam.
Then test again.
HTH, Rumen
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] layman: svn broken?

2008-05-04 Thread Rumen Yotov
On (04/05/08 12:49) Norberto Bensa wrote:
> Hello list,
>
> svn (dev-util/subversion-1.5.0_rc4) doesn't want to update nor add layman's 
> repos:
>
> $ sudo layman -a vmware
> * Running command "/usr/bin/svn co 
> "http://overlays.gentoo.org/svn/proj/vmware/trunk/"; 
> "/usr/portage/local/layman/vmware""...
> svn: Unrecognized URL scheme for 
> 'http://overlays.gentoo.org/svn/proj/vmware/trunk'
> * Failed to add overlay "vmware".
> * Error was: Adding the overlay failed!
>
>
>
> $ sudo layman -S
> * Running command "/usr/bin/svn update 
> "/usr/portage/local/layman/mozilla""...
> svn: Unrecognized URL scheme for 
> 'http://overlays.gentoo.org/svn/proj/mozilla'
> * Running command "cd "/usr/portage/local/layman/desktop-effects" && 
> /usr/bin/git pull"...
> Already up-to-date.
> * Running command "/usr/bin/svn update 
> "/usr/portage/local/layman/sunrise""...
> svn: Unrecognized URL scheme for 
> 'http://overlays.gentoo.org/svn/proj/sunrise/reviewed'
> * Running command "cd "/usr/portage/local/layman/gnome" && /usr/bin/git 
> pull"...
> Already up-to-date.
> *
> * Success:
> * --
> *
> * Successfully synchronized overlay "desktop-effects".
> * Successfully synchronized overlay "gnome".
> *
> * Errors:
> * --
> *
> * Failed to sync overlay "mozilla".
> * Error was: Syncing overlay "mozilla" returned status 256!
> *
> * Failed to sync overlay "sunrise".
> * Error was: Syncing overlay "sunrise" returned status 256!
> *
>
>
> Anyone knows more about it?
>
> Thanks!
> Norberto
>
> 
> This message was sent using IMP, the Internet Messaging Program.
>
>
> --
> gentoo-user@lists.gentoo.org mailing list
>
Hi,

Had similar problems with neon library which interfaces svn with http://
The testing svn seems to have some new USE-flags 'webdav-neon'
Try downgrading to stable to see if it works.
Some wild guesses here but HTH.
Rumen


pgpYssxDMj8AF.pgp
Description: PGP signature


Re: [gentoo-user] Kernel upgrade question: is it adviseable?

2009-06-03 Thread Rumen Yotov
On (03/06/09 15:40) Dale wrote:
> Alan McKinnon wrote:
> > On Wednesday 03 June 2009 18:39:56 Dale wrote:
> >   
> >> Why not copy the config from the old kernel over and run make
> >> oldconfig?  May need to do some cleaning after genkernel tho.
> >> 
> >
> > That's the correct way :-)
> >
> > But the OP asked if there was some magic way to get genkernel to use the 
> > same 
> > config as #SOME_OTHER_KERNEL.
> >
> > Which of course makes no sense as there can be multiple versions and 
> > configs 
> > present.
> >
> > The small remaining part of me that is still mostly unaffected by the onset 
> > of 
> > senility seems to remember genkernel being able to do something expressed 
> > as:
> >
> > zcat /proc/config.gz > /usr/src/linux/.config
> > genkernel []
> >
> > Which I suppose is a reasonable thing for an app like genkernel to do.
> > But I could also just be imagining it. It happens :-)
> >
> >
> >   
> 
> True, I did go a little off base.  I did try genkernel once a long time
> ago.  It included things for hardware I didn't have then omitted the
> driver for my IDE chipset, did include that slow as crap generic tho. 
> Anyway, to me, genkernel is a waste of time.  This is Gentoo, we want
> only what we need and not one bit more.
> 
> Dale
> 
> :-)  :-)
>
Hi,

genkernel uses a default config-file, check
/usr/share/genkernel/arch/x86/kernel-config.
i've backed it up, changing it to current .config.
Works always (haven't used it recently though).
HTH, Rumen



Re: [gentoo-user] Installing outside of Portage & cruft removal

2009-01-26 Thread Rumen Yotov
On (26/01/09 09:35) Grant wrote:
> >> What do you guys think of this?  Do you know of a good cruft removal 
> >> script?
> >
> > Yep, there's quite good one in gentoo itself.
> >
> > Basically, you'll need to write a short config for it, consisting of
> > lines like "cruft name", "cruft src uri" and a few more lines if you'll
> > need to pass some extra parameters to configure/make/install.
> > It'll build the package in a sandbox, then transfer it to destination,
> > memorizing every change it did and preventing collisions and config
> > overwrites.
> >
> > Just put that config script into an ebuild file and use portage to
> > build it - as simple as it gets ;)
> 
> I suppose you and Jesus are right, but what about cruft removal?  Are
> you saying Gentoo is 100% cruft-free?  I've got a lot of junk in /etc
> and especially ~/.*
> 
> - Grant
> 
Hi Grant,

Check 'man qfile' - there're examples for finding cruft files.
HTH. Rumen



Re: [gentoo-user] NIC problems after MS Windows update

2007-07-29 Thread Rumen Yotov
On (29/07/07 18:05) Jakob wrote:
> > Anything else I could try?  How do I troubleshoot it?
> 
> Have a look at the log files is always a good way to troubleshoot ;-)
> what does dmesg and /var/log/messages say about eth0 or 8139?
> -- 
> [EMAIL PROTECTED] mailing list
> 
Hi,

Could also try the latest (~x86) kernel - 2.6.22-r2
HTH. Rumen
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Automatic package updates

2007-07-30 Thread Rumen Yotov
On (30/07/07 15:39) Kevin Lacquement wrote:
> On Mon, 30 Jul 2007 16:27:16 -0400
> "Eric Martin" <[EMAIL PROTECTED]> wrote:
> 
> > enable crypt in the use flags for mozilla-thunderbird
> > 
> 
> Crypt is enabled in my use flags.  The problem isn't on the initial install - 
> enigmail installed with no problems.  The problem is that if I upgrade 
> thunderbird, I need to manually re-install enigmail before I can sign and 
> encrypt.  I'm looking for an automatic way to re-install enigmail when 
> required, and not when it's not required.
> 
> Kevin
Hi,
Try exchanging thunderbird with enigmail in your /var/lib/portage/world.
Do it manually, no problem as one of the duo is in world (+crypt
USE-flag).
HTH. Rumen
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Automatic package updates

2007-07-30 Thread Rumen Yotov
On (30/07/07 18:35) Kevin Lacquement wrote:
> On Tue, 31 Jul 2007 03:25:21 +0300
> Rumen Yotov <[EMAIL PROTECTED]> wrote:
> 
> > Hi,
> > Try exchanging thunderbird with enigmail in your /var/lib/portage/world.
> > Do it manually, no problem as one of the duo is in world (+crypt
> > USE-flag).
> > HTH. Rumen
> > -- 
> > [EMAIL PROTECTED] mailing list
> > 
> 
> Still doesn't work.  The problem is that deps aren't updated unless they also 
> require an update.  Since enigmail doesn't require an update, it doesn't 
> re-install.  However, thunderbird can't see it unless enigmail is manually 
> re-installed, no matter the USE flags or world ordering.
> 
> Kevin
Hi,
Looking in the thunderbird ebuild:
PDEPEND="crypt? (>=x11-plugins/enigmail-0.95.1 )
So if PDEPEND <> DEPEND it should re-emerge enigmail after an update.
enigmail just DEPENDs on TB.
But agree that this might not work.
HTH. Rumen
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] NIC problems after MS Windows update

2007-08-12 Thread Rumen Yotov
On (11/08/07 08:55) Mick wrote:
> On Sunday 29 July 2007 17:46, Rumen Yotov wrote:
> > On (29/07/07 18:05) Jakob wrote:
> > > > Anything else I could try?  How do I troubleshoot it?
> > >
> > > Have a look at the log files is always a good way to troubleshoot ;-)
> > > what does dmesg and /var/log/messages say about eth0 or 8139?
> > > --
> > > [EMAIL PROTECTED] mailing list
> >
> > Hi,
> >
> > Could also try the latest (~x86) kernel - 2.6.22-r2
> 
> I've had a chance to look at this machine again.  I haven't transferred the 
> relevant gentoo-sources to compile 2.6.22-r2, so I am still on 2.6.21-r4.  
> These are some relevant logs.  The entries after [drm] were created when I 
> manually tried to load the device and run dhcpcd:
> 
> dmesg
> ===
> eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
> [drm] Setting GART location based on new memory map
> [drm] Loading R300 Microcode
> [drm] writeback test succeeded in 1 usecs
> NETDEV WATCHDOG: eth0: transmit timed out
> [drm] Loading R300 Microcode
> eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
> NETDEV WATCHDOG: eth0: transmit timed out
> eth0: Transmit timeout, status 0d  c07f media 10.
> eth0: Tx queue start entry 4  dirty entry 0.
> eth0:  Tx descriptor 0 is 00082156. (queue head)
> eth0:  Tx descriptor 1 is 00082156.
> eth0:  Tx descriptor 2 is 00082156.
> eth0:  Tx descriptor 3 is 00082156.
> eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
> ===
> 
> /var/log/syslog
> ===
> Aug 11 08:33:27 compaq eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
> Aug 11 08:33:39 compaq dhcpcd[6552]: eth0: dhcpcd 3.0.16 starting
> Aug 11 08:33:39 compaq dhcpcd[6552]: eth0: hardware address = 
> 00:11:2f:d7:f1:af
> Aug 11 08:33:39 compaq dhcpcd[6552]: eth0: broadcasting for a lease
> Aug 11 08:33:57 compaq NETDEV WATCHDOG: eth0: transmit timed out
> Aug 11 08:33:59 compaq dhcpcd[6552]: eth0: timed out
> Aug 11 08:33:59 compaq dhcpcd[6552]: eth0: exiting
> Aug 11 08:34:00 compaq eth0: Transmit timeout, status 0d  c07f media 10.
> Aug 11 08:34:00 compaq eth0: Tx queue start entry 4  dirty entry 0.
> Aug 11 08:34:00 compaq eth0:  Tx descriptor 0 is 00082156. (queue head)
> Aug 11 08:34:00 compaq eth0:  Tx descriptor 1 is 00082156.
> Aug 11 08:34:00 compaq eth0:  Tx descriptor 2 is 00082156.
> Aug 11 08:34:00 compaq eth0:  Tx descriptor 3 is 00082156.
> Aug 11 08:34:24 compaq cron[6224]: (root) MAIL (mailed 76 bytes of output but 
> go
> t status 0x0001 )
> ===
> -- 
> Regards,
> Mick
Hi,

I had some very strange problems with Davicom net-card, but only with
2.6.21-r4.
Both 2.6.20-r8 & 2.6.22-r2 work flawlessly.
The connection breaks suddenly (suspect some ACPI issue).
Check b.g.o
HTH. Rumen
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Portage annoyances

2007-08-13 Thread Rumen Yotov
Hi,
On (13/08/07 17:22) Grant wrote:
> Three of my systems are having package management trouble.  One of the
> systems does this after revdep-rebuild:
> 
> All ebuilds that could satisfy "=sys-devel/gcc-4.1.1" have been masked.
> 
Please post the output of: eix sys-devel/gcc
and: ls -ld /etc/make.profile
> but I don't know why it wants a masked version of gcc.  Another system
> wants to unmerge a bunch of crucial stuff with --depclean, including:
> 
> x11-base/xorg-x11
> selected: 7.1
> protected: none
> omitted: none
> 
> x11-apps/xdm
> selected: 1.0.5
> protected: none
> omitted: none
> 
Manually put both in: /var/lib/portage/world file (backup it, just in
case).
Seems you had "virtual/x11" which pulled all dependencies, but not
anymore.
> If I do a pretend emerge of xorg-x11 and xdm, it want to upgrade a
> bunch of packages but 'emerge -pDuN world' find nothing.  I have this:
> 
> # equery depends xorg-x11
> [ Searching for packages depending on xorg-x11... ]
> virtual/x11-7.0-r2 (>=x11-base/xorg-x11-7)
> 
> The other system outputs a bunch of libtiff.la stuff about ImageMagick like:
> 
> broken /usr/lib/ImageMagick-6.2.2/modules-Q16/filters/analyze.la
> (requires /usr/lib/libtiff.la)
> 
Do you have a "tiff" USE-flag set ?
eix imagemagick
> but then says there is nothing to rebuild.  Can anyone help with
> fixing these problems?
> 
> - Grant
> -- 
> [EMAIL PROTECTED] mailing list
> 
HTH. Rumen
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] expat troubles now gnome *very flakey*

2007-08-13 Thread Rumen Yotov
On (13/08/07 22:32) Allan Gottlieb wrote:
> At Mon, 13 Aug 2007 21:15:20 -0400 Dan Cowsill <[EMAIL PROTECTED]> wrote:
> 
> > On 8/13/07, Dan Cowsill <[EMAIL PROTECTED]> wrote:
> >
> > Wow.  Well, contrary to my expectations, my system (after emerge
> > -uDNav world) exhibits every one of the problems that you had.  At
> > least you can take solace in the fact that you're not alone.
> >
> 
> I really need some gnome apps (especially gnucash for my checking acct
> and evolution for my schedule).  I have plenty of data backups but no
> backup machine.  A reinstall is possible, but of course painful.  I
> could start
> 
>emerge -e world
> 
> I would just like some agreement that this is not likely to make
> things worse.  Currently with emacs and firefox, I can read/send mail,
> and prepare and view my (html) class notes.  So I do have something to
> lose.
> 
> Hopefully someone will give us some help; this group is very good for
> that.
> 
> allan
> -- 
> [EMAIL PROTECTED] mailing list
> 
Hi,

Does revdep-rebuild report something to rebuild ?
Could try with previous version (of revdep-rebuild), check the ebuild.
>From my side new expat-2.0.1 on two machines, no big problems so far.
But i check with check_linkage.rb script (from paludis).
HTH. Rumen
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] expat troubles now gnome *very flakey*

2007-08-13 Thread Rumen Yotov
Hi,
On (13/08/07 23:59) Allan Gottlieb wrote:
> At Tue, 14 Aug 2007 05:49:20 +0300 Rumen Yotov <[EMAIL PROTECTED]> wrote:
> 
> > On (13/08/07 22:32) Allan Gottlieb wrote:
> >> At Mon, 13 Aug 2007 21:15:20 -0400 Dan Cowsill <[EMAIL PROTECTED]> wrote:
> >> 
> >> > On 8/13/07, Dan Cowsill <[EMAIL PROTECTED]> wrote:
> >> >
> >> > Wow.  Well, contrary to my expectations, my system (after emerge
> >> > -uDNav world) exhibits every one of the problems that you had.  At
> >> > least you can take solace in the fact that you're not alone.
> >> >
> >> 
> >> I really need some gnome apps (especially gnucash for my checking acct
> >> and evolution for my schedule).  I have plenty of data backups but no
> >> backup machine.  A reinstall is possible, but of course painful.  I
> >> could start
> >> 
> >>emerge -e world
> >> 
> >> I would just like some agreement that this is not likely to make
> >> things worse.  Currently with emacs and firefox, I can read/send mail,
> >> and prepare and view my (html) class notes.  So I do have something to
> >> lose.
> >> 
> >> Hopefully someone will give us some help; this group is very good for
> >> that.
> >> 
> >> allan
> >> -- 
> >> [EMAIL PROTECTED] mailing list
> >> 
> > Hi,
> >
> > Does revdep-rebuild report something to rebuild ?
> 
> No.  Revdep-rebuild is clean.
> 
> > Could try with previous version (of revdep-rebuild), check the ebuild.
> 
> Was revdep-rebuild just upgraded?  Do you have a particular version
> you thing I should use?
> 
This is the latest (testing) version of gentoolkit:
pkg_postinst() {
...
echo
ewarn "This version of gentoolkit contains a rewritten version of"
ewarn "revdep-rebuild. If you encounter issues with the new version,"
ewarn "The previous version can be found at:"
ewarn "/usr/lib/gentoolkit/bin/revdep-rebuild"
...
So check with this previous version.
> >>From my side new expat-2.0.1 on two machines, no big problems so far.
> > But i check with check_linkage.rb script (from paludis).
> 
> I still use portage and don't want to switch while something is not
> working.
>
Ok
> thanks for the help.
> allan
> 
> -- 
> [EMAIL PROTECTED] mailing list
> 
-- 
[EMAIL PROTECTED] mailing list



  1   2   3   4   5   >