Re: [CentOS-virt] xen and spice problem

2015-10-04 Thread Mark Pryor
http://107.185.144.55/xen/cent7/dom0/RPMS/stable-4.6/mock/
above is a build of upstream xen with this `configure` including spice 
support:./configure --enable-systemd --prefix=/usr --enable-xsmpolicy 
--enable-ocamltools \
  --libdir=%{_libdir} --enable-efi \
  --with-extra-qemuu-configure-args="--enable-spice --enable-usb-redir"
there is no associated libvirt buildIncluded are patches up to the HEAD of 
staging-4.6, so its basically rc5.-- 
PryMar56

 


 On Thursday, October 1, 2015 8:36 AM, Christoph  wrote:
   

 Am 2015-10-01 13:30, schrieb George Dunlap:
> No, the qemu version will be one that is custom build for the xen 
> package.
> 
> Fabio, is there a toplevel config option to enable spice when building
> through the Xen build system?
> 
> Please manually CC me if you can, as I'm not getting your mails to
> centos-devel...
> 

there is an qemu 2.0 ver in EPEL (qemu-2.0.0-1.el7.5 RPM for x86_64) 
there is the spice support build in...

-- 
-
Greetz
___
CentOS-virt mailing list
CentOS-virt@centos.org
https://lists.centos.org/mailman/listinfo/centos-virt


  ___
CentOS-virt mailing list
CentOS-virt@centos.org
https://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS-virt] adding xen support to grub2 got segfault running grub2-mkimage

2015-09-16 Thread Mark Pryor
http://107.185.144.55/xen/cent7/grub2/
I have properly packaged a split off of xen support in grub2 for Centos 7.
No more segfaults.
I have not seen anyone attempt to package this starting with the official C7 
SRPM from the vaults.
 


 On Sunday, September 13, 2015 10:50 PM, Mark Pryor <tlvie...@yahoo.com> 
wrote:
   

 There is some interest lately in making a self-contained grub2 boot image - 
call it pvgrub2, used for booting paravirtual domU in xen where a grub2 config 
is installed.
First attempt--
I first tried using the grub2*.src.rpm from the C7 vault.
I configured as shown 
belowhttps://blog.xenproject.org/2015/01/07/using-grub-2-as-a-bootloader-for-xen-pv-guests/
for headers, I used xen-devel, xen-libs, xen-licenses from a recent build I 
didhttp://107.185.144.55/xen/cent7/dom0/RPMS/stable-4.5/mock/
this gave a segfault from grub2-mkimage with a cmdline 
like/usr/bin/grub2-mkimage  -O x86_64-xen   -C auto  -d 
/usr/lib/grub/x86_64-xen -c ./grub-bootstrap.cfg -m ./memdisk.tar -o 
./grub2-x86_64-xen.bin -v  ext2 fat file font fshelp gzio halt hashsum help 
legacycfg linux loadenv loopback part_dvh part_gpt part_msdos part_plan 
part_sun xfs xnu_uuid xnu_uuid_test xzio
the image would finish if I cut down the module list to about 8 or less 
modules. This is not enough for a useful image .

Second AttemptIn the same build env, I started with the git 
clone (see link). Now when running grub-mkimage I included all the modules 
in/usr/lib/grub/x86_64-xen/ and the image formed without error and works as 
expected as a xen bootloader.
The only difference in the two builds is the size of grubX-mkimage: one is 
stripped and the other not. Using the official grub2 C7 packages failed and a 
rogue build from git worked.
regards,PryMar56







  ___
CentOS-virt mailing list
CentOS-virt@centos.org
https://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS-virt] C7 with Xen support

2014-07-21 Thread Mark Pryor





On Monday, July 21, 2014 12:46 PM, Volnei vol...@vcplinux.com.br wrote:
Hi all,

Anybody could me tell when CentoOS7 will have Xen support?

Thank a lot

Volnei,
I don't speak for the C7 project so this reply is unofficial. RH has disabled 
all dom0 kernel support found in mainline kernel. DomU support is mostly intact.

I have a xen 4.4.0 dom0 on C7 since July 16, but using the kernel-ml (3.15) 
from elrepo.org

Got my xen package set by rebuilding xen-4.4.0-8.fc22.src.rpm from here
ftp://ftp.muug.mb.ca/mirror/fedora/linux/development/rawhide/source/SRPMS/x/

The Fedora developers are adapting xen to systemd rapidly, so the above SRPM 
can change weekly.

If you or anyone else wants more detail, find PryMar56 on #xen on freenode IRC.

cheers,
Mark
___
CentOS-virt mailing list
CentOS-virt@centos.org
http://lists.centos.org/mailman/listinfo/centos-virt
___
CentOS-virt mailing list
CentOS-virt@centos.org
http://lists.centos.org/mailman/listinfo/centos-virt


[CentOS] repair systemd-nspawn

2014-07-15 Thread Mark Pryor
    

    systemd-nspawn fails in C7 with
 
     nspawn error 
    sudo  systemd-nspawn
    Spawning namespace container on /mnt/usb (console is /dev/pts/1).
    Init process in the container running as PID 1799.
    Failed to open system bus: No such file or directory
    Failed to open system bus: No such file or directory
    Container failed with error code 254.
    -- snip ---
 
    With strace I noticed that the file below is not found:
 
    to /etc/rc.local add:
     /etc/rc.local -
    if [ ! -f /run/dbus/system_bus_socket ]; then
    mkdir -p /run/dbus
    LST=`pwd`
    cd /run/dbus
    ln -s /var/run/dbus/system_bus_socket system_bus_socket
    cd $LST
    fi
     snip --
 
    Author:
    PryMar56 on freenode
    #xen,#centos
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] replace string with sed but not the first one

2012-06-18 Thread Mark Pryor




- Original Message -
From: mav...@telenet.be mav...@telenet.be
To: centos@centos.org
Cc: 
Sent: Monday, June 18, 2012 10:30 PM
Subject: [CentOS] replace string with sed but not the first one




Hi, 
  
We have a the following file 
[ip-map] 
# Unchanged IP addresses: 
# Please review default IP addresses mapping below: 
192.168.1.10 shared    -  192.168.123.6 shared 
[namexx] 
192.168.1.10 
naam   192.168.1.10 



We want to replace 192.168.1.10  to a other string but i don't want to change 
te first one. 
---
cat  cml.txtEOL
[ip-map] 
# Unchanged IP addresses: 
# Please review default IP addresses mapping below: 
192.168.1.10 shared    -  192.168.123.6 shared 
[namexx] 
192.168.1.10 
naam   192.168.1.10 
EOL

sed -i -e 's/192.168.1.10$/192.168.1.11/g' cml.txt

-- 
Mark

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


Re: [CentOS] Create Virtual Machine via HTTP or FTP

2012-02-08 Thread Mark Pryor
How did you populate 
    /inst

What media did you use?

I suspect you copied the net-install ISO to /inst

If you did the above, try again with minimal-install ISO

-- 
Mark

- Original Message -
From: cbul...@gmail.com cbul...@gmail.com
To: centos@centos.org
Cc: 
Sent: Wednesday, February 8, 2012 4:21 PM
Subject: [CentOS] Create Virtual Machine via HTTP or FTP

Hi,

I'm trying to create a Virtual Machine using Network Install mode (I
tried HTTP and FTP).
The HTTP/FTP server where the installation files are located is the Host
Machine.
The URL that I'm using is: http://192.168.1.104/inst and the Automatic
detect option detects the OS without problem.
When the installation starts I got an error:
        Unable to retrieve http://192.168.1.104/inst/images/install.img

I tried different path but I always get the same error.

The host machine is a Centos 6.2 (2.6.32.-220.el6.x86_64)

I really appreciate any help with this problem.

Thanks in advance,







___
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


Re: [CentOS] c6 xen guest install, golf, and geany (solved)

2011-10-14 Thread Mark Pryor
x



- Original Message -
From: John Hodrien j.h.hodr...@leeds.ac.uk
To: CentOS mailing list centos@centos.org
Cc: 
Sent: Tuesday, October 11, 2011 11:50 PM
Subject: Re: [CentOS] c6 xen guest install, golf, and geany

On Tue, 11 Oct 2011, Mark Pryor wrote:

 List,

 Is it possible to do a text install (512RAM) of C6 server, with support for
 X11 forwarding over ssh, and get geany (editor) to work over ssh?

Yes.

 I got X11 forwarding to work when I have a full Xfce desktop, but not with a
 server setup.

 I would like to golf this... IOW find the minimum number of packages.

 Any hints or kickstart configs for the needy?

There's really not much you need to install.  Minimal install + xauth + gedit
and I'd have thought you were there.  xauth is the important bit that you can
accidentally miss off.  You just need to check for ssh X forwarding working.
ssh -Y to your server and echo $DISPLAY.  If it's not defined, you've got a
problem.

jh

I finally got it to work. I think the error was the lack of vfb=[] object 
during the
initial install. If you have a vfb from the beginning it will work.

I ended up with 267 packages in less than 900MB and all my goals were met:

  ++X11 forwarding works in ssh without an X server install

  ++geany works over ssh

http://paste.ubuntu.com/707751/

next I want to compile a C6 kernel that supports nfs root.

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


[CentOS] c6 xen guest install, golf, and geany

2011-10-11 Thread Mark Pryor
List,

Is it possible to do a text install (512RAM) of C6 server, with support for 
X11 forwarding over ssh, and get geany (editor) to work over ssh?

I got X11 forwarding to work when I have a full Xfce desktop, but not with a 
server setup.

I would like to golf this... IOW find the minimum number of packages.

Any hints or kickstart configs for the needy?

-- 

Mark

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


[CentOS] creating C6 xen VM and virt-install

2011-10-03 Thread Mark Pryor
List,

Now that Centos 6 is here, virt-install fails to launch an install for a C6 xen 
domU.


The virt-install script is part of libvirt and is in package:

python-virtinst.noarch

the script, OSDistro.py, has a path hard-coded for a rhelX or centos VM 
install. IOW, ./images/xen is appended to
the provided mirror URL to get the kernel/initrd.img pair needed for a netboot.

Centos 6 repos don't have this subfolder in the images branch, but they have 
./images/isolinux.

Is there a reason that ./images/xen subfolder can't be created and populated 
with the boot pair from the ISOLINUX subfolder?
I believe another RH clone project does this with good results.


Help keep virt-install working with C6 and fix this, please.

-- 

Mark

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


Re: [CentOS] CentOS 6 driver support

2011-07-31 Thread Mark Pryor




From: Nguyen Vu Hung (VNC) vuh...@vinicorp.com.vn
To: CentOS mailing list centos@centos.org
Sent: Sunday, July 31, 2011 7:05 PM
Subject: [CentOS] CentOS 6 driver support


Hello all,

This is the laptop I own:
HP Pavilion dv6t Quad Edition 
Spec: Intel Core i7-2630QM 2.0GHz, 6GB RAM, 750GB HDD, VGA ATI
Radeon HD 6490M

You can also check the spec here:
http://www.amazon.com/HP-Pavilion-dv6t-dv6tqe-Laptop/dp/B00506B7DS/ref=sr_1_3?s=electronicsie=UTF8qid=1312164145sr=1-3

I am going to install CentOS 6 to it but I want to make sure that 
which drivers will CentOS  6 support:
Ethernet, Wifi, sound and especially VGA ATI Radeon HD 6490M.

Any help is appreciated. 

Nguyen Vu Hung 

--

Before you take the leap and modify the partition layout, you can 
non-destructively explore linux suitability with a Live ISO. I recommend almost 
any
live distro with a 2.6.32+ kernel. I personally like puppy 4.31 or higher, or 
for 64 bit, try the Fat Dog ISO (also from puppy developers).

Once you get that booted up, dump the 

lspci
lsusb

or even 

lsmod 


Then you can get some idea of what drivers are required. If the live ISO's fail 
to work, then the fun begins and you need to ask yourself
if its worth it to try another permanent version of Linux.

From googling, I see that HP is reluctant to release improved bios for this 
model. Can you find a bios version higher than F13?

-- 

Mark

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


Re: [CentOS-virt] Extract ip address from a kvm guest

2011-04-23 Thread Mark Pryor


--- On Sat, 4/23/11, carlopmart carlopm...@gmail.com wrote:

 From: carlopmart carlopm...@gmail.com
 Subject: [CentOS-virt] Extract ip address from a kvm guest
 To: centos-virt@centos.org
 Date: Saturday, April 23, 2011, 8:07 AM
 Hi all,
 
   Somebody knows how can I extract/know an ip address
 used by a kvm 
 guest using a script?? For example I have the following
 guests:
 
 [root@kvmsrv01 bin]# virsh list --all
   Id Name           
      State
 --
    1 linclunode01     
    running
    2 linmgmt       
       running
    5 win7desktop       
   running
 
 
   I know that linclunode01 has 172.25.50.1 as ip
 address, linmgmt has 
 172.25.50.2 and so on. But suppose that i don't know which
 ip address is 
 used by win7desktop guest. The real fqdn for win7desktop is
 
 win7.local.net. How can I know its real ip using a script
 (bash, python, 
 etc)?? I don't use a dhcp or dns server on this network.

If you have an http server on the local network:

Inside the VM guest:

 /etc/rc.local 
wget --spider http://192.168.1.1/favicon.ico?sl6bs?ga-p45
 snip -

where the web server is at 192.168.1.1, Virt host is ga-p45, and the VM guest 
is sl6bs.

In the server logs I see:
$ sudo tail -n 175 /var/log/apache2/local_log | grep fav
192.168.1.224 - - [23/Apr/2011:10:10:02 -0700] HEAD 
/favicon.ico?lucidpv?ga-p45 HTTP/1.0 200 296
192.168.1.155 - - [23/Apr/2011:10:10:10 -0700] HEAD /favicon.ico?centbs?ga-p45 
HTTP/1.0 200 296
192.168.1.183 - - [23/Apr/2011:10:10:10 -0700] HEAD /favicon.ico?sl6bs?ga-p45 
HTTP/1.0 200 296


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


Re: [CentOS] cobbler installation of CentOS-5.5

2011-04-01 Thread Mark Pryor


--- On Fri, 4/1/11, Timothy Murphy gayle...@eircom.net wrote:

 From: Timothy Murphy gayle...@eircom.net
 Subject: Re: [CentOS] cobbler installation of CentOS-5.5
 To: centos@centos.org
 Date: Friday, April 1, 2011, 5:46 PM
 Timothy Murphy wrote:
 
  I'm trying to install CentOS-5.5 on my new HP
 micro-server,
  which has no CD drive.
  
  I've set up cobbler and cobbler-web on my old server,
  and can access cobbler-web from my laptop.
 
 Just to end the story.
 Having found the DVD ISO with the help of this newsgroup,
 I installed CentOS-5.5 on my HP micro-server
 using cobbler, with no trouble at all.
 
 But I was surprised to find that this had deleted the
 partitioning
 which I had carefully installed with Fedora Live CD on a
 USB stick,
 and assigned the whole disk to LVM.
 
 I looked on the web to see how I could modify ks.cfg
 to make a partition of my own choice,
 but decided after a brief study that life is too short
 to spend on the intricacies of kickstart.
 
 So I have given up cobbler, and will try the netinstall CD
 next,
 installing it on a USB stick.
 If that doesn't work I shall put the CentOS Live CD on a
 stick,
 and install that on the hard disk.

If all you want to do is kick-off an install via USB stick, you want

http://mirrors.kernel.org/centos/5.5/os/x86_64/images/diskboot.img

and use syslinux/memdisk to boot it on a vfat partition

- syslinux.cfg 
label c564
kernel memdisk
append initrd=/diskboot.img
- snip 

you can dd the whole IMG to your stick, but its cleaner to collect such
images and reference them in syslinux.cfg.

To setup your stick to boot
#syslinux -s /dev/sda   (unmounted USB disk)

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


[CentOS] centos home router-gateway network setup

2011-03-08 Thread Mark Pryor
Hello,

In the last 3 days I setup my SOHO in 2 ways

(1) attempt using a retail wifi/router by Netgear. The wifi is not
part of this question.

WAN (TW Cable modem)
 |
 |
Netgear (192.168.1.1)
      \
       \
   _\__
  |    eth0            |
  |      \             |
  |       \--br0--eth2 |
  |           |        |
  | C5.5     eth1      |
  |         /          |
  |___ /___| 
          /
         /
       LAN (switch upstairs)

above is my first setup for SOHO network. Only br0 had an IP (dynamic). All of 
the nics had proto None and were slaved to br0. This is a very easy setup.

The whole network, from Netgear to LAN and beyond, is one subnet.

(2) attempt - permanently remove the Netgear and have C5.5 do all the services- 
gateway, router, dhcp, and firewall.

The only way I could get this to work was with no bridging at all. Each nic 
needed an IP and all on different subnets.

eth0: dynamic from TW WAN
eth1: static at 192.168.1.1
eth2: static at 192.168.3.1

Using the lokkit firewall tool and adding NAT/Masquerade to eth0 this worked. 

My question is: is there a way avoid a wasted IP at eth2 and somehow bridge it 
to or with eth1 so only one subnet is possible inside the LAN?

I know I need at least one static IP on one of the nics for the gateway.

-- 
Mark




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


Re: [CentOS] gmp package installation on CentOS 5.2

2010-11-11 Thread Mark Pryor


--- On Thu, 11/11/10, Nastou Panagiotis pnas...@aegean.gr wrote:

 From: Nastou Panagiotis pnas...@aegean.gr
 Subject: [CentOS] gmp package installation on CentOS 5.2
 To: centos@centos.org centos@centos.org
 Date: Thursday, November 11, 2010, 11:37 AM
 Hello,
 
 Last year, I installed CentOS 5.2 on an HP Proliant Server.
 Along with other packages, the gmp and gmp-devel version
 4.1.4 packages were installed. To the best of my knowledge
 these packages do not come from the gmp team.

Install yum-utils, 
yum install yum-utils
then do
yumdownloader --source gmp
(or grab the SRPM from a centos mirror)

rpm -i gmp-*-src.rpm

then go into
/usr/src/redhat/SOURCES  (not sure here-- its your expected buildroot)

and you will see that there is a bz2 from ftp://ftp.gnu.org/pub/gnu/gmp/
and another from mpfr.org.

To rebuild the gmp SRPM in the centos way, you should download the versions of 
those 2 bz2 files and edit the gmp.spec (../SPECS) to reflect that version

cd ../SPECS
rpmbuild -ba gmp.spec

-- 
Mark



 Recently, I built an rpm package for gmp 5.0.1 for CentOS
 5.2. I tried to update the gmp package by command
 
 rpm -Uvh gmp-5.0.1-1.x86_64.rpm
 
 but the update failed because the libgmp.so.3,
 libgmpxx.so.3 and the libmp.so.3 are needed from
 gcc-gfortran, php, php-cli, guile and gmp-devel packages.
 
 What kind of dependency exists between these packages and
 gmp?
 Could I forced the update without affecting the operation
 of the above packages?
 
 Since It is better to compile gmp 5.0.1 with the more
 recent gnu c compiler, 
 is it safe to update gcc, gcc-gfortran and gcc-c++ on
 CentOS 5.2 to the more recent version appeared for CentOS
 5.5?
 



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


Re: [CentOS] missing dependency for package

2010-10-21 Thread Mark Pryor
Hello,

using cpan2rpm

http://www.tlviewer.org/centos/5/i386/repodata/repoview/perl-mime-construct-0-1.11-1.el5.html

--- On Thu, 10/21/10, Ski Dawg cen...@skidawg.org wrote:

 From: Ski Dawg cen...@skidawg.org
 Subject: [CentOS] missing dependency for package
 To: centos@centos.org
 Date: Thursday, October 21, 2010, 10:21 AM
 Hello everyone,
 
 I know this isn't strictly CentOS query, but I am hoping
 that someone
 here with more experience than myself might have some
 thoughts.
 
 I am trying to get a plugin working for Ganglia on a CentOS
 5.5 box,
 in a testing environment. The plugin is for apache
 monitoring, called
 Ganglia-Logtailer. This plugin requires the executable
 /usr/bin/logtail in order to work. The only packages that
 have this
 executable, that I have been able to find, is part of the
 epel-testing
 repository in the logcheck package. When I try to install
 the package
 from that repository, it is missing the dependency,
 perl-mime-construct, which I am not able to find packaged
 anywhere.
 
 It appears that the logcheck package includes several
 other
 executables that I do not need, and those other executables
 are what
 requires the perl-mime-construct package.
 
 My question is, does anyone know of a source to get this
 package that
 would also include the necessary requirements? If not, any
 way that I
 can rebuild the source package, and remove the things that
 I do not
 need, and thus removing their dependencies? If I have to
 maintain my
 own package for this, I can, but I would prefer another
 option, if
 available. Any other way of getting this single executable
 that anyone
 can think of?
 
 -- 
 Doug
 
 Registered Linux User #285548 (http://counter.li.org)
 
 Never trust a computer you can't throw out a window.
    -- Steve Wozniak
 ___
 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


Re: [CentOS] chroot from 32-bit to 64-bit filesystem?

2010-10-20 Thread Mark Pryor


--- On Wed, 10/20/10, RedShift redsh...@pandora.be wrote:

 From: RedShift redsh...@pandora.be
 Subject: Re: [CentOS] chroot from 32-bit to 64-bit filesystem?
 To: CentOS mailing list centos@centos.org
 Date: Wednesday, October 20, 2010, 10:40 AM
   On 10/20/10 19:23, Scott
 Johnson wrote:
  I have a 32-bit PXE environment and I want to chroot
 to a CentOS x64 root filesystem.  Of course that
 doesn't work.  Any tricks or hacks that would allow me
 to do that?  Currently I get the error:
 
  chroot: /bin/bash: Exec format error
 
  What if I updated my PXE environment to 64-bit. 
 Could I then chroot to a 32-bit?
  I use PXE to quickly troubleshoot both 32-bit and
 64-bit arch.
 
  Thanks.
  -Scott
 
 
 Booting an x86-64 kernel with the proper config options set
 to enable execution of 32 bit binaries should allow you to
 do that. I think.
 
 
 Glenn

Yes - chroot from x86_64 to i386 works fine.

Here's a fairly complete method to setup enough of a chroot to use yum and rpm. 
The host is x86_64 and the chroot will be i386 in LVM.

http://paste.ubuntu.com/517149/

-- 
Mark



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


Re: [CentOS] miro from rpmforge appears to have dep solving issues

2010-08-26 Thread Mark Pryor
It's part of 
mozilla-devel-1.4.3-0.9.1.legacy.i386.rpm

might be in FC9 if not elsewhere.

-- 
Mark

--- On Thu, 8/26/10, Rob Kampen rkam...@kampensonline.com wrote:

 From: Rob Kampen rkam...@kampensonline.com
 Subject: [CentOS] miro from rpmforge appears to have dep solving issues
 To: CentOS mailing list centos@centos.org
 Date: Thursday, August 26, 2010, 3:15 PM
 Hi folks,
 Anyone know the whereabouts of libgtkembedmoz.so()(64bit)
 as it is needed by miro-1.0-1.el5.rf.x86_64 (rpmforge)
 I tried a whatprovides and have looked at epel as well as
 rpmforge - no luck.
 While I'm asking, I'm looking for an internet HD TV viewer
 - miro looked interesting - any other products you know of?
 TIA
 Rob
 
 -Inline Attachment Follows-
 
 ___
 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


Re: [CentOS] miro from rpmforge appears to have dep solving issues

2010-08-26 Thread Mark Pryor
Hello,

2nd try. It's in
thunderbird-2.0.0.24-6.el5.centos.i386  (rpmforge)

see below
--- On Thu, 8/26/10, Rob Kampen rkam...@kampensonline.com wrote:

 From: Rob Kampen rkam...@kampensonline.com
 Subject: [CentOS] miro from rpmforge appears to have dep solving issues
 To: CentOS mailing list centos@centos.org
 Date: Thursday, August 26, 2010, 3:15 PM
 Hi folks,
 Anyone know the whereabouts of libgtkembedmoz.so()(64bit)
 as it is needed by miro-1.0-1.el5.rf.x86_64 (rpmforge)
 I tried a whatprovides and have looked at epel as well as
 rpmforge - no luck.

$ sudo yum whatprovides '*/libgtkembedmoz.so'
Loaded plugins: fastestmirror, priorities
Determining fastest mirrors
 * Arrfab: rpms.arrfab.net
 * base: centos-distro.cavecreek.net
 * extras: centos.mirror.facebook.net
 * kbs-extras: centos.karan.org
 * mpryor: www.tlviewer.org
 * planetcore: ccrma.stanford.edu
 * rpmforge: ftp-stud.fht-esslingen.de
 * updates: mirrors.usc.edu
Arrfab100% |=|  951 B00:00
base  100% |=| 2.1 kB00:00
extras100% |=| 2.1 kB00:00
kbs-extras100% |=| 1.9 kB00:00
mpryor100% |=| 1.1 kB00:00
planetcore100% |=| 1.9 kB00:00
rpmforge  100% |=| 1.1 kB00:00
rpmforge/primary  100% |=| 1.2 MB00:55

 Current download cancelled, interrupt (ctrl-c) again within two seconds to 
exit.

rpmforge/primary  100% |=| 2.2 MB01:23
rpmforge10443/10443
updates   100% |=| 1.9 kB00:00
updates/primary_db100% |=| 462 kB00:00
536 packages excluded due to repository priority protections
base/filelists_db 100% |=| 3.4 MB00:01
extras/filelists_db   100% |=| 196 kB00:00
kbs-extras/filelists_db   100% |=|  564 B00:00
rpmforge/filelists100% |=| 3.0 MB03:04
updates/filelists_db  100% |=| 1.7 MB00:00
thunderbird-2.0.0.24-2.el5.centos.i386 : Mozilla Thunderbird mail/newsgroup 
client
Repo: base
Matched from:
Filename: /usr/lib/thunderbird-2.0.0.24/libgtkembedmoz.so



thunderbird-2.0.0.24-6.el5.centos.i386 : Mozilla Thunderbird mail/newsgroup 
client
Repo: updates
Matched from:
Filename: /usr/lib/thunderbird-2.0.0.24/libgtkembedmoz.so



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


Re: [CentOS] Manually mounting partitions in linux rescue mode

2010-08-02 Thread Mark Pryor


--- On Mon, 8/2/10, Edward Diener eldie...@tropicsoft.com wrote:

 From: Edward Diener eldie...@tropicsoft.com
 Subject: [CentOS] Manually mounting partitions in linux rescue mode
 To: centos@centos.org
 Date: Monday, August 2, 2010, 9:07 PM
 I boot from the installation DVD,
 with an already existing CentOS 5.5 
 system on my hard disks. I have separate boot, root, and
 home 
 partitions. I have moved the boot partition and now I need
 to 
 re-initialize grub from rescue mode.
 
 Attempting to use 'rescue mode to automatically mount my
 system under 
 /mnt/sysimage eventally fails with an error message, which
 essentially 
 says 'mount error' and nothing else. I am then put at a
 command prompt 
 as root.
 
 So now I decide to manually mount my partitions at
 /mnt/sysimage and 
 then do a chroot to /mnt/sysimage. This succeeds and when I
 look at my 
 files they are there.
 
 I now try 'grub' and the 'grub' shell comes up. I now
 attempt the 'grub' 
 command:
 
 root (hd0,9)

try /dev/sdb8 - (hd1,7)

-- 
Mark


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


Re: [CentOS] how to properly change the timezone

2010-07-07 Thread Mark Pryor
Natarj,

--- On Wed, 7/7/10, Nataraj incoming-cen...@rjl.com wrote:

 From: Nataraj incoming-cen...@rjl.com
 Subject: [CentOS] how to properly change the timezone
 To: CentOS mailing list centos@centos.org
 Date: Wednesday, July 7, 2010, 5:58 PM
 Hi,
 
 I have a Centos 5.5 server with no GUI
 installed.   I have several times 
 changed the timezone by copying the correct file to
 /etc/localtime, 
 however something keeps changing it back.  I'm not
 sure if this is a yum 
 update or what.  Without installing the graphical
 tools, how can I 
 update the timezone in such a way that the /etc/localtime
 file won't 
 keep getting clobbered.

At the time you did the copy, there likely was an existing symlink from 
/etc/localtime to another timezone. Then your copy was relegated back to the 
symlink on reboot? Something like that.

Before you do a copy like that, check for a symlink and delete it first.

-- 
Mark


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


Re: [CentOS] yum install perl-XML-Parser

2010-06-17 Thread Mark Pryor


--- On Thu, 6/17/10, Jerry Geis ge...@pagestation.com wrote:

 From: Jerry Geis ge...@pagestation.com
 Subject: [CentOS] yum install perl-XML-Parser
 To: CentOS ML centos@centos.org
 Date: Thursday, June 17, 2010, 11:28 AM
 When I do the following:   
       yum install perl-XML-Parser
 
 I get all these errors.
 
 Loaded plugins: fastestmirror
 Loading mirror speeds from cached hostfile
  * addons: mirror.sanctuaryhost.com
  * base: centos.cs.wisc.edu
  * extras: mirror.trouble-free.net
  * updates: mirrors.serveraxis.net
 Traceback (most recent call last):
   File /usr/bin/yum, line 29, in ?
     yummain.user_main(sys.argv[1:],
 exit_code=True)
   File /usr/share/yum-cli/yummain.py, line 309, in
 user_main
     errcode = main(args)
   File /usr/share/yum-cli/yummain.py, line 178, in
 main
     result, resultmsgs = base.doCommands()
   File /usr/share/yum-cli/cli.py, line 345, in
 doCommands
     self._getTs(needTsRemove)
   File
 /usr/lib/python2.4/site-packages/yum/depsolve.py, line
 101, in 
 _getTs
     self._getTsInfo(remove_only)
   File
 /usr/lib/python2.4/site-packages/yum/depsolve.py, line
 112, in 
 _getTsInfo
     pkgSack = self.pkgSack
   File
 /usr/lib/python2.4/site-packages/yum/__init__.py, line
 661, in 
 lambda
     pkgSack = property(fget=lambda self:
 self._getSacks(),
   File
 /usr/lib/python2.4/site-packages/yum/__init__.py, line
 501, in 
 _getSacks
     self.repos.populateSack(which=repos)
   File
 /usr/lib/python2.4/site-packages/yum/repos.py, line 260,
 in 
 populateSack
     sack.populate(repo, mdtype, callback,
 cacheonly)
   File
 /usr/lib/python2.4/site-packages/yum/yumRepo.py, line 190,
 in 
 populate
     dobj = repo_cache_function(xml, csum)
   File
 /usr/lib64/python2.4/site-packages/sqlitecachec.py, line
 42, in 
 getPrimary
     self.repoid))
 TypeError: Parsing primary.xml error: Start tag expected,
 '' not found
 
 
 I tried yum clean all and tried again. same thing.
 
 What do I do?

there are 2 solutions here. Try the plugin problem fix first.
http://just-another.net/2008/11/22/centos-5-upgrade-and-yum/

-- 
Mark


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


Re: [CentOS] Intel ICH10R on CentOS 5.4

2010-06-09 Thread Mark Pryor
Nate

--- On Wed, 6/9/10, nate cen...@linuxpowered.net wrote:

 From: nate cen...@linuxpowered.net
 Subject: [CentOS] Intel ICH10R on CentOS 5.4
 To: centos@centos.org
 Date: Wednesday, June 9, 2010, 4:44 PM
 Hey there..
 
 I was wondering if anyone could share experiences they have
 had
 with the Intel ICH10R SATA controller? I tried looking
 around
 but all I could find were RAID references, I have no
 interest
 in using the RAID functionality just basic SATA JBOD.
 Wondering
 if there are any gotchas for performance, drivers, quality
 etc.
 
 if
 anyone else has experiences.

I have the GA EP45-ud3r MB with this north bridge. Mine has 3 separate Bios 
entries for ahci, raid, and jmicron. 

IIRC C5.4 has drivers for all. The worst thing you can do is install with
the functionality off in the bios. Turn them all on, install, then decide if 
you want to tweek.

I never ran JBOD, but did try RAID0 and it was flawless. Dmraid handled it.

-- 
Mark


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


Re: [CentOS] partition woes (mapper/isw_bdihgcgahe_Volume0p2)

2010-04-03 Thread Mark Pryor


--- On Fri, 4/2/10, aurfal...@gmail.com aurfal...@gmail.com wrote:

 From: aurfal...@gmail.com aurfal...@gmail.com
 Subject: [CentOS] partition woes (mapper/isw_bdihgcgahe_Volume0p2)
 To: CentOS mailing list centos@centos.org
 Date: Friday, April 2, 2010, 8:03 PM
 Hi,
 
 I found 2 identical drives lying around and put them into a
 system.
 
 When booting from a Centos 5.x installer, and when being
 presented  
 with the formatting option (disk druid), it says I have 1
 volume of;
 
 mamapper/isw_bdihgcgahe_Volume0p2
 
 I can't seem to get rid of it.  I have 2 physical
 disks but disk druid  
 is seeing 1 volume thats the same size as one of the 2
 identical drives.
 
 I've tried everything from yanking the 2nd drive,
 installing Centos  
 with 1 drive, then installing the second drive and doing;
 
 dd if=/dev/zero of=/dev/sdb
 
 ... to even installing diff OS's like Ubuntu and Windows
 which see 2  
 individual disks where I repartition/reformat the drives.
 
 Seems as though I can't truly re write a part of the master
 boot  
 record or some other area.
 
 I'm pretty feeble with this crap so can any one help me get
 a clue on  
 what to do?
 
 These drives may have been in some hard ware raided system
 of the  
 past, am unsure and no one here knows.
 

1) turn off raid in your bios 

2) type the below command to erase meta data for the raid on the desired drive
dmraid -E -r /dev/sdX

if needed, turn the raid back on (so you can use it for single drives)

-- 
Mark


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


Re: [CentOS] Repository with gtkterm for CentOS-5 anyone?

2009-05-28 Thread Mark Pryor

Laurent,

The SRPM below built with only one dependence: vte-devel.x86_64
ftp://ftp.pbone.net/mirror/download.fedora.redhat.com/pub/fedora/linux/updates/8/SRPMS.newkey/gtkterm-0.99.5-8.fc8.src.rpm

I'll have the RPM for both i386 and x86_64 up tomorrow at
mpryor.repo

The build box is patched C5.2 

-- 
Mark

--- On Thu, 5/28/09, Michael St. Laurent mi...@hartwellcorp.com wrote:

 From: Michael St. Laurent mi...@hartwellcorp.com
 Subject: [CentOS] Repository with gtkterm for CentOS-5 anyone?
 To: CentOS mailing list centos@centos.org
 Date: Thursday, May 28, 2009, 12:19 PM
 Is there a yum repository which
 contains the package gtkterm for
 CentOS-5?
 
 -- 
 Michael St. Laurent
 IT Department
 Hartwell Corporation
 
 
 
 -- 
 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 mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] make fails building Perl 5.10.0 on C5.3 x86_64 (new install)

2009-04-28 Thread Mark Pryor

Hello,

I tried to build Perl 5.10.0 on x86_64 using defaults

$./Configure -des

$make
- snip last few lines of errors 
perlvars.h:178: warning: ISO C forbids conversion of function pointer to object 
pointer type
perlvars.h:186: warning: ISO C forbids conversion of function pointer to object 
pointer type
make: *** [globals.o] Error 1
 end snip ---

I'm not surprised since FC10 has several patches in the perl.spec for x86_64
Looks like I'm not going to get by without digging into what they did. Hope 
someone here can give me a scouting report.

-- 
Mark


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


Re: [CentOS] rt3 3.8.2 latest version as rpm for C5?

2009-04-16 Thread Mark Pryor

Jim,

--- On Tue, 4/14/09, Jim Perrin jper...@gmail.com wrote:

 From: Jim Perrin jper...@gmail.com
 Subject: Re: [CentOS] rt3 3.8.2 latest version as rpm for C5?
 To: CentOS mailing list centos@centos.org
 Date: Tuesday, April 14, 2009, 5:12 PM
 On Tue, Apr 14, 2009 at 3:07 AM,
 Rainer Traut tr...@gmx.de
 wrote:
  Hi,
 
  I know, epel has rt3 in version 3.6.x.
  And - sadly - for version 3.8.x the perl module
 dependencies are way
  ahead of what I can find in epel or rpmforge.
  But we really need some of the 3.8.x series features.
 
  So has anybody maybe built those modules + rt3 v3.8.x
 for C5?
  Any hint?
 
 I started to run down this rabbit hole and had most of it
 built via
 mock and one of dag's cpan- rpm scripts. After a few
 rounds of
 builds, it became immediately apparent that some of the
 requirements
 directly conflict with the perl rpm shipped by centos and
 RHEL.
 Specifically the Encode bits required by RT 3.8 are much
 newer than
 what is provided in the centos perl rpm. I wasn't willing
 to do that
 level of replacement when building RT because I didn't need
 the
 feature sets in 3.8 and I wasn't aware of what else that
 might impact
 for other users.

After trying for 2 hours, I ran into 3 brickwall-issues. Like you found, there 
are two base perl modules which require newer versions than that which comes 
with 5.3. These modules are
File::Temp  and Encode   (core)

cpan2rpm can package them OK, but there are fatal transaction check errors when 
installing.

Mr. JV is the author of RT3 and DBIx::SearchBuilder. The SearchBuilder module 
also stopped me (briefly) with a dependency on DBD::Oracle. To grab this from 
CPAN requires the supporting Orable Libs. I altered the spec and removed any 
Oracle depends.

These 3 issues were enough to cause me to give up.

-- 
Mark


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


Re: [CentOS] 64bit Python 32bit c library ...

2009-03-27 Thread Mark Pryor



--- On Thu, 3/26/09, Ben abnormal...@clivepeeters.com.au wrote:

 From: Ben abnormal...@clivepeeters.com.au
 Subject: [CentOS] 64bit Python 32bit c library ...
 To: CentOS mailing list centos@centos.org
 Date: Thursday, March 26, 2009, 10:48 PM
 
 -Inline Attachment Follows-
 
 I have a closed-source 32bit
 database application running on a 64bit 
 CentOS 5.2 system which is running very well however i am
 looking at 
 developing some python applications that require access to
 the data and 
 the vendor only provides a 32bit c library.
 
 So while attempting to utilize the library in python with
 ctypes it 
 became obvious that the 64bit python cannot use the 32bit c
 library.
 
 So what are my choices?
 

Yum and so many of the applets (system-config-*) are tied to Python that you 
can't mess with the base version or arch of Python.

What about a 32 bit chroot using Mock? I've never done it, but that's what Mock 
is intended to do.

Perl.i386 will run OK in x86_64 and there is a version of perl-Inline-CPP that 
will allow you to write most of what you want in CPP and wrap it with Perl.

-- 
Mark



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


Re: [CentOS] Identical yum configs, different results

2009-03-09 Thread Mark Pryor




--- On Mon, 3/9/09, Rob Hutten rhut...@flagstonere.bm wrote:

 From: Rob Hutten rhut...@flagstonere.bm
 Subject: [CentOS] Identical yum configs, different results
 To: centos@centos.org
 Date: Monday, March 9, 2009, 4:21 PM
 Hi all,
  
 I have two new Centos 5.2 servers (drizzle and
 fog), both ROCKS headnodes installed from the
 same rolls.  Identical `uname -a' output
 (2.6.18-92.1.13.el5, x86_64 etc), identical yum versions
 (Version: 3.2.8 Release: 9.el5.centos.1) with identical
 yum.conf files and identical repo files in /etc/yum.repos.d.
  
 To simplify things I've disabled all repos except the
 centos base on both servers:

 [r...@fog yum.repos.d]# yum info octave

the info that you showed for dizzle appears to be from
epel. So try

#yum install octave --enablerepo=epel

--
Mark



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


Re: [CentOS] Identical yum configs, different results

2009-03-09 Thread Mark Pryor




--- On Mon, 3/9/09, Rob Hutten rhut...@flagstonere.bm wrote:

 From: Rob Hutten rhut...@flagstonere.bm
 Subject: [CentOS] Identical yum configs, different results
 To: centos@centos.org
 Date: Monday, March 9, 2009, 4:21 PM
 Hi all,
  
 I have two new Centos 5.2 servers (drizzle and
 fog), both ROCKS headnodes installed from the
 same rolls.  Identical `uname -a' output
 (2.6.18-92.1.13.el5, x86_64 etc), identical yum versions
 (Version: 3.2.8 Release: 9.el5.centos.1) with identical
 yum.conf files and identical repo files in /etc/yum.repos.d.
  
 To simplify things I've disabled all repos except the
 centos base on both servers:

 [r...@fog yum.repos.d]# yum info octave

the info that you showed for dizzle appears to be from
epel. So try

#yum install octave --enablerepo=epel

--
Mark



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


Re: [CentOS] HPLIP 3.9.2

2009-03-04 Thread Mark Pryor




--- On Wed, 3/4/09, Roger Wells roger.k.we...@saic.com wrote:

 From: Roger Wells roger.k.we...@saic.com
 Subject: [CentOS] HPLIP 3.9.2
 To: CentOS mailing list centos@centos.org
 Date: Wednesday, March 4, 2009, 1:26 PM
 on Centos 5.2
 2.6.18-92.1.22.el5.centos.plus
 
 Has anyone  gotten HPLIP 3.9.2 to  work?  If so what was
 done
 about python-dbus and PyQt4-dbus?  They don't seem to
 included
 after installing PyQt4-4.4, sip 4.4.5, and hplip 3.9.2.

Roger,

I tried to build hplip-2.7.7-6 from fc8 on C5.2 (i386)

The build works OK, but a test install fails
  #rpm -Uvh --test hplip hplip-gui hpijs

a version of selinux-policy  3.03 is needed

Seems that even 2.7.7-6 is too new for C5.2

-- 
Mark


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


Re: [CentOS] Yum update conflicts perl-Math-BigInt

2009-01-30 Thread Mark Pryor



--- On Fri, 1/30/09, Dan Carl d...@bluestarshows.com wrote:

 From: Dan Carl d...@bluestarshows.com
 Subject: [CentOS] Yum update conflicts perl-Math-BigInt
 To: CentOS mailing list centos@centos.org
 Date: Friday, January 30, 2009, 1:13 PM
 I followed the Wiki instructions for setting up
 *yum-priorities*.
 I added the rpmforge repo
 I installed clamd without a problem.
 Now when I go to update I get conflicts with
 perl-Math-BigInt.
 
 Is the only solution to uninstall the base version and then
 install the 
 rpmforge version?
 

Take a deep breath there... the base version is Perl itself - Math::BigInt is a 
core module in C5.

I would like to know why the developers of Clamd feel the need to use the 
latest perl-Math-BigInt? Try checking your /var/log/yum.log to see if this RPM 
was installed coincident with Clamd. Perhaps you can exclude it somehow.

-- 
Mark


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


Re: [CentOS] anyone using an ATI card and fglrx with 5.2?

2009-01-12 Thread Mark Pryor



--- On Mon, 1/12/09, Dave Stevens g...@uniserve.com wrote:

 From: Dave Stevens g...@uniserve.com
 Subject: [CentOS] anyone using an ATI card and fglrx with 5.2?
 To: CentOS mailing list centos@centos.org
 Date: Monday, January 12, 2009, 10:31 AM
 And does it work ok? any special use cases or installation
 issues? I'm 
 thinking of a 64 bit installation with an RV530 chipset.
 
 Dave

Yes, I use it on a 3 year old Intel 32bit notebook. The fglrx.ko driver is
built with the dkms model. When I installed it over a year ago, I found that 
the Arrfab repo (see below) was the best/only source at the time.

When you get it setup run
fgl_glxgears

This is a 3D screensaver. I get 453 fps.

lspci:
01:00.0 VGA compatible controller: ATI Technologies Inc RV350 [Mobility Radeon 
9600 M10]

[r...@hercules tlviewer]# rpm -qi ati-x11-drv
Name: ati-x11-drv  Relocations: (not relocatable)
Version : 8.40.4Vendor: (none)
Release : 2.el5 Build Date: Wed 22 Aug 2007 
11:49:11 PM PDT
Install Date: Tue 02 Oct 2007 12:37:46 AM PDT  Build Host: helium.arrfab.net
Group   : User Interface/X Hardware Support   Source RPM: 
ati-x11-drv-8.40.4-2.el5.src.rpm
Size: 29803662 License: Proprietary
Signature   : RSA/SHA1, Mon 24 Sep 2007 03:38:08 AM PDT, Key ID d62946f59def3191
Packager: Fabian Arrotin fabian.arro...@arrfab.net
URL : http://ati.amd.com/support/drivers/linux/linux-radeon.html
Summary : Proprietary ATI hardware accelerated OpenGL display driver
Description :
Proprietary ATI GL libraries, Xorg and Linux module for hardware
accelerated OpenGL support.





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


Re: [CentOS] mp3 to wav converter

2009-01-11 Thread Mark Pryor
Robert,


--- On Sun, 1/11/09, Robert Moskowitz r...@htt-consult.com wrote:

 From: Robert Moskowitz r...@htt-consult.com
 Subject: Re: [CentOS] mp3 to wav converter
 To: CentOS mailing list centos@centos.org
 Date: Sunday, January 11, 2009, 4:53 PM
 John wrote:
  -Original Message-
  From: centos-boun...@centos.org 
  [mailto:centos-boun...@centos.org] On Behalf Of
 Ralph Angenendt
  Sent: Sunday, January 11, 2009 5:13 AM
  To: centos@centos.org
  Subject: Re: [CentOS] mp3 to wav converter
 
  Robert Moskowitz wrote:
  
  What is there available for Centos?  

  This is the install process for Audacity.
  Ccrma = planet ccrma ccrma.stanford.edu

 
 Can you provide the content of a ccrma.repo file please?
 
  rf = rpmforge
 
  audacity-1.3.5-0.5.beta.el5.ccrma.i386.rpm
  compat-wxGTK26-2.6.4-2.el5.ccrma.i386.rpm
  jack-audio-connection-kit-0.102.20-3.0.el5.i386.rpm
  libfreebob-1.0.0-3.0.el5.i386.rpm
  libsamplerate-0.1.2-1.2.el5.rf.i386.rpm
  soundtouch-1.3.1-6.el5.ccrma.i386.rpm
  soundtouch-devel-1.3.1-6.el5.ccrma.i386.rpm
  wxGTK-2.8.9-1.el5.rf.i386.rpm
 

go here for C5 packages
http://ccrma.stanford.edu/planetccrma/software/installplanetcentosfive.html

-- 
Mark


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


Re: [CentOS] need help to play video

2008-12-24 Thread Mark Pryor



--- On Wed, 12/24/08, adrian kok adriankok2...@yahoo.com.hk wrote:

 From: adrian kok adriankok2...@yahoo.com.hk
 Subject: [CentOS] need help to play video
 To: centos@centos.org
 Date: Wednesday, December 24, 2008, 7:27 PM
 Hi 
 
 I click the DVD amd there is an error 
 
 The playback of this movie requires a MPEG-2 System
 Stream demuxer plugin which is not installed.
 
 Which rpm I can install to play the video?

Check the fedora forums - the procedure is similar. Then download and extract 
the following group of codecs: 
  all-20061022.tar.bz2

copy all to 
/usr/local/lib/codec

The fedora folks know from where to grab this file - I forgot already.

-- 
Mark





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


Re: [CentOS] need help to play video

2008-12-24 Thread Mark Pryor



--- On Wed, 12/24/08, adrian kok adriankok2...@yahoo.com.hk wrote:

 From: adrian kok adriankok2...@yahoo.com.hk
 Subject: [CentOS] need help to play video
 To: centos@centos.org
 Date: Wednesday, December 24, 2008, 7:27 PM
 Hi 
 
 I click the DVD amd there is an error 
 
 The playback of this movie requires a MPEG-2 System
 Stream demuxer plugin which is not installed.
 
 Which rpm I can install to play the video?
 

Adrian,

nevermind my last post, here is a more current link I found a minute ago,
http://hacktux.com/fedora/codecs

-- 
Mark


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


Re: [CentOS] MCP51 sound card can be recognized but can't work

2008-12-22 Thread Mark Pryor



--- On Mon, 12/22/08, Xiaobo Zhu xia...@zhu.net wrote:

 From: Xiaobo Zhu xia...@zhu.net
 Subject: [CentOS] MCP51 sound card can be recognized but can't work
 To: centos@centos.org
 Date: Monday, December 22, 2008, 10:16 PM
 Hi all,
 I recently install CentOS 5.2 on my Asus Z99M laptop,
 everything seem to
 works fine but there is some problem with the sound card.
 The system can recognized the hardware and I can even run
 the Realplayer for
 linux without any error messages, but it can't make any
 sound, or even
 noise.
 I have googled a lot but still can't get it work.

Open the mixer window and check the sliders and switches. It should say
hda nvidia at the bottom.

The box I'm responding with has the nvidia MCP55 chipset. Should be similar  to 
yours - I've never had a glitch.

-- 
Mark


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


[CentOS] flash fails to work on Los Angeles Times website - fix

2008-12-20 Thread Mark Pryor
Hello,

I have a 32-bit install of C5.2 on my Intel Centrino Laptop (2005).
The Adobe flash plugin works fine in Firefox in all cases except on the Los 
Angeles Times website http://www.latimes.com.

I was baffled by this for a few months, since it works on another 32-bit C5.2 
box. When I realized that the only real difference was that the laptop had no 
LAMP install, and both had the same elaborate set of hosts redirects (to avoid 
adverts), it seemed reasonable that the /etc/hosts file might be the culprit.

Sure enough, both boxes had this line in the redirects
--- /etc/hosts 
127.0.0.1 ad.doubleclick.net
--- end snip -

I could see that flash was hanging on the laptop when it looked for a response 
from ad.doubleclick.net

In order to fix the bug, I commented out the line. Flash now worked!
In order to avoid the advert, I changed 127.0.0.1, to another private LAMP 
install on my home network (192.168.1.104). Problem solved.

At the very least this redirect needs to return a response, or the flash video 
will hang and never start. This is true for the LA Times implementation of 
adverts, at least. Maybe your newspaper sites behave similarly.

My 2cents worth of troubleshooting,
Mark


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


Re: [CentOS] What ever happened to the dkms atheros drivers/

2008-12-03 Thread Mark Pryor



--- On Wed, 12/3/08, Robert Moskowitz [EMAIL PROTECTED] wrote:

 From: Robert Moskowitz [EMAIL PROTECTED]
 Subject: [CentOS] What ever happened to the dkms atheros drivers/
 To: CentOS mailing list centos@centos.org
 Date: Wednesday, December 3, 2008, 2:47 PM
 My OQO boxes have the AR5413 wifi chipset, so for the first
 time in 
 quite a while, I again need to run madwifi.  So I went
 looking for the 
 dkms madwifi rpms, but could not find them.  They use to be
 on rpmforge, 
 as I recall.  dkms is there.
 
It's still there, called
madwifi

You might expect it to be called dkms-madwfi, but there is no dkms- prefix. 
It still is hooked in to the dkms model.

-- 
Mark


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


Re: [CentOS] CentOS 5 - KDE - wireless ?

2008-11-29 Thread Mark Pryor



--- On Sat, 11/29/08, Kevin Kempter [EMAIL PROTECTED] wrote:

 From: Kevin Kempter [EMAIL PROTECTED]
 Subject: [CentOS] CentOS 5 - KDE - wireless ?
 To: CentOS mailing list centos@centos.org
 Date: Saturday, November 29, 2008, 5:14 PM
 Hi All;
 
 How do I enable/configure wireless in CentOS 5 ?
 
 I cannot find knetworkmanager anywhere..
 
 Do I need to install another repository ? 
 

I've got it here as RPM and it works great on my Intel Laptop:
http://www.tlviewer.org/centos

By the way, my repo has been running continuously for one year on CentOS. I 
easily go one month between reboots. I'm getting over 25k hits per month.

Sadly, maximum upload is only 250kB/s.
-- 
Mark


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


Re: [CentOS] Video Card

2008-11-15 Thread Mark Pryor



--- On Sat, 11/15/08, Tom Browder [EMAIL PROTECTED] wrote:

 From: Tom Browder [EMAIL PROTECTED]
 Subject: Re: [CentOS] Video Card
 To: CentOS mailing list centos@centos.org
 Date: Saturday, November 15, 2008, 3:39 PM
 Today I bought a PNY 9600 GT, installed the latest NVIDIA
 64-bit
 drivers (177.82) and I still can't get anything but the
 640x480
 display.
 
 BTW, my display is a Rosewill R943J LCD (without EDID). 
 And I'm using
 its DVI connector.
 
 Any ideas?

the desired resolution should be 1280x1020 (19 inch). Your X config needs a 
modeline for that resolution.

Look in /etc/X11/xorg.conf

and verify that valid modelines are present.
Your driver is built from a shell script? or did you grab an RPM.

Get a root prompt and type
#nvidia-tab

play around with any nvidia-settings

-- snip xorg.conf ---
Section Device
Identifier Videocard0
Driver nvidia
EndSection

Section Screen
Identifier Screen0
Device Videocard0
MonitorMonitor0
DefaultDepth24
SubSection Display
Viewport0 0
Depth   24
Modes  1280x1024
EndSubSection
EndSection
 end snip --


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


Re: [CentOS] CGI configuration - second post

2008-10-17 Thread Mark Pryor



--- On Fri, 10/17/08, tech [EMAIL PROTECTED] wrote:

 From: tech [EMAIL PROTECTED]
 Subject: [CentOS] CGI configuration - second post
 To: centos@centos.org
 Date: Friday, October 17, 2008, 1:12 AM
 This is my second request for help with this problem. I have
 followed 
 the suggestions given the first time and made some progress
 but I still 
 have one final problem/question.
 
 I have two CGI scripts that don't work. 

Mel,

This is a feature, not a bug. Take a look at how httpd configures for cgi:

#grep cgi /etc/httpd/conf/httpd.conf

notice that a handler is set for /var/www/cgi-bin

-- 
Mark

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Atheros AR5212/AR5213 wifi not working

2008-10-10 Thread Mark Pryor
Marko,


--- On Fri, 10/10/08, Marko Vojinovic [EMAIL PROTECTED] wrote:

 From: Marko Vojinovic [EMAIL PROTECTED]
 Subject: [CentOS] Atheros AR5212/AR5213 wifi not working
 To: centos@centos.org
 Date: Friday, October 10, 2008, 5:38 AM
 Hello everyone,
 
 I'm new to the CentOS list, so forgive me if this has
 been answered before (someone please point me to an
 efficient way of searching through the list archives).
 
 I have a wifi card from the subject line, and have the
 driver installed. Using NetworkManager under Gnome
 everything works perfectly. However, I prefer to use network
 service instead of NetworkManager since
 a) I use KDE and NetworkManager fails to work properly
 there

 
 I believe the problem is essentially in the (in)ability to
 choose the appropriate network automatically --- in KDE NM
 doesn't have the taskbar applet which would let me
 choose the network, and the network service has no way of
 automatically making such a choice either...
 

You can use the kNetworkManager applet in C5.2 too, but you have to
build it from SRPM. I use it on my notebook.

DIY or use my version from my repo
http://www.tlviewer.org/centos

-- 
Mark


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


Re: [CentOS] slow Perl on CentOS 5

2008-08-28 Thread Mark Pryor
hello All,


--- On Mon, 8/25/08, Florin Andrei [EMAIL PROTECTED] wrote:

 From: Florin Andrei [EMAIL PROTECTED]
 Subject: [CentOS] slow Perl on CentOS 5
 To: CentOS mailing list centos@centos.org
 Date: Monday, August 25, 2008, 1:30 PM
 If your Perl apps are unusually slow on CentOS 5, have a
 look at this blog:
 
 http://blog.vipul.net/2008/08/24/redhat-perl-what-a-tragedy/
 
 In a nutshell: some Perl apps are 100x slower on RedHat /
 CentOS 5 
 compared to other distributions.
 
 Bugzilla entry:
 
 https://bugzilla.redhat.com/show_bug.cgi?id=379791
 

ftp://download.fedora.redhat.com/pub/fedora/linux/updates/8/SRPMS/perl-5.8.8-40.fc8.src.rpm

Using the above SRPM, I've updated perl on 2 LAMP boxes, i386 and multi-lib 
x86_64.

The bless/overload bug is absent and perl is improved overall, especially any 
CPAN test code that uses the Test-Harness. I'm seeing approx. 25% speed 
increase in all the test suites.

In case anyone else is looking for a quick solution to the bug in 5.8.8-10, I 
believe this is a good approach.

The only gotcha is that the Fedora perl suite uses a separate perl-CPAN, while 
the RH suite includes it in core perl.

-- 
Mark


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


Re: [CentOS] Re: slow Perl on CentOS 5

2008-08-26 Thread Mark Pryor
hello,


--- On Tue, 8/26/08, Stephen John Smoogen [EMAIL PROTECTED] wrote:

 From: Stephen John Smoogen [EMAIL PROTECTED]
 Subject: Re: [CentOS] Re: slow Perl on CentOS 5
 To: CentOS mailing list centos@centos.org
 Date: Tuesday, August 26, 2008, 2:27 PM
 On Tue, Aug 26, 2008 at 3:11 PM, Scott Silva
 [EMAIL PROTECTED] wrote:
  on 8-26-2008 2:08 PM Karanbir Singh spake the
 following:
 
  Akemi Yagi wrote:
 
  On Mon, Aug 25, 2008 at 1:30 PM, Florin Andrei
 [EMAIL PROTECTED]
  wrote:
 
  If your Perl apps are unusually slow on
 CentOS 5, have a look at this
  blog:
 
 
 http://blog.vipul.net/2008/08/24/redhat-perl-what-a-tragedy/
 
  Summary: The Upstream Vendor version of Perl
 has a patch to the
  bless[] function that makes it
 /extremely/ slow.
 
  Reliable info heard on the grapevine indicates 5.3
 would have the fix's
  required.
 
  So that means about 6 months away from a fix?
 
 
 Unless upstream bundles a hotfix that is available for
 people...
 
 

Anyone want to try and get this built on C5.2?
ftp://download.fedora.redhat.com/pub/fedora/linux/updates/8/SRPMS/perl-5.8.8-40.fc8.src.rpm

I've tested it out via the fc8 live CD and the bless/overload bug is absent. 

- bug test --
#!/usr/bin/perl
use overload q() = sub {};
my %h;
for (my $i=0; $i5; $i++) {
$h{$i} = bless [ ] = 'main';
print STDERR '.' if $i % 1000 == 0;
}
- end snip 

the above runs in about .4 sec, while on C5.2 it takes 8-12 seconds.

-- 
Mark


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


Re: [CentOS] CentOS 5.2 -- how do I choose a wireless network?

2008-08-07 Thread Mark Pryor



--- On Thu, 8/7/08, Aleksey Tsalolikhin [EMAIL PROTECTED] wrote:

 From: Aleksey Tsalolikhin [EMAIL PROTECTED]
 Subject: Re: [CentOS] CentOS 5.2 -- how do I choose a wireless network?
 To: CentOS mailing list centos@centos.org
 Date: Thursday, August 7, 2008, 2:24 PM
 Hi.  Thanks again for all your replies.
 
 The CentOS 5.2 Live CD does include NetworkManager.
 
 However the only choice in the Network Manager applet is
 Wired Network.
 

Using C5.1 and KDE, I use the kNetworkManager built from fc6.

#chkconfig NetworkManager on
#chkconfig NetworkManagerDispatcher on

#/etc/init.d/NetworkManager start
(ditto for dispatch)

Anything that shows from
#iwlist scan

also shows in the knetworkmanager AP list.

-- 
Mark




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


[CentOS] rebuilding firefox-2.0.0.16 from fc8

2008-07-28 Thread Mark Pryor
hello,

I started with
ftp://download.fedora.redhat.com/pub/fedora/linux/updates/8/SRPMS/firefox-2.0.0.16-1.fc8.src.rpm

with the hope of rebuilding it for el5/centos.

All of the dependencies were available (mostly from rpmforge) except one: 
something called system-bookmarks. I elected to comment out this from the spec, 
firefox.spec

I did the extracts with CPIO
rpm2cpio firefox-xxx.src.rpm | cpio -i firefox.spec
then i extracted everything else and copied it to my buildroot
~/redhat/SOURCES

then the moment of truth. I didn't see another way except to rebuild all so I 
did
rpmbuild -ba --sign ~/SPECS/firefox.spec

while the above worked, it took long enough that I was able to go to dinner and 
have a beer before it finished. On top of that, thermal alarms went off as the 
CPU/PWM reached 57C/67C.

a new RPM, and src.RPM were written to the BR and the RPM (i386) works fine.

Was it necessary to do the complete build (-ba) since I only eliminated a 
single build-requires value?

-- 
Mark



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


[CentOS] perl module to parse httpd log on C5

2008-07-21 Thread Mark Pryor
hello,

Looking for alternative ideas to parse the combined Apache log:
   /var/log/httpd/access_log   (is how I named it)

What I've tried so far is a CPAN search, which pointed me to a recently
created module called ApacheLog::Parser

From the C5 shell, I used something like this (heavily refined from how I 
started)

  -- sh script -
#rpm --import http://download.fedora.redhat.com/pub/epel/RPM-GPG-KEY-EPEL
yum install ncftp --disablerepo=\* --enablerepo=epel
yum -y install perl-Test-Pod \
 perl-YAML \
 perl-Test-Pod-Coverage \
 perl-Class-Accessor \
 perl-IPC-Run \
 perl-Time-modules \
 perl-DateTime \
 perl-Date-Simple
perl -MCPAN -e 'install Class::Accessor::Classy' 
perl -MCPAN -e 'install Time::Piece'
perl -MCPAN -e 'install Date::Piece'
perl -MCPAN -e 'install File::Fu'
#  yum install perl-IPC-Run3
perl -MCPAN -e 'install Getopt::Helpful'
perl -MCPAN -e 'install ApacheLog::Parser'
-- end snip ---

the above worked on a fresh install of C5.2 with a LAMP setup.
CPAN asked for ncftp in its setup.

I must have tried 50-60 commands before I settled on the abbreviated version 
above.

As an exercise, I took a shot at using cpan2rpm to package the
tar.gz's into RPM's

the resulting RPM's are here: 
  http://www.tlviewer.org/fostats
they are signed with my RPM-GPG key
http://www.tlviewer.org/centos/RPM-GPG-KEY-mpryor.txt

-- 
Mark



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


Re: [CentOS] harddisc or nfs based install

2008-07-21 Thread Mark Pryor



--- On Mon, 7/21/08, Joseph L. Casale [EMAIL PROTECTED] wrote:

 From: Joseph L. Casale [EMAIL PROTECTED]
 Subject: [CentOS] harddisc or nfs based install
 To: 'CentOS mailing list' centos@centos.org
 Date: Monday, July 21, 2008, 6:57 PM
 When choosing either of these methods and using an iso, how
 does CentOS determine
 the right iso file to mount? Is there an expected file name
 format?

Joseph,

Say you have the iso: CentOS-5.2-x86_64-bin-DVD.iso  (4.6 GB)

that iso is too big for a vfat partition, so it should be downloaded to
an ext3 type.

If you check the images folder (after mounting as iso9660)
mount -t iso9660 ./CentOS-5.2-x86_64-bin-DVD.iso /mnt/nfs -o loop,ro

IOW check /mnt/nfs/images
inside there are several mini-boot images: an boot.iso to burn to CD and 
diskboot.img for a USB boot.

Using either, once you get to the prompt:
linux askmethod

it will bring up the menu for nfs or harddisk.

nfs

nfs has worked flawlessly for me. You need another box which has the iso
mounted (shown above) and that mount point exported via nfs. Make sure the box 
targetted for install has a common enough ethernet device which the boot kernel 
supports and plug it in to your network. The installer will configure it for 
dhcp.

You will need the IP address of the nfs server and its nfs mount point 
(/mnt/nfs) to get the installer kicked off.

harddisk
---
This method has not worked for me on C5, though on fedora it always worked.  To 
see for yourself, pick a neutral partition (ext3) like /data and put the DVD 
iso in the root. If the iso is unique and the only possible C5 DVD iso, then 
all you need to give the menu is the device name (/dev/sda3 or whatever it is) 
-- the installer will do the smart thing and find the iso.

It will start to boot and the install will begin, but it will fail early in the 
same spot -- IIRC, its the proposal/partition stage or immediately there after. 
I've always given up on the harddisk method on C5. I would be very happy to 
hear that others got it to work!

-- 
Mark
http://www.tlviewer.org/centos  (my repo)


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


Re: [CentOS] Load Average ~0.40 when idle

2008-07-19 Thread Mark Pryor



 Replying to my own post as a follow-up. I just checked
 another machine that
 I am burning in with CentOS 5.2, and it has the same
 problem: load average
 ~0.4 when idle. Both of these machines have Supermicro
 X7DBN motherboards,
 but one is running a single quad-core CPU (Intel Xeon) and
 the other is
 running two dual-core CPUs (Intel Xeon). Anyone else seeing
 anything like
 this?

Do you have hyper-threading turned on in the bios?
What shows in 
cat /proc/cpuinfo

do you have 2 virtual CPU's per core?

I would be bet that performance improves by turning hyper-threading off.

-- 
Mark


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


Re: [CentOS] Load Average ~0.40 when idle

2008-07-19 Thread Mark Pryor



--- On Sat, 7/19/08, listmail [EMAIL PROTECTED] wrote:

 From: listmail [EMAIL PROTECTED]
 Subject: Re: [CentOS] Load Average ~0.40 when idle
 To: CentOS mailing list centos@centos.org
 Date: Saturday, July 19, 2008, 4:27 PM
 On Sat, 19 Jul 2008 16:04:17 -0700 (PDT), Mark Pryor wrote
   Replying to my own post as a follow-up. I just
 checked
   another machine that
   I am burning in with CentOS 5.2, and it has the
 same
   problem: load average
   ~0.4 when idle. Both of these machines have
 Supermicro
   X7DBN motherboards,
   but one is running a single quad-core CPU (Intel
 Xeon) and
   the other is
   running two dual-core CPUs (Intel Xeon). Anyone
 else seeing
   anything like
   this?
  
  Do you have hyper-threading turned on in the bios?
 
 No, the BIOS does not support hyperthreading.
  What shows in 
  cat /proc/cpuinfo
  
 This is an example for one of the four CPUS - they are all
 the same
 except for the processor number:
 ===
 processor   : 0
 vendor_id   : GenuineIntel
 cpu family  : 6
 model   : 15
 model name  : Intel(R) Xeon(R) CPU5130  @
 2.00GHz
 stepping: 6
 cpu MHz : 2000.191
 cache size  : 4096 KB
 physical id : 0
 siblings: 2
 core id : 0
 cpu cores   : 2
 fdiv_bug: no
 hlt_bug : no
 f00f_bug: no
 coma_bug: no
 fpu : yes
 fpu_exception   : yes
 cpuid level : 10
 wp  : yes
 flags   : fpu vme de pse tsc msr pae mce cx8 apic
 sep mtrr pge mca
 cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
 pbe nx lm
 constant_tsc pni monitor ds_cpl vmx tm2 cx16 xtpr lahf_lm
 bogomips: 4001.80
 ===
 
  do you have 2 virtual CPU's per core?
  
 Nope.
 

the ht flag means the cpu supports hyperthreading
lm means that you can run 64 bit.

By the way, is it an i386 kernel? 

I've seen only one SuperMicro bios and it was quite complex. Are you sure
that there is no way to toggle hyperthreading in the bios?

the siblings flag in cpuinfo says 2, which I thought means 2 virtual cpu's.

I doubt if any of the above is relevant to your problem, but if you reinstall 
anytime soon you might want to consider these support flags in how you set 
things up.

-- 
Mark


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


Re: [CentOS] Forbidden: You don't have permission to access /phpMyAdmin/ on this server.

2008-06-18 Thread Mark Pryor



--- On Wed, 6/18/08, Herta Van den Eynde [EMAIL PROTECTED] wrote:

 From: Herta Van den Eynde [EMAIL PROTECTED]
 Subject: [CentOS] Forbidden: You don't have permission to access /phpMyAdmin/ 
 on this server.
 To: centos@centos.org
 Date: Wednesday, June 18, 2008, 10:32 AM
 Environment:
 - CentOS 5.1,
 - Apache 2.2.3
 - php 5.1.6
 - phpMyAdmin 2.11.6
 - MySQL 5.0.22
 
 Brand new system, brand new installation of all the above
 products.
 All looks well, but when I try to connect to phpMyAdmin, I
 get an
 error:  Forbidden: You don't have permission to
 access /phpMyAdmin/
 on this server.
 
 I'll forgo all the paths I followed trying to get this
 to work and cut
 to the solution:  I renamed the phpMyAdmin
 directory to pma, copied
 all files in the pma directory to a new phpMyAdmin  

Make the small Config file below. Notice that the folder is
now above your web root (/var/www/html/)

http://localhost/pma   -- will navigate to the new install

 /etc/httpd/conf.d/phpMyAdmin.conf ---

Alias /pma /var/www/phpMyAdmin

directory /var/www/phpMyAdmin
Order allow,deny
Allow from all
Options all
Options +includes
/directory
 end snip -

-- 
Mark
http://www.tlviewer.org/centos/   (my repo with rt3 included)


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


Re: [CentOS] what modules are needed in initrd to boot from USB thumb drive

2008-06-08 Thread Mark Pryor



--- On Sat, 6/7/08, Jerry Geis [EMAIL PROTECTED] wrote:

 From: Jerry Geis [EMAIL PROTECTED]
 Subject: [CentOS] what modules are needed in initrd to boot from USB thumb 
 drive
 To: CentOS ML centos@centos.org
 Date: Saturday, June 7, 2008, 6:38 PM
 Hi,
 
 What modules are needed in my mkinird command with
 --preload
 to boot from usb thumbdrive?
 

Something like this:
mkinitrd --preload=ehci-hcd --preload=usb-storage --preload=scsi_mod 
--preload=sd_mod myfile mykernel

-- 
Mark


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


Re: [CentOS] Intel ICH9R Raid5 Recovery

2008-05-10 Thread Mark Pryor

--- Ruslan Sivak [EMAIL PROTECTED] wrote:

 Sorry for posting this twice, didn't look like it
 made it before...
 
 Russ
 
 Ruslan Sivak wrote:
  I had a raid5 on an onboard Intel ICH9R chip under
 windows.  Windows 
  crashed, as it often does, and the array became
 degraded.  At some 
  point during the rebuild, I was doing some
 hardware maintanence and 
  unplugged one of the drives, and forgot to plug it
 back in.
  When I booted up, the array came back as failed. 
 I turned off the PC, 
  plugged the drive back in and powered it back on,
 but the array stayed 
  as failed.
  Is there a way to recover the data?  I heard
 dmraid supports ich9r 
  raid volumes, but I keep getting an error saying
 unsupported map state 
  2.  I found out that dmraid doesnt' support raid 5
 (at least not on a 
  ICH9R chip).  I heard about this patch: 
  http://people.redhat.com/heinzm/sw/dm/dm-raid45/,
 but I'm not sure how 
  to apply it to a linux live cd.  Does anyone have
 any idea?
  Is there maybe a way to reset the metadata to make
 the intel 
  controller boot the array anyway?

One of the best live Linux CD's out there is the FC8
http://mirrors.kernel.org/fedora/releases/8/Live/

uses the 2.6.23 kernel. Knoppix 5.1 is Jan07 and
kernel 2.6.19

BTW, I hear a lot of negative things about dmraid and
fakeraid. I have an FC5 desktop box dual booting WinXP
and FC5 on fakeraid/Raid0 thats been perfect for over
3 years. That includes a kernel upgrade in FC5, which
required me to run mkinitrd (since it froze during
boot) to get it working.

-- 
Mark


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] USB Wireless NIC

2008-05-02 Thread Mark Pryor

--- Joseph L. Casale [EMAIL PROTECTED]
wrote:

 Can anyone vouch for a usb wifi nic that works under
 CentOS 5.1 reliably with good reception?

Of course, you will need to do an ndiswrapper install.

I've succeeded with the Netgear wg111t usb wifi, but
only with a 32 bit kernel. Check the ndiswrapper
sourceforge homepage for full selection of supported
hardware.

-- 
Mark


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] USB Wireless NIC

2008-05-02 Thread Mark Pryor

--- bruce [EMAIL PROTECTED] wrote:

 hey...
 
 cant's speak for centos...
 
 but i'm running fedora 8 on a toshiba laptop,
 running x86_64 and i'm using
 madwifi, with a usb linksys wifi and it works like a
 champ.

Interesting that you omit the model number. Is it the
Linksys WUSB54GSC, or something close to that?

Although atheros chipsets will work with the madwifi
drivers, USB devices were not supported as late as Feb
'08. See
http://ubuntuforums.org/showthread.php?p=4269087

Most likely your toshiba makes a wifi connection via
the internal atheros device (which works with
madwifi).

I would like to see the relevant lsusb, lspci, and
modprobe.conf (alias) lines that expose how madwifi
supports your USB device.
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]
 Behalf Of Mark Pryor
 Sent: Friday, May 02, 2008 6:33 PM
 To: centos@centos.org
 Subject: Re: [CentOS] USB Wireless NIC
 
 
 
 --- Joseph L. Casale [EMAIL PROTECTED]
 wrote:
 
  Can anyone vouch for a usb wifi nic that works
 under
  CentOS 5.1 reliably with good reception?
 
 Of course, you will need to do an ndiswrapper
 install.
 
 I've succeeded with the Netgear wg111t usb wifi, but
 only with a 32 bit kernel. Check the ndiswrapper
 sourceforge homepage for full selection of supported
 hardware.
 
 --
 Mark
 
 
 


 
 Be a better friend, newshound, and
 know-it-all with Yahoo! Mobile.  Try it now.

http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
 ___
 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
 



  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Where is gpg-agent?

2008-01-27 Thread Mark Pryor

--- Anne Wilson [EMAIL PROTECTED] wrote:

 The only obstacle now to running this box as the
 mail server is that I do read 
 and send mail on it occasionally, while working on
 something.  I need 
 gpg-agent, but can't find how to get it.  Is it
 merged into another package, 
 or do I simply have to look at other repositories?
 

Setup the repo below in YUM

#cd /etc/yum.repos.d
#wget
http://centos.karan.org/kbsingh-CentOS-Extras.repo
#yum install GnuPG2 --enablerepo=kbs-CentOS-Testing

-- 
Mark


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 

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


Re: [CentOS] Dependency error for perl-Digest-Perl-MD5

2007-12-12 Thread Mark Pryor

--- Joseph L. Casale [EMAIL PROTECTED]
wrote:

 I enabled rpmforge on a fresh install as per the
 centos wiki with priorities and attempted to execute
 'yum install perl-Digest-Perl-MD5' and received the
 following:
 
 [EMAIL PROTECTED] ~]# yum install perl-Digest-Perl-MD5
 Loading installonlyn plugin
 Loading priorities plugin
 Setting up Install Process
 Setting up repositories
 Reading repository metadata in from local files
 241 packages excluded due to repository priority
 protections
 Parsing package install arguments
 Resolving Dependencies
 -- Populating transaction set with selected
 packages. Please wait.
 --- Package perl-Digest-Perl-MD5.noarch
 0:1.8-1.el5.rf set to be updated
 -- Running transaction check
 -- Processing Dependency: /usr/bin/false for
 package: perl-Digest-Perl-MD5
 -- Finished Dependency Resolution
 Error: Missing Dependency: /usr/bin/false is needed
 by package perl-Digest-Perl-MD5
 
 How do I resolve this?

Joe,

Sure the SPEC is broken since the dependency is on a
binary file from package coreutils, rather than
another  RPM.

However, you are using a Cadillac OS (Linux) which
includes a C-compiler and has as part of its core perl
the perl module Digest::MD5.

- snip Digest-Perl-MD5 disclaimer ---
DISCLAIMER
This is not an interface (like Digest::MD5) but
a Perl implementation
of MD5. It is written in perl only and because of
this it is slow but it
works without C-Code. You should use Digest::MD5
instead of this
module if it is available. This module is only
usefull for

computers where you cannot install
Digest::MD5 (e.g. lack of a
C-Compiler)

encrypting only small amounts of data (less
than one million bytes).
I use it to hash passwords.

educational purposes
- end snip -

I have good news for you. This is one time where its
OK to use CPAN!! We give you permission.

-- 
Mark


  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] Dependency error for perl-Digest-Perl-MD5

2007-12-12 Thread Mark Pryor

--- Joseph L. Casale [EMAIL PROTECTED]
wrote:

 I have good news for you. This is one time where
 its
 OK to use CPAN!! We give you permission.
 
 --
 Mark
 
 Mark,
 Thanks for the advice. I noticed that Perl shows
 docs for Digest::MD5, would I be correct in assuming
 that this means its pre-installed?
 

Yes. It comes with the RPM perl:
rpm -ql perl | grep MD5.pm

which means its part of core perl.

I had doubts that you needed Digest::Perl::MD5 as a
dependency of another RPM. If you need any generic
MD5.pm, then Digest::MD5 should be more than adequate.

-- 
Mark


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 

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


Re: [CentOS] centos 5.1 install on thumbdrive

2007-12-11 Thread Mark Pryor

--- Karanbir Singh [EMAIL PROTECTED] wrote:

 Mark Pryor wrote:
  There was an effort to release a live C5, but I
 lost
  track of it. Since RHEL isn't going in that
 direction,
  I don't expect (or want) to see a CentOS splinter
  group trying to pick up where RHEL is lacking.
  
 
 
 hummm, there is a livecd for centos-5.0 and we are
 working on the livecd
 for 5.1, what gives you the impression that the
 project was scraped ?
 

My apologies. I took another look at my favorite
mirror and there is one:

http://mirrors.kernel.org/centos/5.0/isos/i386/CentOS-5.0-i386-LiveCD.iso

An ISO like this can easily be converted from ISOLINUX
to SYSLINUX for booting on USB flash. To run any Linux
on USB flash stick with a LIVE version.

-- 
Mark


  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] centos 5.1 install on thumbdrive

2007-12-10 Thread Mark Pryor

--- Jerry Geis [EMAIL PROTECTED] wrote:

 Is there anything new on installing centos 5.1 on a
 4G thumbdrive?
 
 What about the number of writes to the flash? Is
 that still a problem?
 
Jerry,

Have you tried one of the live Distros on USB flash?

A live, or aka portable executable, OS works well on
USB as opposed to a normal distro of Centos.

I've found great utility in knoppix 5.0+ and the
Fedora 7 live. FC7 (live) is a close cousin to CentOS
5.

http://mirrors.kernel.org/fedora/releases/7/Live/

There was an effort to release a live C5, but I lost
track of it. Since RHEL isn't going in that direction,
I don't expect (or want) to see a CentOS splinter
group trying to pick up where RHEL is lacking.

-- 
Mark




  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] perl-File-Temp problem

2007-12-08 Thread Mark Pryor

--- FTNX [EMAIL PROTECTED] wrote:

 Where do I find an RPM for perl-File-Temp for Centos
 5 that will work? At some 
 point Perl got upgraded, and perl-File-Temp stopped
 working, killing 
 amavisd-new. I've tried different versions, even
 from a src.rpm, but they 
 won't install due to a conflict with Perl.

Hello,

File::Temp is part of core perl. 

[EMAIL PROTECTED] tlviewer]# locate File/Temp.pm
/data/mock/centos-5-i386/root/usr/lib/perl5/5.8.8/File/Temp.pm
/data/mock/centos-5-x86_64/root/usr/lib/perl5/5.8.8/File/Temp.pm
/usr/lib/perl5/5.8.8/File/Temp.pm

[EMAIL PROTECTED] tlviewer]# perl -M'File::Temp '
File::Temp version  required--this is only version
0.16.
BEGIN failed--compilation aborted.

[EMAIL PROTECTED] tlviewer]# rpm -ql perl | grep Temp.pm
/usr/lib/perl5/5.8.8/File/Temp.pm
/usr/lib/perl5/5.8.8/File/Temp.pm

unless you tried to upgrade it from CPAN, I don't see
how you got out-of-sync.

-- 
Mark


  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] perl-File-Temp problem

2007-12-08 Thread Mark Pryor

--- FTNX [EMAIL PROTECTED] wrote:

 On Saturday 08 December 2007 22:40, Mark Pryor
 wrote:
 
  unless you tried to upgrade it from CPAN, I don't
 see
  how you got out-of-sync.
 
 No. I had to learn the hard way not to use CPAN. I
 have two Centos 5 machines 
 that have been updated only with Yum, with the
 default repos +  rpmforge. 
 They both stopped updating with the same error:
 
 Transaction Check Error:
   file /usr/share/man/man3/File::Temp.3pm.gz from
 install of 
 perl-File-Temp-0.19-1.el5.rf conflicts with file
 from package 
 perl-5.8.8-10.el5_0.2
 
 I started looking for the problem, when amavisd-new
 failed with an error 
 pointing to File::Temp.
 

Try 
#yum remove perl-File-Temp

the first time, hit [N]. If it looks like YUM can
remove it without damaging perl or anything else, then
go ahead and let it do it.

Go look for the perl.src.rpm that matches your version
and extract the core File::Temp and copy it into your
perl tree.

rpm2cpio perl.i386.src.rpm | cpio -ivd
/usr/lib/perl5/5.8.x/File/Temp.pm

I have many of the details fudged here, but the
extraction is right. Maybe someone else has a better
idea.

-- 
Mark


  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] HELP! Group info problem

2007-12-04 Thread Mark Pryor

--- Robert Moskowitz [EMAIL PROTECTED] wrote:

 I just tried an install from my local repo (boot
 from CD 1, use http 
 method), and it failed right after entering the root
 password setting with:
 
 Unable to read group information from repositories.
 This is a problem with the generation of your
 install tree.
 
 Reboot
 
 
 So now what?  Is there something I can just extract
 from the isos? 

Robert,

#cd /pathtorepo/5/i386
#createrepo -g ./repodata/comps.xml ./

#cd ../x86_64/
#createrepo -g ./repodata/comps.xml ./

the -g param will setup group data for your repo.
This works for me -- adjust the $releasever (mycase=5)
for your repo.

-- 
Mark

my C5 repo with the latest RequestTracker
http://www.tlviewer.org/centos/


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 

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


Re: [CentOS] special tricks for developers box on centos 5

2007-11-29 Thread Mark Pryor
Jerry,
--- Jerry Geis [EMAIL PROTECTED] wrote:

 I was just wondering if there are special tricks
 people do
 that compile A LOT on centos? Do RAM disks help or
 something else I dont
 about that minimizes your compile time? I presently
 have and AMD x2 
 4800+ with 2GIG ram.
 
 Just curious if I can reduce any more time out of my
 compiles.

Watch out for background processes that steal
resources:
   Move /etc/cron.daily/ mlocate
 prelink
to /etc/cron.weekly

   Remove /etc/cron.daily/makewhatis and let it only
run weekly (its already in weekly)

   Open /etc/updatedb and tune it for your system:
 add ntfs-3g or vfat to prunefs

   If you have any mock partitions, add that to
prunepath

-- 
Mark
My C5 repo with RequestTracker
http://www.tlviewer.org/centos


  

Be a better sports nut!  Let your teams follow you 
with Yahoo Mobile. Try it now.  
http://mobile.yahoo.com/sports;_ylt=At9_qDKvtAbMuh1G1SQtBI7ntAcJ
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 5.0 - Yum install using the install cd's as the RPM source

2007-11-07 Thread Mark Pryor
Keith,
--- Keith Christian [EMAIL PROTECTED] wrote:

 What is the mechanism or procedure for installing
 additional packages from the six CentOS 5.0 CD's
 using Yum, assuming a secured server with no outside
 internet connection?
 
 Debian based distributions are able to use the
 package manager to search for and install from the
 CD's, and I'm looking for the CentOS equivalent.
 
 Obviously, it's possible to install manually from
 a CD with:
 
 mount -t iso9660 /dev/hdc /media/cdrom
 cd /media/cdrom/CentOS
 rpm -U foobar-1.2.3.-4.5.el5.i386.rpm
 
 Yum has such good dependency checking I'd like to
 know of a way to use it if possible.
 

Checkout the file
/etc/yum.repos.d/CentOS-Media.repo

there are several pre-set mount points for your ISO
mounts. For my DVD I use /mnt/repo

I see above you have the right mount for an ISO. Then
to point YUM to your media repo use
#yum install SomeRPM --disablerepo=\*
--enablerepo=c5-media

if you want to ban external access, the disablerepo
token is the key.

-- 
Mark

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] how to protect RT repository?

2007-10-16 Thread Mark Pryor
Rogellio

Rogelio [EMAIL PROTECTED] wrote: I'm following the instructions on this URL

http://wiki.centos.org/HowTos/RT_3.4.x_On_CentOS_4.x

and came across the part that said

WARNING: RT overwrites some packages from the base distribution,
especially mod_perl

How exactly do I protect the RT repository?

It links to the ProtectBase program

http://wiki.centos.org/PackageManagement/Yum/ProtectBase

...but what do I mod to protect this RT repository?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

rt3 is now at 3.6.4
and most likely you want to install on C5, so that wiki page is specific to
an old environment. 

Furthermore, a lot of C5 users are now installing
rt3 via RPM. There is a guide at BP for RPM package install on C5
http://wiki.bestpractical.com/view/CentOS5InstallGuide

The warning in the cited wiki article applies only if you install from source.

good luck,
Mark

my C5 repo
--
http://www.tlviewer.org/centos

   
-
Fussy? Opinionated? Impossible to please? Perfect.  Join Yahoo!'s user panel 
and lay it on us.___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Howto reconfigure / rebuild CentOS 5 LiveCD

2007-10-14 Thread Mark Pryor
John,

this may be helpful:
http://www.nanotechnologies.qc.ca/propos/linux/centos-live/i386/live/

good luck,
Mark
John Donath [EMAIL PROTECTED] wrote: Hi,

I like to add some of my own utilities, etc.. to the CentOS 5.0 LiveCD.
IOW I am looking for a way to rebuild the livecd for specific purposes.
Can someone reach me handle where to start?
The only thing I've found so far is the out-of-the-box iso.


   
-
Catch up on fall's hot new shows on Yahoo! TV.  Watch previews, get listings, 
and more!___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Local mirroring of the CentOS repos

2007-10-10 Thread mark pryor


Kai Schaetzl [EMAIL PROTECTED] wrote: I figured I try if I can mirror the 
base and updates repos locally. 
There's no tutorial for that, only one about creating your own repo of 
packages which is not the same. So, I just mirrored all the stuff with 
wget and changed the baseurl in the repo files and hoped that's enough. 
Works. So easy you don't need a tutorial. 


Kai,

I only have a comment about the base mirror. Instead of using the internet to 
make a base mirror (not sure you did it that way), you can use the 
CentOS-Media.repo

This works best if you have the DVD ISO
#mkdir /mnt/C564
#nano /etc/fstab
--- add at end 
/path-to/CentOS-5.0-x86_64-bin-DVD.iso /mnt/C564 iso9660 ro,loop,async 0 0
--- unsnip -

now edit 
/etc/yum.repos.d/CentOS-Media.repo
and add to [c5-media]
file:///mnt/C564

then you want YUM to ignore the [base] repo and use [c5-media]
#yum search some-rpm --disablerepo=base --enablerepo=c5-media

now you have speed and still have all the default abilities of YUM

to find the RPM owner of [c5-media]:
[EMAIL PROTECTED] ~]$ rpm -qf /etc/yum.repos.d/CentOS-Media.repo
centos-release-5-0.0.el5.centos.2

My repo for C5 (mpryor-c5.repo) at
http://www.tlviewer.org/centos
 -- 
Mark

   
-
 Check out  the hottest 2008 models today at Yahoo! Autos.___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Balsa for CentOS ??

2007-10-10 Thread mark pryor


fred smith [EMAIL PROTECTED] wrote: Anybody know where I can find a RPM of a 
recent version of Balsa for
RH5 or Centos 5? Dag, et al, don't seem to have it.

 
Fred,

I looked into building the version from the FC6 extras repo. My build box is 
KDE, but ideally one needs a Gnome devel box to build balsa. 

Do you want it for i386 or x86_64? Is there anything special about your env.?
On further info I might go ahead and build it.

My first cut at the dependencies got this

 1st build attempt --
[EMAIL PROTECTED] balsa]$ rpmbuild --sign --rebuild --define 'dist .el5' 
balsa-2.3.20-1.fc6.src.rpm
Enter pass phrase:
Pass phrase is good.
Installing balsa-2.3.20-1.fc6.src.rpm
warning: InstallSourcePackage: Header V3 DSA signature: NOKEY, key ID 1ac70ce6
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
error: Failed build dependencies:
aspell-devel is needed by balsa-2.3.20-1.el5.x86_64
gmime-devel is needed by balsa-2.3.20-1.el5.x86_64
gnome-vfs2-devel is needed by balsa-2.3.20-1.el5.x86_64
gtkhtml2-devel is needed by balsa-2.3.20-1.el5.x86_64
gtkspell-devel is needed by balsa-2.3.20-1.el5.x86_64
intltool is needed by balsa-2.3.20-1.el5.x86_64
libesmtp-devel = 1.0.4 is needed by balsa-2.3.20-1.el5.x86_64
libgnome-devel is needed by balsa-2.3.20-1.el5.x86_64
libgnomeprint22-devel is needed by balsa-2.3.20-1.el5.x86_64
libgnomeprintui22-devel is needed by balsa-2.3.20-1.el5.x86_64
libgnomeui-devel is needed by balsa-2.3.20-1.el5.x86_64
libnotify-devel is needed by balsa-2.3.20-1.el5.x86_64
-- end snip --

-- missing packages -
Dependencies Resolved

=
 Package Arch   Version  RepositorySize
=
Installing:
 aspell-develi386   12:0.60.3-7.1base   39 k
 aspell-develx86_64 12:0.60.3-7.1base   38 k
 gmime-devel x86_64 2.2.4-1.el5.rf   rpmforge  307 k
 gtkhtml2-devel  x86_64 2.11.0-3 base   43 k
 gtkhtml2-devel  i386   2.11.0-3 base   43 k
 gtkspell-devel  i386   2.0.11-2.1   base   17 k
 gtkspell-devel  x86_64 2.0.11-2.1   base   18 k
 libgnome-devel  i386   2.16.0-6.el5 base   73 k
 libgnome-devel  x86_64 2.16.0-6.el5 base   73 k
 libgnomeprint22-devel   x86_64 2.12.1-9.el5 base   87 k
 libgnomeprint22-devel   i386   2.12.1-9.el5 base   88 k
 libgnomeprintui22-devel  i386   2.12.1-6 base  147 k
 libgnomeprintui22-devel  x86_64 2.12.1-6 base  158 k
 libgnomeui-develi386   2.16.0-5.el5 base  295 k
 libgnomeui-develx86_64 2.16.0-5.el5 base  295 k
 libnotify-devel x86_64 0.4.2-6.el5  base   19 k
 libnotify-devel i386   0.4.2-6.el5  base   19 k
Installing for dependencies:
 GConf2-develx86_64 2.14.0-9.el5 base   93 k
 ORBit2-develx86_64 2.14.3-4.el5 base  387 k
 dbus-glib-devel x86_64 0.70-5   base   10 k
 gaili386   1.9.2-1.fc6  base  353 k
 gail-devel  x86_64 1.9.2-1.fc6  base   19 k
 ghostscript-fonts   noarch 5.50-13.1.1  base  801 k
 gnome-keyring-devel x86_64 0.6.0-1.fc6  base   25 k
 gnome-vfs2-develx86_64 2.16.2-4.el5 base  482 k
 gtkhtml2i386   2.11.0-3 base  185 k
 hal-devel   x86_64 0.5.8.1-19.el5   base   26 k
 libIDL-develx86_64 0.8.7-1.fc6  base   17 k
 libbonobo-devel x86_64 2.16.0-1.fc6 base  503 k
 libbonoboui-devel   x86_64 2.16.0-1.fc6 base  198 k
 libgnomecanvas-develx86_64 2.14.0-4.1   base   74 k
 libgnomecupsi386   0.2.2-8  base   73 k
 libgnomeprint22 x86_64 2.12.1-9.el5 base  406 k
 libgnomeprint22 i386   2.12.1-9.el5 base  396 k
 libgnomeprintui22   x86_64 2.12.1-6 base  318 k
 libgnomeprintui22   i386   2.12.1-6 base  

Re: [CentOS] flex package marked as fc6 and no flex-devel?

2007-09-29 Thread mark pryor
Steven

Steven Haigh [EMAIL PROTECTED] wrote: Hi all,

I'm in the middle of setting up a build environment for OpenWRT and it looks
like the packages need flex.

Looking at the CentOS repositories, it looks as though the flex package is
tagged as fc6 - it also looks like there is no flex-devel package at all.

Does anyone know what the go is here?

Available Packages
Name   : flex
Arch   : i386
Version: 2.5.4a
Release: 41.fc6
Size   : 124 k
Repo   : base

--
Steven Haigh

Email: [EMAIL PROTECTED]
Web: http://www.crc.id.au
Phone: (03) 9001 6090 - 0412 935 897


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
Its already a DEV package that includes headers.

[EMAIL PROTECTED] tlviewer]# rpm -ql flex
/usr/bin/flex
/usr/bin/flex++
/usr/bin/lex
/usr/include/FlexLexer.h
/usr/lib64/libfl.a
/usr/lib64/libl.a
/usr/share/doc/flex-2.5.4a
/usr/share/doc/flex-2.5.4a/COPYING
/usr/share/doc/flex-2.5.4a/NEWS
/usr/share/doc/flex-2.5.4a/README
/usr/share/man/man1/flex++.1.gz
/usr/share/man/man1/flex.1.gz
/usr/share/man/man1/lex.1.gz
-- 
Mark

   
-
Building a website is a piece of cake. 
Yahoo! Small Business gives you all the tools to get online.___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Help with Dell Latitude, CentOS 5, and intel 3945abg wireless

2007-09-29 Thread mark pryor


Scott Ehrlich [EMAIL PROTECTED] wrote: I've visited several web pages, 
including Dell's, for help in getting the 
wireless card activated.   lspci shows it, but iwconfig doesn't list it.

I also visited linux.dell.com and downloaded and installed the 64-bit 
Fedora 7 RPMs, but couldn't get anywhere.  dellwirelessctl also doesn't 
show up anywhere.

I'm running a fully updated kernel/distro.

What am I missing?



#yum search dkms-ipw3945

more here
http://www.linickx.com/archives/291/intel-3945abg-wireless-wifi-card-on-centos-5

-- 
Mark

   
-
Pinpoint customers who are looking for what you sell. ___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] RPM package wish list

2007-09-27 Thread mark pryor
hello,

Does our beloved Centos project have a page where one can request that an RPM 
package be built, especially for C5? How about alerts when those requests have 
been satisfied?

I know about 3rd party repos like rpmforge, epel, and kbextras. I can search 
those in YUM.

Centos seems to have specialized as a server OS in the past, but my experience 
is that it is an up and coming desktop/workstation OS too. Many folks might 
like to see packages built that are more Desktop oriented, which are not 
available in upstream, nor in the 3rd party repos.

thanks for your info,
Mark 

   
-
Moody friends. Drama queens. Your life? Nope! - their life, your story.
 Play Sims Stories at Yahoo! Games. ___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] /boot partition or not on C5

2007-09-24 Thread mark pryor
hello,

the last 3 times I installed C5, the MBR was unchanged and nothing was written 
into /boot/grub except splash.xbm.gz

there were no stage* files, nor a menu.lst
I know how to fix that.

Would I have better luck using a partition mounted as /boot?
Anyone succeded with Grub that way? I prefer not having to do surgery to get C5 
to boot :)

--
Mark

New Packages for C5
-
dkms-et131x-1.2.2-el5.noarch.rpm  (gigabit ethernet driver)
http://www.tlviewer.org/c5repo/web/agere

kchm-el5   (CHM client with io-slave)
http://www.tlviewer.org/c5repo/kde/

   
-
Luggage? GPS? Comic books? 
Check out fitting  gifts for grads at Yahoo! Search.___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] OT: packaging Bible posted to usenet as CHM

2007-09-20 Thread mark pryor
Maximum RPM has been posted to usenet as a compiled help file (CHM)

the site http://www.rpm.org/max-rpm
was recursively downloaded using

wget -m url

FAR, by Helpware, was used to build the CHM (WinXP). GIMP (linux) was used to 
make the cover graphic.

the NZB is here
http://www.tlviewer.org/max-rpm.nzb

To see which usenet group and grab with Pan, look inside the NZB.

the command below can be used to fetch it
perl nzbperl.pl max-rpm.nzb

nzbperl is here http://noisybox.net/computers/nzbperl/

if you need a x86_64 package for uudeview go here
http://www.tlviewer.org/c5repo/web

This was a nice one-day project.
ps
Does anyone know how to compile a CHM on Linux? I know a few chm clients on 
linux, but nothing that can build a CHM.

regards,
 
   
-
Be a better Globetrotter. Get better travel answers from someone who knows.
Yahoo! Answers - Check it out.___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] best source for rpmdevtools RPM in C5

2007-09-19 Thread mark pryor
hello,

I'm going to try this question again. The first time I botched it and the 
answers I got were useless.

I want to use rpmdevtools to help with some packaging chores. There is no C5 
version that I can find. I've located an SRC RPM in a location that is known to 
be C5 compatible. There are 2 versions of rpmdevtools:

http://download.fedora.redhat.com/pub/fedora/linux/extras/6/SRPMS/rpmdevtools-6.1-0.1.fc6.src.rpm
http://download.fedora.redhat.com/pub/fedora/linux/extras/6/SRPMS/rpmdevtools-5.3-1.fc6.src.rpm

naturally I grabbed the highest version (6.1) and rebuilt it for EL5. The 
installation halted, missing a version of rpm-build higher than the base 
version in C5. It seems that rpm-build 4.4.2.1+ comes from FC7. This is the 
first time that I've seen an FC6 repo package that depended on something from 
FC7.

rpmdevtools 5.3.1 builds, installs, and works fine on C5. 

I think I made the right decisions here (balking at trying to install a higher 
version of rpm-build).

If you need to use rpmdevtools, how would you approach the problem? What source 
repo would you use? Is there an rhel5 SRC RPM? Where is it?

thanks,
Mark

   
-
Got a little couch potato? 
Check out fun summer activities for kids.___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] rebuilding rpmdevtools from epel5 SRC has fc7 dependent

2007-09-18 Thread mark pryor
hello,

I'm suprised that an SRC.RPM from the rhel5 repo needs a file from FC7.

I grabbed rpmdevtools from
http://download.fedora.redhat.com/pub/epel/5/

it rebuilds fine as EL5, but when I go to install it, it requires a version of 
rpm-build higher than the C5 base version (4.4.2-37)
- grab dependencies -
$ rpm -qpR rpmdevtools-6.1-0.1.noarch.rpm
...
config(rpmdevtools) = 6.1-0.1
cpio
diffutils
fakeroot
...
perl(File::Spec)
perl(File::Temp)
perl(FileHandle)
perl(Getopt::Long)
perl(strict)
redhat-rpm-config
rpm-build = 4.4.2.1
rpm-python
rpmlib(CompressedFileNames) = 3.0.4-1
rpmlib(PayloadFilesHavePrefix) = 4.0-1
rpmlib(VersionedDependencies) = 3.0.3-1
...
- end snip ---
I reverted to the lower version 5.3.xxx and it works fine.
--
Mark

   
-
Yahoo! oneSearch: Finally,  mobile search that gives answers, not web links. ___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Installation troubles

2007-09-08 Thread mark pryor


Chuck Campbell [EMAIL PROTECTED] wrote: On Fri, Sep 07, 2007 at 03:32:55PM 
-0700, mark pryor wrote:
 
 
 Chuck Campbell  wrote: I have a new machine I'm trying to install Centos 5.0 
 on and I'm not getting
 very far.
 
 Chuck,
 
 I'm suprised that the raid array wasn't named as
 /dev/mapper/isw_xxxyyyxxx

raid arrays are real hw raid on the 3ware card, and show up as very large 
disks.

I was trying to install to a single drive (non raid) in the earlier messages.



This is what you said in the OP 
quote
The intent is to install the OS onto the 2-320GB drives on the motherboard 
controller (preferrably in a raid 1 configuration).  The other disks are for 
our data requirements.

/quote

The MB controller is fakeraid and to use it would require the dmraid support in 
the install.
Was your MB setup by the reseller with the 2 320 GB drives in Raid1? What shows 
in the Intel Matrix Raid bios? 

I have installed Fedora on such a SuperMicro board and we went Raid1 using the 
onboard device. What's easy to mess up is the boot order menu. If you want to 
boot from the Raid1 array, you have to bring it in as one of the choices. If 
you have never setup Linux on a SuperMicro its a little tricky.

-- 
Mark



 
   
-
Building a website is a piece of cake. 
Yahoo! Small Business gives you all the tools to get online.___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Installation troubles

2007-09-07 Thread mark pryor


Chuck Campbell [EMAIL PROTECTED] wrote: I have a new machine I'm trying to 
install Centos 5.0 on and I'm not getting
very far.

The system is 2 dual core xeons (5160, 3.0 GHZ) w/ 8GB ram.  It has two
320 GB disks on the motherboard controller (Supermicro X7DAE+), and 8 750
GB disks on a 3ware 9650SE-8ml, pcie (x4) controller card.  The 8 disks are
set up as two raid 5 volumes (4 disks each).

There is a scsi card in the machine w/ nothing attached to it.

The graphics card is na NVIDIA Quadro FX 1500 (pci express x16).

The intent is to install the OS onto the 2-320GB drives on the motherboard
controller (preferrably in a raid 1 configuration).  The other disks are for
our data requirements.


1)I used bit torrent (azureus on windows) to download the dvd iso for Centos
  5.0, and it completed without any errors.  I believe it does the checksumming 
  verification automatically.  I also ran sha1sum against the image, and it 
  came out fine.

2)I burned the image to a dvd using roxio.  No errors.  When I couldn't get
  down the road, I burned another copy with no errors.

3)During the install, I verified the media with no errors for both of the
  disks.

4)I downloaded the driver for this OS and raid card from AMCC-3ware site and
  made a driver floppy.

5)I booted the dvd and ran linux dd to do the install.

  Should the graphical installer work on an nvidia quadro fx1500 graphics 
  card?  At the present it doesn't appear to work for me, I get hash all 
  over the screen, once X starts.

6)I booted the dvd again and ran linux text dd.  I verified my dvd media 
  without problems, and it reads the driver floppy and loads the 3w-9xxx
  driver.  It asks questions about lang, kbd and timezone.  

7)For partitions, I selected custom, created a /boot, /, swap and /home on
  the first 320 GB disk (it turns out to be sdc, with sda and sdb being the
  big raid volumes).  After the grub section (I told it to put grub on
  the /boot partition) the screen is blue, and it just sis without any further 
  response (I left it over night, so it should have finished).

8)If I press alt-f3, the last thing I see is:
13:18:16  INFO :  Moving (1) to step reposetup

9)If I press alt-f4, the last thing I see is:
5SQUASHFS error : sb_bread failed reading block 0x6acc
5SQUASHFS error : unable to read page, block 1aaa0d9, size 9154

8)I'm at a loss as to what to try next, or how to find out what is wrong.


Chuck,

I'm suprised that the raid array wasn't named as
/dev/mapper/isw_xxxyyyxxx

to be named as /dev/sdc suggests that anaconda didn't use dmraid.
To be sure that the installer missed using dmraid, you could do a quick knoppix 
(4.0+) live session and try to mount and read the fakeraid array named above.

If you don't find the isw_ device, then you will have to redo the install, 
adding the dmraid kernel parameter along with dd text dmraid.

As far as the blank screen, while in the knoppix session try to see if your 
xorg.conf is missing a modeline. If missing, add a modeline suitable for your 
monitor.

Section Screen
...
Modes 1280x1024
EndSection

-- 
Mark

RT3 RPM for C5
http://www.tlviewer.org/rt3

   
-
Ready for the edge of your seat? Check out tonight's top picks on Yahoo! TV. ___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Help in starting spamassassin

2007-08-17 Thread mark pryor


Robert Moskowitz [EMAIL PROTECTED] wrote: I have installed spamassassin, per 
the instructions on Scalix's wiki, 
and it is working, with some important caviats.  So I asked for help on 
the spamassassin user list, and got some, but I think I am butting up 
against some Centos specific issues...

So over at spamassassin list I was told not to let spamassassin run as 
root.  To create a user: spamfilter.  and add -u spamfilter to the start 
command.

So I created the user and group.  I ran the spamassassin --lint and -D 
--lint

Then I went to /etc/rc.d/init.d/spamassassin and change the lines:

# Set default spamd configuration.
SPAMDOPTIONS=-d -c -m5 -H
SPAMD_PID=/var/run/spamd.pid

to

# Set default spamd configuration.
SPAMDOPTIONS=-u spamfilter -d -c -m5 -H
SPAMD_PID=/var/run/spamd.pid


And then did:


/etc/rc.d/init.d/spamassassin restart

and spamassassin is still running as root and I am still getting these  
errors


Robert,

check if you have the directory
/home/spamfilter

and try adding the extra (-u spamfilter) param in
/etc/sysconfig/spamassassin

-- 
Mark

   
-
Park yourself in front of a world of choices in alternative vehicles.
Visit the Yahoo! Auto Green Center.___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Where is perl-spamassassin for Centos 5?

2007-08-15 Thread mark pryor


Robert Moskowitz [EMAIL PROTECTED] wrote: I am looking for it.

I need it (according to the docs) for Scalix 11.

And their docs say it is included in SuSE, but it does not seem to be in 
Centos 5.

And I think I had it for a Centos 4 system.


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

Robert,
try:
#rpm -ql spamassassin

you will see that a perl module is included . Also try
#perl -M'Mail::SpamAssassin 1999'

it might not be what you want.

-- 
Mark

   
-
Ready for the edge of your seat? Check out tonight's top picks on Yahoo! TV. ___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] C5 RPM for RequestTracker now available

2007-07-30 Thread mark pryor
Hello,

I took a stab at packaging RequestTracker for CentOS 5. Basically some needed 
FC6 packages were rebuilt as el5.

The results are here:
http://www.tlviewer.org/rt3/

I'm an rt3 newbie. I'm in the process of reading the DOCS and setting up the 
DB. The install via RPM appears to be sound.

So far the login page for RT opens successfully. I've yet to setup the 
mail-dispatcher.

-- 
Mark


   
-
Got a little couch potato? 
Check out fun summer activities for kids.___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos