Re: [gentoo-user] pdfimages

2010-02-15 Thread Boris Fersing
Hi,

emerge app-text/poppler

regards,

Boris

On Mon, Feb 15, 2010 at 22:09, Hung Dang hungp...@gmail.com wrote:
 Hi all,

 I could not find poppler-utils package which has pdfimages command. Does
 anyone know which package I should install to have pdfimages installed?

 Thanks in advance
 Hung





-- 
42



Re: [gentoo-user] skype masked because of eula?

2010-01-26 Thread Boris Fersing
Hi,

add to your /etc/portage/package.license :

net-im/skype skype-eula

This will unmask skype.

regards,

Boris

On Tue, Jan 26, 2010 at 08:27, Mick michaelkintz...@gmail.com wrote:
 This is confusing me ...

 I have skype-2.0.0.72 installed for some time now.  eix -l skype shows:

 [I] net-im/skype
     Available versions:
                        2.0.0.72!m!s amd64 x86 [qt-static]
                ~       2.1.0.81+i!m!s ~amd64 ~x86 [qt-static]
     Installed versions:  2.0.0.72!m!s(06:22:21 04/15/09)(-qt-static)
     Homepage:            http://www.skype.com/
     Description:         A P2P-VoiceIP client.

 However, after updating portage I see:

 Calculating dependencies... done!

 Total: 0 packages, Size of downloads: 0 kB

 !!! The following installed packages are masked:
 - net-im/skype-2.0.0.72 (masked by: skype-eula license(s))
 A copy of the 'skype-eula' license is located at '/usr/portage/licenses/skype-
 eula'.

 Is portage telling me that I need to do something about the eula?  eix does
 not show this version as being masked.
 --
 Regards,
 Mick




-- 
42



Re: [gentoo-user] {OT?} What happened to iexplore in wine?

2009-11-07 Thread Boris Fersing
On Sat, Nov 7, 2009 at 14:28, Grant emailgr...@gmail.com wrote:
 I haven't used wine's /usr/bin/iexplore to test a website in IE for a
 while, and now it looks like that binary is no longer installed.  Does
 anyone know how to get it, or if there is a replacement of some sort?
 I looked at the files installed by wine in /usr/bin but didn't see
 anything.

 Great site, I will use that a lot.

 The nice thing about iexplore is it lets you interact with the
 browser, and some pages I need to test are the result of a POST.

 My memory failed me before.  iexplore is run like this:

 wine iexplore www.example.com

 For me the window it loads is blank though.  Is it working for anyone else?

I didn't know this command, it works well for me.

Boris

 - Grant


 I'm not sure what you mean by 'test in IE', but I, if you haven't
 heard of it, browsershots.org is pretty cool for showing what your
 site looks like in various browsers, including IE.

 This way you can avoid wine and IE all together.

 - Grant





-- 
42



Re: [gentoo-user] Re: *** WARNING *** - upgrade to libxcb-1.4 (-r1) breaks your system

2009-09-15 Thread Boris Fersing
I didn't have any big problem neither. After uprading to libxcb-1.4 a
lot of packages failed to compile. I searched for warning messages
with elogv, followed the upgrade guide and now all is fine.

regards,

Boris

On Tue, Sep 15, 2009 at 11:31, Nikos Chantziaras rea...@arcor.de wrote:
 On 09/15/2009 10:35 AM, Helmut Jarausch wrote:

 Hi,

 as I have just bitten by it, have a look at
 http://bugs.gentoo.org/show_bug.cgi?id=285004

 before upgrading to x11-libs/libxcb-1.4 (1.4.-r1)

 since this breaks any X11-application (including your
 browser to look at the URL above)

 Such an update should be DOUBLY MASKED !!!

 And the messages coming with libxcb just don't help.
 revdep-rebuild doesn't help either.

 And one cannot remerge the broken packages either,
 since there configure bails out.

 Oh dear, Gentoo !

 It temporarily broke my system too, but nothing dramatic:

 emerge -1 -j4 \
 $(for i in x11-proto/ x11-libs/libxcb x11-libs/libX11 x11-libs/libXext \
           x11-libs/libX x11-libs/xcb-util x11-libs/cairo \
           x11-libs/pango x11-libs/gtk+ gnome-base/libgnomeui \
           x11-libs/qt-gui; do \
    qlist -IC $i; \
 done) -v

 resulted in a build failure (a package complained about missing symbols in
 libxcb-xlib.so during the link step).  According to the upgrade guide, that
 was not supposed to happen.  The fix was easy though; I just ran
 revdep-rebuild at this point (not many packages needed a rebuild, I guess
 having --as-needed in my LDFLAGS saved the day) and then I repeated the
 command, finally deleted /usr/lib/libxcb-xlib.so* and everything was fine.

 One other slight breakage was revdep-rebuild wanting to rebuilt the same
 package over and over again.  If revdep-rebuild wants to repeatedly rebuild
 a package, you have to unmerge that package first and then re-run
 revdep-rebuild; only then will you see the final packages that need to be
 rebuild (in my case, kde-base/systemsettings).

 Of course, rebooting the machine before finishing all of this is not a good
 idea.






-- 
42



Re: [gentoo-user] emerge --depclean

2009-09-15 Thread Boris Fersing
2009/9/15 Krzysztof Poc fajfu...@wp.pl:
 Hello

Hi,

 I found that emerge --depclean removes the packages that are necessary for
 my system:
 gcc-4.1.2
 font-cursor-misc
 font-misc-misc

 I have also gcc-3.4.6-r2 installed. It does not remove gcc-3.4.6-r2.
 After unmerging gcc-4.1.2 I cannot compile anything of course.
 After unmerging font-misc-misc I can't see Polish fonts in Xterm.


Did you see the warning when you run emerge --depclean ?


# emerge --depclean -p

 * Always study the list of packages to be cleaned for any obvious
 * mistakes. Packages that are part of the world set will always
 * be kept.  They can be manually added to this set with
 * `emerge --noreplace atom`.  Packages that are listed in
 * package.provided (see portage(5)) will be removed by
 * depclean, even if they are part of the world set.


 I don't know how to solve this problem.
 Should I make those packages more valuable to the system ?
 How can I do that.

Try emerge -n =gcc-4.1.2  for example


HTH

regards,

Boris
 Is my xorg server incorrectly configured. I have xorg 1.5 with HAL.
 My system does not use any xorg.conf file. It autodetects configuration at
 startup.
 When migrating to xorg 1.5 I did not do any special steps to configure and
 install any Polish fonts.
 I only made the modifications to support the Polish keyboard layout.

 Thank you for help.


 
 Dopinguj naszą kadrę
 na Mistrzostwach Europy!
 Kliknij:
 http://klik.wp.pl/?adr=http://corto.www.wp.pl/as/eurobasket2009-2.htmlsid=860



-- 
42



Re: [gentoo-user] Re: Blocked packages emerging xfce4-meta

2009-09-05 Thread Boris Fersing
On Sat, Sep 5, 2009 at 10:31, Cindercin...@linuxwaves.com wrote:
 I'm sorry! Please forgive me. I don't why these messages are comming up blank.
 Just to recap. I've installed Gentoo for the first time. Emerged vim, links, 
 and xorg-server.
 Trying to emerge xfce4-meta...

 Code:
 # emerge -pv --update --deep world
 output  http://pastebin.com/m5ef78564

Hi,

Try : emerge -aC sys-apps/man-pages-3

Boris

 Thank you all for your guidance. Your too kind.

 _
 Get your FREE, LinuxWaves.com Email Now! -- http://www.LinuxWaves.com
 Join Linux Discussions! -- http://Community.LinuxWaves.com





-- 
42



Re: [gentoo-user] Website disabling right click

2009-08-05 Thread Boris Fersing
On Wed, Aug 5, 2009 at 10:27, Dalerdalek1...@gmail.com wrote:
 Hi folks,

Hi,



 I have this website that I purchase products off of and this is getting
 on my nerves.  I'm accustomed to right clicking and opening in new tabs
 and such, especially when searching for products.  Is their some way I
 can disable them blocking right click?  Each time I right click
 something, it gives me a pop up thing.

Right click works for me... The right click protection thing is
javascript. If you block JS (with noscript for example) the right
click will work..

regards,

Boris

 I'm not trying to steal some pics from them or anything, I just want
 to be able to surf the way I am accustomed to.  If you would like to see
 the site, here is a link.  http://www.etoolnet.com/  It's not porn or
 anything.  It's just for air conditioning supplies.

 I'm open to maybe some extension thing like adblock, which is also
 installed.  I'm not much on editing source code tho. ;-)

 Thanks.

 Dale

 :-)  :-)





-- 
42



Re: [gentoo-user] Can I exclude a package from --depclean's consideration?

2009-06-11 Thread Boris Fersing
On Thu, Jun 11, 2009 at 18:45, Mike Kazantsevmk.frag...@gmail.com wrote:
 On Thu, 11 Jun 2009 11:22:41 -0500
 Paul Hartman paul.hartman+gen...@gmail.com wrote:

 emerge --depclean always wants to remove all but the most recent
 version of gentoo-sources. I read the manpage and can't figure out how
 to exclude this package. The manpage states:

 Packages that are part of the world set will always be kept.

 However, if I have sys-kernel/gentoo-sources in world, it still wants
 to remove all but the most recent version of that package, which I
 think is the correct behavior... just not what I desire.

 It's kinda case of italian strike - doing the job to the letter ;)


 So, my question: Is there a way to tell depclean to never remove *any*
 version of gentoo-sources?

 That's where portage-2.2 sets find another use.
 Just add following set to /usr/share/portage/config/sets.conf:

  [kernels]
  class = portage.sets.dbapi.OwnerSet
  world-candidate = False
  files = /usr/src

Hi,

did you read the first lines of this file ?

# WARNING: default set configuration, DO NOT CHANGE.
# If you want to change anything redefine the relevant section in
# /etc/portage/sets.conf. Any changes to this file will be lost on the next
# portage update, and configuration errors here might upset portage in
# unexpected ways.

Please make all the changes in /etc/portage/

regards,

Boris

 And append @kernels line to /var/lib/portage/world_sets
 Now any installed (even with -1) kernel should be safe from ravenous
 depclean.


 --
 Mike Kazantsev // fraggod.net




-- 
42



Re: [gentoo-user] can't emerge gentoo-sources from sysrescd-1.2.0

2009-06-10 Thread Boris Fersing
On Wed, Jun 10, 2009 at 22:44, Maxim Wexlermaxim.wex...@gmail.com wrote:
 Hi group,

Hi,

 I thought that this was the fault of my dialup connection at home but
 now I find it's doing it at the wifi spot in the library.

 I'm following the quick-install guide and got to 'code listing 2-19'.
 Portage goes through the mirror addresses but can't resolve any; as if
 there were no connection. But here I am in gmail ;(


Did you copy the resolv.conf from the liveCD /etc/ to the chroot ?
You're not in gmail from the chrooted env, are you ?

regards,

Boris



 Here's the tail end of #emerge gentoo-sources
 ...
 Resolving gentoo.osuosl.org... failed: Temporary failure in name resolution.
 wget: unable to resolve host address `gentoo.osuosl.org'
 !!! Couldn't download 'genpatches-2.6.29-7.extras.tar.bz2'. Aborting.
  * Fetch failed for 'sys-kernel/gentoo-sources-2.6.29-r5', Log file:
  *  '/var/tmp/portage/sys-kernel/gentoo-sources-2.6.29-r5/temp/build.log'

 Failed to emerge sys-kernel/gentoo-sources-2.6.29-r5, Log file:

  '/var/tmp/portage/sys-kernel/gentoo-sources-2.6.29-r5/temp/build.log'

  * Messages for package sys-kernel/gentoo-sources-2.6.29-r5:

  * Fetch failed for 'sys-kernel/gentoo-sources-2.6.29-r5', Log file:
  *  '/var/tmp/portage/sys-kernel/gentoo-sources-2.6.29-r5/temp/build.log'
 sysresccd etc #

 Maxim





-- 
42



Re: [gentoo-user] emerge fetch grabs wrong file!?

2009-05-07 Thread Boris Fersing
On Thu, May 7, 2009 at 18:59, maxim wexler bliss...@yahoo.com wrote:

 Hi group,

Hi,

 Will somebody please explain this:

 kyzyl heathen # emerge -afv klibc
 These are the packages that would be fetched, in order:
 Calculating dependencies... done!
 [ebuild  N    ] dev-libs/klibc-1.5.12-r1  USE=-debug (-n32) 48,765 kB
 Total: 1 package (1 new), Size of downloads: 48,765 kB
 Would you like to fetch the source files for these packages? [Yes/No] yes

 Fetching (1 of 1) dev-libs/klibc-1.5.12-r1
 Downloading 'http://distfiles.gentoo.org/distfiles/linux-2.6.26.tar.bz2'
 --10:47:13--  http://distfiles.gentoo.org/distfiles/linux-2.6.26.tar.bz2
           = `/usr/portage/distfiles/linux-2.6.26.tar.bz2'
 ...

 Whatever portage is fetching is turning into something I didn't order. I 
 checked in distfiles and sure enough, there's no klibc* but a growing 
 linux-2.6.26.tar.bz2. Weird.

I checked the ebuild and it seems that klibc needs the kernel sources to build.

Nothing wrong with portage ;)

regards,

Boris.

 Maxim


      __
 Ask a question on any topic and get answers from real people. Go to Yahoo! 
 Answers and share what you know at http://ca.answers.yahoo.com





-- 
42



Re: [gentoo-user] Was man hier schreibt, man findet es überall!

2009-05-01 Thread Boris Fersing
Hi Nicolas,

erstens : hier wird's normalerweise English gesprochen. ;)
zweitens : Diese Mailing Liste ist eine öffentliche Mailing Liste,
d.h. was hier gepostet wird, kann man ohne Anmeldung an dieser Liste
lesen. Es gibt mehrere Website die diese Mailing Liste referenzieren :
diese Sogenannte Mailing List Archives (Gmane, usw.)

mfG

Boris Fersing

2009/5/2 Nicolas Richter cybernik...@gmx.de:
 Hallo,

 ich habe gerade gesehen:
 http://www.google.ch/search?hl=deq=%22Nicolas+Richter%22+gentoobtnG=Suchemeta=

 Warum werden denn die Beiträge über das ganzen Internet verstreut, daß habe 
 ich jetzt nicht gewusst daß man das überall auf der welt sehen kann, auf ganz 
 vielen verschiedenen seiten auch noch.

 versteht mich nicht falsch; ich stehe dazu was ich  hier schreibe, aber ich 
 habe mich angemeldet für eine mailingliste, nicht für ein internetprojekt das 
 für 10 000 seiten kopiert wird!

 kann man das nichr beschränken. Das man es auf der seite von gentoo sehen 
 kann finde ich gut, aber an so vielen veschiedenen orten? - das ist sehr 
 schlecht für die persönlichkeit - so finde ich.

 Gruß, Nico
 --
 Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate + Telefonanschluss 
 für nur 17,95 Euro/mtl.!* 
 http://dslspecial.gmx.de/freedsl-surfflat/?ac=OM.AD.PD003K11308T4569a





-- 
42



Re: [gentoo-user] Was man hier schreibt, man findet es überall!

2009-05-01 Thread Boris Fersing
2009/5/2 Nicolas Richter cybernik...@gmx.de:
 Hi,

 erstens : hier wird's normalerweise English gesprochen. ;)

 sorry! ;-)

 zweitens : Diese Mailing Liste ist eine öffentliche Mailing Liste,
 d.h. was hier gepostet wird, kann man ohne Anmeldung an dieser Liste
 lesen. Es gibt mehrere Website die diese Mailing Liste referenzieren :
 diese Sogenannte Mailing List Archives (Gmane, usw.)

 ja, aber muss man das alles über google.ch finden? wie funktionbiert das 
 überhaupt, kann man das nicht beschränken, das zukindest es google nicht 
 mmehr finden kann.

Meine Meinung nach wäre es schlecht eine solche Beschränkung
einzustellen. Auf diese ML spricht man normalerweise über technische /
Software Probleme, usw. und viele Leute benutzen Google um Lösungen zu
diesen Problemen zu finden.



 wie gesagt, sehr schlecht für die persönlichkeit ist es auf jedes fall.

Du schreibst hier keine private Sachen, oder ? ;)

Gruß,
Boris


 Gruß, Nico

 mfG

 Boris Fersing

 2009/5/2 Nicolas Richter cybernik...@gmx.de:
  Hallo,
 
  ich habe gerade gesehen:
 
 http://www.google.ch/search?hl=deq=%22Nicolas+Richter%22+gentoobtnG=Suchemeta=
 
  Warum werden denn die Beiträge über das ganzen Internet verstreut,
 daß habe ich jetzt nicht gewusst daß man das überall auf der welt sehen
 kann, auf ganz vielen verschiedenen seiten auch noch.
 
  versteht mich nicht falsch; ich stehe dazu was ich  hier schreibe, aber
 ich habe mich angemeldet für eine mailingliste, nicht für ein
 internetprojekt das für 10 000 seiten kopiert wird!
 
  kann man das nichr beschränken. Das man es auf der seite von gentoo
 sehen kann finde ich gut, aber an so vielen veschiedenen orten? - das ist 
 sehr
 schlecht für die persönlichkeit - so finde ich.
 
  Gruß, Nico
  --
  Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate +
 Telefonanschluss für nur 17,95 Euro/mtl.!*
 http://dslspecial.gmx.de/freedsl-surfflat/?ac=OM.AD.PD003K11308T4569a
 
 



 --
 42

 --
 Pt! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: 
 http://www.gmx.net/de/go/multimessenger01





-- 
42



Re: [gentoo-user] emerge R

2009-02-19 Thread Boris Fersing
On Thu, Feb 19, 2009 at 17:45, Mark Knecht markkne...@gmail.com wrote:
 Here's one for the zen masters of portage. There is a statistical
 programming language called 'R'.

 http://www.r-project.org/

 Is it in portage? If so how do I find it without all the problems of
 weeding through 1000's of lines of useless stuff?

 Thanks,
 Mark


Hi,

It's possible with emerge ( emerge -s %^R$ ) , but I recommend to
install eix, then use eix-sync instead of emerge --sync. Eix is a lot
faster !

With eix you can search for the exact match with the -e option :

# eix -e R
* dev-lang/R
 Available versions:  2.7.1 2.7.2 (~)2.8.1 {X bash-completion
cairo debug doc java jpeg lapack minimal nls png readline tk}
 Homepage:http://www.r-project.org/
 Description: Language and environment for statistical
computing and graphics


or you can search the Homepage with eix -H r-project

regards,

Boris




-- 
$ ruby -e'puts  .:@BFegiklnorst.unpack(x4ax7aaX6ax5aX15ax4aax6aaX7ax2 \
aX5aX8axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4 \
ax3aX4aXaX12ax10aaX7a).join'



Re: [gentoo-user] {OT} GPG: pub sec keys required to decrypt?

2008-09-09 Thread Boris Fersing
On Tue, Sep 9, 2008 at 18:09, Grant [EMAIL PROTECTED] wrote:
 I've been encrypting and decrypting email on the same remote server.
 I was under the impression that this was a security risk because it
 meant having the public and private keys on the same machine.  I tried
 importing the public key to my local system and decrypting via
 enigmail but I got Error - secret key needed to decrypt message.  I
 imported the private key locally and now it decrypts fine, but I have
 both keys on the same system again.

 My understanding of GPG is weak.  Can someone point out my misconception(s)?

Hi,

you need the recipient's public key to encrypt the message. This
message will be decrypted with the recipient's private key.

So if you encrypt something for yourself, you'll need your public key
to encrypt and your public key to decrypt.

Regards,

Boris.

 - Grant





-- 
$ ruby -e'puts  .:@BFegiklnorst.unpack(x4ax7aaX6ax5aX15ax4aax6aaX7ax2 \
aX5aX8axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4 \
ax3aX4aXaX12ax10aaX7a).join'



Re: [gentoo-user] {OT} GPG: pub sec keys required to decrypt?

2008-09-09 Thread Boris Fersing
On Tue, Sep 9, 2008 at 18:40, Sascha Hlusiak [EMAIL PROTECTED] wrote:

 So if you encrypt something for yourself, you'll need your public key
 to encrypt and your public key to decrypt.


 Little correction, you need the PRIVATE key to decrypt. Everybody has the
 public key but since you don't want everybody to be able to decrypt, it's
 done with the private key. But you want everybody to encrypt things to you,
 so the public key is used for encryption.

Oh sorry, yes I meant private...



 Regards,
 Sascha






-- 
$ ruby -e'puts  .:@BFegiklnorst.unpack(x4ax7aaX6ax5aX15ax4aax6aaX7ax2 \
aX5aX8axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4 \
ax3aX4aXaX12ax10aaX7a).join'



Re: [gentoo-user] {OT} GPG: pub sec keys required to decrypt?

2008-09-09 Thread Boris Fersing
On Tue, Sep 9, 2008 at 18:50, Matt Harrison
[EMAIL PROTECTED] wrote:
 It looks like I've imported a pub/sec keypair now.  Should I remove
 the public key for security?  Maybe I misunderstood from the beginning
 and having both keys on the same system isn't a security issue?

 - Grant


 It is still a security issue, but only as much as any other data on your
 machine. Physical access to the box, or being remotely hacked will
 always be a security risk.

 And yes, if someone does break in and copy your pub/sec keypair, they
 will have full ability to masquerade as you in signed and encrypted emails.

 You have to weigh it up for yourself really. Many, many keep pub/sec
 keypairs for their email on more than one machine. Of course it would be
 a lot of work for someone to compromise your system for your gpg keys,
 so your email would have to be of value to them.

It's always possible to generate a revocations certificate and store
it in a safe place (CD, usb key etc.)

http://www.gnupg.org/gph/en/manual/c14.html

regards,

Boris.

 Just my $0.02

 Matt





-- 
$ ruby -e'puts  .:@BFegiklnorst.unpack(x4ax7aaX6ax5aX15ax4aax6aaX7ax2 \
aX5aX8axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4 \
ax3aX4aXaX12ax10aaX7a).join'



Re: [gentoo-user] Weird df listing

2008-09-02 Thread Boris Fersing
On Tue, Sep 2, 2008 at 13:51, Michael Sullivan [EMAIL PROTECTED] wrote:
 Can someone please explain to me what's going on with /dev/sda6?  I
 couldn't log into GNOME after my reboot yesterday, and when I asked for
 a df listing in the console, I got this.  Shouldn't there be 4GB
 available?

Hi,

that might be the 5% which are reserved for the super-user. (on ext FSs)

regards,

Boris.

 camille ~ # df -h
 FilesystemSize  Used Avail Use% Mounted on
 /dev/sda6  78G   74G  0G  100% /
 udev   10M  184K  9.9M   2% /dev
 /dev/sda7  52G   40G   12G  78% /mnt/store
 shm   247M 0  247M   0% /dev/shm
 catherine:/backup  44G   34G  8.5G  80% /backup/catherine







-- 
$ ruby -e'puts  .:@BFegiklnorst.unpack(x4ax7aaX6ax5aX15ax4aax6aaX7ax2 \
aX5aX8axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4 \
ax3aX4aXaX12ax10aaX7a).join'



Re: [gentoo-user] Low Battery System Beep

2008-08-05 Thread Boris Fersing
On Tue, Aug 5, 2008 at 14:07, Benoit St-Pierre [EMAIL PROTECTED] wrote:
 I've check and there is no option in the BIOS for anything like this.

Hi,

Maybe do you have a Fn+key shortcut which disables this beep. On my
laptop it's Fn+F3

Regards,

 On Tue, Aug 5, 2008 at 2:25 AM, Sebastian Günther
 [EMAIL PROTECTED] wrote:

 * Benoit St-Pierre ([EMAIL PROTECTED]) [05.08.08 04:58]:
  When my battery gets below 10% my laptop has a very loud system beep. I
  thought I disabled the PC speaker in the kernel.
 
  Any one have a clue as to what could be causing this?

 Maybe this is set in your BIOS?

 HTH
 Sebastian

 --
   Religion ist das Opium des Volkes.   Karl Marx

  [EMAIL PROTECTED]@N GÜNTHER mailto:[EMAIL PROTECTED]





-- 
$ ruby -e'puts  .:@BFegiklnorst.unpack(x4ax7aaX6ax5aX15ax4aax6aaX7ax2 \
aX5aX8axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4 \
ax3aX4aXaX12ax10aaX7a).join'



Re: [gentoo-user] Firefox 3 stability

2008-07-02 Thread Boris Fersing
Hi,

I didn't experience any crash with Firefox3, the only problem I had
was a rendering issue with the resized pictures, but this bug is
related to xulrunner-1.9 and it can be fixed in the xorg config.

For me Firefox3 is a lot faster that Firefox2 and I don't have to
restart it every 3 days in order to make it responsive again.

Regards,
Boris.

On Wed, Jul 2, 2008 at 08:55, Gordon Schulz [EMAIL PROTECTED] wrote:
 On Wed, Jul 2, 2008 at 6:24 AM, Adam Carter [EMAIL PROTECTED] wrote:
 I'm finding it unusable as it crashes often. How are you guys finding it?




 Really fast, no crashes as of yet, totally satisified.


 --
 Greetings,
Gordon.
 --
 gentoo-user@lists.gentoo.org mailing list





-- 
$ ruby -e'puts  .:@BFegiklnorst.unpack(x4ax7aaX6ax5aX15ax4aax6aaX7ax2 \
aX5aX8axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4 \
ax3aX4aXaX12ax10aaX7a).join'
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Recovering root password

2008-03-24 Thread Boris Fersing
On Mon, Mar 24, 2008 at 4:30 PM, Grant [EMAIL PROTECTED] wrote:
 I've revived an old Gentoo laptop, but I've forgotten the root
  password.  I remember the password to my user account and I can log in
  there fine.  Can I recover the root password?

  - Grant

Hi,

boot with a liveCD, mount the gentoo partition, chroot into it and type 'passwd'

regards,

Boris.
  --
  gentoo-user@lists.gentoo.org mailing list





-- 
$ ruby -e'puts  .:@BFegiklnorst.unpack(x4ax7aaX6ax5aX15ax4aax6aaX7ax2 \
aX5aX8axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4 \
ax3aX4aXaX12ax10aaX7a).join'
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Which arch do I have ?

2008-02-12 Thread Boris Fersing
On Feb 12, 2008 8:06 AM, Benjamen R. Meyer [EMAIL PROTECTED] wrote:
 Wael Nasreddine wrote:
  On Mon, Feb 11, 2008 at 10:31:30PM -0500, Benjamen R. Meyer [EMAIL 
  PROTECTED] wrote:
 
  As you have an Intel Core Duo, you should have the EMT64E version -
  Intel's version of the AMD64 instruction set - thus x86-64 compatible.
 
  Best place to check is Intel's website - here's what I found:
 
  http://processorfinder.intel.com/details.aspx?sspec=sl9dv
  http://developer.intel.com/design/mobile/core/duodocumentation.htm
 
  With EMT64E, you will be able to compile for 64-bit mode using the
  x86-64 builds. (You can only use Intel64 if you have the Itanium procs
  if memory serves.)
 
  However, unless you specifically install the x86-64/AMD64/64-bit
  version, you will have a 32-bit x86 environment and kernel. You can
  upgrade if you like...see other threads for that info.
 
  HTH,
 
  Ben
 
  Let's say this processor supports 64 bits, what whould I gain from
  migrating to x86_64 I mean would it be faster??? I've never
  owned/worked on a 64bit machine before so excuse my lack of knowledge
  :)

 The primary advantage is larger memory space, and more native use of the
 entire processor. I'm running it b/c I want to be - not b/c I need the
 memory space, I'm not pushing 4GB for Physical RAM which is primarily
 what it is about.

 From my understanding, you won't gain much if any in speed. The
 processor is still the same clock rate. 64-bit programs may (not sure,
 someone verify?) be bigger as the opcodes are larger.

 You can run any of the following configs:
 1) pure 32-bit
 2) pure 64-bit
 3) mixed 32-64 bit (multi-lib)

HI again,

the T2250 is a Core Duo and not a Core 2 Duo. It only supports 32 bits
instructions.

http://download.intel.com/design/processor/manuals/253665.pdf page 55

regards,

Boris.

 #3 will be the largest install as you have a lot of duplications since
 you are hosting both a 32-bit and 64-bit environment. However, with #2
 you might not get a lot of programs since there are quite a few that
 have not been fully ported to 64-bit modes. You're running #1 now.

 So not much is gained for now.

 Ben


  Wael Nasreddine wrote:
  Hello,
 
  It's been like 6 months I'm using the arch i686, but today I saw on this
  page[1] something that confused me, saying that I have an x86_64 arch I 
  have a
  Toshiba A135-S4427 with Intel dual core 1.73Ghz here's the output of
  /proc/cpuinfo
 
   CUT
  processor   : 0
  vendor_id   : GenuineIntel
  cpu family  : 6
  model   : 14
  model name  : Genuine Intel(R) CPU   T2250  @ 1.73GHz
  stepping: 8
  cpu MHz : 800.000
  cache size  : 2048 KB
  physical id : 0
  siblings: 2
  core id : 0
  cpu cores   : 2
  fdiv_bug: no
  hlt_bug : no
  f00f_bug: no
  coma_bug: no
  fpu : yes
  fpu_exception   : yes
  cpuid level : 10
  wp  : yes
  flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge 
  mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc 
  arch_perfmon bts pni monitor est tm2 xtpr
  bogomips: 3460.63
  clflush size: 64
 
  processor   : 1
  vendor_id   : GenuineIntel
  cpu family  : 6
  model   : 14
  model name  : Genuine Intel(R) CPU   T2250  @ 1.73GHz
  stepping: 8
  cpu MHz : 800.000
  cache size  : 2048 KB
  physical id : 0
  siblings: 2
  core id : 1
  cpu cores   : 2
  fdiv_bug: no
  hlt_bug : no
  f00f_bug: no
  coma_bug: no
  fpu : yes
  fpu_exception   : yes
  cpuid level : 10
  wp  : yes
  flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge 
  mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc 
  arch_perfmon bts pni monitor est tm2 xtpr
  bogomips: 3457.55
  clflush size: 64
   CUT
 
  So which arch do I really have??
 
  [1]: 
  http://docs.fedoraproject.org/install-guide/f8/en_US/sn-which-arch.html
 


 --

 gentoo-user@lists.gentoo.org mailing list





-- 
$ ruby -e'puts  .:@BFegiklnorst.unpack(x4ax7aaX6ax5aX15ax4aax6aaX7ax2 \
aX5aX8axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4 \
ax3aX4aXaX12ax10aaX7a).join'
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Which arch do I have ?

2008-02-11 Thread Boris Fersing
On Feb 11, 2008 10:17 PM, Wael Nasreddine [EMAIL PROTECTED] wrote:
 Hello,

 It's been like 6 months I'm using the arch i686, but today I saw on this
 page[1] something that confused me, saying that I have an x86_64 arch I have a
 Toshiba A135-S4427 with Intel dual core 1.73Ghz here's the output of
 /proc/cpuinfo

  CUT
 processor   : 0
 vendor_id   : GenuineIntel
 cpu family  : 6
 model   : 14
 model name  : Genuine Intel(R) CPU   T2250  @ 1.73GHz
 stepping: 8
 cpu MHz : 800.000
 cache size  : 2048 KB
 physical id : 0
 siblings: 2
 core id : 0
 cpu cores   : 2
 fdiv_bug: no
 hlt_bug : no
 f00f_bug: no
 coma_bug: no
 fpu : yes
 fpu_exception   : yes
 cpuid level : 10
 wp  : yes
 flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca 
 cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc 
 arch_perfmon bts pni monitor est tm2 xtpr
 bogomips: 3460.63
 clflush size: 64

 processor   : 1
 vendor_id   : GenuineIntel
 cpu family  : 6
 model   : 14
 model name  : Genuine Intel(R) CPU   T2250  @ 1.73GHz
 stepping: 8
 cpu MHz : 800.000
 cache size  : 2048 KB
 physical id : 0
 siblings: 2
 core id : 1
 cpu cores   : 2
 fdiv_bug: no
 hlt_bug : no
 f00f_bug: no
 coma_bug: no
 fpu : yes
 fpu_exception   : yes
 cpuid level : 10
 wp  : yes
 flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca 
 cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc 
 arch_perfmon bts pni monitor est tm2 xtpr
 bogomips: 3457.55
 clflush size: 64
  CUT

 So which arch do I really have??

Hi,

AFAIK the T2250 is a Yonah, which is only 32bits.

Boris.


 [1]: http://docs.fedoraproject.org/install-guide/f8/en_US/sn-which-arch.html

 --
 Wael Nasreddine
 http://wael.nasreddine.com
 PGP: 1024D/C8DD18A2 06F6 1622 4BC8 4CEB D724  DE12 5565 3945 C8DD 18A2

 .: An infinite number of monkeys typing into GNU emacs,
would never make a good program. (L. Torvalds 1995) :.




-- 
$ ruby -e'puts  .:@BFegiklnorst.unpack(x4ax7aaX6ax5aX15ax4aax6aaX7ax2 \
aX5aX8axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4 \
ax3aX4aXaX12ax10aaX7a).join'
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] How cam I get system to recognize MagicSysReq while in X gui?

2007-12-20 Thread Boris Fersing
On Dec 18, 2007 3:41 AM, Neil Bothwick [EMAIL PROTECTED] wrote:
 On Tue, 18 Dec 2007 05:53:18 +0100, Hemmann, Volker Armin wrote:

  the 'best' sequence is e-i-u-b (u = remount ro also syncs.. and leaves
  the fs in a clean state).
 
  To get the keyboard back from X try K (to sack X) or R (to pry it out
  of X cold, dead fingers).

 If you can SSH into the machine, you can also do it with

 echo u /proc/sysrq-trigger
 echo b /proc/sysrq-trigger

 Do not use e or i this way as they will kill sshd.

Or just type 'reboot' (or anything else you want to do) ?   =_='

Boris.


 --
 Neil Bothwick

 Nothing is foolproof to a sufficiently talented fool.




-- 
$ ruby -e'puts  .:@BFegiklnorst.unpack(x4ax7aaX6ax5aX15ax4aax6aaX7ax2 \
aX5aX8axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4 \
ax3aX4aXaX12ax10aaX7a).join'
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] python-2.5

2007-09-20 Thread Boris Fersing
Hello Grant,

did you run python-updater after you upgraded to the version 2.5 ? If
not that might help !

regards,

Boris

2007/9/20, Grant [EMAIL PROTECTED]:
 I had to upgrade to python-2.5 for a media app called listen and now
 I'm having trouble with another media app called miro.  I think I need
 to downgrade to python-2.4, but I'm confused by the slotting behavior.
  Right now emerge -pv python tells me I have python-2.4.4-r4 installed
 but I know I upgraded to 2.5.  How should I handle this?

 - Grant
 --
 [EMAIL PROTECTED] mailing list




-- 
$ ruby -e'puts  .:@BFegiklnorst.unpack(x4ax7aaX6ax5aX15ax4aax6aaX7ax2 \
aX5aX8axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4 \
ax3aX4aXaX12ax10aaX7a).join'
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Masked packages

2007-04-13 Thread Boris Fersing

2007/4/13, Johannes Skov Frandsen [EMAIL PROTECTED]:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi


Hi,



I posted a question yesterday about masked packages and got a lot of
answers on how to use it, but didn't really needed it for the task I was
trying to accomplish. Now however i fear there is no way around it.

After reading trough the different posts I figured that the way to go
would be to add a line to the 'package.keywords' file in /etc/portage.

So i did the following:

echo dev-php5/phpunit-3.0.5 ~x86  /etc/portage/package.keywords
emerge -av dev-php5/phpunit

My problem is that emerge still ain't to happy... it prints out:

Invalid atom in /etc/portage/package.keywords: dev-php5/phpunit-3.0.5

Any suggestions/help would be appreciated.


Try without the version : dev-php5/phpunit it'll work better ;)

Read 'man portage' if you want to know more about the /etc/portage/ files ;)

HTH.

Boris.



- --
Regards / Venlig hilsen

Johannes Skov Frandsen

*Address:* Egelundsvej 18, DK-5260 Odense S
*Web:* www.omesc.com | *Email:* [EMAIL PROTECTED]

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

iD8DBQFGH1HFJIVu+Wuhu/4RAnCeAJ9x/S4Maglm18Sx0EHkqR/Z6paIYQCbBtun
8sKuTpIRMzq9PONQbfghljg=
=/FPy
-END PGP SIGNATURE-
--
[EMAIL PROTECTED] mailing list





--
$ ruby -e'puts  .:@BFegiklnorst.unpack(x4ax7aaX6ax5aX15ax4aax6aaX7ax2 \
aX5aX8axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4 \
ax3aX4aXaX12ax10aaX7a).join'
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] which package?

2007-04-02 Thread Boris Fersing

2007/4/2, Alan McKinnon [EMAIL PROTECTED]:

On Monday 02 April 2007, [EMAIL PROTECTED] wrote:
 Is there a command to provide me with the package name to which a
 given file belongs ?
 Man equery seems of little help

If you want to know which package installed an existing file, use:

equery belongs filename

If you know which file you want to have and would like to know which
package provides it, well there's no tool for that, the solution would
be horrific. Instead, you ask here and usually someone who has it
already will run equery belongs for you :-)


I use this database :
http://www.rommel.stw.uni-erlangen.de/~fejf/cgi-bin/pfs-web.pl

HTH.

Boris



Be aware that not all existing files were installed during an emerge, so
quite often you get zero results.

alan



--
Optimists say the glass is half full,
Pessimists say the glass is half empty,
Developers say wtf is the glass twice as big as it needs to be?

Alan McKinnon
alan at linuxholdings dot co dot za
+27 82, double three seven, one nine three five
--
gentoo-user@gentoo.org mailing list





--
$ ruby -e'puts  .:@BFegiklnorst.unpack(x4ax7aaX6ax5aX15ax4aax6aaX7ax2 \
aX5aX8axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4 \
ax3aX4aXaX12ax10aaX7a).join'
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] package.mask

2007-01-19 Thread Boris Fersing

2007/1/19, sean [EMAIL PROTECTED]:

Norberto Bensa wrote:
 Hello list,

 what does ~ mean here:
 (example from /usr/portage/profiles/package.mask)

 ~net-dns/bind-tools-9.3.3

 ?

I think it means that the package is still in testing.


No, the ~ before the package name stands for any revision of the base
version specified. (read 'man 5 ebuild')

Here, all the revisions of net-dns/bind-tools-9.3.3 (-r1 , -r2, ...)
are masked !

regards,

Boris.

--
gentoo-user@gentoo.org mailing list





--
$ ruby -e'puts  .:@BFegiklnorst.unpack(x4ax7aaX6ax5aX15ax4aax6aaX7ax2 \
aX5aX8axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4 \
ax3aX4aXaX12ax10aaX7a).join'
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] $PATH

2006-12-17 Thread Boris Fersing

2006/12/17, James [EMAIL PROTECTED]:

Hello,

I added these paths to my .bashrc file

Path=/usr/local/davinci/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/bin:
/usr/local/davinci/mv_pro_4.0/montavista/pro/bin:
/usr/local/davinci/mv_pro_4.0/montavista/common/bin:$PATH

But when I issue echo $PATH, they do not show up as included.

'source ~.bashrc' does not help, neither does logging in again


Hi,

did you write PATH= or Path= in your bashrc ? They aren't the same !

Boris.



I have also tried the entries all run  together, but that makes no
difference. Is there a better place to add paths or did I miss something?


James





--
gentoo-user@gentoo.org mailing list





--
$ ruby -e'puts  .:@BFegiklnorst.unpack(x4ax7aaX6ax5aX15ax4aax6aaX7ax2 \
aX5aX8axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4 \
ax3aX4aXaX12ax10aaX7a).join'
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] $PATH

2006-12-17 Thread Boris Fersing

2006/12/17, Daniel Iliev [EMAIL PROTECTED]:

James wrote:
 Hello,

 I added these paths to my .bashrc file

 Path=/usr/local/davinci/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/bin:
 /usr/local/davinci/mv_pro_4.0/montavista/pro/bin:
 /usr/local/davinci/mv_pro_4.0/montavista/common/bin:$PATH

 But when I issue echo $PATH, they do not show up as included.

 'source ~.bashrc' does not help, neither does logging in again


 I have also tried the entries all run  together, but that makes no
 difference. Is there a better place to add paths or did I miss something?


 James







It has to be source ~/.bashrc not 'source  ~.bashrc'. Also it should
be export PATH=:$PATH, not PATH=...:$PATH


You don't need to export the variable...


--
Best regards,
Daniel


--
gentoo-user@gentoo.org mailing list





--
$ ruby -e'puts  .:@BFegiklnorst.unpack(x4ax7aaX6ax5aX15ax4aax6aaX7ax2 \
aX5aX8axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4 \
ax3aX4aXaX12ax10aaX7a).join'
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] $PATH

2006-12-17 Thread Boris Fersing

2006/12/18, Jesús Guerrero [EMAIL PROTECTED]:

El Sun, 17 Dec 2006 23:56:54 +0100
Jesús Guerrero [EMAIL PROTECTED] escribió:

 El Sun, 17 Dec 2006 23:41:23 +0100
 Boris Fersing [EMAIL PROTECTED] escribió:

  You don't need to export the variable...

 You do, unless you plan to use that variable only instead of the
 script, in this case, ~/.bashrc


I mean inside, within the script, of course. Sorry for the typo.


Mhh, I didn't export the variable and it works, maybe because the
.bashrc is sourced and not executed

Boris.


-- Jesús Guerrero

--
gentoo-user@gentoo.org mailing list





--
$ ruby -e'puts  .:@BFegiklnorst.unpack(x4ax7aaX6ax5aX15ax4aax6aaX7ax2 \
aX5aX8axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4 \
ax3aX4aXaX12ax10aaX7a).join'

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Firefox, flash player, and youTube

2006-12-16 Thread Boris Fersing

2006/12/16, Kevin O'Gorman [EMAIL PROTECTED]:

I'm up-to-date on stable ebuilds.
I've tried to view a cute youTube Code Monkey video, but get the complaint my
   flash Player plugin is obsolete (or I'm blocking Javascript, which
is false).  It's
   at http://www.youtube.com/watch?v=2lLRBiEBRAc
I've downloaded the latest player that Adobe offers for linux, but
still get that
   message.
about:plugins reports 3 separate versions of the plugin, and I have no idea
  how to clean that up, since the plugins directory contains only one.

Any clues out there?

Hi,

did you install it manually or did you emerge the latest version of
net-www/netscape-flash ?

This one works for me !

Boris.



--
Kevin O'Gorman, PhD
--
gentoo-user@gentoo.org mailing list





--
$ ruby -e'puts  .:@BFegiklnorst.unpack(x4ax7aaX6ax5aX15ax4aax6aaX7ax2 \
aX5aX8axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4 \
ax3aX4aXaX12ax10aaX7a).join'
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge

2006-12-11 Thread Boris Fersing

2006/12/11, Cosmin Rentea [EMAIL PROTECTED]:


Hi all,

Is it possible to have in emerge something similar to the -k option
of make ?


-k, --keep-going
 Continue as much as possible after an error.  While the
target that failed, and those that depend on it, cannot be  remade,  the
other dependencies of these targets can be processed all the same.


Hi,

you can try something like this :

in your .bashrc, add :

skipmerge(){
emerge --resume --skipfirst || skipmerge
}


then source your bashrc and try : emerge -auvDN world || skipmerge

that should work.

regards,

Boris.



It would be particularly useful when emerging world, system or
multiple packages, some of which have broken ebuilds.



--
---
Dipl.Ing. Cosmin Rentea  web:http://www.fokus.fraunhofer.de/motion
Fraunhofer FOKUS email:  [EMAIL PROTECTED]
Kaiserin-Augusta-Allee 31tel:++49-30-3463-7175
D-10589 Berlin   fax:++49-30-3463-8243
---

--
gentoo-user@gentoo.org mailing list





--
$ ruby -e'puts  .:@BFegiklnorst.unpack(x4ax7aaX6ax5aX15ax4aax6aaX7ax2 \
aX5aX8axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4 \
ax3aX4aXaX12ax10aaX7a).join'
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] avoiding pdf print restrictions

2006-12-11 Thread Boris Fersing

2006/12/11, James [EMAIL PROTECTED]:

Hello,

I need to print a pdf file, that is not cooperative.

I've read that gmail works, but is there something else
readily available in portage?

I use mozilla for everything so an application that does
not disturb mozilla is most desirable.

ideas?


Hi,

pdf2ps yourfile.pdf and try to print the yourfile.ps file... or does
this command fail ? (pdf protection...).

Boris.




James



--
gentoo-user@gentoo.org mailing list





--
$ ruby -e'puts  .:@BFegiklnorst.unpack(x4ax7aaX6ax5aX15ax4aax6aaX7ax2 \
aX5aX8axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4 \
ax3aX4aXaX12ax10aaX7a).join'
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge -pvuND world versus emerge -pveuND world

2006-10-11 Thread Boris Fersing

2006/10/11, Daniel Pielmeier [EMAIL PROTECTED]:

Hi,

I recognized this some time ago!

When my system is up to date emerge -pvuND world shows me:

 emerge -pvuND world

 These are the packages that would be merged, in order:

 Calculating world dependencies... done!

 Total size of downloads: 0 kB

Which is normal because an up to date system doesn't have to download
anything. But when i add the emptytree option emerge -pveuND world i
get this (output reduced):

 emerge -pveuND world

 These are the packages that would be merged, in order:

 ...
 Calculating world dependencies  . ... done!
 [ebuild  N] sys-devel/binutils[2.16.1-r3]USE=nls
 -multislot -multitarget -test -vanilla 109 kB
 ...
 [ebuild  N] net-dialup/ppp[2.4.3-r16]USE=gtk ipv6
 pam -activefilter -atm -dhcp -eap-tls -mppe-mppc -radius 55 kB
 ...

 Total size of downloads: 164 kB

So why are there appearing some apps now for which portage has to
download something? Using eix on sys-devel/binutils and net-dialup/ppp
tells me that i have exactly those ebuilds listed above installed.

I think that there have been made changes to this ebuild without
increasing the version number. For example binutils from 2.16.1-r3 to
2.16.1-r4. So portage doesn't upgrade this package although there have
been changes. Or is there a portage option i don't know until now which
i have to use for getting this apps updated. Am i guessing right in any
of this cases or is this another problem with portage?


Maybe is that only minor changes like build-fix patches...

For example, let's say you've a x86 system and a package foobar-1.0
compiles just fine on your system but not on amd64.
If developper provides a patch to make foobar-1.0 compile fine on
amd64 he might not change the ebuild version number because the bug
was blocking the update and the amd64 users *will* notice the
changes. And the x86 won't have to recompile the soft just in order to
apply an *unneeded* patch... (IMHO)

regards,

Boris.


Thanks in advance,

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





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

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Portage: Show list of required files without downloading anything?

2006-10-08 Thread Boris Fersing

2006/10/8, Jan-Hendrik Zab [EMAIL PROTECTED]:

On Sun, 08 Oct 2006 15:35:49 -0400
Statux [EMAIL PROTECTED] wrote:

 Question: Is there a way that I can get Portage to run through the
 packages/ebuilds and, instead of downloading anything from the net, just
 have it show me which files were not in /usr/portage/distfiles which
 will be needed?

 So if I had 8 packages which needed upgrading, which would result in (an
 estimated) 6,382K of downloads, is there some way for me to have it go
 through each one of those all at once, similar to --fetchonly, and have
 it spit out a list of everything which it did not find on the local
 system?

Dunno about any script, but first step would be:

emerge -uD -fp world

Then just filter it, e.g. in every line cut everything after the first
white space and throw the meat to wget.


Hi,

I would do something like this :

- emerge aria2 on your box (nice wget replacement which can download
from more hosts/protocols at the same time).

- run this command on your mother's box :

for url in $(emerge -fpuvDN world|grep -v These are the packages that
would be fetched, in order:|grep -v Calculating) ; do echo ; echo
aria2c $url ;done  packages.sh

- copy the packages.sh on your box

-  run  . packages.sh on your box. This will download all the
required pakages in the current directory.

regards,

Boris.


Jan-Hendrik Zab

--
| Jan-Hendrik Zab
| +49 (0)1773392888
| http://www.v3ng34nce.org

--
gentoo-user@gentoo.org mailing list





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

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Where can I find a list of supported VIDEO_CARD's?

2006-09-13 Thread Boris Fersing

2006/9/13, Wolfgang Liebich [EMAIL PROTECTED]:

Hi,
I've set up a new computer w/ gentoo which uses a newer graphics card
than my old one (an Intel 945 on board card). I installed modular xorg,
and AFAIK the drivers which are getting installed are determined by the
VIDEO_CARDS flag in make.conf. Is there some list of supported values
for VIDEO_CARDS?


Hi,

isn't there a list of useflags when you do 'emerge -pv xorg-x11' ?

regards,
Boris.

Ciao,
Wolfgang Liebich
--
Wolfgang Liebich
PSE ECT PSS7
Tel: +43 51707 47734
--
gentoo-user@gentoo.org mailing list





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

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to mount a reiserfs partition with write permissions to all users?

2006-09-12 Thread Boris Fersing

2006/9/12, Jerônimo Backes [EMAIL PROTECTED]:

I googled a lot but wasn't able to find any answer on how to do this.
umask=000 doesn't work with reiserfs.

Thanks in advance.


Hi,

reiserfs handles *nix permissions, just chmod 777 -R /your/mountpoint/

while your partition is mounted

HTH.

Boris.






___
Você quer respostas para suas perguntas? Ou você sabe muito e quer compartilhar 
seu conhecimento? Experimente o Yahoo! Respostas !
http://br.answers.yahoo.com/
--
gentoo-user@gentoo.org mailing list





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

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to mount a reiserfs partition with write permissions to all users?

2006-09-12 Thread Boris Fersing

2006/9/12, Neil Bothwick [EMAIL PROTECTED]:

On Tue, 12 Sep 2006 19:33:56 +0200, Boris Fersing wrote:

 reiserfs handles *nix permissions, just chmod 777 -R /your/mountpoint/

Don't use -R, that will alter permissions on every file in the
filesystem.


Isn't that exactly what he wants ? (something like umask=000)

regards,

Boris.


--
Neil Bothwick

ALZHEIMER.COM found . . . Out of . . . something . .






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

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: How many developers work on Gentoo?

2006-09-11 Thread Boris Fersing

2006/9/11, Ladislav Bodnar [EMAIL PROTECTED]:

Hi,

I am doing a research on distributions and was wondering if anybody can tell
me how many developers work on Gentoo? A rough figure would be fine.

Thanks a lot :-)


Hi,

did you see this list ? :
http://www.gentoo.org/proj/en/devrel/roll-call/userinfo.xml




HTH.
- Boris

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





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

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge wants to rebuild a lot again

2006-09-11 Thread Boris Fersing

2006/9/11, Peter [EMAIL PROTECTED]:

Today, I got a lot of rebuild requests from emerge after doing:

emerge -puDvt --newuse world

I spot checked a couple of builds, but nothing has changed! Can you help
decipher the following please:

Using the first application that shows up as an example:

[ebuild   R   ] sys-apps/diffutils-2.8.7-r1  USE=nls -static (-debug%) 1,037 
kB

What does (-debug%) mean? Here is the equery output:

[ Found these USE variables for sys-apps/diffutils-2.8.7-r1 ]
 U I
 - - debug  : Tells configure and the makefiles to build for debugging. Effects 
vary across packages, but generally it will at least add -g to CFLAGS. Remember 
to set FEATURES=nostrip too
 + + nls: Adds Native Language Support (using gettext - GNU locale 
utilities)
 - - static : !!do not set this during bootstrap!! Causes binaries to be 
statically linked instead of dynamically

Ideas? Is it because the -debug variable has been removed from somewhere?


Hi,

did you install portage-2.1.1 ?

Portage has now a new feature, it re-emerges a package when the IUSE
variable has changed :

* In portage-2.1.1, emerge --newuse is now sensitive to changes in IUSE.
* Immediately after upgrade from 2.1, users may notice a significantly larger
* number of packages pulled in by --newuse, but that behavior is normal.
* For additional information regarding this change, please see bugs #116955,
* #144333, #144661, and #146060.


Thx



HTH.

Boris.

--
Peter
+
Do not reply to this email, it is a spam trap and not monitored.
I can be reached via this list, or via
jabber: pete4abw at jabber.org
ICQ: 73676357

--
gentoo-user@gentoo.org mailing list





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

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Annulation of modified USE flag settings

2006-09-09 Thread Boris Fersing

2006/9/9, Meino Christian Cramer [EMAIL PROTECTED]:

Hi,

 I want to say to emerge/ebuild:Please use the original USE flags
 from make.conf and the ebuild-stuff. Ignore whatever I gave you on the
 commandline some time ago.

 How can I achieve this ?

 Thanks a lot for any hjelp in advance!

Hi,

I don't understand very well, could you give us an example please ?

Boris.


 keep hacking!
 mcc

--
gentoo-user@gentoo.org mailing list





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

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Annulation of modified USE flag settings

2006-09-09 Thread Boris Fersing

2006/9/9, Meino Christian Cramer [EMAIL PROTECTED]:

From: Stefan Wimmer [EMAIL PROTECTED]
Subject: [gentoo-user] Re: Annulation of modified USE flag settings
Date: Sat, 9 Sep 2006 15:45:19 + (UTC)

 * Meino Christian Cramer [EMAIL PROTECTED] [2006-09-09 15:35] :
  [...]
   [ebuild R ] systools/meino-0.08 USE=confused* -understanding_at_all
   mcc

 Time to take a cup of coffee/tea and read this

   http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2
   http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=3

 Take time to understand ...

 Greetz
 Stefan ;-)

 --
 gentoo-user@gentoo.org mailing list


In the doc, which link you mentioned firs there is in Listing 5
mentioned:

USE=-java emerge mozilla

...a previous mail mentioned, that is a bad thing to do.

?


That's only for temporary changes; when you want to permanently
enable/disable a flag for a package, use the /etc/portage/package.use
file !

When you do : USE=blah emerge something  the changes will be lost
the next time you emerge something

Boris.


Still slightly confused,
mcc

--
gentoo-user@gentoo.org mailing list





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

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Remerge the system with gcc-4.1?

2006-09-08 Thread Boris Fersing

2006/9/8, Erik [EMAIL PROTECTED]:

Grant wrote:
 Does gcc-4.1 offer enough of an improvement to warrant remerging the
 whole system?
No, just remerge the packages that need to be remerged. Then emerge the
rest with gcc-4.1 when updates come.
--
gentoo-user@gentoo.org mailing list



If you want to prevent compilation issues, applications crash, ... you
may follow the Gentoo GCC Upgrade Guide[1]

Boris.

[1] http://www.gentoo.org/doc/en/gcc-upgrading.xml





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

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] hello

2006-09-07 Thread Boris Fersing

2006/9/7, John Newman [EMAIL PROTECTED]:

I have what is probably a stupid question.  I run an amd64 gentoo
system.  I find that lots of packages have in their KEYWORDS amd64~.

Up until now, to remedy this when I want to attempt to use one of these
packages, I simply edit the ebuild, regenerate the digest, and do the
installation.  I feel sure there is an easier way around this - I've
read somewhere of being able to tell the system that I am not worried
about packages that haven't been tested on amd64 (thus the amd64~) -
does anyone know what file I need to edit and in what way to make this
work so I don't have to go through the hassle described above of editing
the ebuild, regenerating the digest and then installing the package?

thank you so much


Hi,

That's really ugly, have a look here : http://gentoo-wiki.com/Masked

HTH.

Boris.

--
John Newman
Systems Administrator, WebXess Inc.
--
gentoo-user@gentoo.org mailing list





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

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] vmware on portage [about licensing]

2006-09-07 Thread Boris Fersing

2006/9/7, [EMAIL PROTECTED] [EMAIL PROTECTED]:

When users install vmware via portage what is the procedure with
licensing.

When I attempt to powerup a vmware guest I get dunned for a license.
and sent to vmware homepage where I can get a free 30 day trial or
pay.

I understood this thing was open-source and one of the installed files
is:
/usr/share/doc/vmware-workstation-5.5.1.19175-r4/open_source_licenses.txt.gz

So what is user expected to do here?   A search of vmware on gmane for
this list didn't turn up any discussion of that point.


Hi,

vmware isn't open-source nor free, have a look at :

/usr/portage/licenses/vmware

Boris.


--
gentoo-user@gentoo.org mailing list





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

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] hello

2006-09-07 Thread Boris Fersing

2006/9/7, Richard Fish [EMAIL PROTECTED]:

On 9/7/06, A. R. [EMAIL PROTECTED] wrote:
 where each line is the full package name that you want to allow
 ~amd64 for your system. (in your case)
 An example is:

 x11-themes/gtk-engines-qt

Small correction... that should be

x11-themes/gtk-engines-qt ~amd64


x11-themes/gtk-engines-qt works too. Adding a package without keyword
will imply unstable host arch (cf manpage) :

 package.keywords
Per-package KEYWORDS.  Useful for mixing unstable
packages in with a normally stable  machine  or  vice  versa.
This will allow you to augment ACCEPT_KEYWORDS
for a single package.

Note: There are two special KEYWORDS to help out here:
*  Match any stable KEYWORD
~* Match any unstable KEYWORD

Format:
- comments begin with #
- one DEPEND atom per line followed by additional KEYWORDS
- lines without any KEYWORDS imply unstable host arch

Example:
# always use unstable libgd
media-libs/libgd ~x86
# only use stable mplayer
media-video/mplayer -~x86
# always use unstable netcat
net-analyzer/netcat


Boris.


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





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

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can't play games

2006-08-24 Thread Boris Fersing

2006/8/24, sdoma [EMAIL PROTECTED]:

Hi again,

I've added some games to my system anr ran ``gpasswd -a frank games''.

I get Permission denied even for ``ls /usr/games''. Well trying to
start some game I get the same. Can anyone tell em what I'm missing?


Hi,

did you logout and log in after this command ?

Boris.


Thanks
Frank


--
gentoo-user@gentoo.org mailing list





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

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] print to PDF within Firefox

2006-08-02 Thread Boris Fersing

2006/8/2, Cláudio Henrique [EMAIL PROTECTED]:

I can't remember wich, but an old version of firefox allowed me to
print to PDF. how do I do this in this new one (1.5)?
--
gentoo-user@gentoo.org mailing list




Print what you want in a file (Postscript) and convert it with ps2pdf
... I don't remember a version of firefox which allowed to print
directly in pdf...

Boris.

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

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Unable to mount root fs on uknown - block (0,0)

2006-07-26 Thread Boris Fersing

2006/7/26, askar k [EMAIL PROTECTED]:

Hello,

I can't find the reason of the problem.
I installed newly gentoo 2006.0 (Kernel version 2.6.17) and after
reboot I'm having kernel panic with message:
---
VFS: Cannot open root device hda5 or uknown block (0,0)
Please append a correct root boot option
Kernek panic - not syncing


In grub root boot option is: root=/dev/hda5 - this partition is
logical and type is ext3...

What can be wrong?


Hi,

do you have CONFIG_BLK_DEV_IDEDISK and your Filesystem support enabled ?

Boris.



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





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

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] What to do when you can't loggin

2006-06-21 Thread Boris Fersing

2006/6/21, Paul Stear [EMAIL PROTECTED]:

On Wednesday 21 June 2006 11:05, Neil Bothwick wrote:
 On Wed, 21 Jun 2006 10:47:11 +0100, Paul Stear wrote:

  1. What is the correct procedure to recover a system in this state?
  What tools do I need?

 In this case, all you need to do is boot without X, or SSH in from
 another box. As a last resort you could boot a live CD chroot and fix
 things.
How do I boot without x? (I've got a feeling I should know this) I am using
grub.


You have 2 options :

- add 'single' or '1' to the grub boot params.
- press I (interactive mode) during init and then choose to NOT start
xdm when the init script asks for it.

HTH.

Boris.


  2. I have an rsynced backup on an external usb harddrive, but unless I
  can loggin how can I restore the files from the backup?

 By booting from a live CD.
I tried that but my cd didn't have rsync on it Its 2005.1 created Sept 05

--
This message has been sent using kmail with gentoo linux
--
gentoo-user@gentoo.org mailing list





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

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] cdrom is not available any more

2006-06-19 Thread Boris Fersing

2006/6/19, JC Denton [EMAIL PROTECTED]:

Hi group!

Hi,



I had some problems with my cdrom before and tried to chage that ;)
I rebuild the kernel in order to have appropriate scsi and atapi settings
for usb and cdrom support. But I messed something up. The original problem
is gone but now I have no cdrom support at all. Here is what I get from
dmesg:
 # dmesg | grep hd
ide0: BM-DMA at 0x1860-0x1867, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0x1868-0x186f, BIOS settings: hdc:pio, hdd:pio
hda: IC25N060ATMR04-0, ATA DISK drive
hdc: , ATAPI cdrom or floppy?, assuming FLOPPY drive
hda: max request size: 1024KiB
hda: 117210240 sectors (60011 MB) w/7884KiB Cache, CHS=16383/255/63,
UDMA(100)
hda: cache flushes supported
 hda: hda1 hda2 hda3  hda5 hda6 hda7 
ide-floppy: hdc: not supported by this version of ide-floppy


What is the output of :  cat /proc/sys/dev/cdrom/info  ?




regards,

Boris.

# sudo mount -t iso9660 /dev/hdc /mnt/cdrom/
mount: /dev/hdc is not a valid block device

Where I can I tell the system that it is a cdrom? (no floppy drive at all)
Do I have to set a kernel flag in the grub.conf?

Please help! Thanks!



 
Jetzt mit Yahoo! Messenger Tickets zur FIFA WM 2006 gewinnen.





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

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] cdrom is not available any more

2006-06-19 Thread Boris Fersing

2006/6/19, JC Denton [EMAIL PROTECTED]:

No information as far as I can see ...



Mhh, what tells a zgrep -i floppy /proc/config.gz or grep -i floppy
/usr/src/linux/.config ?


# cat /proc/sys/dev/cdrom/info
CD-ROM information, Id: cdrom.c 3.20 2003/12/17

drive name:
drive speed:
drive # of slots:
Can close tray:
Can open tray:
Can lock tray:
Can change speed:
Can select disk:
Can read multisession:
Can read MCN:
Reports media changed:
Can play audio:
Can write CD-R:
Can write CD-RW:
Can read DVD:
Can write DVD-R:
Can write DVD-RAM:
Can read MRW:
Can write MRW:
Can write RAM:

regards

JC
Boris Fersing [EMAIL PROTECTED] schrieb:
 2006/6/19, JC Denton :

 Hi group!
Hi,


 I had some problems with my cdrom before and tried to chage that ;)
 I rebuild the kernel in order to have appropriate scsi and atapi settings
 for usb and cdrom support. But I messed something up. The original problem
 is gone but now I have no cdrom support at all. Here is what I get from
 dmesg:
 # dmesg | grep hd
 ide0: BM-DMA at 0x1860-0x1867, BIOS settings: hda:DMA, hdb:pio
 ide1: BM-DMA at 0x1868-0x186f, BIOS settings: hdc:pio, hdd:pio
 hda: IC25N060ATMR04-0, ATA DISK drive
 hdc: , ATAPI cdrom or floppy?, assuming FLOPPY drive
 hda: max request size: 1024KiB
 hda: 117210240 sectors (60011 MB) w/7884KiB Cache, CHS=16383/255/63,
 UDMA(100)
 hda: cache flushes supported
 hda: hda1 hda2 hda3  hda5 hda6 hda7 
 ide-floppy: hdc: not supported by this version of ide-floppy

What is the output of : cat /proc/sys/dev/cdrom/info ?


regards,

Boris.
 # sudo mount -t iso9660 /dev/hdc /mnt/cdrom/
 mount: /dev/hdc is not a valid block device

 Where I can I tell the system that it is a cdrom? (no floppy drive at all)
 Do I have to set a kernel flag in the grub.conf?

 Please help! Thanks!



 
 Jetzt mit Yahoo! Messenger Tickets zur FIFA WM 2006 gewinnen.




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

--
gentoo-user@gentoo.org mailing list




 
Sie denken an Ihre Sicherheit? Das tun wir auch .





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

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] cdrom is not available any more

2006-06-19 Thread Boris Fersing

2006/6/19, JC Denton [EMAIL PROTECTED]:

That is all:
- for floppy:
# grep -i floppy .config
CONFIG_BLK_DEV_IDEFLOPPY=y
# Ftape, the floppy tape device driver


Try to disable this IDEFLOPPY driver (kernel recompilation is needed)

regards,

Boris.


#grep -i disk .config
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTI_MODE=y
# CONFIG_IDEDMA_ONLYDISK is not set
# SCSI support type (disk, tape, CD-ROM)
# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be
needed; see USB_STORAGE Help for more information

Something is defently wrong.



Boris Fersing [EMAIL PROTECTED] schrieb:

 2006/6/19, JC Denton :
 No information as far as I can see ...


Mhh, what tells a zgrep -i floppy /proc/config.gz or grep -i floppy
/usr/src/linux/.config ?

 # cat /proc/sys/dev/cdrom/info
 CD-ROM information, Id: cdrom.c 3.20 2003/12/17

 drive name:
 drive speed:
 drive # of slots:
 Can close tray:
 Can open tray:
 Can lock tray:
 Can change speed:
 Can select disk:
 Can read multisession:
 Can read MCN:
 Reports media changed:
 Can play audio:
 Can write CD-R:
 Can write CD-RW:
 Can read DVD:
 Can write DVD-R:
 Can write DVD-RAM:
 Can read MRW:
 Can write MRW:
 Can write RAM:

 regards

 JC
 Boris Fersing schrieb:

 2006/6/19, JC Denton :

  Hi group!
 Hi,

 
  I had some problems with my cdrom before and tried to chage that ;)
  I rebuild the kernel in order to have appropriate scsi and atapi
settings
  for usb and cdrom support. But I messed something up. The original
problem
  is gone but now I have no cdrom support at all. Here is what I get from
  dmesg:
  # dmesg | grep hd
  ide0: BM-DMA at 0x1860-0x1867, BIOS settings: hda:DMA, hdb:pio
  ide1: BM-DMA at 0x1868-0x186f, BIOS settings: hdc:pio, hdd:pio
  hda: IC25N060ATMR04-0, ATA DISK drive
  hdc: , ATAPI cdrom or floppy?, assuming FLOPPY drive
  hda: max request size: 1024KiB
  hda: 117210240 sectors (60011 MB) w/7884KiB Cache, CHS=16383/255/63,
  UDMA(100)
  hda: cache flushes supported
  hda: hda1 hda2 hda3  hda5 hda6 hda7 
  ide-floppy: hdc: not supported by this version of ide-floppy

 What is the output of : cat /proc/sys/dev/cdrom/info ?
 

 regards,

 Boris.
  # sudo mount -t iso9660 /dev/hdc /mnt/cdrom/
  mount: /dev/hdc is not a valid block device
 
  Where I can I tell the system that it is a cdrom? (no floppy drive at
all)
  Do I have to set a kernel flag in the grub.conf?
 
  Please help! Thanks!
 
 
 
  
  Jetzt mit Yahoo! Messenger Tickets zur FIFA WM 2006 gewinnen.
 
 


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

 --
 gentoo-user@gentoo.org mailing list




 
 Sie denken an Ihre Sicherheit? Das tun wir auch .




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

--

gentoo-user@gentoo.org mailing list





 
Sie denken an Ihre Sicherheit? Das tun wir auch .





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

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] basic group problem

2006-06-06 Thread Boris Fersing

2006/6/6, thibault jouannic [EMAIL PROTECTED]:

Hello list;
I must be tired, because i can't get rid of what seems to be a stupid problem :

I want to add myself in the svnusers group.
Let's go :
# groupadd svnusers
# gpasswd -a thibault svnusers
# groups thibault
wheel audio cdrom video games mysql postgres apache usb portage asterisk 
svnusers users

So everything looks ok.

but in user mode :
$ whoami
thibault
$ groups thibault
wheel audio cdrom video games mysql postgres apache usb portage asterisk 
svnusers users
$ groups
wheel audio cdrom video games mysql postgres apache usb users portage asterisk

And i'm definitly not in the svnusers group.
Could someone help me, please ?


Hi,

Logout and Login again !

regards,

Boris.


thanks,
thibault j.
--
gentoo-user@gentoo.org mailing list





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

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] basic group problem

2006-06-06 Thread Boris Fersing

2006/6/6, thibault jouannic [EMAIL PROTECTED]:

Well... No effect. Even when I open a new terminal, there is no change. I also 
tried env-update and source /etc/profile, with no result.


opening a new xterm is not a login ... what if you open a new session
in a virtual-console ? (ctrl-alt-f2 for example) Does it work ?

regards,

Boris.


thanks,
thibault.

On Tue, 6 Jun 2006 14:53:35 +0200
Boris Fersing [EMAIL PROTECTED] wrote:

 2006/6/6, thibault jouannic [EMAIL PROTECTED]:
  Hello list;
  I must be tired, because i can't get rid of what seems to be a stupid 
problem :
 
  I want to add myself in the svnusers group.
  Let's go :
  # groupadd svnusers
  # gpasswd -a thibault svnusers
  # groups thibault
  wheel audio cdrom video games mysql postgres apache usb portage asterisk 
svnusers users
 
  So everything looks ok.
 
  but in user mode :
  $ whoami
  thibault
  $ groups thibault
  wheel audio cdrom video games mysql postgres apache usb portage asterisk 
svnusers users
  $ groups
  wheel audio cdrom video games mysql postgres apache usb users portage 
asterisk
 
  And i'm definitly not in the svnusers group.
  Could someone help me, please ?

 Hi,

 Logout and Login again !

 regards,

 Boris.
 
  thanks,
  thibault j.
  --
  gentoo-user@gentoo.org mailing list
 
 


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

 --
 gentoo-user@gentoo.org mailing list


--
gentoo-user@gentoo.org mailing list





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

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Strange feature in eix

2006-06-01 Thread Boris Fersing

2006/6/1, Jean Magnan de Bornier [EMAIL PROTECTED]:

Hi all,

Using eix for some time (at least a year now), I discovered today
(eix-0.5.5) a very strange feature which and in less perfect world than
gentoo's might perhaps qualify as a bug.

If I type eix package and the package is unstable (or has unstable
versions) and appears as such in the gentoo database, I expect to see it
-for the unstable versions- in eix's output: the man page says so anyway;
but this happens only if I have not marked the package with ~x86 in *my*
/etc/portage/package.keywords file. If I mark the package (with ~x86)
eix tells me :

* app-editors/emacs-cvs
 Available versions:  22.0.50-r1 22.0.50-r2 [M]23.0.0
 Installed:   22.0.50-r2
 Homepage:http://www.gnu.org/software/emacs
 Description: Emacs is the extensible, customizable,
 self-documenting real-time display editor.

and this is a *big lie* (works with any package apparently).

Or is it intended?


Hi,

add LOCAL_PORTAGE_CONFIG=false in /etc/eixrc and try again ! (it's not
a bug, it's a feature ! :D)

Regards,

Boris.

--
  Jean

--
gentoo-user@gentoo.org mailing list





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

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Sorry!

2006-05-29 Thread Boris Fersing

2006/5/30, John Laremore [EMAIL PROTECTED]:




You people need to remove me from you mailing lists all together. Iam so
pissed off with getting 80 email of a bunch of other peoples bullshit, that
iam ready to start getting nasty. fucking remove me from your emailing list.



Send a mail to [EMAIL PROTECTED] !

Boris.


 

From:  Teresa and Dale [EMAIL PROTECTED]
Reply-To:  gentoo-user@lists.gentoo.org
To:  gentoo-user@lists.gentoo.org
Subject:  Re: [gentoo-user] Sorry!
Date:  Mon, 29 May 2006 16:50:56 -0500
MIME-Version:  1.0
Received:  from bay0-mc4-f18.bay0.hotmail.com ([65.54.244.122]) by
bay0-imc1-s22.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Mon,
29 May 2006 14:54:40 -0700
Received:  from robin.gentoo.org ([140.105.134.102]) by
bay0-mc4-f18.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 29
May 2006 14:54:39 -0700
Received:  from robin.gentoo.org (localhost [127.0.0.1])by robin.gentoo.org
(8.13.6/8.13.6) with SMTP id k4TLrNk7021447;Mon, 29 May 2006 21:53:23 GMT
Received:  from mxo5.broadbandsupport.net (mxo5.broadbandsupport.net
[209.55.3.85])by robin.gentoo.org (8.13.6/8.13.6) with ESMTP id
k4TLowT9015500for gentoo-user@lists.gentoo.org; Mon, 29 May 2006 21:50:58
GMT
Received:  from [192.168.100.1] (unknown [207.68.230.60])by
mxo5.broadbandsupport.net (Postfix) with ESMTP id A224713BF4for
gentoo-user@lists.gentoo.org; Mon, 29 May 2006 17:50:56 -0400 (EDT)

Bertram Scharpf wrote:

 Hi,
 
 Am Montag, 29. Mai 2006, 21:59:31 +0200 schrieb Bertram Scharpf:
 
 
 Hallo,
 
 
 
 Sorry, wrong list.
 
 This happens now to me the second time in two weeks. There
 seems to be a deeper kind of problem ...
 
 Anyway, I apologize another time.
 
 Bertram
 
 
 
 

It's allright.  Show me someone who doesn't make a mistake and I'll show
you someone who doesn't do anything.  O_O

Dale
:-)  :-)
--
gentoo-user@gentoo.org mailing list




 Get MSN Messenger with FREE Video Conversation - the next best thing to
being there! -- gentoo-user@gentoo.org mailing list



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

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Unpacking an ISO Image

2006-05-16 Thread Boris Fersing

2006/5/16, Kris Kerwin [EMAIL PROTECTED]:

Hi folks,

Quick question. Is there any way that one can unpack an ISO image:
extracting the data that is contained within it like a tarball,
without having to burn it to a CD? I'm sure there's an option
somewhere within either the mkisofs or cdrecord man pages, but I feel
like I'm searching for a needle in a haystack.

Thanks in advance.


Hi,
try :

mount myfile.iso /tmp -o loop

Boris.


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





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

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] libGLU.so.1 missing

2006-04-08 Thread Boris Fersing
2006/4/8, Robert Walter [EMAIL PROTECTED]:
 hi
 glxgears gives the following error
 glxgears: error while loading shared libraries: libGLU.so.1: cannot open 
 shared object file: No such file or directory

 how do i find out which package libGLU.so.1 belongs to?
 equery belongs libGLU.so.1 gives nothing
 i found that library on a backup but i don't know the corresponding package.

Hi, this file belongs to  media-libs/mesa

regards,
Boris.
 thanks.
 best regards. robert
 --
 gentoo-user@gentoo.org mailing list





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

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mozplugger is masked

2006-03-22 Thread Boris Fersing
2006/3/22, [EMAIL PROTECTED] [EMAIL PROTECTED]:
 It's masked:

 localhost ~ # emerge mozplugger
 Calculating dependencies
 !!! All ebuilds that could satisfy mozplugger have been masked.
 !!! One of the following masked packages is required to complete your
 request:
 - net-www/mozplugger-1.6.2 (masked by: ~x86 keyword)
 - net-www/mozplugger-1.7.3 (masked by: ~x86 keyword)
 - net-www/mozplugger-1.7.1 (masked by: ~x86 keyword)
 - net-www/mozplugger-1.5.2 (masked by: ~x86 keyword)

 For more information, see MASKED PACKAGES section in the emerge man page
 or refer to the Gentoo Handbook.

 localhost ~ # date
 Wed Mar 22 14:36:00 GMT 2006
 localhost ~ #

 but, when I went to http://packages.gentoo.org/ebuilds/?mozplugger-1.5.2
 I notice just one bug relating to installing mozplugger.

 Do other gentoo users unmask generally, go without, or substitute?  I
 don't think there's a substitute, but...

Hi,

~x86 means that this package is marked as unstable because it needs
some testing, if you want to test it (don't worry, I've my whole
system in ~x86 and it's quite stable), just unmask it this way :

echo net-www/mozplugger ~x86  /etc/portage/package.keywords

You'll have to create /etc/portage/ if it's the first time you use the
/etc/portage/* files ...

regards,

Boris.

 The wiki's down at the moment :(


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





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

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Major emerge problem

2006-03-22 Thread Boris Fersing
2006/3/22, Paul Stear [EMAIL PROTECTED]:
 Hi,
 I am in the process of updating my system to ~x86 and have reached 28 out of
 388 packages. The emerge stopped with the following error

 Error: Failed to import module 'portage_db_cdb.database'

   File /usr/lib/portage/pym/portage.py, line 1290, in load_best_module
 mod = load_mod(best_mod)
   File /usr/lib/portage/pym/portage.py, line 149, in load_mod
 mod = __import__(modname)
   File /usr/lib/portage/pym/portage_db_cdb.py, line 17, in ?
 import portage_db_template
 No module named portage_db_template
 

 Does anybody know how to resolve this please
 Paul

Mhh, are you using cdb with portage ? if yes, try mv
/etc/portage/modules /etc/portage/__modules.

AFAIK, cdb doesn't work with portage-2.1*

regards,

Boris.
 --
 This message has been sent using kmail with gentoo linux
 --
 gentoo-user@gentoo.org mailing list





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

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] problem emerging xscreensaver

2006-02-28 Thread Boris Fersing
2006/2/28, Allan Spagnol Comar [EMAIL PROTECTED]:
 Hi all, I am trying to emerge xscreensaver and I am having the following 
 error:

Hi,

 libtool: link: `/usr/lib64/libGL.la' is not a valid libtool archive
 make[2]: *** [jiv] Error 1
 make[2]: *** Waiting for unfinished jobs
 x86_64-pc-linux-gnu-gcc -O3 -march=k8 -pipe -msse3 -mmmx -m3dnow -W
 -Wall -Wno-long-long -Wformat -Wmissing-prototypes -Wstrict-prototypes
 -pedantic -o .libs/jasper jasper.o  ../libjasper/.libs/libjasper.so
 -lm /usr/lib64/libjpeg.so
 creating jasper
 make[2]: Leaving directory
 `/var/tmp/portage/jasper-1.701.0/work/jasper-1.701.0/src/appl'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory
 `/var/tmp/portage/jasper-1.701.0/work/jasper-1.701.0/src'
 make: *** [all-recursive] Error 1

 I already tried revdep-rebuild and env-update, what more should I do ?

eselect or opengl-update maybe ?
https://forums.gentoo.org/viewtopic-t-422699-highlight-valid+libtool+archive+libgl+la.html

HTH.

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

 --
 gentoo-user@gentoo.org mailing list





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

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] accelerate emerge

2006-02-27 Thread Boris Fersing
2006/2/27, El Nino [EMAIL PROTECTED]:
 AybOwan!

   is there a way to accelerate the fetching part of emerge
 by using prozilla or some other tool?

Hi,

if you want to use prozilla, just change the  FETCHCOMMAND and
RESUMECOMMAND in /etc/make.conf

There is some examples in /etc/make.conf.example, but not for prozilla ...

HTH.

Boris

PS: With portage-2.1_pre* you can use the parallel fetch, just add
parallel-fetch in the FEATURES variable ...
 ...
 The future lies ahead.
  ___
  Have you mooed today? 
  
 \^__^
  \   (oo) \___
  (__) \ )\/\
 | |-w   |
 | || |

 2.6.15-gentoo-r1-sinhalese-jan201
 (((o)))~--~--~--
 Proud to be a Sinhalese.
 SINHALESE ARE GENIUSES OF IRRIGATION
 http://easyweb.easynet.co.uk/~sydney/sinhales.htm

 --
 gentoo-user@gentoo.org mailing list





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

-- 
gentoo-user@gentoo.org mailing list



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

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

 Hi,

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

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

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

 Thank you for your help.

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

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




Hi,

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

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

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

HTH.

Boris.

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

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] amd64/x86

2006-02-23 Thread Boris Fersing
2006/2/23, daniel [EMAIL PROTECTED]:
 On Thursday 23 February 2006 07:54, Boris Fersing wrote:
  2006/2/23, [EMAIL PROTECTED] [EMAIL PROTECTED]:
   Hi,
  
   I'm going to install Gentoo on Athlon64-based workstation,
   but I'm a little confused about hardware profiles and their
   compatibility:
  
   If I select now amd64, will I be able later to install and
   use x86 software, if there is no amd64 release (for example
   precompiled game-binaries, or even some sources which are
   only for x86, not amd64)?
  
   Or do I have to use x86 installation profile?
 
  Hi,
 
  just use the amd64 default profile (the mutilib one), then you'll be
  able to run 32bits softwares too !

 Not entirely true.  When I first got my amd64 box, I did just that and was
 horribly disappointed.  While most things worked, there were a number of
 show stoppers so to speak: Konqueror couldn't play flash movies because
 while Konqueror compiled just fine as 64-bit, flash is only available in
 32bit.  If I wanted to see Flash, I had to use a binary version of Firefox.
 Worse though was the fact that none of the win32codecs were available so I
 couldn't watch any wmv, wma or other binary-only formats.

 Sadly, if you want to be able to use stuff typically used for the Windows
 world, you have to conform to that world's handicapps, which means making do
 with 32bits for now.

What jarry wants is to run precompiled 32bits applications, which
should work with the multilib profile.

But I agree iwth some points, you can't use a 32bits plugin with a
64bits application, that's why I've installed mozilla-firefox-bin,
mplayer-bin ...

regards,

Boris.

 --
 It is sort of puzzling I think that you can have 100 percent certainty about
 the weapons of mass destruction's existence, and zero certainty about where
 they are.
   - Hans Blix, Chief UN weapons inspector in Iraq
before the American occupation
 --
 gentoo-user@gentoo.org mailing list





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

-- 
gentoo-user@gentoo.org mailing list



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

2006-02-22 Thread Boris Fersing
2006/2/23, Bo Andresen [EMAIL PROTECTED]:
 Hi

Hi,

 I have just purchased a new computer with a AMD Semphron 2800+ 64 bit
 processor. I am installing it following the gentoo handbook of the amd64
 architecture - only I am using the x86 minimal livecd (2005-r1) and the
 stage3-amd64-2005.1-r1.tar.bz2 tarball. Shouldn that be a problem?

 When I get to step 6a (chrooting)
 http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?part=1chap=6#doc_chap1
 I get the following error:

 livecd gentoo # chroot /mnt/gentoo bin/bash
 chroot: cannot run command `bin/bash': Exec format error

You'll have to boot on a 64bits liveCD if you want to chroot into a
64bits environment.

Regards,

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





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

-- 
gentoo-user@gentoo.org mailing list