Forums

Skip to content

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

Search found 522 matches

Go to advanced search

Advanced search
Search found 522 matches
  • Page 1 of 21
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 21
  • Next
by morodoch
Sat Apr 04, 2009 12:25 pm
Forum: Desktop Environments
Topic: emerald-0.8.2 fails to emerge (Cannot find $EPATCH_SOURCE)
Replies: 1
Views: 716

This worked for me:

Change src_prepare in emerald-0.8.2.ebuild to look like this:

Code: Select all

src_prepare() {
        #epatch "${FILESDIR}/${PN}-ru.po.patch"
        :
}
And then run this:

Code: Select all

ebuild emerald-0.8.2.ebuild digest
It's a hack, but at least it got me 0.8.2 :)
  • Jump to post
by morodoch
Fri Mar 16, 2007 11:10 am
Forum: Networking & Security
Topic: Weird ipsec (racoon?) dns problem
Replies: 0
Views: 728

Weird ipsec (racoon?) dns problem

I'm trying to configure a LAN with ipsec, using racoon and preshared keys.

Once the ipsec comes up, everything works fine for a while, then DNS stops working. If I try and resolve a host, I get this error:


nslookup - 192.168.XXX.XXX
> www.bbc.co.uk
;; reply from unexpected source: 192.168.XXX ...
  • Jump to post
by morodoch
Mon Feb 19, 2007 10:03 pm
Forum: Installing Gentoo
Topic: Dual boot Gentoo with W-XP & unable to detect SATA Drive
Replies: 23
Views: 4093

Hmm. Sounds like probably the same one I got - although mine was amd64.
  • Jump to post
by morodoch
Mon Feb 19, 2007 5:11 pm
Forum: Kernel & Hardware
Topic: Hard Drive issues - fdisk and boot issues ( RESOLVED )
Replies: 4
Views: 2408

Yeah, I use the system rescue CD too, at work. It's good, because it's based on gentoo so things like lvm2 work.
  • Jump to post
by morodoch
Mon Feb 19, 2007 5:10 pm
Forum: Installing Gentoo
Topic: Dual boot Gentoo with W-XP & unable to detect SATA Drive
Replies: 23
Views: 4093

I dunno which kernel is on the boot CD for gentoo; I recently had to configure an Asus box, and the first kernel I tried on it (compiled on a different machine) didn't detect the SATA controller - the new gentoo boot CD did. However, when I built a xen kernel, that failed again, so the patch has ...
  • Jump to post
by morodoch
Sun Feb 18, 2007 10:41 am
Forum: Portage & Programming
Topic: evolution-data-server needs libgnutls.so.12 [SOLVED]
Replies: 4
Views: 1713

I'd run revdep-rebuild to make sure nothing else is dependent on the old library? I know I have problems with wmbiff in particular when gnutls updates.
  • Jump to post
by morodoch
Sun Feb 18, 2007 10:23 am
Forum: Portage & Programming
Topic: evolution-data-server needs libgnutls.so.12 [SOLVED]
Replies: 4
Views: 1713

Have you tried using revdep-rebuild?
  • Jump to post
by morodoch
Sun Feb 18, 2007 10:20 am
Forum: Kernel & Hardware
Topic: Hard Drive issues - fdisk and boot issues ( RESOLVED )
Replies: 4
Views: 2408

sounds like you disc may be broken...

try a rescue cd

If you can't get at the partition table with fdisk, you'll have a problem reading any other data.

Is the data valuable?
  • Jump to post
by morodoch
Sun Feb 18, 2007 10:16 am
Forum: Portage & Programming
Topic: Any way to disable the screensaver while emerging?
Replies: 2
Views: 1181

If you're using xscreensaver, check the manual for xscreensaver-command, it allows control from the command line. You could probably wrap emerge in a function / script to automatically do this.
  • Jump to post
by morodoch
Sun Feb 18, 2007 10:12 am
Forum: Installing Gentoo
Topic: Dual boot Gentoo with W-XP & unable to detect SATA Drive
Replies: 23
Views: 4093

I'd go with windows first.

It won't overwrite gentoo - but it would overwrite the bootloader - although you can always boot from cd to fix that.
  • Jump to post
by morodoch
Tue Oct 31, 2006 7:15 am
Forum: Networking & Security
Topic: ntpd don't sync my pc[SOLVED]
Replies: 7
Views: 2280

Yep. Designed by eggheads - have you seen the RFC?

http://www.eecis.udel.edu/~mills/database/rfc/rfc1305/

I didn't even try to understand it :)

The docs are much better now than they were, thank goodness.
  • Jump to post
by morodoch
Fri Oct 27, 2006 7:18 pm
Forum: Networking & Security
Topic: ntpd don't sync my pc[SOLVED]
Replies: 7
Views: 2280

No worries.

You may find that if you set up both machines to have pool entries as servers, then set each other as a peer, that your setup will be more resilient. If the net connectivity goes down for some reason, they'll use each other's clocks.
  • Jump to post
by morodoch
Thu Oct 26, 2006 9:01 pm
Forum: Networking & Security
Topic: ntpd don't sync my pc[SOLVED]
Replies: 7
Views: 2280

Well I guess then it doesn't trust the clock on your server.

Try adding some more hosts to ntp.conf & your ntpdate command line - three hosts are good as it gives the ntp algorithms more to work with. Something like this?


server 0.pool.ntp.org
server 1.pool.ntp.org
server 2.pool.ntp.org

fudge ...
  • Jump to post
by morodoch
Thu Oct 26, 2006 8:26 pm
Forum: Networking & Security
Topic: ntpd don't sync my pc[SOLVED]
Replies: 7
Views: 2280

I'm guessing; but ntp doesn't sync the time if it doesn't think it's already close enough. Try stopping ntpd, running ntpdate to get an initial time, and then restarting ntpd:


/etc/init.d/ntpd stop
ntpdate -b your.server.address
/etc/init.d/ntpd start


You can automate this using /etc/init.d ...
  • Jump to post
by morodoch
Thu Aug 24, 2006 6:45 pm
Forum: Portage & Programming
Topic: apxs points to wrong apache
Replies: 1
Views: 573

IIRC there's an apxs2, is that what you want?
  • Jump to post
by morodoch
Thu Aug 24, 2006 6:38 pm
Forum: Desktop Environments
Topic: Fluxbox window positions
Replies: 1
Views: 965

There's a "maximise over slit option" in the fluxbox menu -> configure -> slit -> maximise over.

I'm not sure about your first question, though.
  • Jump to post
by morodoch
Sun Aug 20, 2006 9:52 am
Forum: Other Things Gentoo
Topic: WIKI server on old computer: how to speed up things?
Replies: 5
Views: 1088

Well you can certainly trim the amount of memory that mysql uses; plus tweak some performance-related stuff:

http://mysql.com/doc/refman/5.0/en/option-files-preconfigured.html

I guess this would be a good place to start. You may also want to play with different table types to see what works best ...
  • Jump to post
by morodoch
Sun Aug 20, 2006 9:21 am
Forum: Other Things Gentoo
Topic: WIKI server on old computer: how to speed up things?
Replies: 5
Views: 1088

Have you considered using a different setup?

Maybe using a file-based wiki rather than a mysql one, and a lighter weight webserver?

There are several alternatives to apache under gentoo:

http://www.gentoo-portage.com/www-servers?view=list (maybe lighttpd?)

And several alternative wikis, too ...
  • Jump to post
by morodoch
Fri Aug 18, 2006 10:37 pm
Forum: Kernel & Hardware
Topic: Cant find boot device after kernel update
Replies: 10
Views: 2902

I'm pretty sure that you shouldn't be able to generate an "internal compiler error" no matter what you're trying to compile, it's a problem with the compiler.

Although having done a quick google for this I can't find a definitive statement. Anyone else know?
  • Jump to post
by morodoch
Fri Aug 18, 2006 9:49 pm
Forum: Kernel & Hardware
Topic: Cant find boot device after kernel update
Replies: 10
Views: 2902

Hmm:

drivers/net/forcedeth.c:1141: internal compiler error: Lagersegmentfejl

This looks like a compiler bug?

Do you use the forcedeth driver? If not, try disabling it (try make menuconfig, then the genkernel again with the --oldconfig). If so, I guess you could try emerging a different version ...
  • Jump to post
by morodoch
Fri Aug 18, 2006 9:47 pm
Forum: Portage & Programming
Topic: cups Digest verification failed
Replies: 12
Views: 1925

UncleOwen:
AFAIK emerge -f does exactly the same thing as normal emerge to fetch a file.
Is this true? I've seen emerge -f fail with a checksum error, then it seems to try again - maybe several mirrors IIRC?

Whereas normal emerge just seems to try once & give up?

Or did I imagine this?
  • Jump to post
by morodoch
Fri Aug 18, 2006 7:57 pm
Forum: Kernel & Hardware
Topic: Cant find boot device after kernel update
Replies: 10
Views: 2902

If you've done the first bit about cd'ing into your new kernel directory, it should be fine.
  • Jump to post
by morodoch
Fri Aug 18, 2006 7:40 pm
Forum: Kernel & Hardware
Topic: Cant find boot device after kernel update
Replies: 10
Views: 2902

You should still have a .config for both source trees, and could try diffing them.

I sometimes use something like this to make sure my config is more-or-less the same:


cd /usr/src/linux.new.version
make clean; make mrproper
cp /usr/src/linux.old.version/.config .
make oldconfig
genkernel ...
  • Jump to post
by morodoch
Fri Aug 18, 2006 7:33 pm
Forum: Kernel & Hardware
Topic: Memory usage seems excessive in several apps
Replies: 1
Views: 1611

firefox has a "feature" where it never frees memory from pages you visit, it keeps them so you can go forward / backward in your history quickly (at least I think that's why it does it). There's plenty of discussion on the web about it, try googling.

As far as mysql is concerned, the memory usage ...
  • Jump to post
by morodoch
Fri Aug 18, 2006 7:29 pm
Forum: Kernel & Hardware
Topic: Tulip woes
Replies: 3
Views: 1901

I've had this problem many times with netgear cards, and it's a real pain.

It seems like some of the revisions of the cards we work with work best with the tulip driver, some with the dmfe.

If anyone's got a definitive answer, I'd like to hear it.
  • Jump to post

Search found 522 matches
  • Page 1 of 21
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 21
  • 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