Forums

Skip to content

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

Search found 52 matches

Go to advanced search

Advanced search
Search found 52 matches
  • 1
  • 2
  • 3
  • Next
by darken
Wed Mar 17, 2010 4:17 pm
Forum: Desktop Environments
Topic: Pidgin crashes while updating buddy status
Replies: 3
Views: 1649

Reemerged pidgin countless times, as running revdep-rebuild. Reemerged gtk+ also.
Now I'm starting an emerge -e pidgin, 290 packages in queue. Tomorrow I'll post the results.
  • Jump to post
by darken
Wed Mar 17, 2010 9:03 am
Forum: Desktop Environments
Topic: Pidgin crashes while updating buddy status
Replies: 3
Views: 1649

Pidgin crashes while updating buddy status

Hi all. I have a very annoying problem with pidgin.
When I start it, and connect with only one yahoo account, it works fine.
After I connect with my gmail account too, it crashes while updating buddy status.
I started it up with gdb and I get this: 0xb2ce6a26 in jpeg_save_markers () from /usr/lib ...
  • Jump to post
by darken
Mon May 05, 2008 11:53 pm
Forum: Kernel & Hardware
Topic: [SOLVED (until proved wrong)] Skype & wine sound crash
Replies: 0
Views: 1763

[SOLVED (until proved wrong)] Skype & wine sound crash

I have a very annoying problem with my sound setup. Most of the programs work fine, like amarok, nexuiz, flash plugin, etc.
But when I try to use Skype or Wine, the process hangs and when running dmesg I get this message:

BUG: unable to handle kernel NULL pointer dereference at virtual address ...
  • Jump to post
by darken
Thu Apr 19, 2007 2:26 pm
Forum: Kernel & Hardware
Topic: Sata HDD on SiI 3112
Replies: 1
Views: 1907

Sata HDD on SiI 3112

I have a bit of a problem. I have this configuration:

MB: Asus A7N8X-E Deluxe (with Sata controller Silicon Image 3112)
HDD: WD 1600JS


Can anybody tell me some performance values for this configuration? With kernel 2.6.20 I get values round 200MB for cached reads an 40MB for buffered disk reads ...
  • Jump to post
by darken
Wed Apr 18, 2007 5:54 pm
Forum: Networking & Security
Topic: Debian style php
Replies: 3
Views: 1112

Thanks, xces. The obvious advantage with this useflag would be to enable most of the useflags and disable the unneeded extensions in php.ini and enable them in case of future need.

But would not be a good idea to create for php a php-meta package as in case of kde that pulls in the activated ...
  • Jump to post
by darken
Tue Apr 17, 2007 8:25 am
Forum: Networking & Security
Topic: Debian style php
Replies: 3
Views: 1112

Debian style php

Is there a way to compile php with dynamic extensions instead of builtin like it is on Debian? I hate to compile all php just because I need soap, crypt or another extension.
Thanks in advance.
  • Jump to post
by darken
Tue Apr 10, 2007 2:56 pm
Forum: Networking & Security
Topic: Qos, and HTB stuff... A lots of doubts
Replies: 5
Views: 1813

No, you have to associate to that class packets by some rule, whether it is the source ip, the port number, or the mark of the packets.
  • Jump to post
by darken
Tue Apr 10, 2007 2:18 pm
Forum: Networking & Security
Topic: Qos, and HTB stuff... A lots of doubts
Replies: 5
Views: 1813

The workflow is mainly this: first, you mark the packets that you want to limit the speed for with iptables, then you use the filter option from tc to associate those packets with a class that you created in advance, hence the flowid option in the filter syntax.
  • Jump to post
by darken
Sat Apr 07, 2007 2:36 pm
Forum: Networking & Security
Topic: webapp-config is a problem
Replies: 1
Views: 956

I have only one question: are you sure your vhosts flag is set?
  • Jump to post
by darken
Sat Apr 07, 2007 2:31 pm
Forum: Desktop Environments
Topic: Problem with Refresh rate
Replies: 4
Views: 1425

What model of monitor is? Brand. diagonal, max refresh...
You could try in a console :

Code: Select all

xorgcfg -textmode
There, go to monitor section and choose one appropriate to the specs of your monitor.
Then, save xorg.conf and restart X server.
  • Jump to post
by darken
Sat Apr 07, 2007 2:22 pm
Forum: Desktop Environments
Topic: Problem with X and fonts
Replies: 3
Views: 1006

Try and remove/comment all FontPath entries in the "Files" Section.
fontconfig should do all the work instead of those lines.
  • Jump to post
by darken
Tue Apr 03, 2007 11:30 pm
Forum: Desktop Environments
Topic: Problems when I start X.
Replies: 7
Views: 1627

Read my previous post carefully. I said "create .xinitrc file and put exec startkde" in it on one line. After that, execute startx to start X server.
Better, execute these in a console:

Code: Select all

cd ~
echo "exec startkde" > .xinitrc
startx
  • Jump to post
by darken
Tue Apr 03, 2007 2:18 pm
Forum: Desktop Environments
Topic: Problems when I start X.
Replies: 7
Views: 1627

To start kde after login, create in you home directory a file called

Code: Select all

.xinitrc
where you put this line

Code: Select all

exec startkde
and start X with the same command, startx.
  • Jump to post
by darken
Tue Apr 03, 2007 2:01 pm
Forum: Networking & Security
Topic: Qos, and HTB stuff... A lots of doubts
Replies: 5
Views: 1813

What do you use to create the htb classes?
I would recommend you to emerge net-misc/htbinit. When installed, it has a lot of examples.
To classify traffic, I recommend a combination of iptables and htb, using iptables to mark the packets, and use the MARK rule in htb config files.
  • Jump to post
by darken
Tue Apr 03, 2007 1:51 pm
Forum: Desktop Environments
Topic: KDE Hal feature works only in root
Replies: 5
Views: 1760

Hello. See if the regular user is in the plugdev group. If not,

Code: Select all

gpasswd -a <user> plugdev
relogin and try again.

Edit: Rainskellr, it's funny we posted our messages 1 min difference. :)
  • Jump to post
by darken
Tue Apr 03, 2007 1:49 pm
Forum: Installing Gentoo
Topic: Coming back to the pack....Any suggestions
Replies: 6
Views: 1805

Welcome back, johnnymac :)

Here are my use flags:
USE="X alsa arts avi berkdb bitmap-fonts cairo cdr cli crypt cups dbus dlloader dri dvd dvdr eds elibc_glibc emboss \
encode esd fam firefox fortran gdbm gif gnome gpm gstreamer gtk hal input_devices_evdev input_devices_keyboard \
input_devices ...
  • Jump to post
by darken
Tue Apr 03, 2007 1:44 pm
Forum: Desktop Environments
Topic: Problems when I start X.
Replies: 7
Views: 1627

1. What method do you use to start X?
2. Is your system updated recently?
  • Jump to post
by darken
Sat Mar 24, 2007 10:23 am
Forum: Desktop Environments
Topic: ati closed source drivers slow down the whole system
Replies: 3
Views: 746

Hi. I had until 1 month ago an ati card. I noticed the same slow startup especially in kde, the tray apps took ages to load. I though it was my configuration or i did something wrong when i compiled the kde packages. Guess what? After I changed that ati card with a gf 6600, right after installing ...
  • Jump to post
by darken
Thu Mar 22, 2007 8:07 am
Forum: Portage & Programming
Topic: Changing CHOST and upgrading gcc problems
Replies: 11
Views: 2541

There is something more to try:

Code: Select all

fix_libtool_files.sh  3.4.6 --oldarch i386-pc-linux-gnu
  • Jump to post
by darken
Thu Mar 22, 2007 7:41 am
Forum: Portage & Programming
Topic: Changing CHOST and upgrading gcc problems
Replies: 11
Views: 2541

Execute gcc-config -l .
If you still have the old gcc around, it should print a list containing the old version and the new version you compiled, and if you have a star beside the old version, that one is still in use. If that is the case, do gcc-config i686-pc-linux-gnu-<your version> to select ...
  • Jump to post
by darken
Wed Mar 21, 2007 1:54 pm
Forum: Other Things Gentoo
Topic: [solved] RTorrent and segmentation fault
Replies: 3
Views: 3233

Hi.
First, what version are you using and second, are there other versions in portage?
I currently have v 0.7.1 and v 0.7.2 in portage. There is a chance that you have the same versions. If this does not work, re-emerge libtorrent, the same version or an older one.
  • Jump to post
by darken
Tue Mar 20, 2007 7:42 pm
Forum: Gentoo Chat
Topic: Sabayon == Gentoo?
Replies: 179
Views: 163808

2006-03-16
Sabayon 3.3 released. Today I got it from a mirror and burned it on a DVD, the next minute, rebooting the PC and booting with the fresh DVD. 3.1 GB of software. A lot of options at boot time. I chose the default entry.
Then it started booting, and in the process it detected the sound card ...
  • Jump to post
by darken
Mon Mar 12, 2007 5:45 pm
Forum: Networking & Security
Topic: Extensions not working for Firefox[SOLVED-partially]
Replies: 13
Views: 2039

That line does not refer to a 'Daron' as you well know. It's a preprocessor define and it's here because of these lines in the ebuild file:

####################################
#
# Configure and build
#
####################################

CPPFLAGS="${CPPFLAGS} -DARON_WAS_HERE" \
CC="$(tc ...
  • Jump to post
by darken
Mon Mar 12, 2007 2:02 pm
Forum: Networking & Security
Topic: Extensions not working for Firefox[SOLVED-partially]
Replies: 13
Views: 2039

Sorry, I was hasty. The solution worked only for my home Gentoo install. At work, I recompiled it again TWICE, but it still doesn't work. Look what about:buildconfig shows:
about:buildconfig

Build platform
target
i686-pc-linux-gnu

Build tools
Compiler Version Compiler flags
i686-pc-linux-gnu-gcc ...
  • Jump to post
by darken
Sun Mar 11, 2007 12:00 pm
Forum: Networking & Security
Topic: Extensions not working for Firefox[SOLVED-partially]
Replies: 13
Views: 2039

I found the solution for this problem. I've done a bit of a search on the internet, and I found this link:
http://groups.google.com/group/firebug/browse_thread/thread/7c1a9c0886d98070/6791b68e3a829ceb

Then all was clear! I had to enable mozdevelop USE flag, so firefox can be built with developer ...
  • Jump to post

Search found 52 matches
  • 1
  • 2
  • 3
  • 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