Re: [gentoo-user] Any newer Gentoo install CDs?

2008-01-07 Thread Neil Bothwick
On Sun, 6 Jan 2008 16:31:43 -0800, Mark Knecht wrote:

OK, I took a few minutes away from his Half Life game to look at
 BIOS. I found the AHCI option and enabled it. Of course he wanted to
 get back to gaming so we tried to boot back into Windows but XP goes
 blue screen at the first disk access with AHCI enabled.

This laptop is similar, Vista won't boot with AHCI enabled. I guess
Windows just doesn't like standards :(

Possibly XP might work if it installed with AHCI enabled but
 typical of Windows it doesn't like configuration changes after it's
 installed.
 
Is there any other solution for this or is the only Linux support
 going to require AHCI? It is unfortunately not reasonable or practical
 to switch BIOS options when choosing which OS to boot.

You only need to use AHCI to boot the install CD. Then you can build a
kernel with drivers for your SATA controller for the installed system.


-- 
Neil Bothwick

Those who live by the sword get shot by those who don't.


signature.asc
Description: PGP signature


Re: [gentoo-user] AHCI in Windows (was: Any newer Gentoo install CDs?)

2008-01-07 Thread Renat Golubchyk
Hi!

On Sun, 6 Jan 2008 16:31:43 -0800 Mark Knecht [EMAIL PROTECTED]
wrote:
OK, I took a few minutes away from his Half Life game to look at
 BIOS. I found the AHCI option and enabled it. Of course he wanted to
 get back to gaming so we tried to boot back into Windows but XP goes
 blue screen at the first disk access with AHCI enabled.

Windows versions prior to Windows Server 2003 do not support AHCI:
http://www.microsoft.com/whdc/device/storage/serialATA_FAQ.mspx

You have to install SATA drivers of the mainboard manufacturer in order
to enable it. For the ASUS P5E board you can download the Intel Matrix
Storage driver from ASUS support site. After installing the driver you
can enable AHCI in BIOS.


Cheers,
Renat

-- 
Probleme kann man niemals mit derselben Denkweise loesen,
durch die sie entstanden sind.
  (Einstein)


signature.asc
Description: PGP signature


Re: [gentoo-user] Any newer Gentoo install CDs?

2008-01-07 Thread Mark Knecht
On Jan 7, 2008 12:15 AM, Neil Bothwick [EMAIL PROTECTED] wrote:
 On Sun, 6 Jan 2008 16:31:43 -0800, Mark Knecht wrote:

 OK, I took a few minutes away from his Half Life game to look at
  BIOS. I found the AHCI option and enabled it. Of course he wanted to
  get back to gaming so we tried to boot back into Windows but XP goes
  blue screen at the first disk access with AHCI enabled.
 
 This laptop is similar, Vista won't boot with AHCI enabled. I guess
 Windows just doesn't like standards :(

 Possibly XP might work if it installed with AHCI enabled but
  typical of Windows it doesn't like configuration changes after it's
  installed.
 
 Is there any other solution for this or is the only Linux support
  going to require AHCI? It is unfortunately not reasonable or practical
  to switch BIOS options when choosing which OS to boot.

 You only need to use AHCI to boot the install CD. Then you can build a
 kernel with drivers for your SATA controller for the installed system.


Thanks Neil. That's very reasonable and I'll give it a try.

Cheers,
Mark
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Any newer Gentoo install CDs?

2008-01-07 Thread Galevsky
To boot my linux, I faced a JMicron eSata/Pata controller problem,
that prevented my SATA disk from being recognized. = I had to use a
2.6.23 kernel, founded on the gentoo forum. (the knoppix latest
released I used were 2.6.19 !!!) Do you also have a JMicron controller
?

Is there any other solution for this or is the only Linux support
 going to require AHCI? It is unfortunately not reasonable or practical
 to switch BIOS options when choosing which OS to boot. snip

Of course it is not. You will be able to run linux without any problem
with a recent kernel and all the required modules without AHCI. But
you may be able to run AHCI in both linux and windows too. Have a look
at http://en.wikipedia.org/wiki/Advanced_Host_Controller_Interface

Quotes for Windows issue:
Enabling AHCI in a system BIOS will cause a 0x7B Blue Screen of Death
STOP error (INACCESSIBLE_BOOT_DEVICE) on installations of Windows XP
where AHCI/RAID drivers for that system's chipset are not installed.
Switching to AHCI mode requires installing new drivers before changing
the BIOS settings.

and for linux side:

 AHCI is fully supported out of the box for Microsoft Windows Vista
and the Linux operating system from kernel 2.6.19. Older operating
systems require drivers written by the host bus adapter vendor in
order to support AHCI.

Common problems switching to AHCI under Linux:
   * AHCI controller does not work on AMD/ATI RS400-200 and RS480 HBA
when MSI is enabled due to a hardware error. In order for AHCI to work
users must provide the pci=nomsi kernel boot parameter. With MSI
disabled in this way, the PCIe bus can only act as a faster PCI bus
with hotplug capabilities. This is also true of the Nvidia nForce 560
chipset.
* AHCI controller on AMD/ATI SB600 HBA can't do 64bit DMA
transfers. 64-bit addressing is optional in AHCI 1.1 and the chip
claims it can do them, but in reality it can't, so it is disabled.
After that it will be forced to do 32bit DMA transfers. Thus DMA
transfers will occur at the lower 4GB region of the memory, and bounce
buffers must be used sometimes if there is more than 4GB of RAM.


Gal'
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Any newer Gentoo install CDs?

2008-01-07 Thread Neil Bothwick
On Mon, 7 Jan 2008 12:53:29 +0100, Galevsky wrote:

  AHCI is fully supported out of the box for Microsoft Windows Vista
 and the Linux operating system from kernel 2.6.19. Older operating
 systems require drivers written by the host bus adapter vendor in
 order to support AHCI.

The Windows install that I mentioned having problems with AHCI is Vista.


-- 
Neil Bothwick

Loose bits sink chips.


signature.asc
Description: PGP signature


[gentoo-user] postfix with TLS

2008-01-07 Thread Jules Colding
Hi

I'm trying to configure my postfix server to use TLS, which should be
quite straightforward according to the different guides I have found
using Google.

When I telnet into my postfix installation I get this:

# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 mail.example.com ESMTP Postfix
EHLO mail.example.com
250-mail.example.com
250-PIPELINING
250-SIZE 1024
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH PLAIN LOGIN
250-AUTH=PLAIN LOGIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN

According to the guides this should be the desired output and TLS should
work, but all my mail clients (Thunderbird, mail(mac)) chokes when I try
to send a mail.

This is my main.cf file for postfix:

 main.cf ##
soft_bounce = yes
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
mail_owner = postfix
myhostname = mail.example.com
mydomain = example.com
myorigin = $mydomain
inet_interfaces = all
mydestination = $myhostname, localhost.$mydomain
unknown_local_recipient_reject_code = 550
mynetworks = 127.0.0.0/8
home_mailbox = .maildir/
debug_peer_level = 2
debugger_command =
 PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
 xxgdb $daemon_directory/$process_name $process_id  sleep 5
sendmail_path = /usr/sbin/sendmail
newaliases_path = /usr/bin/newaliases
mailq_path = /usr/bin/mailq
setgid_group = postdrop
html_directory = /usr/share/doc/postfix-2.3.6/html
manpage_directory = /usr/share/man
sample_directory = /etc/postfix
readme_directory = /usr/share/doc/postfix-2.3.6/readme

# 
TLS 

  

smtp_use_tls = yes
smtp_tls_note_starttls_offer = yes
smtpd_use_tls = yes
#smtpd_tls_auth_only = 
yes 

 

smtpd_tls_key_file = /etc/postfix/newreq.pem
smtpd_tls_cert_file = /etc/postfix/newcert.pem
smtpd_tls_CAfile = /etc/postfix/cacert.pem
smtpd_tls_loglevel = 3
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom

# 
SASL

   

smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
#smtpd_sasl_local_domain = 
$myhostname 

 

smtpd_sasl_local_domain =
broken_sasl_auth_clients = yes
relay_domains = $mydestination
smtpd_recipient_restrictions =
   permit_sasl_authenticated,
   permit_mynetworks,
   check_relay_domains,
   reject_unauth_destination

# 
Mailman 

   

owner_request_special = no
recipient_delimiter = +
alias_maps = hash:/usr/local/mailman/data/aliases, hash:/etc/mail/aliases

### END ##


Any help or comments would be truly appreciated.

Best regards,
  jules



-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Any newer Gentoo install CDs?

2008-01-07 Thread Galevsky
On Jan 7, 2008 1:23 PM, Neil Bothwick [EMAIL PROTECTED] wrote:
 The Windows install that I mentioned having problems with AHCI is Vista.

Good to know I just faced problem with AHCI on XP, and thought
that there were no matter on Vista... so install drivers first for the
whole M$ family...

Gal
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] postfix with TLS

2008-01-07 Thread Arnau Bria
On Mon, 07 Jan 2008 13:35:29 +0100
Jules Colding wrote:

 Hi
Hi,

 I'm trying to configure my postfix server to use TLS, which should be
 quite straightforward according to the different guides I have found
 using Google.

That's my guide, it's in Spanish, but I think you could check config
files 
http://blog.emergetux.net/node/152
 
HTH,

-- 
Arnau Bria
http://blog.emergetux.net
Bombing for peace is like fucking for virginity
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Suddenly emerging unstable packages = why?

2008-01-07 Thread Kevin O'Gorman
I see that it's now stable, and I'm going to let the emerge go forward.
However, I scrolled back my terminal to when I sent that message, and here's
what eix gave me then (primarily the ~ in front of 1.0.4.  Could this be
an asychrony with the eix database?

treat portage # eix k3b
[I] app-cdr/k3b
 Available versions:  0.12.17 ~1.0 ~1.0.1 ~1.0.1-r1 ~1.0.2 ~1.0.3 ~1.0.4
{alsa arts css debug dvdr dvdread elibc_FreeBSD emovix encode ffmpeg flac
hal kde linguas_af linguas_ar linguas_bg linguas_bn linguas_br linguas_bs
linguas_ca linguas_cs linguas_cy linguas_da linguas_de linguas_el
linguas_en_GB linguas_es linguas_et linguas_eu linguas_fa linguas_fi
linguas_fr linguas_ga linguas_gl linguas_he linguas_hi linguas_hu linguas_is
linguas_it linguas_ja linguas_ka linguas_km linguas_lt linguas_mk linguas_ms
linguas_nb linguas_nds linguas_nl linguas_nn linguas_pa linguas_pl
linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_rw linguas_se
linguas_sk linguas_sl linguas_sr [EMAIL PROTECTED] linguas_sv linguas_ta
linguas_tr linguas_uk linguas_uz linguas_zh_CN linguas_zh_TW mp3 musepack
musicbrainz sndfile vcd vorbis xinerama}
 Installed versions:  0.12.17(13:10:41 10/22/07)(alsa arts dvdr encode
hal kde linguas_de linguas_es linguas_fr linguas_pl mp3 vorbis -css -debug
-elibc_FreeBSD -ffmpeg -flac -linguas_af -linguas_bg -linguas_bn -linguas_br
-linguas_bs -linguas_ca -linguas_cs -linguas_cy -linguas_da -linguas_el
-linguas_en_GB -linguas_et -linguas_eu -linguas_fi -linguas_ga -linguas_he
-linguas_hi -linguas_hu -linguas_is -linguas_it -linguas_ja -linguas_km
-linguas_lt -linguas_mk -linguas_ms -linguas_nb -linguas_nds -linguas_nl
-linguas_nn -linguas_pa -linguas_pt -linguas_pt_BR -linguas_ro -linguas_ru
-linguas_se -linguas_sl -linguas_sr [EMAIL PROTECTED] -linguas_sv -linguas_ta
-linguas_tr -linguas_uk -linguas_zh_CN -linguas_zh_TW -musepack -musicbrainz
-sndfile -vcd -xinerama)
 Homepage:http://www.k3b.org/
 Description: K3b, KDE CD Writing Software




On 1/5/08, Alan McKinnon [EMAIL PROTECTED] wrote:

 On Saturday 05 January 2008, Kevin O'Gorman wrote:
  Suddenly I noticed I'm on the bleeding edge. I don't know why.
  The latest: emerge -aDvu world is emerging unstable k3b-1.0.4. At
  least if I'm reading the output of eix correctly, it's unstable.

 [I] app-cdr/k3b
  Available versions:  0.12.17 (~)1.0 (~)1.0.1 (~)1.0.1-r1 (~)1.0.2
 (~)1.0.3 1.0.4

 It's stable according to my --sync done 10 minutes ago. Perhaps you are
 reading eix output wrongly, post your current output and let's have a
 look

 --
 Alan McKinnon
 alan dot mckinnon at gmail dot com
 --
 [EMAIL PROTECTED] mailing list




-- 
Kevin O'Gorman, PhD


Re: [gentoo-user] Suddenly emerging unstable packages = why?

2008-01-07 Thread Alan McKinnon
On Monday 07 January 2008, Kevin O'Gorman wrote:
 I see that it's now stable, and I'm going to let the emerge go
 forward. However, I scrolled back my terminal to when I sent that
 message, and here's what eix gave me then (primarily the ~ in front
 of 1.0.4.  Could this be an asychrony with the eix database?

Hmm, sounds reasonable. Perhaps you mistakenly ran emerge --sync instead 
of eix-sync that one time? I've done it myself once or thrice :-)



 treat portage # eix k3b
 [I] app-cdr/k3b
  Available versions:  0.12.17 ~1.0 ~1.0.1 ~1.0.1-r1 ~1.0.2 ~1.0.3
 ~1.0.4 {alsa arts css debug dvdr dvdread elibc_FreeBSD emovix encode
 ffmpeg flac hal kde linguas_af linguas_ar linguas_bg linguas_bn
 linguas_br linguas_bs linguas_ca linguas_cs linguas_cy linguas_da
 linguas_de linguas_el linguas_en_GB linguas_es linguas_et linguas_eu
 linguas_fa linguas_fi linguas_fr linguas_ga linguas_gl linguas_he
 linguas_hi linguas_hu linguas_is linguas_it linguas_ja linguas_ka
 linguas_km linguas_lt linguas_mk linguas_ms linguas_nb linguas_nds
 linguas_nl linguas_nn linguas_pa linguas_pl linguas_pt linguas_pt_BR
 linguas_ro linguas_ru linguas_rw linguas_se linguas_sk linguas_sl
 linguas_sr [EMAIL PROTECTED] linguas_sv linguas_ta linguas_tr
 linguas_uk linguas_uz linguas_zh_CN linguas_zh_TW mp3 musepack
 musicbrainz sndfile vcd vorbis xinerama}
  Installed versions:  0.12.17(13:10:41 10/22/07)(alsa arts dvdr
 encode hal kde linguas_de linguas_es linguas_fr linguas_pl mp3 vorbis
 -css -debug -elibc_FreeBSD -ffmpeg -flac -linguas_af -linguas_bg
 -linguas_bn -linguas_br -linguas_bs -linguas_ca -linguas_cs
 -linguas_cy -linguas_da -linguas_el -linguas_en_GB -linguas_et
 -linguas_eu -linguas_fi -linguas_ga -linguas_he -linguas_hi
 -linguas_hu -linguas_is -linguas_it -linguas_ja -linguas_km
 -linguas_lt -linguas_mk -linguas_ms -linguas_nb -linguas_nds
 -linguas_nl -linguas_nn -linguas_pa -linguas_pt -linguas_pt_BR
 -linguas_ro -linguas_ru -linguas_se -linguas_sl -linguas_sr
 [EMAIL PROTECTED] -linguas_sv -linguas_ta -linguas_tr -linguas_uk
 -linguas_zh_CN -linguas_zh_TW -musepack -musicbrainz -sndfile -vcd
 -xinerama)
  Homepage:http://www.k3b.org/
  Description: K3b, KDE CD Writing Software

 On 1/5/08, Alan McKinnon [EMAIL PROTECTED] wrote:
  On Saturday 05 January 2008, Kevin O'Gorman wrote:
   Suddenly I noticed I'm on the bleeding edge. I don't know why.
   The latest: emerge -aDvu world is emerging unstable k3b-1.0.4. At
   least if I'm reading the output of eix correctly, it's unstable.
 
  [I] app-cdr/k3b
   Available versions:  0.12.17 (~)1.0 (~)1.0.1 (~)1.0.1-r1
  (~)1.0.2 (~)1.0.3 1.0.4
 
  It's stable according to my --sync done 10 minutes ago. Perhaps you
  are reading eix output wrongly, post your current output and let's
  have a look
 
  --
  Alan McKinnon
  alan dot mckinnon at gmail dot com
  --
  [EMAIL PROTECTED] mailing list



-- 
Alan McKinnon
alan dot mckinnon at gmail dot com
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Re: ip_conntrack - is it missing

2008-01-07 Thread reader
Johann Schmitz [EMAIL PROTECTED] writes:

 [EMAIL PROTECTED] schrieb:
 Turns up nothing even close.  Does it mean I'm still missing something
 in the kernel build? or is it just baloney or out of date?

 Hi,
 you can simply check our kernel config by typing:

   cat /usr/src/linux/.config | grep -i conntrack 

 IIRC, there should be the lines

Yes but what about the comment in the HOWTO:

cat/proc/net/ip_conntrack. 
   Even with no firewall configured, Linux's conntrack functionality
   is working behind the scenes, keeping track of the connections that
   your machine is participating in.

I see:
 grep -i ^[^#].*conntrack /usr/src/linux/.config

  CONFIG_NF_CONNTRACK_ENABLED=m
  CONFIG_NF_CONNTRACK=m
  CONFIG_NF_CONNTRACK_MARK=y
  CONFIG_NF_CONNTRACK_SECMARK=y
  CONFIG_NF_CONNTRACK_EVENTS=y
  CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
  CONFIG_NF_CONNTRACK_IPV4=m
  CONFIG_NF_CONNTRACK_PROC_COMPAT=y


But do NOT see what that HOWTO refers to (/proc/net/ip_conntrack)

[...]

 Hope you can guess what it want to say - english isn't my native
 lang, and it is early in the morning ;)

English is my native language and you are considerably better at it
than I am.  That may not be much of a compliment though because I'm an
illiterate hill-billy.

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] AHCI in Windows (was: Any newer Gentoo install CDs?)

2008-01-07 Thread Mark Knecht
On Jan 7, 2008 3:34 AM, Renat Golubchyk [EMAIL PROTECTED] wrote:
 Hi!

 On Sun, 6 Jan 2008 16:31:43 -0800 Mark Knecht [EMAIL PROTECTED]
 wrote:
 OK, I took a few minutes away from his Half Life game to look at
  BIOS. I found the AHCI option and enabled it. Of course he wanted to
  get back to gaming so we tried to boot back into Windows but XP goes
  blue screen at the first disk access with AHCI enabled.

 Windows versions prior to Windows Server 2003 do not support AHCI:
 http://www.microsoft.com/whdc/device/storage/serialATA_FAQ.mspx

 You have to install SATA drivers of the mainboard manufacturer in order
 to enable it. For the ASUS P5E board you can download the Intel Matrix
 Storage driver from ASUS support site. After installing the driver you
 can enable AHCI in BIOS.


 Cheers,
 Renat


Renat,
   Thanks very much for posting this information.

   Once installed does Win XP switch over to the new AHCI driver
automatically and if I go back to IDE emulation in the BIOS does XP
switch back automatically?

Cheers,
Mark
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Re: ip_conntrack - is it missing

2008-01-07 Thread Etaoin Shrdlu
On Monday 7 January 2008, [EMAIL PROTECTED] wrote:

 I see:
  grep -i ^[^#].*conntrack /usr/src/linux/.config

   CONFIG_NF_CONNTRACK_ENABLED=m
   CONFIG_NF_CONNTRACK=m
   CONFIG_NF_CONNTRACK_MARK=y
   CONFIG_NF_CONNTRACK_SECMARK=y
   CONFIG_NF_CONNTRACK_EVENTS=y
   CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
   CONFIG_NF_CONNTRACK_IPV4=m
   CONFIG_NF_CONNTRACK_PROC_COMPAT=y


 But do NOT see what that HOWTO refers to (/proc/net/ip_conntrack)

Sorry for the dumb question...you have compiled conntrack as a module, 
but is that module (or modules) actually loaded (you can check with 
lsmod)? If not, loading the module should also create the file in /proc.

The module should be called nf_conntrack (load it with modprobe 
nf_conntrack). If not, look into /lib/modules/`uname -r`, look for 
modules with conntrack in the name, and load them.
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] AHCI in Windows (was: Any newer Gentoo install CDs?)

2008-01-07 Thread Renat Golubchyk
On Mon, 7 Jan 2008 07:46:34 -0800 Mark Knecht [EMAIL PROTECTED]
wrote:
 On Jan 7, 2008 3:34 AM, Renat Golubchyk [EMAIL PROTECTED] wrote:
  Hi!
 
  On Sun, 6 Jan 2008 16:31:43 -0800 Mark Knecht
  [EMAIL PROTECTED] wrote:
  OK, I took a few minutes away from his Half Life game to look
   at BIOS. I found the AHCI option and enabled it. Of course he
   wanted to get back to gaming so we tried to boot back into
   Windows but XP goes blue screen at the first disk access with
   AHCI enabled.
 
  Windows versions prior to Windows Server 2003 do not support AHCI:
  http://www.microsoft.com/whdc/device/storage/serialATA_FAQ.mspx
 
  You have to install SATA drivers of the mainboard manufacturer in
  order to enable it. For the ASUS P5E board you can download the
  Intel Matrix Storage driver from ASUS support site. After
  installing the driver you can enable AHCI in BIOS.
 
 
  Cheers,
  Renat
 
 
 Renat,
Thanks very much for posting this information.
 
Once installed does Win XP switch over to the new AHCI driver
 automatically and if I go back to IDE emulation in the BIOS does XP
 switch back automatically?

It should, but I can't actually verify it, because I do not own SATA
drives. I've just googled it for you. :-)
(The page [1], that I found, had a very detailed explanation of this
AHCI issue, but is written in Russian. I've just summarised the
important bits in the email. At the Intel website [2] you can find
lots of relevant information and software in English.)


Cheers,
Renat


[1] http://www.diwaxx.ru/gel/ahci.php
[2] http://www.intel.com/support/chipsets/imst/index.htm

-- 
Probleme kann man niemals mit derselben Denkweise loesen,
durch die sie entstanden sind.
  (Einstein)


signature.asc
Description: PGP signature


Re: [gentoo-user] AHCI in Windows (was: Any newer Gentoo install CDs?)

2008-01-07 Thread Mark Knecht
On Jan 7, 2008 8:10 AM, Renat Golubchyk [EMAIL PROTECTED] wrote:
 On Mon, 7 Jan 2008 07:46:34 -0800 Mark Knecht [EMAIL PROTECTED]
 wrote:
  On Jan 7, 2008 3:34 AM, Renat Golubchyk [EMAIL PROTECTED] wrote:
   Hi!
  
   On Sun, 6 Jan 2008 16:31:43 -0800 Mark Knecht
   [EMAIL PROTECTED] wrote:
   OK, I took a few minutes away from his Half Life game to look
at BIOS. I found the AHCI option and enabled it. Of course he
wanted to get back to gaming so we tried to boot back into
Windows but XP goes blue screen at the first disk access with
AHCI enabled.
  
   Windows versions prior to Windows Server 2003 do not support AHCI:
   http://www.microsoft.com/whdc/device/storage/serialATA_FAQ.mspx
  
   You have to install SATA drivers of the mainboard manufacturer in
   order to enable it. For the ASUS P5E board you can download the
   Intel Matrix Storage driver from ASUS support site. After
   installing the driver you can enable AHCI in BIOS.
  
  
   Cheers,
   Renat
  
 
  Renat,
 Thanks very much for posting this information.
 
 Once installed does Win XP switch over to the new AHCI driver
  automatically and if I go back to IDE emulation in the BIOS does XP
  switch back automatically?

 It should, but I can't actually verify it, because I do not own SATA
 drives. I've just googled it for you. :-)
 (The page [1], that I found, had a very detailed explanation of this
 AHCI issue, but is written in Russian. I've just summarised the
 important bits in the email. At the Intel website [2] you can find
 lots of relevant information and software in English.)


 Cheers,
 Renat


 [1] http://www.diwaxx.ru/gel/ahci.php
 [2] http://www.intel.com/support/chipsets/imst/index.htm


Fair enough. I should have done that myself. When I started the thread
I didn't know about AHCI and I should really read about it before I
attempt to use it.

Thanks,
MArk
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Re: USB Wireless Network Adapter?

2008-01-07 Thread TimeBreach
Yes i emerge it but after i've unmerged it.

So probably was added during this install.

Grant a écrit :
 Yes i've the same:

 ls /lib/firmware/rt73.bin
 /lib/firmware/rt73.bin

 But i don't remember to setted up it.
 
 Well, it wasn't the kernel right? :)
 
 Were you experimenting with driver packages for the rt73 outside of
 the kernel?  That's where mine came from.  If you remove that firmware
 your device won't work.  I've filed a bug here:
 
 http://bugs.gentoo.org/show_bug.cgi?id=204314
 
 - Grant
 
 
 For rt73usb no firmware is needed. Just use vanilla kernel built-in module.

 as i did:

 CONFIG_RT2X00=m
 CONFIG_RT2X00_LIB=m
 CONFIG_RT2X00_LIB_USB=m
 CONFIG_RT2X00_LIB_FIRMWARE=y
 # CONFIG_RT2400PCI is not set
 # CONFIG_RT2500PCI is not set
 # CONFIG_RT61PCI is not set
 # CONFIG_RT2500USB is not set
 CONFIG_RT73USB=m
 CONFIG_RT2X00_LIB_DEBUGFS=y
 CONFIG_RT2X00_DEBUG=y

 With:

 [I] sys-kernel/vanilla-sources
  Installed versions:  2.6.24_rc5(2.6.24_rc5)(02:05:20
 16.12.2007)(-build -symlink)
  Homepage:http://www.kernel.org
  Description: Full sources for the Linux kernel
 I'm using vanilla-sources-2.6.24-rc6 and I have the same options
 enabled as you except for the debug stuff, but the driver only works
 if I have /lib/firmware/rt73.bin which is installed by the
 bugs.gentoo.org ebuild for rt73-.  Can you verify that you don't
 have that file?

 - Grant

 Regards, Kalden.

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Re: USB Wireless Network Adapter?

2008-01-07 Thread Grant
 Yes i emerge it but after i've unmerged it.

 So probably was added during this install.

What install do you think has added it?

- Grant


  Yes i've the same:
 
  ls /lib/firmware/rt73.bin
  /lib/firmware/rt73.bin
 
  But i don't remember to setted up it.
 
  Well, it wasn't the kernel right? :)
 
  Were you experimenting with driver packages for the rt73 outside of
  the kernel?  That's where mine came from.  If you remove that firmware
  your device won't work.  I've filed a bug here:
 
  http://bugs.gentoo.org/show_bug.cgi?id=204314
 
  - Grant
 
 
  For rt73usb no firmware is needed. Just use vanilla kernel built-in 
  module.
 
  as i did:
 
  CONFIG_RT2X00=m
  CONFIG_RT2X00_LIB=m
  CONFIG_RT2X00_LIB_USB=m
  CONFIG_RT2X00_LIB_FIRMWARE=y
  # CONFIG_RT2400PCI is not set
  # CONFIG_RT2500PCI is not set
  # CONFIG_RT61PCI is not set
  # CONFIG_RT2500USB is not set
  CONFIG_RT73USB=m
  CONFIG_RT2X00_LIB_DEBUGFS=y
  CONFIG_RT2X00_DEBUG=y
 
  With:
 
  [I] sys-kernel/vanilla-sources
   Installed versions:  2.6.24_rc5(2.6.24_rc5)(02:05:20
  16.12.2007)(-build -symlink)
   Homepage:http://www.kernel.org
   Description: Full sources for the Linux kernel
  I'm using vanilla-sources-2.6.24-rc6 and I have the same options
  enabled as you except for the debug stuff, but the driver only works
  if I have /lib/firmware/rt73.bin which is installed by the
  bugs.gentoo.org ebuild for rt73-.  Can you verify that you don't
  have that file?
 
  - Grant
 
  Regards, Kalden.
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Re: ip_conntrack - is it missing

2008-01-07 Thread reader
Etaoin Shrdlu [EMAIL PROTECTED] writes:

 I see:
  grep -i ^[^#].*conntrack /usr/src/linux/.config

   CONFIG_NF_CONNTRACK_ENABLED=m
   CONFIG_NF_CONNTRACK=m
   CONFIG_NF_CONNTRACK_MARK=y
   CONFIG_NF_CONNTRACK_SECMARK=y
   CONFIG_NF_CONNTRACK_EVENTS=y
   CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
   CONFIG_NF_CONNTRACK_IPV4=m
   CONFIG_NF_CONNTRACK_PROC_COMPAT=y


 But do NOT see what that HOWTO refers to (/proc/net/ip_conntrack)

 Sorry for the dumb question...you have compiled conntrack as a module, 
 but is that module (or modules) actually loaded (you can check with 
 lsmod)? If not, loading the module should also create the file in /proc.

The question wasn't dumb.. but the operator on this end sure is.

My only defense is that the HOWTO doesn't mention any of that.
However I do know that would be necessary.  When I saw your suggestion
I knew immediately I'd been a dope.. again.

Should I have compiled them directly into the kernel?

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Re: ip_conntrack - is it missing

2008-01-07 Thread Etaoin Shrdlu
On Monday 7 January 2008, [EMAIL PROTECTED] wrote:

 Should I have compiled them directly into the kernel?

Well, this is usually a matter of debates. For iptables stuff, I 
generally compile everything into the kernel, but I'm sure there are 
people who can find good reasons for using modules. So, it's ultimately 
up to you. 

If you want iptables to be active and working all the time, then I think 
you can compile its stuff into the kernel. It would be nice if someone 
who uses modules also showed his reasons for keeping it as modules, so 
you could get a better picture and make a more informed decision.
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] postfix with TLS

2008-01-07 Thread kashani

Jules Colding wrote:

Hi

I'm trying to configure my postfix server to use TLS, which should be
quite straightforward according to the different guides I have found
using Google.

snip


According to the guides this should be the desired output and TLS should
work, but all my mail clients (Thunderbird, mail(mac)) chokes when I try
to send a mail.


What error does your MUA return and what are the errors that Postfix 
logs from the same transaction? I'm betting this is a SASL problem and 
not a TLS problem.


kashani
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Re: A pared down kernel config

2008-01-07 Thread Florian Philipp

On Sun, 2008-01-06 at 17:15 -0600, [EMAIL PROTECTED] wrote:
 Florian Philipp [EMAIL PROTECTED] writes:
 
  There's a reason for the existence of genkernel - it's so that you don't 
  have to go through all this pain and suffering, and can instead remove 
  stuff a bit at a time with reasonable confidence it won;t blow up in 
  your face :-)
  
 
  There is a fairly easy trick to get rid of pointless options like unused
  drivers even if you are not sure about your hardware or the kernel
  options themselves: 
  Compile them as modules, then boot the new kernel. If the modules don't
  get loaded (lsmod is your friend) and everything works fine, throw them
  out of your configuration.
 
 Nice... a small question: how do you keep up with what gets installed?
 Do you ferret them out at /lib/modules with cmds like 
 find . -name '*.ko'
 
 Or is there a log created at compile time.. or maybe create one like
 make modules_intall mymod.log.  Just thinking outload.
 
 Following a `genkernal all' I saw a very big list get installed but didn't
 think to log them.
 
 I guess it would be harmless to just run the `make modules_intall' part
 again and catch a list.
 

I think you search for modprobe -l :)

Have a nice day!


signature.asc
Description: This is a digitally signed message part


[gentoo-user] emerge of ksh93 erroring out.. who can interpret

2008-01-07 Thread Harry Putnam
I'm having a time getting ksh93 to install (build error at the end)

USE='static' emerge -v ksh93

The only other use flag coming up was `nls'

I wasn't real eager for `static' necessarily but without `static' had
already failed and I saw it was a possible flag.  Also it might be
handy sometime in a trouble situation where only `/ ' is mounted.

But that discussion is for some other time.  

Can anyone interpret this emerge failure and have some educated
guesses what I should do to get it to compile.  That message follows
the eix output below.  

My feeble take on the message is that it is related to the compiler. 

eix shows two installed and I guess that may be the problem:
eix -I gcc$

  [D] sys-devel/gcc
  Available versions:  
(2.95)  2.95.3-r9 ~2.95.3-r10
(3.1)   3.1.1-r2
(3.2)   **3.2.2 3.2.3-r4
(3.3)   ~3.3.6-r1
(3.4)   3.4.6-r2
(4.0)   [M]~*4.0.3 [M]~*4.0.4
(4.1)   [M]~4.1.0-r1 [M]4.1.1-r3 [M]4.1.2
(4.2)   [M]~4.2.0 [M]~4.2.1 [M]~4.2.2

{altivec bootstrap boundschecking build d doc fortran gcj gtk
hardened ip28 ip32r10k java mudflap multilib multislot n32 n64
nls nocxx nopie nossp objc objc++ objc-gc openmp static test
vanilla}

  Installed versions: 3.4.6-r2(3.4)(14:36:31 01/02/08)(nls -altivec
  -bootstrap -boundschecking -build -d -doc -fortran -gcj -gtk
  -hardened -ip28 -ip32r10k -multilib -multislot -n32 -n64 -nocxx
  -nopie -nossp -objc -test -vanilla)

  4.1.1-r3(4.1)(19:54:45 04/19/07)(fortran nls
  -altivec -bootstrap -build -doc -gcj -gtk
  -hardened -ip28 -ip32r10k -mudflap -multilib
  -multislot -n32 -n64 -nocxx -objc -objc++
  -objc-gc -test -vanilla)

=
Compile messages:  Including a few context lines
[...]


3: /usr/bin/cmp -s
/var/tmp/portage/app-shells/ksh-93.20040229/work/src/cmd/ksh93/fun/pushd
/var/tmp/portage/app-shells/ksh-93.20040229/work/arch/linux.i386/fun/pushd

3: /bin/mv
/var/tmp/portage/app-shells/ksh-93.20040229/work/arch/linux.i386/fun/pushd
/var/tmp/portage/app-shells/ksh-93.20040229/work/arch/linux.i386/fun/pushd.old

3: true

3: /bin/cp
/var/tmp/portage/app-shells/ksh-93.20040229/work/src/cmd/ksh93/fun/pushd
/var/tmp/portage/app-shells/ksh-93.20040229/work/arch/linux.i386/fun/pushd

3: chmod ugo+x
/var/tmp/portage/app-shells/ksh-93.20040229/work/arch/linux.i386/fun/pushd

mamake: *** exit code 1 making cmd/ksh93

package: make: errors making
/var/tmp/portage/app-shells/ksh-93.20040229/work/arch/linux.i386/bin/ksh

package: make done at Mon Jan 7 13:39:31 CST 2008 in
/var/tmp/portage/app-shells/ksh-93.20040229/work/arch/linux.i386

 * 
 * ERROR: app-shells/ksh-93.20040229 failed.
 * Call stack:
 *ebuild.sh, line 1701:  Called dyn_compile
 *ebuild.sh, line 1039:  Called qa_call 'src_compile'
 *ebuild.sh, line   44:  Called src_compile
 *   ksh-93.20040229.ebuild, line   51:  Called die
 * The specific snippet of code:
 *  cd ${S}; ./bin/package only make ast-ksh CC=$(tc-getCC) ||
die
 *  The die message:
 *   (no error message)
 * 
 * If you need support, post the topmost build error, and the call
   stack if relevant.
 * A complete build log is located at
   '/var/tmp/portage/app-shells/ksh-93.20040229/temp/build.log'.
 * 
 * Messages for package app-shells/ksh-93.20040229:
 * 
 * ERROR: app-shells/ksh-93.20040229 failed.
 * Call stack:
 *ebuild.sh, line 1701:  Called dyn_compile
 *ebuild.sh, line 1039:  Called qa_call 'src_compile'
 *ebuild.sh, line   44:  Called src_compile
 *   ksh-93.20040229.ebuild, line   51:  Called die
 * The specific snippet of code:
 *  cd ${S}; ./bin/package only make ast-ksh CC=$(tc-getCC) ||
die
 *  The die message:
 *   (no error message)
 * 

 * If you need support, post the topmost build error, and the call
   stack if relevant.
 * A complete build log is located at
   '/var/tmp/portage/app-shells/ksh-93.20040229/temp/build.log'.

-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Incredibly slow disk access

2008-01-07 Thread Wayn0

Hi All,

I have installed gentoo on my laptop recently and I am having a huge 
problem with speed.


The problem is the insanely slow disk access that I am getting.

here is some output:

manticore ~ # hdparm -tT /dev/hda

/dev/hda:
 Timing cached reads:   5702 MB in  2.00 seconds = 2857.11 MB/sec
 Timing buffered disk reads:6 MB in  3.37 seconds =   1.78 MB/sec

manticore ~ # /etc/init.d/hdparm start
 * Running hdparm on /dev/hda ...
 HDIO_SET_DMA failed: Operation not permitted 
   [ ok ]

 * Running hdparm on /dev/hdd ...
 HDIO_SET_DMA failed: Operation not permitted 
   [ ok ]



I read on a forum somewhere that this could be caused by the HAL daemon 
so I shut that down and no luck :-(


Any ideas?

Thanks
Wayn0
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Incredibly slow disk access

2008-01-07 Thread William Kenworthy
Check the options for your chipset in the kernel - look at device
drivers and ata/... devices.  Looks like its just defaulted to the
minimum as it hasnt seen what chipset you are using.

Also consider moving to libata - seems better where I have tried it.

BillK


On Tue, 2008-01-08 at 02:26 +0200, Wayn0 wrote:
 Hi All,
 
 I have installed gentoo on my laptop recently and I am having a huge 
 problem with speed.
 
 The problem is the insanely slow disk access that I am getting.
 
 here is some output:
 
 manticore ~ # hdparm -tT /dev/hda
 
 /dev/hda:
   Timing cached reads:   5702 MB in  2.00 seconds = 2857.11 MB/sec
   Timing buffered disk reads:6 MB in  3.37 seconds =   1.78 MB/sec
 
 manticore ~ # /etc/init.d/hdparm start
   * Running hdparm on /dev/hda ...
   HDIO_SET_DMA failed: Operation not permitted 
 [ ok ]
   * Running hdparm on /dev/hdd ...
   HDIO_SET_DMA failed: Operation not permitted 
 [ ok ]
 
 
 I read on a forum somewhere that this could be caused by the HAL daemon 
 so I shut that down and no luck :-(
 
 Any ideas?
 
 Thanks
 Wayn0
-- 
William Kenworthy [EMAIL PROTECTED]
Home in Perth!
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Re: A pared down kernel config

2008-01-07 Thread reader
Florian Philipp [EMAIL PROTECTED] writes:

 I guess it would be harmless to just run the `make modules_intall' part
 again and catch a list.
 

 I think you search for modprobe -l :)

Wow... and egad, look at this:

  modprobe -l|wc -l
  945

That is a kernel built with genkernel

-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] FreeAgent extn. Drive setup ideas

2008-01-07 Thread James
Hello,

I just got a 500G FreeAgent (Seagate) drive.
I have it working via ivman:

/dev/sdb1 466G  144M  466G   1% /media/FreeAgent Drive

Bus 001 Device 003: ID 0bc2:3000 Seagate RSS LLC

I'm able to cd into it's directory tree and read various
files.


I assume it has NTFS by default. I have all of the legacy
doz file systems enabled along with idonify in the kernel.


I want to use it on both gentoo and windows systems
for a variety of tasks. What the best way to set it up
(ideas) so as to ensure what I copy onto the drive,
form either gentoo or xp I can copy off onto a gento
or XP based system? Should I delete any of the original
stuff that Seagate installs on the drive?

Also, I'm thinking about a udev rule or fstab entry
on the gentoo system to uniquely identify the drive
as I often attach several usb(stick or drive) devices
to one system at any given time; so I'm looking for 
a scheme that they will each be unquely recognized (Labeled?



any caveats?



James





-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] FreeAgent extn. Drive setup ideas

2008-01-07 Thread Wayn0

James wrote:

Hello,

I just got a 500G FreeAgent (Seagate) drive.
I have it working via ivman:

/dev/sdb1 466G  144M  466G   1% /media/FreeAgent Drive

Bus 001 Device 003: ID 0bc2:3000 Seagate RSS LLC

I'm able to cd into it's directory tree and read various
files.


I assume it has NTFS by default. I have all of the legacy
doz file systems enabled along with idonify in the kernel.


I want to use it on both gentoo and windows systems
for a variety of tasks. What the best way to set it up
(ideas) so as to ensure what I copy onto the drive,
form either gentoo or xp I can copy off onto a gento
or XP based system? Should I delete any of the original
stuff that Seagate installs on the drive?

Also, I'm thinking about a udev rule or fstab entry
on the gentoo system to uniquely identify the drive
as I often attach several usb(stick or drive) devices
to one system at any given time; so I'm looking for 
a scheme that they will each be unquely recognized (Labeled?




any caveats?



James





Most, in fact all of the external drives I have used come formatted with 
fat32 standard even the 500GB iomega I recently bought.


So copying between OSes should not be a problem :-)

Wayn0
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Incredibly slow disk access

2008-01-07 Thread Dale
William Kenworthy wrote:
 Check the options for your chipset in the kernel - look at device
 drivers and ata/... devices.  Looks like its just defaulted to the
 minimum as it hasnt seen what chipset you are using.

 Also consider moving to libata - seems better where I have tried it.

 BillK


 On Tue, 2008-01-08 at 02:26 +0200, Wayn0 wrote:
   
 Hi All,

 I have installed gentoo on my laptop recently and I am having a huge 
 problem with speed.

 The problem is the insanely slow disk access that I am getting.

 here is some output:

 manticore ~ # hdparm -tT /dev/hda

 /dev/hda:
   Timing cached reads:   5702 MB in  2.00 seconds = 2857.11 MB/sec
   Timing buffered disk reads:6 MB in  3.37 seconds =   1.78 MB/sec

 manticore ~ # /etc/init.d/hdparm start
   * Running hdparm on /dev/hda ...
   HDIO_SET_DMA failed: Operation not permitted 
 [ ok ]
   * Running hdparm on /dev/hdd ...
   HDIO_SET_DMA failed: Operation not permitted 
 [ ok ]


 I read on a forum somewhere that this could be caused by the HAL daemon 
 so I shut that down and no luck :-(

 Any ideas?

 Thanks
 Wayn0
 

Also check that DMA is enabled.  If you have the wrong or no chipset
selected in your kernel, it won't be there.  lspci may be a good one to
check as well.

Dang, that is slow tho.

Dale

:-)  :-) 
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Incredibly slow disk access

2008-01-07 Thread Mark Shields
On Jan 7, 2008 8:37 PM, Dale [EMAIL PROTECTED] wrote:

 William Kenworthy wrote:
  Check the options for your chipset in the kernel - look at device
  drivers and ata/... devices.  Looks like its just defaulted to the
  minimum as it hasnt seen what chipset you are using.
 
  Also consider moving to libata - seems better where I have tried it.
 
  BillK
 
 
  On Tue, 2008-01-08 at 02:26 +0200, Wayn0 wrote:
 
  Hi All,
 
  I have installed gentoo on my laptop recently and I am having a huge
  problem with speed.
 
  The problem is the insanely slow disk access that I am getting.
 
  here is some output:
 
  manticore ~ # hdparm -tT /dev/hda
 
  /dev/hda:
Timing cached reads:   5702 MB in  2.00 seconds = 2857.11 MB/sec
Timing buffered disk reads:6 MB in  3.37 seconds =   1.78 MB/sec
 
  manticore ~ # /etc/init.d/hdparm start
* Running hdparm on /dev/hda ...
HDIO_SET_DMA failed: Operation not permitted
  [ ok ]
* Running hdparm on /dev/hdd ...
HDIO_SET_DMA failed: Operation not permitted
  [ ok ]
 
 
  I read on a forum somewhere that this could be caused by the HAL daemon
  so I shut that down and no luck :-(
 
  Any ideas?
 
  Thanks
  Wayn0
 

 Also check that DMA is enabled.  If you have the wrong or no chipset
 selected in your kernel, it won't be there.  lspci may be a good one to
 check as well.

 Dang, that is slow tho.

 Dale

 :-)  :-)
 --
 gentoo-user@lists.gentoo.org mailing list


I'd also recommending after checking for the above, also check what level of
UDMA is set.  Try this:  hdparm -I /dev/hda | grep -i dma

Yours should say probably either udma3 or udma4.  My SATA-I drive is set to
udma5, for example:

hdparm -I /dev/sda | grep -i dma
DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 *udma5 udma6

-- 
- Mark Shields


[gentoo-user] digraph error while trying to emerge

2008-01-07 Thread Justin Patrin
I honestly have no idea how to deal with this one. It started a few
weeks ago and I hoped it would go away by itself.

!!! Multiple versions within a single package slot have been
!!! pulled into the dependency graph:

('ebuild', '/', 'dev-java/bcprov-1.37', 'merge') pulled in by
  ('ebuild', '/', 'dev-java/bcmail-1.37', 'merge')

('ebuild', '/', 'dev-java/bcprov-1.38', 'merge') pulled in by
  ('ebuild', '/', 'dev-java/itext-2.0.6', 'merge')

-- 
Justin Patrin
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Incredibly slow disk access

2008-01-07 Thread Renat Golubchyk
On Mon, 7 Jan 2008 20:51:02 -0500 Mark Shields [EMAIL PROTECTED]
wrote:
 I'd also recommending after checking for the above, also check what
 level of UDMA is set.  Try this:  hdparm -I /dev/hda | grep -i dma
 
 Yours should say probably either udma3 or udma4.

Why not udma5 ? All my PATA drives (desktop and notebook) run at udma5
for some years now without any problems.


Cheers,
Renat

-- 
Probleme kann man niemals mit derselben Denkweise loesen,
durch die sie entstanden sind.
  (Einstein)


signature.asc
Description: PGP signature


[gentoo-user] Re: digraph error while trying to emerge

2008-01-07 Thread Justin Patrin
On Jan 7, 2008 8:10 PM, Justin Patrin [EMAIL PROTECTED] wrote:
 I honestly have no idea how to deal with this one. It started a few
 weeks ago and I hoped it would go away by itself.

 !!! Multiple versions within a single package slot have been
 !!! pulled into the dependency graph:

 ('ebuild', '/', 'dev-java/bcprov-1.37', 'merge') pulled in by
   ('ebuild', '/', 'dev-java/bcmail-1.37', 'merge')

 ('ebuild', '/', 'dev-java/bcprov-1.38', 'merge') pulled in by
   ('ebuild', '/', 'dev-java/itext-2.0.6', 'merge')


Ah, never mind, I had previously set bcprov ~x86 to install something
or other. Commenting that out fixed this.

dev-java/bcprov ~x86

-- 
Justin Patrin
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] digraph error while trying to emerge

2008-01-07 Thread Alan McKinnon
On Tuesday 08 January 2008, Justin Patrin wrote:
 I honestly have no idea how to deal with this one. It started a few
 weeks ago and I hoped it would go away by itself.

 !!! Multiple versions within a single package slot have been
 !!! pulled into the dependency graph:

 ('ebuild', '/', 'dev-java/bcprov-1.37', 'merge') pulled in by
   ('ebuild', '/', 'dev-java/bcmail-1.37', 'merge')

 ('ebuild', '/', 'dev-java/bcprov-1.38', 'merge') pulled in by
   ('ebuild', '/', 'dev-java/itext-2.0.6', 'merge')

I'm not sure why itext wants to emerge bcprov-1.38 - that version is 
unstable and everything else is stable. But itext will be happy with 
bcprov-1.37, so mask out bcprov-1.38 as not to be installed:

echo =dev-java/bcprov-1.38  /etc/portage/package.mask


-- 
Alan McKinnon
alan dot mckinnon at gmail dot com
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Incredibly slow disk access

2008-01-07 Thread Wayn0

Renat Golubchyk wrote:

On Mon, 7 Jan 2008 20:51:02 -0500 Mark Shields [EMAIL PROTECTED]
wrote:

I'd also recommending after checking for the above, also check what
level of UDMA is set.  Try this:  hdparm -I /dev/hda | grep -i dma

Yours should say probably either udma3 or udma4.


Why not udma5 ? All my PATA drives (desktop and notebook) run at udma5
for some years now without any problems.


Thanks to everybody that's replied so far.

I may have missed something kernel wise but my sata drives are 
registering as hd* and it refuses to switch on dma.


I have no doubt this is a kernel config, just not sure where to look.
I don't have the laptop with me at the moment so I will post the kernel 
config this evening.


or perhaps somebody knows right off the bat what the problem is and what 
I need to enable and disable.


I am using the latest gentoo-sources 2.6.23-r8 if memory serves.


Thanks again

Wayn0

--
gentoo-user@lists.gentoo.org mailing list