Re: [CentOS] Fiel uploading framework

2011-09-04 Thread Devin Reade
Joseph L. Casale  wrote:

> I need to setup something for a group of CAD guys to provide a
> web interface for clients/customers to send files to them.
[...]
> Anyone know of a project like this so I wouldn't have to manage any
> aspect of it?

I don't know if you mean you don't want to be involved in hosting it
or you just don't want to deal with the daily upload/download aspect.
However, assuming the latter I was doing a search for something similar
in the past and (... Devin looks at his notes ...) I found something that
seemed to be suitable:

   

However I have neither used it nor looked into whether or not it will
install to CentOS.  If you try it on CentOS I wouldn't mind hearing
about your experience (offlist is ok).

Devin

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


[CentOS] Fiel uploading framework

2011-09-04 Thread Joseph L. Casale
I need to setup something for a group of CAD guys to provide a web interface for
clients/customers to send files to them. I was hoping to have an interface 
where the
customer would be given a logon and it would email a link to the employee upon 
his
successful upload. This would require an internal facing site to provision a 
slot to give
to a customer.

Anyone know of a project like this so I wouldn't have to manage any aspect of 
it?

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


Re: [CentOS] big problem at boot

2011-09-04 Thread David G . Miller
Michel Donais  writes:

> 
> 
> I restarted the a Centos 5.6 server tonight and I 
> ran in this issue:
>  
> I was able to boot.
> Then instead of a normal boot with graphical 
> interface the system requested :
> 'Enter run level'
> 'INIT'
> I typed 5
> then I got 'INIT: no more process left in this run 
> level
>  
> How can I recover from  the 
> situation?
A tad late but you can try running "smartctl -H /dev/sdX" or "smartctl -a
/dev/sdX" where /dev/sdX is your boot disk.  Chances are that it will only tell
you what you already know: the drive is dying.  I've had good luck with smartd
telling me when a disk is starting to fail.  Partition tables don't just
disappear on healthy hard drives.

Cheers,
Dave




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


Re: [CentOS] big problem at boot

2011-09-04 Thread Lisandro Grullon
Certainly that's a good idea.
--Original Message--
From: Always Learning
Sender: centos-boun...@centos.org
To: CentOS mailing list
ReplyTo: CentOS mailing list
Subject: Re: [CentOS] big problem at boot
Sent: Sep 4, 2011 11:23 AM


On Sun, 2011-09-04 at 09:29 -0400, Michel Donais wrote:

> It's whorst than expected.
> I booted the system with a Centos 5.6 boot disc in rescue mode and when it's 
> time to search for linux partition on the system hard disk I get a message 
> telling that there is no partition on that disk.
> 
> So what's next to recover

I would download Parted Magic from
http://partedmagic.com/doku.php?id=downloads

Copy it to a CD.

Boot from that CD. It runs in RAM.

After setting the screen size form an icon on the left side, run GPARTED
which will give you a clearer understanding of your hard disk drive.

Good Luck,

Paul.


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

Sent on the Sprint® Now Network from my BlackBerry®
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] big problem at boot

2011-09-04 Thread Always Learning

On Sun, 2011-09-04 at 09:29 -0400, Michel Donais wrote:

> It's whorst than expected.
> I booted the system with a Centos 5.6 boot disc in rescue mode and when it's 
> time to search for linux partition on the system hard disk I get a message 
> telling that there is no partition on that disk.
> 
> So what's next to recover

I would download Parted Magic from
http://partedmagic.com/doku.php?id=downloads

Copy it to a CD.

Boot from that CD. It runs in RAM.

After setting the screen size form an icon on the left side, run GPARTED
which will give you a clearer understanding of your hard disk drive.

Good Luck,

Paul.


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


Re: [CentOS] big problem at boot

2011-09-04 Thread Lisandro Grullon
I hope you have good backups, print the partition table and reload the OS in 
the box...check the logs maybe someone hack your box and changed things around. 
Alternatevely, you can always try installing X window system from init 3, try 
doing a yum grouremove "X Window System" "Desktop" -y && yum groupinstall "X 
Window System" "Desktop" -y 

Let us know how it goes.

--Original Message--
From: Michel Donais
Sender: centos-boun...@centos.org
To: CentOS mailing list
ReplyTo: CentOS mailing list
Subject: Re: [CentOS] big problem at boot
Sent: Sep 4, 2011 9:29 AM

Subject: Re: [CentOS] big problem at boot


>
> On Sat, 2011-09-03 at 22:44 -0400, Michel Donais wrote:
>
>> Then instead of a normal boot with graphical interface the system
>> requested :
>> 'Enter run level'
>> 'INIT'
>> I typed 5
>> then I got 'INIT: no more process left in this run level
>
> Try 3.
>
> If that does not work try 1 and see if the machine will start.

I also tried 1 and 3

It's whorst than expected.
I booted the system with a Centos 5.6 boot disc in rescue mode and when it's 
time to search for linux partition on the system hard disk I get a message 
telling that there is no partition on that disk.

So what's next to recover

---
Michel Donais

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

Sent on the Sprint® Now Network from my BlackBerry®
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos 5.6 Implications of PGP53 ?

2011-09-04 Thread Ryan Wagoner
On Sat, Sep 3, 2011 at 8:15 PM, Always Learning  wrote:
>
> If one stays with Centos 5.x (currently on 5.6) is the
> problem/enhancement/incompatibility involving PHP53 likely to be
> resolved by general updates and/or the introduction of Centos 5.7 ?
>
> Paul.

You can download the source package and compile the module. This
doesn't require as many many devel dependencies on a production system
as it would to rebuild the php rpm. You will need to repeat this for
php upgrades. The only unpackaged files installed on your system
besides the files in /usr/src/redhat, which can be deleted, are
mcrypt.so and mcrypt.ini.

yum install php53-devel libmcrypt-devel
cd
wget 
http://mirror.centos.org/centos/5.6/updates/SRPMS/php53-5.3.3-1.el5_6.1.src.rpm
mkdir /usr/src/redhat
rpm -i php53-5.3.3-1.el5_6.1.src.rpm
cd /usr/src/redhat
bunzip2 php-5.3.3.tar.bz2
tar xf php-5.3.3.tar
cd php-5.3.3/ext/mcrypt
phpize
aclocal
./configure
make
make install
echo “extension=mcrypt.so” > /etc/php.d/mcrypt.ini
service httpd restart

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


Re: [CentOS] big problem at boot

2011-09-04 Thread Michel Donais
Subject: Re: [CentOS] big problem at boot


>
> On Sat, 2011-09-03 at 22:44 -0400, Michel Donais wrote:
>
>> Then instead of a normal boot with graphical interface the system
>> requested :
>> 'Enter run level'
>> 'INIT'
>> I typed 5
>> then I got 'INIT: no more process left in this run level
>
> Try 3.
>
> If that does not work try 1 and see if the machine will start.

I also tried 1 and 3

It's whorst than expected.
I booted the system with a Centos 5.6 boot disc in rescue mode and when it's 
time to search for linux partition on the system hard disk I get a message 
telling that there is no partition on that disk.

So what's next to recover

---
Michel Donais

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


Re: [CentOS] CentOS 6 + XEN problem

2011-09-04 Thread Pasi Kärkkäinen
On Fri, Sep 02, 2011 at 02:44:09PM +0200, Rudi Ahlers wrote:
>Hi,
> 
>Does anyone know what version of XEN works fine with CentOS 6?
> 
>I installed XEN on a CentOS 6 server, as per these instructions:
>[1]http://www.crc.id.au/xen-on-rhel6-scientific-linux-6-centos-6-howto/
> 
>And the server now gives this error on reboot: PANIC: early exception
> 
>0e rip 10:0 error 10 cr2 0
> 
>These are the packages that was installed:
> 
>Installed:
>  kernel-xen.x86_64 0:2.6.32.45-1
>xen.x86_64 0:4.1.1-3.1
> 
>Dependency Installed:
>  PyXML.x86_64 0:0.8.4-19.el6   SDL.x86_64
>0:1.2.14-2.el6 kpartx.x86_64 0:0.4.9-31.el6_0.3
>  libXdamage.x86_64 0:1.1.2-1.el6   libXfixes.x86_64
>0:4.0.4-1.el6libXxf86vm.x86_64 0:1.1.0-1.el6
>  mesa-dri-drivers.x86_64 0:7.7-2.el6   mesa-libGL.x86_64
>0:7.7-2.el6 xen-hypervisor.x86_64 0:4.1.1-3.1
>  xen-libs.x86_64 0:4.1.1-3.1   xen-licenses.x86_64
>0:4.1.1-3.1   xen-runtime.x86_64 0:4.1.1-3.1
> 

Did you try using mayoung's "xendom0" kernel rpms? They're based on actual rhel 
6.0/6.1 kernels..
(the kernel you're using now sounds like upstream kernel - not rhel6 kernel).

xen hypervisor/tools rpms: http://xenbits.xen.org/people/mayoung/EL6.xen/
xendom0 kernel for el6: http://xenbits.xen.org/people/mayoung/testing/

And: http://wiki.xen.org/xenwiki/RHEL6Xen4Tutorial

-- Pasi

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


Re: [CentOS] Centos 5.6 : Apache bug fix = PHP Exec no longer works

2011-09-04 Thread Athmane Madjoudj
On 09/04/2011 04:32 AM, Always Learning wrote:
>
> On Sun, 2011-09-04 at 02:09 +0100, Always Learning wrote:
>
>> A few days ago I upgraded from the Centos 5 CR repository software
>> including Apache ...
>
> Found a solution: As an alternative to PHP Exec on a web page running
> ImageMagick, now using GMagick (GraphicsMagick) in PHP to process
> images.
>
> Can't explain the Exec failure but initially even PHP GMagick refused to
> save files on an external partition. After repeatedly resetting file and
> directory permissions, images are successfully saved.

Could you provide the version of php you are using: php-5.1.x or 
php53-5.3.x and an example of code ?

I'll try to reproduce it.

Thanks.

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