Forums

Skip to content

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

Search found 32 matches

Go to advanced search

Advanced search
Search found 32 matches
  • 1
  • 2
  • Next
by Spack
Wed Aug 18, 2004 2:30 am
Forum: Kernel & Hardware
Topic: SATA + Software RAID Performance Doesn't Add Up
Replies: 11
Views: 6578

you may be on the right track there. I always thought you stripe the devices first, then make partitions on top of that, not the other way around. YMMV

Well yes that is the normal approach with hardware raid however this is using linux software raid. Although I have an onboard Promise 20376 raid ...
  • Jump to post
by Spack
Tue Aug 17, 2004 11:02 pm
Forum: Kernel & Hardware
Topic: SATA + Software RAID Performance Doesn't Add Up
Replies: 11
Views: 6578

I've been thinking further about this and I think I might have an answer as to why this is. I ahve two partitions on each physical drive. One partition from each drive is used in a raid 0 configuration for /boot (md0) and the other partition for each drive is in a raid 1 configuration for / (md1 ...
  • Jump to post
by Spack
Mon Jul 19, 2004 9:00 am
Forum: Portage & Programming
Topic: Install multiple versions of a package
Replies: 0
Views: 768

Install multiple versions of a package

As a web developer it's really handy to have several different version of the various web browsers installed on my machine so that I can test to ensure my web pages work with common browser versions.

Looking on here I see similar things have been discussed before:

http://forums.gentoo.org ...
  • Jump to post
by Spack
Sat May 29, 2004 10:45 pm
Forum: Documentation, Tips & Tricks
Topic: Burning Audio CDs - Another Way
Replies: 31
Views: 47296

This will handle ogg vorbis files aswell:

#!/bin/bash

for i in *.[Mm][Pp]3; do mv "$i" `echo $i | tr ' ' '_'`; done
for i in *.[Mm][Pp]3; do mv "$i" `echo $i | tr '[A-Z]' '[a-z]'`; done
for i in *.[Oo][Gg][Gg]; do mv "$i" `echo $i | tr ' ' '_'`; done
for i in *.[Oo][Gg][Gg]; do mv "$i" `echo $i ...
  • Jump to post
by Spack
Sat Apr 24, 2004 12:42 pm
Forum: Kernel & Hardware
Topic: SATA + Software RAID Performance Doesn't Add Up
Replies: 11
Views: 6578

Code: Select all

# hdparm -tT /dev/sdb
 
/dev/sdb:
 Timing buffer-cache reads:   900 MB in  2.01 seconds = 448.50 MB/sec
 Timing buffered disk reads:  168 MB in  3.03 seconds =  55.44 MB/sec
  • Jump to post
by Spack
Sat Apr 24, 2004 8:59 am
Forum: Kernel & Hardware
Topic: SATA + Software RAID Performance Doesn't Add Up
Replies: 11
Views: 6578

Bump. So no one's got any ideas?
  • Jump to post
by Spack
Thu Apr 22, 2004 5:34 am
Forum: Kernel & Hardware
Topic: SATA + Software RAID Performance Doesn't Add Up
Replies: 11
Views: 6578

SATA + Software RAID Performance Doesn't Add Up

I just recently moved back to Gentoo after a years abscence. I don't often post here, usually only search and read.

I am currently running gentoo-dev-sources 2.6.3. I have a Promise PDC20376 SATA/RAID controller onboard:


# cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun ...
  • Jump to post
by Spack
Thu Apr 22, 2004 1:20 am
Forum: Gentoo Chat
Topic: GNOME (GTK2) based GUI management
Replies: 31
Views: 17982

Pwnz3r wrote:This will be something you can optionally emerge, right? I would absolutely hate to see Gentoo become GUI infested. :(
No, basically just changing the diff tool in etc-update config to a GUI tool.
  • Jump to post
by Spack
Thu Apr 22, 2004 12:47 am
Forum: Gentoo Chat
Topic: GNOME (GTK2) based GUI management
Replies: 31
Views: 17982

slarti] wrote:Would it be possible to blend something like Meld into an etc-update utility?
You can do that already: http://forums.gentoo.org/viewtopic.php? ... pdate+meld
  • Jump to post
by Spack
Sun Apr 06, 2003 5:28 am
Forum: Unsupported Software
Topic: Useful script to filter through what will be emerged quickly
Replies: 40
Views: 82420

3 things:

1. Awsome idea, just what I was looking for.

2. You need to have dialog installed to use pfilter.

3. I get this when trying to emerge after filtering:
Press (e) to emerge, (f) to filter again (a) to abort: e
Emerging...
Calculating dependencies

emerge: there are no masked or unmasked ...
  • Jump to post
by Spack
Thu Mar 13, 2003 3:07 am
Forum: Desktop Environments
Topic: Gaim 0.60cvs-r3
Replies: 17
Views: 3770

I emerged gaim-cvs onto a fresh gentoo install last night and the buddy list crashes everytime I login. Might have to look at rolling back a few days as above. This sort of this can be a bit of a pain when you just want things to work - one of the drawbacks of running gentoo I guess - I've learnt ...
  • Jump to post
by Spack
Sat Feb 08, 2003 12:32 am
Forum: Desktop Environments
Topic: Gnome 2.2 Acme (Multimedia Keys)
Replies: 9
Views: 2527

If you have an itouch keyboard you can use the xmms-itouch plugin. You could try this plugin with other keyboards...not sure if it would work but it allows you to change which keys do what so it may be possible.
  • Jump to post
by Spack
Fri Feb 07, 2003 2:35 am
Forum: Desktop Environments
Topic: Nautilus: Network Browsing?
Replies: 1
Views: 1010

aha!

http://forums.gentoo.org/viewtopic.php? ... s+nautilus

smb://

nevermind.
  • Jump to post
by Spack
Fri Feb 07, 2003 2:00 am
Forum: Desktop Environments
Topic: Nautilus: Network Browsing?
Replies: 1
Views: 1010

Nautilus: Network Browsing?

I've heard people saying that nautilus can do network browsing... by this do they mean browsing samba and windows shares? How is this done?
  • Jump to post
by Spack
Fri Feb 07, 2003 1:41 am
Forum: Desktop Environments
Topic: Gnome 2.2 emerge problem - libmpeg2 fails
Replies: 10
Views: 5580

Code: Select all

emerge gnome 
again.
  • Jump to post
by Spack
Fri Feb 07, 2003 1:23 am
Forum: Multimedia
Topic: Onboard AC97 Sound
Replies: 6
Views: 2089

Use alsa. Refer to the Gentoo Alsa howto. The driver you want is 'via82xx'. I have ALSA-OSS emulation enabled too, works sweet.
  • Jump to post
by Spack
Fri Feb 07, 2003 1:09 am
Forum: Gamers & Players
Topic: gnome2 panels and winex
Replies: 2
Views: 1615

In your winex config change 'Managed' to 'N'.
  • Jump to post
by Spack
Fri Feb 07, 2003 1:05 am
Forum: Gamers & Players
Topic: quake3 and via82cxxx,ac97 soundcard
Replies: 17
Views: 4540

I have this card and I run quake3. I am using the alsa drivers with OSS emulation (so essentially I have support for both oss and alsa). Sound works perfectly.

See the alsa howto for information on how to set this up. Your alsa driver will be 'via82xx'.
  • Jump to post
by Spack
Fri Feb 07, 2003 12:33 am
Forum: Desktop Environments
Topic: Gnome 2.2 emerge problem - libmpeg2 fails
Replies: 10
Views: 5580

It is odd and appears to be quite random. Possibly it has something to do with the order that the packages are emerged?
  • Jump to post
by Spack
Thu Feb 06, 2003 11:19 pm
Forum: Desktop Environments
Topic: Gnome 2.2 emerge problem - libmpeg2 fails
Replies: 10
Views: 5580

I had a couple of random things fail during the emerge also. Just doing an emerge gnome again seemed to work. A lot of others appear to be reporting similar problems and repeating the command fixes it. I had to try a couple of times (different builds failed each time) but I got there everntually ...
  • Jump to post
by Spack
Thu Feb 06, 2003 11:10 pm
Forum: Duplicate Threads
Topic: gnome2.2 and nautilus themes
Replies: 3
Views: 2302

Yeah, icon themes for nautilus are taken care of by the themes gizmo. I'm not sure if ScalableGorilla is available for gnome 2.2 yet. If it is I would love to know how to install it...
  • Jump to post
by Spack
Thu Feb 06, 2003 11:05 pm
Forum: Desktop Environments
Topic: notification area applet crashes on exit
Replies: 11
Views: 5573

Yes I have the same problem. Quite annoying since I need the notification area for gaim.
  • Jump to post
by Spack
Thu Feb 06, 2003 10:06 pm
Forum: Duplicate Threads
Topic: getting rid of the gnome desktop
Replies: 5
Views: 2770

Here we go:

http://forums.gentoo.org/viewtopic.php? ... erge+gnome

Sorted?
  • Jump to post
by Spack
Thu Feb 06, 2003 10:01 pm
Forum: Duplicate Threads
Topic: getting rid of the gnome desktop
Replies: 5
Views: 2770

hmmm... you might be right about the unmerge gnome thing. I like gnome so have no intention of removing it.

Depclean works fine for me... well it hasn't broken anything yet.
  • Jump to post
by Spack
Thu Feb 06, 2003 8:57 pm
Forum: Desktop Environments
Topic: Gnome 2.2 Themes
Replies: 2
Views: 1433

Cheers man. I'll try that when I get home.
  • Jump to post

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