Re: [gentoo-user] No kernel boot after inserting more ram

2008-01-18 Thread Mike
Just a thought... Did you enable High Memory support in your kernel? Processor type and features ---> High Memory Support ---> (X) 4GB On Jan 18, 2008 4:10 PM, Philip Webb <[EMAIL PROTECTED]> wrote: > 080118 José Pedro Saraiva wrote: > > Hi all, wise gentoo users! > > I've recently bought

Re: [gentoo-user] Re: Random segfaults with kernel 2.6.27

2008-11-20 Thread Mike
Nikos Chantziaras wrote: Reverting back to the open source radeonhd driver made this stop. This is a serious issue because you'll get segfaults only if you're lucky. If not lucky, bad machine code could be produced which on Gentoo being source-based is the worst scenario imaginable. I have

Re: [gentoo-user] Re: Random segfaults with kernel 2.6.27

2008-11-20 Thread Mike
Nikos Chantziaras wrote: Reverting back to the open source radeonhd driver made this stop. This is a serious issue because you'll get segfaults only if you're lucky. If not lucky, bad machine code could be produced which on Gentoo being source-based is the worst scenario imaginable. I have

[gentoo-user] Need to recover corrupt disk drive...

2008-12-08 Thread Mike
0 53 OnTrack DM6 Aux3 == So, I'm looking for advise. What should I try before I just blow it all away and start over? I REALLY would like to get my system restored/fixed, though. Any ideas would be most appreciated. Mike.

Re: [gentoo-user] coldplug vs hotplug vs udev

2007-09-05 Thread Mike
Should we still be using coldplug or hotplug or has udev robustly replaced cold and hotplug? Hotplug and coldplug are obsolete, use udev. -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Re: Sound doesn't work in Flash

2007-09-05 Thread Mike
Daniel wrote: Thanks, but even though aoss firefox loaded, Youtube still gives me no sound. I'm in the process now of compiling my kernel with OSS support (under Alsa) to see if that helps. Last time I updated alsa-lib my sound didn't work because it doesn't build the plugins by default any

Re: [gentoo-user] How do you handle new Xorg + nvidia + ~x86?

2007-09-10 Thread Mike
� Guerrero wrote: On Tue, 11 Sep 2007 03:36:13 +0200 Volker Armin Hemmann <[EMAIL PROTECTED]> wrote: On Dienstag, 11. September 2007, Roy Wright wrote: Howdy, Well, I had to local mask =x11-base/xorg-server-1.4-r1 =x11-base/xorg-server-1.4 =x11-base/xorg-x11-7.3 today to keep portage from b

Re: [gentoo-user] kde-4.1 SLOT in kdesvn-portage

2008-09-21 Thread Mike
someone confirm? Am I actually dreaming? Anyone know why a > perfectly reasonable set of ebuilds were removed? > I have a similar problem when I 'emerge --sync' it deletes my overlays I added with layman. Mike

Re: [gentoo-user] kde-4.1 SLOT in kdesvn-portage

2008-09-21 Thread Mike
Mike wrote: > Alan McKinnon wrote: >> Hi, >> >> I use the kdesvn-portage overlay (the portage one, not the paludis-only >> one). >> To still stay this side of sanity, I emerged the 4.1.1 SLOT. >> >> I updated layman -S today only to find that the

[gentoo-user] x11-libs/libview-0.6.1 compile error

2008-10-06 Thread Mike
make[2]: *** [baseBGBox.lo] Error 1 make[2]: *** Waiting for unfinished jobs i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/in clude/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-

Re: [gentoo-user] get rid of xf86-video-* drivers

2008-10-09 Thread Mike
Erik Hahn wrote: Please, disable HTML in your client or at least tell it to send a plain text version as well. I see hardly readable raw HTML code in mutt. You may want to add this line to muttrc: auto_view text/html Mike

Re: [gentoo-user] get rid of xf86-video-* drivers

2008-10-09 Thread Mike
Willie Wong wrote: Besides: if one is already using the bandwidth to send mail in HTML, why not make it MIME-multipart with a plain text version included too? I agree there should be a plain text version included AND the html should be standards compliant, in a perfect world. Mike

[gentoo-user] AutoFS with LDAP

2008-10-19 Thread Mike
saying "failed". I have also tried starting by handing using the automount command that is running on my Debian box, however, it just exits. The /usr/lib/autofs/autofs-ldap-auto-master returns the correct information. However, automounter will not start. Mike.

Re: [gentoo-user] AutoFS with LDAP

2008-10-20 Thread Mike
d64 try this: $ CFLAGS="-DLDAP_DEPRECATED" emerge autofs]". It's a 64bit system, so I will try remerging it with LDAP_DEPRECATED and see what happenes. Mike.

Re: [gentoo-user] AutoFS with LDAP ***SOLVED***

2008-10-20 Thread Mike
On Mon, Oct 20, 2008 at 01:31:00PM +0100, Mike wrote: > > Thanks Fred, > > I think I found the answer here: "[bug on amd64 try this: $ > CFLAGS="-DLDAP_DEPRECATED" emerge autofs]". It's a 64bit system, so I > will try remerging it with LDAP_DEPRECATE

Re: [gentoo-user] Performance problem at writing big files and Multitasking

2007-02-07 Thread Mike
Daniel Pielmeier wrote: >> What I/O scheduler are you using? Did you try to experiment with the >> deadline or the cfq I/O schedulers? >> If you have them enabled in your kernel config, read >> Documentation/block/switching-sched.txt and see if things get better >> after changing the I/O scheduler

[gentoo-user] The pound sign

2011-01-05 Thread Mike
it doesn't work. All the other keymapping in the terminal works fine. I've noticed this irritation afflicts both my desktop and laptop and dispite various Googling, I can't find anytthing that describes this irritation. Does anyone have any ideas why this might be? Cheers, Mike. signature.asc Description: Digital signature

Re: [gentoo-user] The pound sign SOLVED

2011-01-06 Thread Mike
On Wed, Jan 05, 2011 at 10:31:17PM +0100, Volker Armin Hemmann wrote: > > different fonts maybe? > Turns out after some more research that it was that the locale was not set. Mike. signature.asc Description: Digital signature

Re: [gentoo-user] Imagemagick fails

2006-07-08 Thread Mike
> Bottom line: you need ~x86 libpng and imagemagick until libpng-1.2.12-r1 > and imagemagick-6.2.8.0 are stabled. If you dont want to install the packages from testing you can compile imagemagick with the -png use flag set and it should work. That's what I did until imagemagick and/or libpng was u

[gentoo-user] xfce-extra/terminal-0.2.4-r1

2006-07-15 Thread Mike
When I compile xfce-extra/terminal-0.2.4-r1 it gives this error: /usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv16gl' /usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv03gl' /usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to `_nv000

Re: [gentoo-user] xfce-extra/terminal-0.2.4-r1

2006-07-15 Thread Mike
Richard Fish wrote: > On 7/15/06, Mike <[EMAIL PROTECTED]> wrote: >> When I compile xfce-extra/terminal-0.2.4-r1 it gives this error: >> >> /usr/lib/opengl/nvidia/lib/libGLcore.so.1: undefined reference to >> `_nv16gl' > > Try: > > eselec

Re: [gentoo-user] Corrupted files in xorg?

2006-07-24 Thread Mike
On Tue, 25 Jul 2006 00:00:11 +0200 Mick <[EMAIL PROTECTED]> wrote: > Could someone please post the contents of your /usr/lib/X11/ dir for > comparison purposes? [EMAIL PROTECTED] ~ $ ls -la /usr/lib/X11/ total 164 drwxr-xr-x 5 root root 4096 Jul 23 21:50 . drwxr-xr-x 102 root root 61440 Jul 24

Re: [gentoo-user] dev/tty1 permission denied

2006-07-31 Thread Mike
Alex Fortwinder wrote: When I start screen as a user, I got the following: Cannot open your teminal 'dev/tty1' - please check. When I run w3m in console it says that permission denied to dev/tty1 How to set up permission? Thanks Alex chmod 666 /dev/tty1 -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Error updateing ffmpeg

2006-08-08 Thread Mike
Paul Stear wrote: > Hi all, > I have been having this problem for a few days now I am "~x86", Portage > 2.1.1_pre4-r4 (default-linux/x86/2006.0, gcc-4.1.1/vanilla, glibc-2.4-r3, > 2.6.17-gentoo-r1 i686). > Any ideas? > Paul > i386/snowdsp_mmx.c: In function 'ff_snow_vertical_compose97i_sse2': > i

Re: [gentoo-user] OT - Best IRC client

2006-08-08 Thread Mike
ving all my text messaging in the same program. Mike -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] OT - Best IRC client

2006-08-08 Thread Mike
Justin R Findlay wrote: > On Tue, Aug 08, 2006 at 11:31:02PM -0400, Mike wrote: >> I have tried most of them and I prefer Xchat for a gtk app and IRSSI for >> the terminal but I am using Gaim right now for IRC because i like having >> all my text messaging in the same program

Re: [gentoo-user] x86 2006.0 package cd

2006-08-10 Thread Mike
t; > then click on whichever you want. You can get a minimal or live CD. > > Dale > :-) :-) He wants the PACKAGE CD I can't find one either for x86 arch. Mike -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] x86 2006.0 package cd

2006-08-10 Thread Mike
Thomas T. Veldhouse wrote: > There is an installer and many precompiled packages on the live cd. > > I am not aware of any other package CD. > > Tom Veldhouse http://www.gentoo.org/main/en/where.xml Gentoo 2006.0 Package CD (up to 700 megabytes depending on arch) amd64 ppc (ppc) ppc (g4) ppc (

Re: [gentoo-user] How to set domainname

2006-08-16 Thread Mike
Anthony E. Caudel wrote: > As of baselayout-1.12.4, the domainname init script is no longer used > and the Gentoo Handbook no longer tells how to set the domainname. > domainname now returns "(none)" > > /etc/conf.d/net.example talks about setting up dns_domain but if this is > used, it overwrites

Re: [gentoo-user] gentoo on an old PPC with Sonnet dual processor upgrade card

2006-08-16 Thread Mike
l would help. > > Thank you, > > Greetings, > Robert > You probably need to pass it some kernel option at boot like "noacpi" or something. Mike -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] How to set domainname

2006-08-16 Thread Mike
Phil Sexton wrote: > Anthony E Caudel wrote: >> Mike wrote: >> >>> Anthony E. Caudel wrote: >>> >>>> As of baselayout-1.12.4, the domainname init script is no longer used >>>> and the Gentoo Handbook no longer tells how to set the domain

Re: [gentoo-user] gentoo on an old PPC with Sonnet dual processor upgrade card

2006-08-16 Thread Mike
Robert Welz wrote: > PS: I have posted this mesage already 1 1/2 hours ago but it never > appeared here on my mailserver. Is this a known bug on the list software? > > Robert Sometimes my messages don't show up for a long time either. Mike -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] looking for a terminal w/ url activation capability

2006-08-17 Thread Mike
1 terminal, I'd like to be able to click on them so ie. > mozilla gets called. > > Does anyone know such an terminal ? > > > thx These terminals will work: xfce-extra/terminal x11-terms/gnome-terminal Mike -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Re: looking for a terminal w/ url activation capability

2006-08-17 Thread Mike
Benno Schulenberg wrote: > Just in case not everyone sees the same thing, this is what I see: > http://article.gmane.org/gmane.linux.gentoo.user/168016 I see it too. Mike -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] How the HAL are you supposed to use these files?

2010-02-09 Thread Mike Edenfield
On 2/8/2010 5:20 PM, Alan Mackenzie wrote: . Am I the only person that finds this semantic gibberish? Is there any explanation somewhere of what a "policy" aka "device rule" is? What is the semantic significance of a "device rule"? What does it mean, to "rule a device", or what sort of restr

Re: [gentoo-user] How the HAL are you supposed to use these files?

2010-02-09 Thread Mike Edenfield
On 2/9/2010 3:16 AM, Dale wrote: On Mon, 8 Feb 2010 21:17:08 -0500, Walter Dnes wrote: My solution to simplify Gentoo... waltd...@d531 ~ $ cat /etc/portage/package.mask sys-libs/pam sys-apps/dbus sys-apps/hal You'll have to do a manual depclean (very carefully) and revdep-rebuild, but it's wor

Re: [gentoo-user] How the HAL are you supposed to use these files?

2010-02-10 Thread Mike Edenfield
ait the Third System Effect aka DeviceKit? Last I heard DeviceKit was "deprecated before it even happened" and they're just going to move everything into udev. --Mike

Re: [gentoo-user] Re: Has semantic-desktop really become compulsatory for kmail?

2010-02-11 Thread Mike Edenfield
nd, * You just really like to complain about things. --Mike

Re: [gentoo-user] Re: Has semantic-desktop really become compulsatory for kmail?

2010-02-12 Thread Mike Edenfield
whining about "bloat" is going to change things. If you want to use KDE-4 applications, you use semantic desktop. If you don't want to use semantic desktop, you don't use KDE-4 applications. Yay for choice. --Mike

Re: [gentoo-user] How the HAL are you supposed to use these files?

2010-02-15 Thread Mike Edenfield
On 2/15/2010 2:20 PM, Enrico Weigelt wrote: J. Roeleveld wrote: And *IF* some application is interested in the such information, why not just using the filesystem ? Because on flash-drives (Which are used in small devices and netbooks) you don't want every single status update to be written t

Re: [gentoo-user] How the HAL are you supposed to use these files?

2010-02-16 Thread Mike Edenfield
h the appropriate file system modules. --Mike

Re: [gentoo-user] Skype && pulseaudio

2010-02-22 Thread Mike Mazur
This is indeed a problem. In the past I used the mic of my USB headset and the external speakers for calls, but now I can't get that configuration any longer. It's always using the crappy mic built-in to my laptop. I'll be very interested in the solution :) Thanks, Mike

Re: [gentoo-user] Skype && pulseaudio

2010-02-23 Thread Mike Mazur
Skype stubbornly continued to use only the built-in mic in my case. Hope that helps, Mike

Re: [gentoo-user] Re: KDE? Get me out of here!

2010-02-24 Thread Mike Edenfield
ld. emerge >> -a --depclean. That should do it. >> >> > > Is that even possible? Won't a number of KDE apps demand the semantic-desktop > use flag set? > For KDE 4.4, +semantic-desktop is mandatory, though you can still turn off the services after installing them. Honestly, for what the OP appears to need out of a desktop environment, he'd be more than happy with Xfce or something and save a ton of disk space. --Mike

Re: [gentoo-user] Re: KDE? Get me out of here!

2010-02-24 Thread Mike Edenfield
nd a pager for multiple > desktops. it appears that all he needs is a panel and a pager, which any decent window manager will have. Therefore, if KDE is using up more resources than he feels warranted, perhaps it's time to switch. --Mike

Re: [gentoo-user] New openssh install message?

2010-03-12 Thread Mike Edenfield
rmally just do The message isn't new; every version of openssh in portage includes it as part of the post-install. As far as I can determine, it's just a reminder to restart ssh after merging your config changes e.g. with conf-update or whatever you use, so you can take advantage of whatever security bugfixes were present in the new version. --Mike

Re: [gentoo-user] Re: CUPS and hp OfficeJet Pro

2010-03-18 Thread Mike Edenfield
1.5 (or whatever) brings back native Avahi support. --Mike

Re: [gentoo-user] Re: help

2010-03-22 Thread Mike Edenfield
On 3/22/2010 3:40 PM, Mick wrote: > On Monday 22 March 2010 19:21:26 KH wrote: >> Am 22.03.2010 20:17, schrieb Mick: >>> TBH, I wouldn't pay money for it but as many OEM impose a MSWindows tax >>> on all of us I had no other option if I wanted to buy this particular >>> laptop. >> >> You can refuse

Re: [gentoo-user] KDE 4 - error when closing window

2010-03-22 Thread Mike Edenfield
nt variable, not an actual KDE component. Setting KDEWM was the standard way of getting compiz instead of KWin for your window manager in KDE3. Now that KWin composites all by itself, not really necessary, but the variable still works as before. --Mike

Re: [gentoo-user] f-spot depends on mono?

2010-03-25 Thread Mike Edenfield
27;ll have to use something other than F-Spot. Unfortunately I don't know of an application for Linux that does everything that F-Spot does, except maybe Picasa from Google? --Mike

Re: [gentoo-user] Can't get a DVD to burn.

2010-03-30 Thread Mike Edenfield
On 3/30/2010 1:00 PM, Dale wrote: > status: 0x2 (CHECK CONDITION) > Sense Bytes: 70 00 03 00 00 00 00 0A 00 00 00 00 73 03 00 00 > Sense Key: 0x3 Medium Error, Segment 0 > Sense Code: 0x73 Qual 0x03 (power calibration area error) Fru 0x0 > Sense flags: Blk 0 (not valid) This part is claiming that

Re: [gentoo-user] Can't get a DVD to burn.

2010-04-02 Thread Mike Edenfield
gt; > > > Bad enough you mentioned HAL in a conversation with Dale. Now there's XML involved. This thread is officially never going to end. --Mike

Re: [gentoo-user] Forcing X.org video driver without xorg.config

2010-04-05 Thread Mike Edenfield
On 4/5/2010 7:37 AM, Black Napalm wrote: > Hello! > > I am trying to set up X.org and the Gentoo X Server configuration > HOWTO says that HAL should be used and that xorg.conf should only be > used as a last resort. However, when running X without a configuration > file, it autodetects the video c

Re: [gentoo-user] emerge update gcc downgrade

2010-04-06 Thread Mike Edenfield
On 4/6/2010 6:40 AM, Kraus Philipp wrote: > Hi, > > I run in a virtual machine a gentoo (~x86) system. I synced the portage > tree at the weekend an run emerge --update > > The update runs without errors, but emerge installed the gcc 4.3.4, > but on the system is the 4.4.3 installed > > [ebuild

Re: [gentoo-user] no text in certain flash app

2010-04-15 Thread Mike Edenfield
ok, for example; thus far I've been unable to figure out which Flash element is being used that doesn't work, because it's not consistent even within a single applet. --Mike

Re: [gentoo-user] no text in certain flash app

2010-04-15 Thread Mike Edenfield
here. No... he's actually quoting the text that should be on the page, not describing the musical elements. It's a series of bullet points describing in words what is displayed above it. So clearly you're not seeing what he is :) On the plus side: Paul Hartman is a genius; installing 'corefonts' has fixed a bunch of previously-broken Facebook games. But sadly, not this musictheory page, so I must still be missing the fonts. Paul, Is there a way to tell which font the Flash animation is trying to use? --Mike

Re: [gentoo-user] no text in certain flash app

2010-04-15 Thread Mike Edenfield
ystem. Maybe it can only use TTF fonts? I'm not really sure. Wierd. I have all the same fonts you do, plus a few extra, and still no text in that flash. Now that I know it's a font issue I might mess around with my fonts and see if I can figure out what it's problem is. --Mike

Re: [gentoo-user] How many ways are there for a user to increase their permissions?

2010-04-17 Thread Mike Edenfield
with CAP_NET_RAW isn't a fair comparison, as the two don't have the same feature set and thus clearly don't have the same security needs. --Mike

Re: [gentoo-user] installation aborted due to poor programming practices

2010-04-19 Thread Mike Edenfield
On 4/19/2010 10:19 AM, Arttu V. wrote: > On 4/19/10, Helmut Jarausch wrote: >> On 19 Apr, Neil Bothwick wrote: >>> On Mon, 19 Apr 2010 12:47:17 +0200 (CEST), Helmut Jarausch wrote: >>> the installation of a package (unofficial gimp-gap) is 'aborted due to poor programming practices' prob

Re: [gentoo-user] Can't get a DVD to burn.

2010-04-20 Thread Mike Edenfield
On 4/20/2010 11:01 AM, Paul Hartman wrote: > On Mon, Apr 19, 2010 at 8:44 PM, Dale wrote: >> /usr/bin/growisofs -Z /dev/hdd=/dev/fd/0 > And isn't /dev/fd/0 a floppy device? Are you burning from a floppy to > an IDE drive? /dev/fd0 is a floppy. /dev/fd/0 is file descriptor 0 for the current proc

Re: [gentoo-user] Re: xorg-server upgrade

2010-04-21 Thread Mike Edenfield
ou really don't. I have no xorg.conf and the only thing I'm missing is the mouse wheel emulation on my touchpad. The xorg-server package includes configuration segments that handle the basic input devices for you, and the server itself is pretty good as figuring out your output devices. --Mike

Re: [gentoo-user] Updates = slow firefox

2010-04-21 Thread Mike Edenfield
On 4/21/2010 3:07 PM, Grant wrote: > Could this be the problem? > > # grep ^\(EE /var/log/Xorg.0.log > (EE) Failed to load module "vesa" (module does not exist, 0) > (EE) Failed to load module "fbdev" (module does not exist, 0) > (EE) intel(0): [drm] Failed to open DRM device for : No such file or

Re: [gentoo-user] Confusion with eix output

2010-04-21 Thread Mike Edenfield
You probably need to eix-update after your most recent sync. Use eix-sync instead of emerge --sync if, like me, you tend to forget that step. --Mike

Re: [gentoo-user] Updates = slow firefox

2010-04-23 Thread Mike Edenfield
ence is how much manually configuration you need to do. The relative stability of using/not using udev with Xorg 1.8 have yet to determined. :) --Mike

Re: [gentoo-user] Compiling 32 bit library on x86_64

2010-04-30 Thread Mike Edenfield
e entire 32-bit cross-compiler environment for you; then it's just a matter of setting a couple of environment variables to switch compilers. --Mike

Re: [gentoo-user] Compiling 32 bit library on x86_64

2010-04-30 Thread Mike Edenfield
On 4/30/2010 12:40 PM, Roger Mason wrote: > Mike Edenfield writes: > >> Have you tried using sys-devel/crossdev? > > Not in the present context. > >> It will set up the entire 32-bit cross-compiler environment for you; >> then it's just a matter of settin

[gentoo-user] looking for old gcc dist file

2010-07-05 Thread Mike Frysinger
could people take a look in their distdir and see if they could send me (offlist) the file: gcc-4.0.1-patches-1.0.tar.bz2 i dont know if infra keeps around retired dev's homes, but i'd like ~eradicator/public_html/gcc/ and ~lv/GCC/ ... -mike signature.asc Description:

Re: [gentoo-user] Re: Safe to install libpng-1.2.44?

2010-07-06 Thread Mike Edenfield
On 7/4/2010 10:05 PM, walt wrote: > On 07/04/2010 06:38 PM, Enrico Weigelt wrote: >> Hi folks, > >> * library imports should _always_ happen via pkg-config >> (dont use .la files) > > +1 (Am I allowed +100?) If so, allow me to +1billion

Re: [gentoo-user] [OT] In search of a "good" windowmanager

2009-09-12 Thread Mike Kazantsev
on > application with that starting character. > > Or in other words: Starting applications does not involve the mouse. You can use "fbrun" util, or some more advanced launcher app like that, bet there should be more than one, and it doesn't seem to be a feat closel

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

2009-09-15 Thread Mike Kazantsev
it's own --jobs option to build several packages in parallel, if possible. -- Mike Kazantsev // fraggod.net signature.asc Description: PGP signature

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

2009-09-15 Thread Mike Kazantsev
b-xlib.so... > * No broken libraries detected > > I wonder what I did different? Prehaps nothing. Rebuild warning is triggered by a check for libxcb-xlib.so.0.0.0, which didn't seem to exist on my system either. Guess "xcb" use-flag for libX11 is to blame: if it's not set, then older libX11 brought along it's own libxcb. -- Mike Kazantsev // fraggod.net signature.asc Description: PGP signature

Re: [gentoo-user] python cleanup

2009-09-15 Thread Mike Kazantsev
sk and run emerge, it should complain that 'All ebuilds are masked', followed by the chain of 'pulled in by' clauses, which should be enough to find out what's going on. -- Mike Kazantsev // fraggod.net signature.asc Description: PGP signature

Re: [gentoo-user] /usr/portage/packages/Packages - what for?

2009-09-15 Thread Mike Williams
each > tbz2 file. And it's fetched by machines using a BINHOST, as obviously over HTTP it's not practical to fetch the packages themselves to get the environment info. -- Mike Williams

Re: [gentoo-user] Can I do this remotely?

2009-09-15 Thread Mike Kazantsev
e. Is there a way to fix it > remotely? You can use x11vnc to take control over what's happening on a local display with X. -- Mike Kazantsev // fraggod.net signature.asc Description: PGP signature

Re: [gentoo-user] udev + incron wheel's remake : hal/dbus usefulness quest

2009-09-18 Thread Mike Kazantsev
ldn't happen too often, and besides, that's what etc-update is for. -- Mike Kazantsev // fraggod.net signature.asc Description: PGP signature

Re: [gentoo-user] [OT] Conrad SATA-II PCI Controller

2009-09-22 Thread Mike Kazantsev
en you probably out of luck. -- Mike Kazantsev // fraggod.net signature.asc Description: PGP signature

Re: [gentoo-user] Ultramonkey 3 + Gentoo a Match Made in Hell?

2009-09-28 Thread Mike Williams
rticularly helpful, if a bit out of date. Especially the LVS/* pages. -- Mike Williams

Re: [gentoo-user] Am I wrong?..

2009-10-01 Thread Mike Edenfield
efaults for the new user. 2. Change the default editor on your system by putting something in /etc/env.d: apollo ~ # cat /etc/env.d/99editor EDITOR="vim" --Mike

Re: [gentoo-user] Am I wrong?..

2009-10-01 Thread Mike Edenfield
7;re seeing isn't a bug in the sudo ebuild --- it's intended and intentional behavior of sudo itself. --Mike

Re: [gentoo-user] Am I wrong?..

2009-10-01 Thread Mike Edenfield
isudo over ssh? --Mike

Re: [gentoo-user] Anyone using sys-devel/gcc-4.4.1

2009-10-01 Thread Mike Edenfield
of course) for a good while, and the only problems I've run into are hardened related. It has built OOo, Gnome, Gimp, Firefox, Emacs, and even CLISP with no apparent problems so far. --Mike

Re: [gentoo-user] Am I wrong?..

2009-10-02 Thread Mike Edenfield
o venture a guess, I'd say most, if not all, users who managed to get vim installed and nano removed are more than capable of configuring sudo appropriately. --Mike

[gentoo-user] How to update dependency cache for emerge?

2009-10-09 Thread Mike Kazantsev
What I've tried so far: emerge --regen egencache --update emerge -C && emerge -1 What works: ebuild /path/to/.ebuild merge Any ideas how to fix emerge in this case? Thanks. -- Mike Kazantsev // fraggod.net signature.asc Description: PGP signature

Re: [gentoo-user] How to update dependency cache for emerge?

2009-10-10 Thread Mike Kazantsev
On Sat, 10 Oct 2009 09:10:24 +0200 Justin wrote: > Mike Kazantsev wrote: > > I have portage-2.2 with FEATURES="metadata-transfer", the latter > > probably being the cause of the problem, but seem to be necessarry for > > some overlays I'm using. > > >

Re: [gentoo-user] How to update dependency cache for emerge?

2009-10-10 Thread Mike Kazantsev
al post starts from here - I want to generate the cache, not just transfer the one from vanilla portage. -- Mike Kazantsev // fraggod.net signature.asc Description: PGP signature

Re: [gentoo-user] Migration to baselayout2 / openrc

2009-10-10 Thread Mike Kazantsev
es, but still I doubt that the overal result should be more stable than "testing" branch, since no-one has really tested your particular package mix. -- Mike Kazantsev // fraggod.net signature.asc Description: PGP signature

Re: [gentoo-user] What is a "packet"? Was: Checksum error

2009-10-11 Thread Mike Edenfield
On Mon, 2009-10-12 at 00:04 +0200, KH wrote: > Peter Ruskin schrieb: > > > > I'm 71 ... is that old enough? > > > To use a trendy idiom: That's cool. I believe the current trendy idiom (with the identical meaning) is "That's hot". Thus portraying exactly the problem with our language. :x --K

Re: [gentoo-user] Re: Library file formats

2009-10-16 Thread Mike Edenfield
x is to run lafilefixer, which changes the above line to say: # Libraries that this one depends upon. dependency_libs=' -L/usr/lib -ldbus-1 -lcap -lpthread -lrt' So that hal no longer cares whether or not the dbus package installed its libtool archive, and all is well. --Mike

[gentoo-user] Remaining inconsistencies after revdep-rebuild -- libgomp.la missing

2009-10-18 Thread Mike Mazur
y system at all? Is anyone else seeing this issue? Do I need to file a bug? Thanks, Mike [1] http://gcc.gnu.org/onlinedocs/libgomp/ [2] http://bugs.gentoo.org/show_bug.cgi?id=223825

Re: [gentoo-user] Re: Remaining inconsistencies after revdep-rebuild -- libgomp.la missing

2009-10-18 Thread Mike Mazur
Hi, On Mon, Oct 19, 2009 at 09:23, walt wrote: > On 10/18/2009 05:31 PM, Mike Mazur wrote: >> Hi, >> >> When I run revdep-rebuild, I get something like the following: >> >> [...] >>  *   broken /usr/lib/ImageMagick-6.5.2/modules-Q16/coders/avi.la >> (

Re: [gentoo-user] Re: Remaining inconsistencies after revdep-rebuild -- libgomp.la missing

2009-10-18 Thread Mike Mazur
Hi, On Mon, Oct 19, 2009 at 09:52, Mike Mazur wrote: > Hi, > > On Mon, Oct 19, 2009 at 09:23, walt wrote: >> On 10/18/2009 05:31 PM, Mike Mazur wrote: >>> Hi, >>> >>> When I run revdep-rebuild, I get something like the following: >>> >>&

Re: [gentoo-user] Re: Remaining inconsistencies after revdep-rebuild -- libgomp.la missing

2009-10-18 Thread Mike Mazur
Hi, On Mon, Oct 19, 2009 at 10:16, Mike Mazur wrote: > Hi, > > On Mon, Oct 19, 2009 at 09:52, Mike Mazur wrote: >> Hi, >> >> On Mon, Oct 19, 2009 at 09:23, walt wrote: >>> On 10/18/2009 05:31 PM, Mike Mazur wrote: >>>> Hi, >>>> >&g

Re: [gentoo-user] ">=net-libs/libsoup-2.25.1:2.4[gnome]" Huh?

2009-10-19 Thread Mike Edenfield
openoffice It should show openoffice being built without the "eds" flag and evolution-data-server not included in the dependency tree at all. --Mike

Re: [gentoo-user] Has MySQL become compulsory?

2009-10-25 Thread Mike Edenfield
DE stuff, then you don't want nepomuk either. Try removing it instead of rebuilding it. --Mike

Re: [gentoo-user] Re: Linux Magazine tests Gentoo performance

2009-10-29 Thread Mike Edenfield
On 10/29/2009 5:13 PM, Nikos Chantziaras wrote: On 10/29/2009 10:45 PM, Nikos Chantziaras wrote: I suppose this is interesting to most Gentoo users. Linux Magazine performed a detailed benchmark of Gentoo, comparing it to Ubuntu 9.04: http://www.linux-mag.com/id/7574/1 Btw, I think this is a

Re: [gentoo-user] hal vs. devicekit (was: more about hal)

2009-10-31 Thread Mike Edenfield
, and gnome-power-manager is totally useless. For the record, I'm all about moving to devicekit from hal if that's where the dev(s) are moving, but I'd rather do so while continuing to use my laptop :) --Mike

Re: [gentoo-user] Kernel upgrading and linux symlink

2009-10-31 Thread Mike Edenfield
dress resolution in oops messages. I think ps uses it for something as well. --Mike

Re: [gentoo-user] When masked pkg not in [...]profiles/package.mask, where is it

2009-11-01 Thread Mike Edenfield
1.5.26-r1 2.2.6a ** {test vanilla} That information is per-ebuild, found in the KEYWORDS line in the .ebuild file; it will have keyword ~x86 or ~amd64 instead of simply x86 or amd64. --Mike

Re: [gentoo-user] Firefox 3.5 without changing entire system to ~arch?

2009-11-02 Thread Mike Edenfield
t already one, just file a new one. (It may help to mention that it's stable on amd64 already.) --Mike

[gentoo-user] NetworkManager and/or WICD

2009-11-03 Thread Mike Edenfield
ation and restart it; NetworkManager and WICD seem to be the most popular. Any other suggestions would also be welcome. --Mike

  1   2   3   4   5   6   7   8   9   10   >