Forums

Skip to content

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

Search found 22 matches

Go to advanced search

Advanced search
Search found 22 matches • Page 1 of 1
by GNUtritious
Sun Dec 31, 2006 1:37 am
Forum: Networking & Security
Topic: Seeking advice on a spamfiltering solution
Replies: 20
Views: 5318

Been using this setup for almost 2 years: http://freespamfilter.org/ It's based on amavisd-new, spamassassin, etc. and works quite well.
  • Jump to post
by GNUtritious
Fri Nov 03, 2006 4:30 am
Forum: Other Things Gentoo
Topic: What to use for research?
Replies: 16
Views: 5330

Wikindx (http://wikindx.sf.net/) is a great application.
  • Jump to post
by GNUtritious
Wed Jan 04, 2006 4:45 am
Forum: Desktop Environments
Topic: Vmware and gdk-pixbuf problems
Replies: 10
Views: 2474

Paul9196 wrote:Any other ideas?
Try removing the /opt/vmware directory and emerging vmware-workstation again (hopefully the structure will be rebuilt with the correct permissions).
  • Jump to post
by GNUtritious
Sat Dec 31, 2005 7:58 pm
Forum: Desktop Environments
Topic: ALL things related to firefox/thunderbird 1.5!
Replies: 373
Views: 133577

heavyt wrote:OK this is what I get:

Code: Select all

 ~$ MOZ_NO_REMOTE=1 firefox -ProfileManager
firefox-bin exited with non-zero status (1)
~$
Something is not right. :?
This could be due to an issue with a profile. Try renaming your .mozilla directory and creating two new profiles. Hope it works for you.
  • Jump to post
by GNUtritious
Sat Dec 31, 2005 6:49 pm
Forum: Desktop Environments
Topic: ALL things related to firefox/thunderbird 1.5!
Replies: 373
Views: 133577

heavyt wrote:Could you please explain how that is done, because when I tried

Code: Select all

export MOZ_NO_REMOTE=1
FF is still using only one profile.
Sure, you can put this inside your ~/.bashrc or in /usr/bin/firefox-bin, among other locations. If you want to simply test it, try:

Code: Select all

MOZ_NO_REMOTE=1 firefox -ProfileManager
  • Jump to post
by GNUtritious
Fri Dec 30, 2005 10:59 pm
Forum: Desktop Environments
Topic: ALL things related to firefox/thunderbird 1.5!
Replies: 373
Views: 133577

Hydonsingore wrote:How can I start FF with another profile when FF is already running?
Try:

Code: Select all

export MOZ_NO_REMOTE=1
  • Jump to post
by GNUtritious
Fri Dec 30, 2005 10:56 pm
Forum: Desktop Environments
Topic: Firefox 1.5 and profile manager
Replies: 7
Views: 2006

Re: Firefox 1.5 and profile manager

blais wrote:Any idea?
Try:

Code: Select all

export MOZ_NO_REMOTE=1
  • Jump to post
by GNUtritious
Fri Dec 30, 2005 1:45 am
Forum: Desktop Environments
Topic: Vmware and gdk-pixbuf problems
Replies: 10
Views: 2474

check your umask in /etc/profile

I tried rebuilding both gdk-pixbuf and vmware. What should I try next?


If your umask in /etc/profile is set to something other than 022 (e.g., 077), try reverting to 022 and emerging vmware-workstation again. Don't forget to source /etc/profile or restart your environment before performing the ...
  • Jump to post
by GNUtritious
Mon Oct 24, 2005 9:59 pm
Forum: Portage & Programming
Topic: Cannot emerge audacity
Replies: 2
Views: 1370

Read this.
  • Jump to post
by GNUtritious
Mon Oct 24, 2005 9:45 pm
Forum: Multimedia
Topic: Audacity fails to run
Replies: 18
Views: 5226

Try the following:

Code: Select all

echo "x11-libs/wxGTK -gtk2 -unicode wxgtk1" >> /etc/portage/package.use
echo "media-sound/audacity -gtk2" >> /etc/portage/package.use
emerge -v =x11-libs/wxGTK-2.4.2-r3 =media-sound/audacity-1.2.3-r1
Hope that helps.
  • Jump to post
by GNUtritious
Sun Apr 17, 2005 8:51 pm
Forum: Desktop Environments
Topic: can't print: client-error-document-format-not-supported
Replies: 8
Views: 2112

Re: can't print: client-error-document-format-not-supported

meyerm wrote:I'm sorry for not knowing what was wrong.
Don't be. I'm glad it's working for you! :wink:
  • Jump to post
by GNUtritious
Sat Apr 16, 2005 9:15 pm
Forum: Desktop Environments
Topic: can't print: client-error-document-format-not-supported
Replies: 8
Views: 2112

Re: can't print: client-error-document-format-not-supported

Hi, thank you for answering.
No problem. Hopefully, we'll figure out some sort of solution.

But I'm happy to provide you with the wanted informations:
Everything seems fine :?

net-print/cups-1.1.23-r1
net-print/hpijs-1.7.1
app-text/ghostscript-7.07.1-r8
I'm running the same versions of cups ...
  • Jump to post
by GNUtritious
Fri Apr 15, 2005 11:17 pm
Forum: Networking & Security
Topic: man in the mirror attack?
Replies: 2
Views: 1453

Re: man in the mirror attack?

Am I missing something or doing something wrong?

The 2005.0 signature appears to be broken, though the signature for 2004.3-r1 was fine.

Should I trust only md5 sum?

Depending on whether you want to consider collisions in MD5, it should at least tell you (with some confidence) that there were ...
  • Jump to post
by GNUtritious
Fri Apr 15, 2005 10:48 pm
Forum: Desktop Environments
Topic: can't print: client-error-document-format-not-supported
Replies: 8
Views: 2112

Re: can't print: client-error-document-format-not-supported

Why should a PostScript file be treated as an ordinary octet-stream?

It shouldn't be. Sorry to ask the obvious, but have you restarted cups since uncommenting octet-stream entries in mime.convs and mime.types? This should at least resolve the unsupported format errors, though your deskjet will ...
  • Jump to post
by GNUtritious
Fri Apr 15, 2005 10:17 pm
Forum: Desktop Environments
Topic: xscreensaver
Replies: 2
Views: 968

I've not used KDE in a while, but I believe there is a ~/.kde/Autostart directory in which you could place a script such as:

Code: Select all

#!/bin/bash
/usr/bin/xscreensaver&
Then, you should be able to disable KDE's screensaver via kcontrol.
  • Jump to post
by GNUtritious
Fri Mar 25, 2005 7:48 pm
Forum: Gentoo on AMD64
Topic: Planning amd64: what chipset?
Replies: 18
Views: 7461

Hmm... I'm planning to buy this mainboad - Abit Fatal1ty AN8 ... How do you thing about this mobo? Any 'special' problems with this?

I don't know if it has the same issues I mentioned above (e.g., power supply incompatibility and no sensor support), so you may want to look over the abit forums ...
  • Jump to post
by GNUtritious
Tue Mar 22, 2005 3:57 am
Forum: Gentoo on AMD64
Topic: Planning amd64: what chipset?
Replies: 18
Views: 7461

caravela wrote:minor problems with the onboard sound card that is pure crap.
A nice feature of the ABIT AV8 (and possibly AX8) is that the VIA AC97 controller has hardware mixing support in ALSA and sounds great. However, you'd have to weigh this against the problems I mentioned above.
  • Jump to post
by GNUtritious
Mon Mar 21, 2005 4:19 am
Forum: Networking & Security
Topic: Try to secure /home with Loop-AES.
Replies: 6
Views: 1368

yellowhippy wrote:I've to correct myself, the file is still missing allthough the crypt flag was and is set.
emerge will store the patch in /usr/portage/distfiles
  • Jump to post
by GNUtritious
Mon Mar 21, 2005 4:00 am
Forum: Gentoo on AMD64
Topic: Planning amd64: what chipset?
Replies: 18
Views: 7461


So yes this is a good motherboard but there are a few problems that Abit needs to address for this to be a great motherboard.


First off, for the PCI Express, you'd need the ABIT AN8 (NVIDIA) or AX8 (VIA), not the AV8. Concerning the AV8, the lack of support for the sensor chip can be a problem ...
  • Jump to post
by GNUtritious
Sat Mar 12, 2005 11:34 pm
Forum: Networking & Security
Topic: Try to secure /home with Loop-AES.
Replies: 6
Views: 1368

yellowhippy wrote:I'd still like to know why util-linux-2.12c.diff is missing.
If the crypt USE flag is set, it will be downloaded during the emerge of sys-apps/util-linux.
  • Jump to post
by GNUtritious
Tue Feb 22, 2005 9:01 am
Forum: Multimedia
Topic: XMMS doesn't play streams
Replies: 4
Views: 1432

Re: XMMS doesn't play streams

XMMS (1.2.10-r13) doesn't seem to play mp3 streams. When I try open a stream, the text that comes with the stream does appear, but it doesn't play. When I press play, it seems to run for a split second, but then it just stops again.


I experienced the same problem after upgrading to 1.2.10-r13 ...
  • Jump to post
by GNUtritious
Thu Feb 10, 2005 10:14 am
Forum: Kernel & Hardware
Topic: eth0 won't connect to anything with kernels 2.6.9+
Replies: 15
Views: 3630

I don't know if this is still an issue for you, but the problem may be ACPI/IRQ
related. The following kernel parameter fixed the issue for me:

Code: Select all

acpi=noirq
Hope that helps.
  • Jump to post

Search found 22 matches • Page 1 of 1

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