Re: [CentOS] CentOS 6 Installation on Thinkpad X220

2011-09-10 Thread Janne TH. Nyman
Hi all,

All resolved now. Thanks to Paul for pointing out the basics :)

This had nothing to do with the e1000e as I thought earlier. It has to
do with the AHCI mode set for the SATA interface.

These where the steps I took to resolve it:

1. Start Laptop
2. When first boot screen appears, press F1 to get into the BIOS setup
3. Go to Config  Serial ATA and change AHCI to Compatibility
4. Press F10 to save and reboot

Now it boots and installs. Since CentOS has an older kernel than RHEL
6.1 I am not able to get screen resolution etc to work so I will run
RHEL on this one as Keyboard keys, Web cam, Sound, Ericsson WLAN, all
just works :)


Thanks a lot for your help peeps.

Cheers,
Janne Janski Nyman
E: jny...@jbtec.org


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 6 Installation on Thinkpad X220

2011-09-10 Thread John Hodrien
On Sat, 10 Sep 2011, Janne TH. Nyman wrote:

 Hi all,

 All resolved now. Thanks to Paul for pointing out the basics :)

 This had nothing to do with the e1000e as I thought earlier. It has to
 do with the AHCI mode set for the SATA interface.

 These where the steps I took to resolve it:

 1. Start Laptop
 2. When first boot screen appears, press F1 to get into the BIOS setup
 3. Go to Config  Serial ATA and change AHCI to Compatibility
 4. Press F10 to save and reboot

 Now it boots and installs. Since CentOS has an older kernel than RHEL
 6.1 I am not able to get screen resolution etc to work so I will run
 RHEL on this one as Keyboard keys, Web cam, Sound, Ericsson WLAN, all
 just works :)

Making sure it was in AHCI mode was the first suggestion you got on the
list... ;)

jh
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 6 Installation on Thinkpad X220

2011-09-10 Thread Alexander Dalloz
Am 10.09.2011 13:40, schrieb John Hodrien:
 On Sat, 10 Sep 2011, Janne TH. Nyman wrote:

 These where the steps I took to resolve it:

 1. Start Laptop
 2. When first boot screen appears, press F1 to get into the BIOS setup
 3. Go to Config  Serial ATA and change AHCI to Compatibility
 4. Press F10 to save and reboot

 Making sure it was in AHCI mode was the first suggestion you got on the
 list... ;)

And she changed it from AHCI to compatibility mode (had to change it to
that mode to make the drive being recognized?), which is not the best
setting regarding speed.

 jh

Alexander
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 6 Installation on Thinkpad X220

2011-09-10 Thread Timo Neuvonen
 Now it boots and installs. Since CentOS has an older kernel than RHEL
 6.1 I am not able to get screen resolution etc to work so I will run
 RHEL on this one as Keyboard keys, Web cam, Sound, Ericsson WLAN, all
 just works :)


If you have access to RHEL binaries, that's fine.
I hadn't, so I installed a kernel from Scientific Linux 6.1 repo to CentOS 
6.0 to make display driver work on my Acer 7550. Anyway, some day CentOS 6.1 
should be available and thereafter if updates itself to genuine CentOS 
again...

--
TiN 


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] TIP for broken ARIN whois

2011-09-10 Thread Always Learning
This works for me on Centos 5.6. It may assist newcomers to the Linux
world of Centos.

whois 51.51.51.51 

produces a normal and conventional display of data.

However since ARIN, the North American registrar of IP addresses,
modernised its WHOIS processing, a query to

whois 64.64.64.64

will produce a one line summary of possible matches, which always
includes ARIN, but omits the details we used to receive before ARIN
implemented its much criticised improved service.

A one line script solves it for me (but only for ARIN network entries).

#!/bin/bash
whois -h whois.arin.net n + $1

I call my script .arin

.arin 64.64.64.64

produces a normal output.



Paul.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] TIP for broken ARIN whois

2011-09-10 Thread me
On Sat, 10 Sep 2011, Always Learning wrote:

 This works for me on Centos 5.6. It may assist newcomers to the Linux
 world of Centos.

   whois 51.51.51.51

 produces a normal and conventional display of data.

 However since ARIN, the North American registrar of IP addresses,
 modernised its WHOIS processing, a query to

   whois 64.64.64.64

 will produce a one line summary of possible matches, which always
 includes ARIN, but omits the details we used to receive before ARIN
 implemented its much criticized improved service.

 A one line script solves it for me (but only for ARIN network entries).

   #!/bin/bash
   whois -h whois.arin.net n + $1

Where is this syntax documented? I see the -h option in the man page but
the n + part is not there and I would like to understand where that comes from.

Regards,

-- 
Tom m...@tdiehl.org Spamtrap address
me...@tdiehl.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] TIP for broken ARIN whois

2011-09-10 Thread Always Learning

On Sat, 2011-09-10 at 11:23 -0400, m...@tdiehl.org wrote:

 Where is this syntax documented? I see the -h option in the man page
 but the n + part is not there and I would like to understand where
 that comes from.

whois -h whois.arin.net ?

The ' n + ' are parameters (arguments) introduced by ARIN. They are not
part of the standard WHOIS.

To reduce typing I now use for WHOIS:-

.w 65.65.65.65

.w being a one line script containing (whois $1).

When that encounters the ARIN deficiency, I simply up-arrow to get the
previous line and add 'a'

.wa 65.65.65.65

.wa is my ARIN whois command (whois -h whois.arin.net n + $1)


However, when ARIN redirects the original enquiry to a RWHOIS, the query
is broken and unrecognised by the RWHOIS

whois -h whois.arin.net n + 66.66.66.66

It is a bit of a North American mess. I hope Europe's RIPE retains its
fully functioning WHOIS.


Paul.


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 6 Installation on Thinkpad X220

2011-09-10 Thread John Hodrien
On Sat, 10 Sep 2011, Alexander Dalloz wrote:

 Am 10.09.2011 13:40, schrieb John Hodrien:
 On Sat, 10 Sep 2011, Janne TH. Nyman wrote:

 These where the steps I took to resolve it:

 1. Start Laptop
 2. When first boot screen appears, press F1 to get into the BIOS setup
 3. Go to Config  Serial ATA and change AHCI to Compatibility
 4. Press F10 to save and reboot

 Making sure it was in AHCI mode was the first suggestion you got on the
 list... ;)

 And she changed it from AHCI to compatibility mode (had to change it to
 that mode to make the drive being recognized?), which is not the best
 setting regarding speed.

Quite right, sorry, I'd read it backwards.  So presumably either a bug in the
AHCI support, or a limitation/bug of the kernel driver?

jh
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Postfix Question - CentOS 6

2011-09-10 Thread John Hinton
On 9/9/2011 3:15 AM, Nicolas Thierry-Mieg wrote:
 John Hinton wrote:
 /var/spool/postfix/private/auth

 It seems this must be owned by postfix but it was owned by root.

 So, can somebody check to see if this is there in a CentOS 6 Postfix
 install where Amavis is not installed? And if so, what are the default
 permissions?
 maybe try
 rpm -qf /var/spool/postfix/private/auth
 to see if it belongs to an rpm.
 You could then rpm -V that package if it exists.

OK... I found it.

In Dovecot master.conf, I enabled smtp-auth. Under that, it seems you 
must set the user to postfix or each time you restart dovecot the auth 
file is recreated and is owned by root... resulting in the failure. I 
looked for the file earlier and it was not there. It seems to have 
appeared due to enabling smtp-auth, but I did make other edits before 
restarting the service.

Inside of service auth I have the following:

   # Postfix smtp-auth
   unix_listener /var/spool/postfix/private/auth {
 mode = 0666
 user = postfix
}

I am considering adding group = postfix as well as the file is now group 
root.

Thanks,
John Hinton
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] gnumeric

2011-09-10 Thread ken
Where do I find a gnumeric rpm?  I must not have enough repos listed. 
(I recently had to rebuild my system pretty much from scratch.  :( )
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] gnumeric

2011-09-10 Thread Frank Cox
On Sat, 10 Sep 2011 14:40:47 -0400
ken wrote:

 Where do I find a gnumeric rpm?  I must not have enough repos listed.

http://www.elders.princeton.edu/data/puias/6/x86_64/os/Addons/

-- 
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
www.creekfm.com - FIFTY THOUSAND WATTS of POW WOW POWER!
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos