Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 336 matches

Go to advanced search

Advanced search
Search found 336 matches
  • Page 1 of 14
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 14
  • Next
by db_404
Wed May 04, 2011 4:14 pm
Forum: Portage & Programming
Topic: Circular dependency sys-devel/gcc-4.4.5
Replies: 4
Views: 2867


Before we go bypassing dependency checks


Too late I'm afraid :) ... so the glibc built with --nodeps (and the system is still functional, so seemingly good there)

However now have another circular dependency


(sys-apps/file-5.05, ebuild scheduled for merge) depends on
(app-admin/eselect ...
  • Jump to post
by db_404
Tue May 03, 2011 4:55 pm
Forum: Portage & Programming
Topic: Circular dependency sys-devel/gcc-4.4.5
Replies: 4
Views: 2867

Circular dependency sys-devel/gcc-4.4.5

Hi,

Any thoughts as to how to resolve this:



* Error: circular dependencies:

(sys-devel/gcc-4.4.5, ebuild scheduled for merge) depends on
(sys-libs/glibc-2.11.3, ebuild scheduled for merge) (buildtime)
(sys-devel/gcc-4.4.5, ebuild scheduled for merge) (buildtime)

* Note that circular ...
  • Jump to post
by db_404
Fri Dec 17, 2010 5:08 pm
Forum: Installing Gentoo
Topic: gentoo vs centos
Replies: 5
Views: 11334

First you might want to be sure that you really can't install under Gentoo - often it's just a matter of altering install scripts etc. to make the install complete. As long as you have all the required libraries and utilities there's really nothing special in Centos that would make it required. Of ...
  • Jump to post
by db_404
Tue Sep 07, 2010 1:19 pm
Forum: Kernel & Hardware
Topic: KVM Performance
Replies: 7
Views: 6850

IIRC, wait time in the guest is accounted as regular CPU time on the host, so if you have a large disk bound process going (like nfsd), you'll see low CPU usage in the guest (but high wait time) and high CPU usage on the host.

Ah, that's interesting given that what's going on in my example was ...
  • Jump to post
by db_404
Fri Sep 03, 2010 5:32 pm
Forum: Kernel & Hardware
Topic: KVM Performance
Replies: 7
Views: 6850

Don't believe I'm using KSM, /sys/kernel/mm/ksm/pages_shared is 0.

I just used top to produce the output - what you see is typical of what I get, a small guest cpu load seems to produce a disproportionately high usage on the related qemu-system-x86 process on the host.
  • Jump to post
by db_404
Fri Sep 03, 2010 2:21 am
Forum: Kernel & Hardware
Topic: KVM Performance
Replies: 7
Views: 6850

KVM Performance

I have a system that runs a number of KVM VMs - all Gentoo (both the host and the guest VMs), the guests all have paravirt IO and networking enabled and seemingly working, however often I see that the host cpu is vastly higher than the guests e.g (taken while performing a file copy to a guest ...
  • Jump to post
by db_404
Sun Apr 12, 2009 7:21 pm
Forum: Kernel & Hardware
Topic: KVM performance problems (potentially a newbie issue)
Replies: 3
Views: 2589

Thanks for the tip on smp, I'll give that a try, shame though, I could use the extra CPU horsepower.

I checked the qemu fallback information in the KVM faq, and I'm not falling back to quemu, so it may well be a smp issue.
  • Jump to post
by db_404
Sat Apr 11, 2009 5:38 pm
Forum: Installing Gentoo
Topic: Get help on partitioning here [Part 2]
Replies: 749
Views: 607739

For a new install the conventional approach is just to split it into 3 partitions, boot, swap and root:


#fdisk -l

Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x20000000

Device Boot ...
  • Jump to post
by db_404
Sat Apr 11, 2009 5:32 pm
Forum: Kernel & Hardware
Topic: KVM performance problems (potentially a newbie issue)
Replies: 3
Views: 2589

KVM performance problems (potentially a newbie issue)

I'm _think_ getting some significant kvm performance issues, my 'usual' virtualization environment is Xen, but I was wanting to try out kvm for it's newer kernel support and also for greater flexibillity.

The problem is that a seemingly low cpu load (say 20%) on the kvm guest, results in much ...
  • Jump to post
by db_404
Fri Mar 27, 2009 1:36 pm
Forum: Portage & Programming
Topic: Issue running 32bit code on 64bit system
Replies: 3
Views: 898

Actually this is an install (upgrade) from a stock 2008 stage 3 (which I think is 2.6.1).
  • Jump to post
by db_404
Fri Mar 27, 2009 3:07 am
Forum: Portage & Programming
Topic: Issue running 32bit code on 64bit system
Replies: 3
Views: 898

Issue running 32bit code on 64bit system

I have been investigating a glibc emerge issue I am having http://forums.gentoo.org/viewtopic-t-749588-highlight-.html .

However this now seems to be a more general issue with the system. Some simple core


#include <stdio.h>

int main(int argc,char *argv[]){
printf("%d\n",sizeof(long double ...
  • Jump to post
by db_404
Wed Mar 25, 2009 2:14 am
Forum: Portage & Programming
Topic: glibc compile issue
Replies: 0
Views: 1107

glibc compile issue

I'm getting the following trying to emerge (update) glibc any thoughts as to why would be appreciated:

x86_64-pc-linux-gnu-gcc -c -I. -I. -march=athlon64 -O2 -pipe -DMAXWIN=100 -DNONETHACK display.c
process.c: In function 'confirm_fn':
process.c:5469: warning: cast from pointer to integer of ...
  • Jump to post
by db_404
Fri Feb 20, 2009 2:06 am
Forum: Kernel & Hardware
Topic: Poor 3D Performance with GeForce 8400M GS [SOLVED]
Replies: 3
Views: 2508

Thanks, that was it. Not sure how it ended up that way though. Switching to nvidia opengl broke a few things (principally Firefox), but a few compiles later I'm back up and running.
  • Jump to post
by db_404
Wed Feb 18, 2009 2:20 am
Forum: Kernel & Hardware
Topic: Poor 3D Performance with GeForce 8400M GS [SOLVED]
Replies: 3
Views: 2508

Poor 3D Performance with GeForce 8400M GS [SOLVED]

Recently (think last 2-3 months) I've been getting very poor 3D performance with my 8400M GS, 3D acceleration is working, but so slow as to be practically unusable ~150 FPS on glxgears. Prior to this performance was pretty decent.

Any thoughts as to why this is happening, there have been a number ...
  • Jump to post
by db_404
Sat Jan 24, 2009 6:06 pm
Forum: Portage & Programming
Topic: Dependency issues with qt4 and use qt3support flag
Replies: 1
Views: 1077

Dependency issues with qt4 and use qt3support flag

Having some qt dependency problems

# emerge qt --newuse --deep
Calculating dependencies... done!

>>> Verifying ebuild manifests

>>> Starting parallel fetch

>>> Emerging (1 of 6) x11-libs/qt-sql-4.4.2
* qt-x11-opensource-src-4.4.2-headers.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... [ ok ]
* qt ...
  • Jump to post
by db_404
Tue Nov 18, 2008 3:24 pm
Forum: Desktop Environments
Topic: [Solved]touchpad can not scroll after upgrade
Replies: 19
Views: 10912

I lost the ability to tap-click, however the Vert/HorizEdgeScroll in xconfig did re-enable the edge scroll (the multitouch is kind of flakey on my laptop).

Presumably there's a config setting for the tap-click to, but I haven't found it yet.
  • Jump to post
by db_404
Sat Sep 27, 2008 2:06 am
Forum: Desktop Environments
Topic: Firefox spell check
Replies: 10
Views: 2198

Firefox spell check

Hi,

Have a slight mystery my install of firefox (www-client/mozilla-firefox-3.0.1) has lost it's 'check as you type' spellcheck. The relavent checkbox in settings is checked and I also have hunspell (app-text/hunspell-1.2.6)& dictionaries (app-dicts/myspell-en-20060316) installed.

Any thoughts as ...
  • Jump to post
by db_404
Wed Apr 23, 2008 1:37 am
Forum: Other Things Gentoo
Topic: [SOLVED] Autorun page
Replies: 4
Views: 2577

Wierd stuff coming out from php update.php!


What was the output?


Anyway... while i was installing Gentoo i noticed i selected a mirror for stage3 in a text-based browser.
I think it was called 'links'.
Will that work?


Maybe - you will also have the program wget installed, have a look at ...
  • Jump to post
by db_404
Mon Apr 21, 2008 4:49 pm
Forum: Other Things Gentoo
Topic: [SOLVED] Autorun page
Replies: 4
Views: 2577

Well, if the php file is just something you can access directly (i.e. without having to log in, doesn't need anything specific from a browser) you should just be able to do:


php phpfilename.php


in cron (have a look at the manpage for the format from the crontab and also the options for ...
  • Jump to post
by db_404
Sun Apr 20, 2008 6:54 pm
Forum: Multimedia
Topic: VLC sound choppy playing DVD
Replies: 1
Views: 1456

More research..

OK so I think I've found the source of the problem, but no real idea how to fix it. If I run vlc with -vv I see output such as:


[00000272] alsa audio output debug: recovered from buffer underrun
[00000272] main audio output debug: audio output is starving (21999), playing silence ...
  • Jump to post
by db_404
Fri Apr 18, 2008 5:47 pm
Forum: Multimedia
Topic: VLC sound choppy playing DVD
Replies: 1
Views: 1456

VLC sound choppy playing DVD

Hi,

Recently VLC has started having choppy/stuttering sound when playing DVDs. It seems to be a VLC issue as MPlayer is able to play ok, however I'm not sure what can have changed to cause VLC to start having problems, it was working just fine recently.

Thanks
  • Jump to post
by db_404
Tue Mar 18, 2008 1:23 pm
Forum: Portage & Programming
Topic: Crashing Java code
Replies: 6
Views: 1343

Can you post an example exception?

My initial suspicion would be a DNS issue, as Java can be a bit odd about having correct DNS resolution (in both directions) at times.
  • Jump to post
by db_404
Mon Feb 25, 2008 1:39 pm
Forum: Kernel & Hardware
Topic: confusing problems with nvidia 8500GT
Replies: 3
Views: 2415

I still see the same libwfb issues with nvidia-drivers-169.09-r1. Currently I'm just using the nvidia installer (which at least gets me working X), but that seems to cause some other issues, presumably because eselect isn't recognizing that the nvidia drivers are installed.
  • Jump to post
by db_404
Fri Aug 10, 2007 1:47 pm
Forum: Networking & Security
Topic: extremely slow internet SOLVED
Replies: 21
Views: 8232

I'm not liking the look of the packet loss you are getting. What is your connection? Both your connection to the net itself (e.g. DSL) and also your connection internally (e.g. wifi etc.).

For reference this is what I'm seeing off my home DSL connection, from a box with a 100Mbps wired ethernet ...
  • Jump to post
by db_404
Thu Aug 09, 2007 6:12 pm
Forum: Networking & Security
Topic: extremely slow internet SOLVED
Replies: 21
Views: 8232

First try and see if it is a DNS or connection issue. Trying to debug it from a web browser isn't really going to be possible.

Does it take significantly longer for:


ping www.google.com


to respond than:


ping 64.233.169.103



If ping takes a while resolving names, then you have a DNS ...
  • Jump to post

Search found 336 matches
  • Page 1 of 14
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 14
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic