Re: [CentOS] Samsung Galaxy 3 and Centos

2012-10-03 Thread Aft nix
On Wed, Oct 3, 2012 at 2:52 PM, Dogsbody  wrote:
>
>>> On Oct 2, 2012, at 3:29 PM, Frank Cox wrote:
>>>
>>> I'm wondering how well (or if) that phone will work with Centos 6.
>>>
>>On 02/10/12 23:48, Craig White wrote:>
>>
>> That said, the Galaxy S III has a slot for a mini-SD card and you should be 
>> able to make it exchange files via the usb cable but to be honest, I don't 
>> bother, even with my Fedora desktop system… I just use SSHDroid and exchange 
>> files wirelessly using ssh (you can use rsync via ssh too if you want).
>>
>
> In the same vein I use Dropbox for this.   Dropbox has an option that
> will automatically transfer/backup any pictures you take on the phone.
> When I'm at home on WiFi I can take a picture of a receipt and it'll be
> on my computer before I sit back down.  I haven't plugged a phone in for
> ages.
>
> Just my 0.02 GBP :-)
>
> Dan
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos

Related : http://xkcd.com/619/

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


Re: [CentOS] Trying to find all the kernel modules needed for my machine using shell script

2012-07-13 Thread Aft nix
On Fri, Jul 13, 2012 at 9:01 PM,   wrote:
> Aft nix wrote:
>> On Fri, Jul 13, 2012 at 7:34 PM, Akemi Yagi  wrote:
>>> On Fri, Jul 13, 2012 at 5:29 AM, Aft nix  wrote:
>>>> Hi,
>>>>
>>>> I'm developing kernel modules right now, and the build times are
>>>> starting to get under my skin. As a side effect i'm taking way too
>>>> many "coffee" breaks during builds.
>>> (snip)
>>>> 3) Is there any way i can get the "Centos specific" patches in "plain
>>>> patch" format? That means i dont wanna do things in src-rpm way.
>>>> If the patches are available in normal patch format i can keep
>>>> everything tidy in my kernel git tree.
>>>
>>> The CentOS way of "Build Your Own Kernel Modules" is described in this
>>> CentOS wiki article:
>>>
>>> http://wiki.centos.org/HowTos/BuildingKernelModules
>>>
>>> I suggest you try method 1 first to see if you can build your module.
>>> Once confirmed, you may want to proceed to method 3 to build a
>>> kABI-compatible module.
>>>
>>> You can ask further questions about kmods either here, or better yet,
>>> on the ELRepo's mailing list. ELRepo ( http://elrepo.org ) builds a
>>> number of kernel modules for RHEL/CentOS/SL.
>>
>> So bottom line is, i can't get the patches other than src-rpms?
>
> That's why I mentioned yum update . Yum will get the dependencies
> as well.
>>
>> I better learn this thing, i guess.
>
> You're on CentOS and not using yum to update the system? You very much
> need to learn it.
>

I know how yum works. i'm a long time centos user. I'm talking about
the "centos specific patches" for the kernel. if i roll
these patches over vanilla kernel, it will become the kernel source
where kernel rpms are built. Now centos distributes its kernel sources
through src-rpms(srpms). Which is "already patched" kernel source.
What i want is just the patches. so i that i can roll it over vanilla
kernel
and get identical source as those distributed through srpms.

I hope i'm clear now.

cheers.

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



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


Re: [CentOS] Trying to find all the kernel modules needed for my machine using shell script

2012-07-13 Thread Aft nix
On Fri, Jul 13, 2012 at 7:34 PM, Akemi Yagi  wrote:
> On Fri, Jul 13, 2012 at 5:29 AM, Aft nix  wrote:
>> Hi,
>>
>> I'm developing kernel modules right now, and the build times are
>> starting to get under my skin. As a side effect i'm taking way too
>> many "coffee" breaks during builds.
> (snip)
>> 3) Is there any way i can get the "Centos specific" patches in "plain
>> patch" format? That means i dont wanna do things in src-rpm way.
>> If the patches are available in normal patch format i can keep
>> everything tidy in my kernel git tree.
>
> The CentOS way of "Build Your Own Kernel Modules" is described in this
> CentOS wiki article:
>
> http://wiki.centos.org/HowTos/BuildingKernelModules
>
> I suggest you try method 1 first to see if you can build your module.
> Once confirmed, you may want to proceed to method 3 to build a
> kABI-compatible module.
>
> You can ask further questions about kmods either here, or better yet,
> on the ELRepo's mailing list. ELRepo ( http://elrepo.org ) builds a
> number of kernel modules for RHEL/CentOS/SL.
>
> Akemi
>

So bottom line is, i can't get the patches other than src-rpms?


I better learn this thing, i guess.
cheers.
 ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos



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


Re: [CentOS] Trying to find all the kernel modules needed for my machine using shell script

2012-07-13 Thread Aft nix
On Fri, Jul 13, 2012 at 7:48 PM,   wrote:

> #1: archlinux? Are you working in CentOS or arch linux?

I'm using CentOS. But the problem was "make localmodconfig" is not
working. I don't see how a question related to "building kernel.org
kernel" relates to distribution, just because the problem was
discussed in a distribution's forum. Same kind of discussion can be
found(about faulty behaviour of "make localmodconfig") in
debian/ubuntu forums if use try google.

>>
>> There was also a proposed solution which apparently worked for others
>> , is to run the script directly instead of using make's target.
>
> #2: That's because people don't understand make at all. Go read the
> O'Reilly book on Make: .
> Grok it.

Not understanding how this relates to ignorance of "make". may be you
are pointing about the environment variables and stuffs.

>>
>> Although for me, make localmodconfig does not work at all. its because
>> of the following :
>>
>> $make clean
>
> #3: you complain about how long it takes to build, yet you're doing a make
> clean *first*. See #2. Then *DO* *NOT* use make clean unless it's
> absolutely necessary.
>

I'm trying to tune up my kernel build. so i need to see which way it
performs the best. During development i dont "clean". I dont even make
the whole tree. i just build the part of the tree i'm developing.


>> $make mrproper
>> $cp /boo/config-'uname -r' .config
>
> #4: Have you looked at the contents of .config to verify they're what you
> expect?

Yep, i have run make menuconfig to see what's enabled. But you there
is thousands of options, its not practical to go through all of them.
I just see common options. Like if the driver for my ethernet card is
enabled "only". stuffs like that.

>
>> $make localmodconfig
>
> #5: How is .config used in the makefile?

Its used by default.

>>
>> and it haults with
>>
>> vboxguest config not found!!
>> nf_defrag_ipv6 config not found!!
>> vboxsf config not found!!
>> vboxvideo config not found!!
>>
>> The thing is my kernel development environment is inside virtualbox.
>> These vbox modules were installed when i chose to install "virtualbox
>> guest addtion".
>
> #6: Did you install the dev modules *in* the virtualbox, as opposed to the
> host?

Yes.

> 
>> Now the workaround this obviously unloading these module and trying
>> again. But I'm thinking if there is patch for the
>> "streamline_config.pl" which will enable the user to exclude certain
>> modules if s/he wants. Problem is i have "zero" knowledge about perl
>> and i like it that way.
>
> #7: You're building kernel mods, and don't want to know about perl?

I managed to make it through without "perl" till now.

>>
>> So my problems in "nutshell"
>>
>> 1) Patching streamline_config.pl so i can give a list of module name
>> as argument which it will exclude from processing the config file.
>
> #8: Perhaps if you looked at the perl script, or ran it with -? or -h or
> --help, it might *tell* you?

Honestly i've never checked it. i've just checked. nothing comes up
with --help, -h -?. All are unknown options.


>
> 
>>
>> Additional info:
> 
>> 3) Is there any way i can get the "Centos specific" patches in "plain
>> patch" format? That means i dont wanna do things in src-rpm way.
>> If the patches are available in normal patch format i can keep
>> everything tidy in my kernel git tree.
>
> #9: yum update [package], perhaps?
>

trying not involve *rpm*. I like my git tree :) .

> #10: And under annoyances, turn on your damn spellchecking. "Stuffs",
> "hault"

English is not my native language. When i type quickly sometimes,
correcting all the spelling mistake seems like a burden. Sorry for the
annoyance in caused.

>
>  mark "and maybe your makefile needs a VPATH corrected"
>

Thanks for your insight.

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



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


Re: [CentOS] Trying to find all the kernel modules needed for my machine using shell script

2012-07-13 Thread Aft nix
On Fri, Jul 13, 2012 at 6:29 PM, Aft nix  wrote:
> Hi,
>
> I'm developing kernel modules right now, and the build times are
> starting to get under my skin. As a side effect i'm taking way too
> many "coffee" breaks during builds.
>
> So i was looking for a way to build only the stuffs i need for my
> platform. Chapter 7 and 8 of "linux kernel in a nutshell" gave a good
> detail of how to do that by hand. Its a good read :
> http://www.kroah.com/lkn/
>
> But Although i understand the stuffs, this is still a lot of tweaks to
> make that work.
>
> 2.6.32 and later kernels added a new target "make localmodconfig".
> which scans through "lsmod" and change the .config appropriately. So i
> thought i found my "automation". But this perl script has some problem
> too.
>
> This thread describes the problems :
> https://bbs.archlinux.org/viewtopic.php?pid=845113
>
> There was also a proposed solution which apparently worked for others
> , is to run the script directly instead of using make's target.
>
> Although for me, make localmodconfig does not work at all. its because
> of the following :
>
> $make clean
> $make mrproper
> $cp /boo/config-'uname -r' .config
> $make localmodconfig
>
> and it haults with
>
> vboxguest config not found!!
> nf_defrag_ipv6 config not found!!
> vboxsf config not found!!
> vboxvideo config not found!!
>
> The thing is my kernel development environment is inside virtualbox.
> These vbox modules were installed when i chose to install "virtualbox
> guest addtion".
>
> And the netfilter module might be a Distribution specific module(Lot
> of netfilter modules are not part of the mainline kernel, so its not a
> shock to me), which is not included in mainline kernel.
>
> Now the workaround this obviously unloading these module and trying
> again. But I'm thinking if there is patch for the
> "streamline_config.pl" which will enable the user to exclude certain
> modules if s/he wants. Problem is i have "zero" knowledge about perl
> and i like it that way.
>
> So my problems in "nutshell"
>
> 1) Patching streamline_config.pl so i can give a list of module name
> as argument which it will exclude from processing the config file.
>
> 2) I've tried to run the script by myself. But running it directly
> fails with a error.
>
> [root@kernel-host-rh6 linux-2.6]# sh scripts/kconfig/streamline_config.pl
> scripts/kconfig/streamline_config.pl: line 45: my: command not found
> scripts/kconfig/streamline_config.pl: line 47: my: command not found
> scripts/kconfig/streamline_config.pl: line 48: chomp: command not found
> scripts/kconfig/streamline_config.pl: line 50: syntax error near
> unexpected token `('
> scripts/kconfig/streamline_config.pl: line 50: `my @searchconfigs = ('
>
> Again my "zero" knowledge about perl does not helping my case.
>
> Additional info:
>
> I have faced the same thing in 2.6.32, 2.6.33, 2.6.35, 3.4, 3.4.rc1
> .(I constantly switch version for various reasons, everywhere the
> problem is same)
>
> You can access the script from kernel.org gitweb:
> http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=blob;f=scripts/kconfig/streamline_config.pl;h=bccf07ddd0b67a0e2f761fd5721f274a49bf9bbb;hb=HEAD
>
> Its from 3.4.0. `git log --stat scripts/kconfig/streamline_config.pl`
> shows some activity recently on this file. But my problem persists.
>
> 3) Is there any way i can get the "Centos specific" patches in "plain
> patch" format? That means i dont wanna do things in src-rpm way.
> If the patches are available in normal patch format i can keep
> everything tidy in my kernel git tree.
> --
> -aft

You can ignore the "perl script" not running thing. I was trying
trying run a perl script with "sh" in front of it. How horribly dumb
i've been today :)
cheers.

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


[CentOS] Trying to find all the kernel modules needed for my machine using shell script

2012-07-13 Thread Aft nix
Hi,

I'm developing kernel modules right now, and the build times are
starting to get under my skin. As a side effect i'm taking way too
many "coffee" breaks during builds.

So i was looking for a way to build only the stuffs i need for my
platform. Chapter 7 and 8 of "linux kernel in a nutshell" gave a good
detail of how to do that by hand. Its a good read :
http://www.kroah.com/lkn/

But Although i understand the stuffs, this is still a lot of tweaks to
make that work.

2.6.32 and later kernels added a new target "make localmodconfig".
which scans through "lsmod" and change the .config appropriately. So i
thought i found my "automation". But this perl script has some problem
too.

This thread describes the problems :
https://bbs.archlinux.org/viewtopic.php?pid=845113

There was also a proposed solution which apparently worked for others
, is to run the script directly instead of using make's target.

Although for me, make localmodconfig does not work at all. its because
of the following :

$make clean
$make mrproper
$cp /boo/config-'uname -r' .config
$make localmodconfig

and it haults with

vboxguest config not found!!
nf_defrag_ipv6 config not found!!
vboxsf config not found!!
vboxvideo config not found!!

The thing is my kernel development environment is inside virtualbox.
These vbox modules were installed when i chose to install "virtualbox
guest addtion".

And the netfilter module might be a Distribution specific module(Lot
of netfilter modules are not part of the mainline kernel, so its not a
shock to me), which is not included in mainline kernel.

Now the workaround this obviously unloading these module and trying
again. But I'm thinking if there is patch for the
"streamline_config.pl" which will enable the user to exclude certain
modules if s/he wants. Problem is i have "zero" knowledge about perl
and i like it that way.

So my problems in "nutshell"

1) Patching streamline_config.pl so i can give a list of module name
as argument which it will exclude from processing the config file.

2) I've tried to run the script by myself. But running it directly
fails with a error.

[root@kernel-host-rh6 linux-2.6]# sh scripts/kconfig/streamline_config.pl
scripts/kconfig/streamline_config.pl: line 45: my: command not found
scripts/kconfig/streamline_config.pl: line 47: my: command not found
scripts/kconfig/streamline_config.pl: line 48: chomp: command not found
scripts/kconfig/streamline_config.pl: line 50: syntax error near
unexpected token `('
scripts/kconfig/streamline_config.pl: line 50: `my @searchconfigs = ('

Again my "zero" knowledge about perl does not helping my case.

Additional info:

I have faced the same thing in 2.6.32, 2.6.33, 2.6.35, 3.4, 3.4.rc1
.(I constantly switch version for various reasons, everywhere the
problem is same)

You can access the script from kernel.org gitweb:
http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=blob;f=scripts/kconfig/streamline_config.pl;h=bccf07ddd0b67a0e2f761fd5721f274a49bf9bbb;hb=HEAD

Its from 3.4.0. `git log --stat scripts/kconfig/streamline_config.pl`
shows some activity recently on this file. But my problem persists.

3) Is there any way i can get the "Centos specific" patches in "plain
patch" format? That means i dont wanna do things in src-rpm way.
If the patches are available in normal patch format i can keep
everything tidy in my kernel git tree.
-- 
-aft
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Installing QEMU without KVM[SOLVED]

2012-06-07 Thread Aft nix
On Thu, Jun 7, 2012 at 6:43 PM, John Doe  wrote:
> From: Aft nix 
>
>> On Thu, Jun 7, 2012 at 5:53 PM, John Doe  wrote:
>>>  From: Aft nix 
>>>
>>>>  I'm developing some kernel module, so i need a stand alone qemu to
>>>>  test my kernel.
>>>>  Although i've seen a qemu in rpmforge, still yum install qemu does
>> not work.
>>>
>>>  What do you mean by does not work?
>>>  Dependencies problems?
>>
>> No, package qemu availabe.
>>
>> yum install qemu
>> Loaded plugins: fastestmirror, refresh-packagekit, security
>> Loading mirror speeds from cached hostfile
>> * base: mirrors.sin3.sg.voxel.net
>> * epel: ftp.riken.jp
>> * extras: mirrors.sin3.sg.voxel.net
>> * rpmforge: mirror.oscc.org.my
>> * rpmfusion-free-updates: ftp.upjs.sk
>> * rpmfusion-free-updates-testing: ftp.upjs.sk
>> * updates: mirrors.sin3.sg.voxel.net
>> Setting up Install Process
>> No package qemu available.
>> Error: Nothing to do
>>
>> You can see rpmforge is infact enabled.
>
> But not rpmforge-extras...
>

Hi JD,

Thanks for pointing this. everything seems ok now.

I'm marking this thread as SOLVED.

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



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


Re: [CentOS] Installing QEMU without KVM

2012-06-07 Thread Aft nix
On Thu, Jun 7, 2012 at 5:53 PM, John Doe  wrote:
> From: Aft nix 
>
>> I'm developing some kernel module, so i need a stand alone qemu to
>> test my kernel.
>> Although i've seen a qemu in rpmforge, still yum install qemu does not work.
>
> What do you mean by does not work?
> Dependencies problems?
>
> Dependencies Resolved
>
> 
>  Package Arch  Version Repository  
> Size
> 
> Installing:
>  qemu    x86_64    2:0.15.0-1.el6.rfx  rpmforge-extras 25 
> M
> Installing for dependencies:
>  audiofile   x86_64    1:0.2.6-11.1.el6    base    95 
> k
>  bluez-libs  x86_64    4.66-1.el6  base    75 
> k
>  celt051 x86_64    0.5.1.3-0.el6   base    50 
> k
>  esound-libs x86_64    1:0.2.41-3.1.el6    base    74 
> k
>  qemu-img    x86_64    2:0.12.1.2-2.209.el6_2.5    updates    338 
> k
>  spice-server    x86_64    0.8.2-5.el6 base   251 
> k
>
> Transaction Summary
>

No, package qemu availabe.

 yum install qemu
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
 * base: mirrors.sin3.sg.voxel.net
 * epel: ftp.riken.jp
 * extras: mirrors.sin3.sg.voxel.net
 * rpmforge: mirror.oscc.org.my
 * rpmfusion-free-updates: ftp.upjs.sk
 * rpmfusion-free-updates-testing: ftp.upjs.sk
 * updates: mirrors.sin3.sg.voxel.net
Setting up Install Process
No package qemu available.
Error: Nothing to do

You can see rpmforge is infact enabled.

Cheers.

 

> Install   7 Package(s)
>
> JD
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos



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


[CentOS] Installing QEMU without KVM

2012-06-07 Thread Aft nix
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,
I'm developing some kernel module, so i need a stand alone qemu to
test my kernel.

But yum install qemu fails. After yum search qemu , i get this :

gpxe-roms-qemu.noarch : Network boot loader roms supported by QEMU, .rom format
qemu-img.x86_64 : QEMU command line tool for manipulating disk images
libvirt-lock-sanlock.x86_64 : Sanlock lock manager plugin for QEMU driver
qemu-kvm.x86_64 : Userspace component of KVM
qemu-kvm-tools.x86_64 : KVM debugging and diagnostics tools
sheepdog.x86_64 : The Sheepdog Distributed Storage System for KVM/QEMU
vios-proxy.x86_64 : Network proxy between a QEMU host and QEMU guests using
  : virtioserial channels
vios-proxy-guest.x86_64 : Network proxy using virtioserial for QEMU guest
vios-proxy-host.x86_64 : Network proxy using virtioserial for QEMU host

But i do not need KVM or anything. I just need a stand alone qemu. I
then enabled optional repos like EPEL, RPMFUSION, RPMFORGE etc.

Although i've seen a qemu in rpmforge, still yum install qemu does not work.

I can build qemu from source, but i like installing packages from repositories.

Thanks in advance.
Cheers.

- --
- -aft
-BEGIN PGP SIGNATURE-
Version: OpenPGP.js v0.1
Comment: http://openpgpjs.org

wsBcBAEBAgAQBQJP0IQrCRCJVJ6A/SK8awAAUN8H/jb2hXDAfMQilyZ5ZP1R
d5Cyl0710LHTnGJhZ2+2KZEDrnhx1c07L1atQc663rOILBZge6cpfQJkQkT3
LTKOudzrCA/04FyvBPqApO3p39CLEHjYlJ14TU9sAHODlDvENx1S/kWBBxPk
r3mKJ7ODwiXoAE9nu1FvwOtYw5PUoreRaDlfpl8nFD9mEO8hFeoZ3JOw5Wy4
/n3FDc+5lIZfHlQ5hHxOwbr82olMMO7jFwrDP0o7YQFFYWpfH3WdPmd6mNWy
MU6YInMSWYZ3FQlCAGcb7XV0EhUrdbns3PsG21pMBXNYjefzAB5zLt3Brm4o
OjQj6m0NSTM09T53wcDvAb0=
=K27A
-END PGP SIGNATURE-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How do downgrade mozilla ?

2012-05-28 Thread Aft nix
On Mon, May 28, 2012 at 8:34 PM, Karanbir Singh  wrote:
> On 05/28/2012 12:03 PM, Timothy Madden wrote:
>> Sorry to say this to everyone, but since I installed CentOS 6 a month ago
>> I found that both Mozilla Firefox and Mozilla Thunderbird crash big time
>> (meaning every day and even more than once a day) with a large INBOX or
>> newsgroup, or with many tabs open in the Firefox windows. I also keep my
>> work computer running over night usually, maybe this is also a factor.
>
> My thunderbird mailbox's size clocks in at just over 38GB, and I dont
> see this problem at all. My desktop has an uptime for just under 7
> months ( yes, I know - older kernel is running, but the s/w updates are
> run every week )

Hi karanbir

7 months uptime for a desktop? may be a little offtopic, but seriously
"dude" :). my test servers are recently updated to centos-6 recently.
before they had like 8 months of uptime.

My desktop workstation has a uptime of under 24 hours though. Because
in my country, (guessing from your name in your country also, though
it seems you live abroad) we don't get power for straight 24 hours. so
without special backup power we are doomed if we want a "uptime" race.


>
> A better and more productive use of your time might be to try and
> workout what is causing the issue - its almost certainly going to be an
> external issue, and not tbird for ffox themselves.
>
>
> --
> Karanbir Singh
> +44-207-0999389 | http://www.karan.org/ | twitter.com/kbsingh
> ICQ: 2522219    | Yahoo IM: z00dax      | Gtalk: z00dax
> GnuPG Key : http://www.karan.org/publickey.asc
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos



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


Re: [CentOS] Mysterious versioning reported by file command

2012-05-26 Thread Aft nix
On Sun, May 27, 2012 at 12:51 AM, Frank Cox  wrote:



>> it DOES NOT, learn to read outputs - it speaks about the elfutils
>> why should their output reflect the current kernel point version
>> it is not their job because "uname" exists


A mail is missing i guess ?

>
> [frankcox@mutt ~]$ rpm -q elfutils
> elfutils-0.152-1.el6.x86_64
>
> That's not version 2.6.18 either.
>
> My question is, where does  that 2.6.18 come from?
>
> It's not the current kernel version, it's not the gcc version, and it's not 
> the
> current elfutils version either.
>
> --
> 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



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