[CentOS] [SOLVED] Quo vadis?

2009-09-13 Thread A. Kirillov
> In the course of my experiments with rt kernels
> it so happens that the gui versions of tuna built
> from upstream (RHEL, F11) SRPMs show wrong affinity settings
> for IRQ threads.

It wasn't actually a tuna bug but rather misunderstanding on my part.
When tuna-0.8.4-1 gui is being used to set IRQ affinity
it also changes affinity settings of a related kernel thread.
On the other hand rtctl-1.5-1 script can only restore
kernel threads affinities. The following rtctl-1.5-1 patch
may be used to restore IRQ affinities on system startup
according to affinity settings of related kernel threads if needed:

--- /usr/sbin/rtctl.200909122009-09-12 19:50:37.0 +0400
+++ /usr/sbin/rtctl 2009-09-13 12:14:01.0 +0400
@@ -82,6 +83,8 @@
  }
  if (group_affinity[i] != "*") {
 print "taskset -p " group_affinity[i] " " $1 " > /dev/null"
+   if (match($2, /\[IRQ-(.*)\]$/, tmp))
+   print "echo " strtonum(group_affinity[i]) " > /proc/irq/" 
tmp[1] "/smp_affinity"
  }
   break
 }

Sasha


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


Re: [CentOS] CentOS 5.3 - Activating laptop wireless card - problems installing bcm4311 driver

2009-09-13 Thread Akemi Yagi
On Sat, Sep 12, 2009 at 6:47 PM, Paul  wrote:

> I to am stuck trying to get my wireless working as well. It looks like I
> am one step ahead of you. I am also trying to compile the same driver.
> This is where I have gotten so far:

> So once again I am stuck. If anyone out there has any ideas -- I'm all
> ears.

Hi,

I just built the module for a x86_64 kernel. But I cannot test it
because I do not have the hardware. If you'd like to give it a try, it
is here:

http://centos.toracat.org/misc/testing/bcom/x86_64/

Download wl.ko and load it by:

modprobe ieee80211_crypt ; insmod wl.ko

I hope this works for you.

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


Re: [CentOS] guestbook for centos 4 or 5 ???

2009-09-13 Thread R-Elists

> >
> 
> Why not try wordpress mu then?
> ___

wordpress mu?

is that like the nerdy lazy cow version?

;-)

 - rh

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


Re: [CentOS] trouble playing quicktimes at apple.com/trailers

2009-09-13 Thread Craig White
On Sun, 2009-09-13 at 02:30 +0200, Rainer Duffner wrote:
> On 12.09.2009 at 23:49 Ron Blizzard wrote :
> 
> > On Thu, Sep 10, 2009 at 7:38 PM, fred smith
> >  wrote:
> >
> >> Doggone those Apple folks. why would they be so stingy as to  
> >> PREVENT people
> >> from using otherwise-compatible players from seeing the trailer? Just
> >> doesn't make sense in any way other than sheer meanness. I mean,  
> >> what real
> >> business justification could there be?
> >
> > Apple is weird that way. They tried to do the same thing with the Palm
> > Pre -- keep them from working with iTunes seemlessly.
> 
> 
> Well, I assume they did this because Palm is making money from the  
> Pre, but they probably "forgot" to license iTunes for the use of  
> syncing with the Pre.
> 
> I can't blame Apple for being "unhappy" with that.
> In addition, if they would let Palm get through with that, other  
> companies would soon follow. Maybe at some point, Apple will choose to  
> actually allow that (maybe via some API), but currently this is not  
> the case.
> 
> I should say that I do own an iPhone, together with most other people  
> at my workplace (few exceptions, like the boss - but his wife has one)  
> and it does most of the stuff I would have wanted from a Linux-powered  
> phone.
> Unfortunately, that one never materialized.

none of this discussion has anything to do with CentOS but...

Apple is clearly trying to create the illusion of being compatible with
other architecture with features such as being a daap server and many
other devices such as sling or sonus can interface with the music on
iTunes so it only stands to reason that Palm should likewise be able to
interface with iTunes.

The issue is that Apple wants to leverage their iTunes/iPod products to
induce a sale of their iPhone by preventing other telephone hardware
from using their iTunes repository. It is this kind of mentality that
makes me think that Apple is every bit as evil as Microsoft. They are
deliberately trying to deny you access to your own music if you use a
telephone other than Apple's iPhone.

I am wondering if by buying an iPod and committing my music repository
to m4a that I haven't made a serious mistake when I see behavior like
this from Apple.

Craig


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


[CentOS] Repair Filesystem prompt , after inode has illegal blocks

2009-09-13 Thread McCulloch, Alan
hi All,

A fault on our SAN dropped us down to a read-only filesystem and after reboot,
we have an "Unexpected Inconsistency" and I am being instructed by the boot to 
run fsck manually
without -a or -p  (this was after I think processing around 15% of the 
filesystem)

The specific message is  "inode 27344909 has illegal blocks"

I recall running fsck some years ago on smaller and simpler systems - am broadly
familiar with what it is but have no expertise in using it to repair a 
filesystem.

Would be grateful for advice on whats the quickest / usual way to get us back 
up from
this. We do have a good backup for restoring unrecoverable files - i.e. I 
assume I am going
to end up  asking fsck to repair the filesystem itself and then clean up any 
mess that
results.

This is fsck 1.39 , Linux version 2.6.18-92.1.18.el5 , Red Hat 4.1.2-42

thanks for any tips.

Cheers

AMcC
Bioinformatics Software Engineer
AgResearch NZ






===
Attention: The information contained in this message and/or attachments
from AgResearch Limited is intended only for the persons or entities
to which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipients is prohibited by AgResearch
Limited. If you have received this message in error, please notify the
sender immediately.
===
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Repair Filesystem prompt , after inode has illegal blocks

2009-09-13 Thread Robert Heller
At Mon, 14 Sep 2009 11:23:19 +1200 CentOS mailing list  
wrote:

> 
> Content-Language: en-US
> 
> 
> hi All,
> 
> A fault on our SAN dropped us down to a read-only filesystem and after reboot,
> we have an "Unexpected Inconsistency" and I am being instructed by the boot 
> to run fsck manually
> without -a or -p  (this was after I think processing around 15% of the 
> filesystem)
> 
> The specific message is  "inode 27344909 has illegal blocks"
> 
> I recall running fsck some years ago on smaller and simpler systems - am 
> broadly
> familiar with what it is but have no expertise in using it to repair a 
> filesystem.
> 
> Would be grateful for advice on whats the quickest / usual way to get us back 
> up from
> this. We do have a good backup for restoring unrecoverable files - i.e. I 
> assume I am going
> to end up  asking fsck to repair the filesystem itself and then clean up any 
> mess that
> results.
> 
> This is fsck 1.39 , Linux version 2.6.18-92.1.18.el5 , Red Hat 4.1.2-42
> 
> thanks for any tips.

Just run fsck and follow the prompts.  Do this in single user mode. I
assume that this not a file system with the O/S itself on it (eg it is
not / or /usr or /var, etc.) If it ends up asking to do massive
repairs, it might be that the file system is totally fubar'ed, in which
case, doing a mkfs and doing a complete restore might be what you have
to do.  Be prepaired for this case. It is good that you have a good
backup!

> 
> Cheers
> 
> AMcC
> Bioinformatics Software Engineer
> AgResearch NZ
> 
> 
> 
> 
> 
> 
> ===
> Attention: The information contained in this message and/or attachments
> from AgResearch Limited is intended only for the persons or entities
> to which it is addressed and may contain confidential and/or privileged
> material. Any review, retransmission, dissemination or other use of, or
> taking of any action in reliance upon, this information by persons or
> entities other than the intended recipients is prohibited by AgResearch
> Limited. If you have received this message in error, please notify the
> sender immediately.
> ===
> MIME-Version: 1.0
> 
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
> 
>   
>  

-- 
Robert Heller -- 978-544-6933
Deepwoods Software-- Download the Model Railroad System
http://www.deepsoft.com/  -- Binaries for Linux and MS-Windows
hel...@deepsoft.com   -- http://www.deepsoft.com/ModelRailroadSystem/

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


Re: [CentOS] Repair Filesystem prompt , after inode has illegal blocks

2009-09-13 Thread Les Mikesell
Robert Heller wrote:
> At Mon, 14 Sep 2009 11:23:19 +1200 CentOS mailing list  
> wrote:
> 
>> Content-Language: en-US
>>
>>
>> hi All,
>>
>> A fault on our SAN dropped us down to a read-only filesystem and after 
>> reboot,
>> we have an "Unexpected Inconsistency" and I am being instructed by the boot 
>> to run fsck manually
>> without -a or -p  (this was after I think processing around 15% of the 
>> filesystem)
>>
>> The specific message is  "inode 27344909 has illegal blocks"
>>
>> I recall running fsck some years ago on smaller and simpler systems - am 
>> broadly
>> familiar with what it is but have no expertise in using it to repair a 
>> filesystem.
>>
>> Would be grateful for advice on whats the quickest / usual way to get us 
>> back up from
>> this. We do have a good backup for restoring unrecoverable files - i.e. I 
>> assume I am going
>> to end up  asking fsck to repair the filesystem itself and then clean up any 
>> mess that
>> results.
>>
>> This is fsck 1.39 , Linux version 2.6.18-92.1.18.el5 , Red Hat 4.1.2-42
>>
>> thanks for any tips.
> 
> Just run fsck and follow the prompts.  Do this in single user mode. I
> assume that this not a file system with the O/S itself on it (eg it is
> not / or /usr or /var, etc.) If it ends up asking to do massive
> repairs, it might be that the file system is totally fubar'ed, in which
> case, doing a mkfs and doing a complete restore might be what you have
> to do.  Be prepaired for this case. It is good that you have a good
> backup!

fsck -y will assume a 'yes' answer to all the prompts, which you might as well 
do unless you think you know more than fsck does about fixing the filesystem.

-- 
   Les Mikesell
lesmikes...@gmail.com


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


[CentOS] qla2xxx 0000:05:0d.0: Mailbox command timeout occured. Scheduling ISP abort.

2009-09-13 Thread McCulloch, Alan
hi All,

Re below - thanks for the replies to the fsck question.

I have run fsck -r /data and this eventually completed with several changes 
made.

Now I am getting the following error from the qla2xxx driver on boot

.
.
.
qla2xxx :05:0d.0: Mailbox command timeout occured. Scheduling ISP abort.
qla2xxx :05:0d.0: Mailbox command timeout occured. Scheduling ISP abort.
.
etc
.


It looks like some administration of the HSV controlled SAN device layer itself 
is required - we
are now not even getting the boot process as far as the filesystem layer.

(Anybody know exactly what that message indicates - e.g. whether a hardware 
fault or
HSV SAN config issue ?)

googling this , somebody suggested  a media scan from my storage array firmware,
then backing up the array and reinitializing logical disks and started 
freshhowever
if anybody has some more specific info than that, that would be great. (I don't
have administrative access to these devices in any case)

Looks like may have fsck'd on top of a wobbly device layer which probably does 
not
bode well :-(

(I will summarise all of this to the list at some stage )

Cheers

AMcC


(Original post : )

>A fault on our SAN dropped us down to a read-only filesystem and after reboot,
>we have an "Unexpected Inconsistency" and I am being instructed by the boot to 
>run fsck manually
>without -a or -p  (this was after I think processing around 15% of the 
>filesystem)

>The specific message is  "inode 27344909 has illegal blocks"

>I recall running fsck some years ago on smaller and simpler systems - am 
>broadly
>familiar with what it is but have no expertise in using it to repair a 
>filesystem.

>Would be grateful for advice on whats the quickest / usual way to get us back 
>up from
>this. We do have a good backup for restoring unrecoverable files - i.e. I 
>assume I am going
>to end up  asking fsck to repair the filesystem itself and then clean up any 
>mess that
>results.

>This is fsck 1.39 , Linux version 2.6.18-92.1.18.el5 , Red Hat 4.1.2-42

>thanks for any tips.

>Cheers

>AMcC
>Bioinformatics Software Engineer
>AgResearch NZ






===
Attention: The information contained in this message and/or attachments
from AgResearch Limited is intended only for the persons or entities
to which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipients is prohibited by AgResearch
Limited. If you have received this message in error, please notify the
sender immediately.
===
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] qla2xxx 0000:05:0d.0: Mailbox command timeout occured. Scheduling ISP abort.

2009-09-13 Thread nate
McCulloch, Alan wrote:

> Now I am getting the following error from the qla2xxx driver on boot

If your not using an official qlogic driver try an official
one and see if that fixes it, if not send the info to
qlogic support, took only a few seconds of searching to find
this out..

nate

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


Re: [CentOS] Clarification on Linux CD or DVD Writing

2009-09-13 Thread Balaji
Dear All,
   
I have tried out with cdrecord option and i find out the only the 
disc is erasable and not erasable
information alone and i can't able to find out the disc is empty and 
disc size
Please can any one help me.
Thanks in advance

Regards
-S.Balaji

Robert Heller wrote:

>At Fri, 11 Sep 2009 15:21:44 +0530 CentOS mailing list  
>wrote:
>
>  
>
>>Dear All,
>>Currently working setup is CentOS4.4 Linux
>>I tried to google-out, but i can't able to findout
>>
>>I need some clarification about CD writer support
>>
>>   1. How can i findout inserted disc is CD or DVD from command line
>>   2. How can i findout inserted disc is empty from command line
>>   3. How can i findout inserted disc size (like 700 MB or 4.7 GB) from
>>  command line
>>
>>
>
>man cdrecord
>
>  
>
>>   4. Which writer i can use
>>
>>
>
>
>Any SCSI or IDE CD/DVD burners, most SATA DVD burners work (but you need
>to be able to support the SATA controller!). 
>
>
>  
>
>>Please can any help me
>>Thanks in Advance.
>>
>>
>
>
>
>
>  
>
>>Regards
>>-S.Balaji
>>
>>___
>>CentOS mailing list
>>CentOS@centos.org
>>http://lists.centos.org/mailman/listinfo/centos
>>
>>  
>> 
>>
>>
>
>  
>

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