Grokbase
x

Akemi Yagi (a...@gmail.com)

Profile | Posts (303)

User Information

Display Name:Akemi Yagi
Partial Email Address:a...@gmail.com
Posts:
303 total
303 in CentOS

5 Most Recent

All Posts
1) Akemi Yagi Re: [CentOS] i386 packages on x64 servers
| +1 vote
There is a known issue with yum. See, for example,...
CentOS
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
On Tue, Dec 30, 2008 at 1:29 PM, German Andres Pulido Franco
<gpulido@gtscolombia.com> wrote:
> Hi!
>
> I have some servers, all running centos 5.2 x64 with current updates. None of
> the servers has installed packages that are not part of the centos regular
> packages. They were installed using the "server" packages at install,
> therefore there is no X server, GNOME, KDE or any other non-server stuff.
> However, I recently noted that the servers have the x64 _and_ the i386
> versions of some packages installed, for instance: krb5-libs-1.6.1-25.el5_2.1
> and pam_krb5-2.2.14-1.el5_2.1. My question is: If I have no 32 bits software
> installed on these machines, why are such libraries installed? and can they be
> safely removed from the servers?

There is a known issue with yum.  See, for example,

http://lists.centos.org/pipermail/centos-devel/2008-June/002961.html
http://lists.centos.org/pipermail/centos/2008-July/060236.html

At any rate, you want to remove all *.i?86 packages and then add this line:

exclude=*.i386 *.i686

in /etc/yum.conf to maintain a pure 64-bit system.

Akemi
_______________________________________________
CentOS mailing list
[email protected: C...@centos.org]
http://lists.centos.org/mailman/listinfo/centos
2) Akemi Yagi Re: [CentOS] Source for Kernel
| +1 vote
The SRPM for the CentOS 5.2 centosplus kernel can be found here:...
CentOS
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
On Mon, Dec 29, 2008 at 11:57 AM,  <clemens@dwf.com> wrote:
> OK, perhaps I wasnt clear in my previous posting.
> I am looking for either a SRPM for the CentOS 5.2 centos.plus kernel,
> or more likely, a diff from the kernel at kernel.org.

The SRPM for the CentOS 5.2 centosplus kernel can be found here:

http://mirror.centos.org/centos/5/centosplus/SRPMS/

Akemi
_______________________________________________
CentOS mailing list
[email protected: C...@centos.org]
http://lists.centos.org/mailman/listinfo/centos
3) Akemi Yagi Re: [CentOS] Source for kernel.
| +1 vote
Which options do you need to add? Try making a request at bugs.centos.org . They might be added to...
CentOS
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
On Mon, Dec 29, 2008 at 10:59 AM, <clemens@dwf.com> wrote:
> Im brand new to CentOS, so this is probably a question with a simple
> answer (if I only knew where to look).
>
> Someone hans pointed me at the centos.plus kernel, which is close to
> what I need, but I still have to add a couple of options.
>
> So where do I find either the src for the centos.plus kernel, or a
> diff from something like 2.8.18 or 2.6.28.8 ???
>
> With this Ill be able to add my additional options...

Which options do you need to add?  Try making a request at
bugs.centos.org .  They might be added to the centosplus kernel upon
the next update.

If you really wish to build your own, then refer to this guide:

http://wiki.centos.org/HowTos/Custom_Kernel

Akemi
_______________________________________________
CentOS mailing list
[email protected: C...@centos.org]
http://lists.centos.org/mailman/listinfo/centos
4) Akemi Yagi Re: [CentOS] yum update via NX connection?
| +1 vote
OK, that long thread caused a headache for someone (can't tell you who), so I'm going to give you a...
CentOS
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
On Wed, Dec 24, 2008 at 11:48 AM, Akemi Yagi <amyagi@gmail.com> wrote:
> On Wed, Dec 24, 2008 at 11:42 AM, Les Mikesell <lesmikesell@gmail.com> wrote:
>> Somewhere in the process of doing a yum update from a terminal window
>> open in an NX/freenx desktop session, the whole session blew up -
>> perhaps when ssh restarted or when freenx was updated. The yum update
>> did not complete beyond that point and the session was gone when I
>> reconnected. Is that supposed to happen? (Centos 5.x)
>
> Yes, it does happen. For more details, please see (warning, very long thread):
>
> http://www.centos.org/modules/newbb/viewtopic.php?viewmode=flat&topic_id=17166&forum=37
>
> If you now have a broken rpm database because of the interrupted yum
> session, the thread has a remedy for that.

OK, that long thread caused a headache for someone (can't tell you
who), so I'm going to give you a shortcut.

Run the command:

rpm -qa --qf "%{NAME} %{ARCH}\n" | sort | uniq -c | awk '$1 != 1 {
print $2 }' | sort

If the output shows anything other than gpg-pubkey or kernel*, then
your rpm database is most likely broken.  Go to #45 of that thread.
The OP nicely summarized the procedure to fix it.

Akemi / toracat
_______________________________________________
CentOS mailing list
[email protected: C...@centos.org]
http://lists.centos.org/mailman/listinfo/centos
5) Akemi Yagi Re: [CentOS] Alternative to audacity
| +1 vote
Glad to learn, Mark, that you've got audacity working. Now, if you like me ( :-D ), perhaps you...
CentOS
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
On Wed, Dec 24, 2008 at 2:04 PM, MHR <mhullrich@gmail.com> wrote:
> On Wed, Dec 24, 2008 at 1:37 PM, MHR <mhullrich@gmail.com> wrote:

>>> Looks like the person who successfully installed audacity has:
>>>
>>> compat-wxGTK26-2.6.4-2.el5.ccrma
>>> audacity-nonfree-1.3.2-0.4.beta.lvn6
>>>
>>> Not sure if this is good or bad, but it seems to be working for him.
>>
>> I _knew_ I liked you, Akemi! There were a couple of other libs
>> needed, but at least I have audacity installed and it runs. Don't
>> know how well it works yet, but this is a huge start.
>>
>> THANKS!
>
> And, yes, it works!
>
> Thanks again.

Glad to learn, Mark, that you've got audacity working.  Now, if you
like me ( :-D ), perhaps you could do me a big favor?  Would you mind
posting your note with a bit of details (like couple of other libs) to
that CentOS forum thread?  This will in turn help other users who get
to the thread through search engines.

Akemi
_______________________________________________
CentOS mailing list
[email protected: C...@centos.org]
http://lists.centos.org/mailman/listinfo/centos

spacer
Profile | Posts (303)
Home > People > Akemi Yagi