Re: [CentOS] Correct permissions for uploading files

2010-07-12 Thread John Doe
From: Todd Cary > directory insufficient permission... > I am not sure what to set for Owner and Group for the "uploads" > directory nor the permissions (it is now set to 775). Give permission to the apache user...? JD ___ CentOS mailing list

Re: [CentOS] Correct permissions for uploading files

2010-07-12 Thread Markus Falb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/07/2010 04:10, Todd Cary wrote: > I am trying to implement PHP upload functionality for an application. > When I attempt an upload in my test environment, I get the following error: > > An error has occurred: receiving directory insufficient >

Re: [CentOS] is it safe to resize root, on an LVM system, online?

2010-07-12 Thread Rudi Ahlers
On Sun, Jul 11, 2010 at 8:39 PM, Digimer wrote: > On 10-07-11 02:27 PM, Rudi Ahlers wrote: >> Hi, >> >> One of our servers has a too small root partition on LVM and needs to >> be resized. Can / be safely increased online, without a reboot? >> >> [r...@zaxen02 ~]# lvscan >>    ACTIVE            '/

Re: [CentOS] is it safe to resize root, on an LVM system, online?

2010-07-12 Thread Hakan Koseoglu
On 12 July 2010 11:12, Rudi Ahlers wrote: >>> One of our servers has a too small root partition on LVM and needs to >>> be resized. Can / be safely increased online, without a reboot? Yes. If you use system-config-lvm and using ext3, it will let you do it all within a nice GUI as well. -- Hakan (

Re: [CentOS] Correct permissions for uploading files

2010-07-12 Thread James Hogarth
On 12 July 2010 10:43, Markus Falb wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 12/07/2010 04:10, Todd Cary wrote: >> I am trying to implement PHP upload functionality for an application. >> When I attempt an upload in my test environment, I get the following error: >> >> An err

Re: [CentOS] is it safe to resize root, on an LVM system, online?

2010-07-12 Thread Rudi Ahlers
On Mon, Jul 12, 2010 at 12:17 PM, Hakan Koseoglu wrote: > On 12 July 2010 11:12, Rudi Ahlers wrote: One of our servers has a too small root partition on LVM and needs to be resized. Can / be safely increased online, without a reboot? > Yes. If you use system-config-lvm and using ext3, i

[CentOS] "yum update": When is new header data downloaded? (Trying to set up custom repository...)

2010-07-12 Thread Toralf Lund
I'm trying to set up a custom rpm respository for some in-house software, and configure a number of CentOS 5 clients so that they may install and update the software in question from the location in question. I think I've mostly figured out how to do this - I've successfully installed software

Re: [CentOS] is it safe to resize root, on an LVM system, online?

2010-07-12 Thread Max Hetrick
Rudi Ahlers wrote: > It's a console-only server, i.e. no X installed. So I'll have to setup > a test server to see if I can do it without breaking abything > There should be no issues doing it live. # lvextend -L+1G /dev/myvg/myvol # resize2fs /dev/myvg/myvol Regards, Max _

Re: [CentOS] "yum update": When is new header data downloaded? (Trying to set up custom repository...)

2010-07-12 Thread Toralf Lund
Toralf Lund wrote: > I'm trying to set up a custom rpm respository for some in-house > software, and configure a number of CentOS 5 clients so that they may > install and update the software in question from the location in > question. I think I've mostly figured out how to do this - I've > su

Re: [CentOS] "yum update": When is new header data downloaded? (Trying to set up custom repository...)

2010-07-12 Thread Benjamin Franz
On 07/12/2010 04:58 AM, Toralf Lund wrote: > > So, it seems like I managed to correctly update the repodata and all, > but originally, yum concluded that it didn't need to download a new > version, but could use the one cached earlier. instead. > > Does anyone have any idea why this happened? How e

Re: [CentOS] is it safe to resize root, on an LVM system, online?

2010-07-12 Thread Rudi Ahlers
On Mon, Jul 12, 2010 at 2:15 PM, Max Hetrick wrote: > Rudi Ahlers wrote: > >> It's a console-only server, i.e. no X installed. So I'll have to setup >> a test server to see if I can do it without breaking abything >> > > There should be no issues doing it live. > > # lvextend -L+1G /dev/myvg/myvol

Re: [CentOS] "yum update": When is new header data downloaded? (Trying to set up custom repository...)

2010-07-12 Thread James Hogarth
On 12 July 2010 13:29, Benjamin Franz wrote: > On 07/12/2010 04:58 AM, Toralf Lund wrote: >> >> So, it seems like I managed to correctly update the repodata and all, >> but originally, yum concluded that it didn't need to download a new >> version, but could use the one cached earlier. instead. >>

Re: [CentOS] "yum update": When is new header data downloaded? (Trying to set up custom repository...)

2010-07-12 Thread Toralf Lund
Benjamin Franz wrote: > On 07/12/2010 04:58 AM, Toralf Lund wrote: > >> So, it seems like I managed to correctly update the repodata and all, >> but originally, yum concluded that it didn't need to download a new >> version, but could use the one cached earlier. instead. >> >> Does anyone have a

Re: [CentOS] "yum update": When is new header data downloaded? (Trying to set up custom repository...)

2010-07-12 Thread Toralf Lund
James Hogarth wrote: > On 12 July 2010 13:29, Benjamin Franz wrote: > >> On 07/12/2010 04:58 AM, Toralf Lund wrote: >> >>> So, it seems like I managed to correctly update the repodata and all, >>> but originally, yum concluded that it didn't need to download a new >>> version, but could us

[CentOS] free

2010-07-12 Thread Jason Pyeron
The man page does not say much, but does this mean I have only 396668 used by programs (used-cached)? Or shoul I be reading the 2nd line? [r...@ten-212 ~]# free total used free sharedbuffers cached Mem: 791884454788202440024 0 11168

Re: [CentOS] Smallest install?

2010-07-12 Thread Brunner, Brian T.
> > I have a 500Mb ATA Flash drive in my machine. If I deselect > > everything at install time (CentOS 5.0 - just for testing) it still > > requires 524Mb. Is there any way of doing an even smaller install? > > Run a pre 5 series install and it is straightforward to hold size down > > There

Re: [CentOS] Correct permissions for uploading files

2010-07-12 Thread Todd Cary
Jim - Many thanks! That took care of the problem. Todd On 7/12/2010 3:53 AM, James Hogarth wrote: > On 12 July 2010 10:43, Markus Falb wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 12/07/2010 04:10, Todd Cary wrote: >> >>> I am trying to implement PHP upload f

Re: [CentOS] free

2010-07-12 Thread Keith Keller
On Mon, Jul 12, 2010 at 10:15:06AM -0400, Jason Pyeron wrote: > The man page does not say much, but does this mean I have only 396668 used by > programs (used-cached)? > > Or shoul I be reading the 2nd line? Yes, you should be reading the second line. > [r...@ten-212 ~]# free > tota

Re: [CentOS] Smallest install?

2010-07-12 Thread m . roth
Brunner, Brian T. wrote: > >> > I have a 500Mb ATA Flash drive in my machine. If I deselect >> > everything at install time (CentOS 5.0 - just for testing) it still >> > requires 524Mb. Is there any way of doing an even smaller install? >> >> Run a pre 5 series install and it is straightforward t

[CentOS] Samba and file permissions

2010-07-12 Thread Todd Cary
A problem that has plagued me for a long time (finally decided to get some expert help) is setting the owner/group on directories/files I create with samba. Here is my situation: On my Linux/Apache I have a user, smith. The /home/smith directory is owned by smith and is part of the group, tod

Re: [CentOS] "yum update": When is new header data downloaded? (Trying to set up custom repository...)

2010-07-12 Thread James Hogarth
Indeed in my case I usually do something akin to yum --disablerepo="*" --enablerepo="myrepo" clean metadata yum -y upgrade --disablerepo="*" --enablerepo="myrepo" mypackage when updating custom rpms (or RPMs in a specific spacewalk channel) across systems. On 12 July 2010 15:12, Toralf Lund

Re: [CentOS] Samba and file permissions

2010-07-12 Thread Rob Kampen
Todd Cary wrote: A problem that has plagued me for a long time (finally decided to get some expert help) is setting the owner/group on directories/files I create with samba. Here is my situation: On my Linux/Apache I have a user, smith. The /home/smith directory is owned by smith and is par

Re: [CentOS] Samba and file permissions

2010-07-12 Thread Todd Cary
Rob - I assume this is where I need to list all users and set the permissions as specified. Also, I do not find an entry for "directory mask". # The following two entries demonstrate how to share a directory so that two # users can place files there that will be owned by the specific users.

Re: [CentOS] Samba and file permissions

2010-07-12 Thread Mogens Kjaer
On 07/12/2010 05:33 PM, Todd Cary wrote: > Also, I do not find an entry for "directory mask". You could add one :-) Mogens -- Mogens Kjaer, m...@lemo.dk http://www.lemo.dk ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/

Re: [CentOS] Samba and file permissions

2010-07-12 Thread Bowie Bailey
On 7/12/2010 11:33 AM, Todd Cary wrote: > Rob - > > I assume this is where I need to list all users and set the > permissions as specified. Also, I do not find an entry for "directory > mask". > > # The following two entries demonstrate how to share a directory so > that two > # users can place f

Re: [CentOS] Samba and file permissions

2010-07-12 Thread Todd Cary
Many thanks! Todd On 7/12/2010 8:44 AM, Bowie Bailey wrote: > On 7/12/2010 11:33 AM, Todd Cary wrote: > >> Rob - >> >> I assume this is where I need to list all users and set the >> permissions as specified. Also, I do not find an entry for "directory >> mask". >> >> # The following two en

[CentOS] Project Management Solutions

2010-07-12 Thread Joseph L. Casale
I need to implement a solution and not having ever used anything but MS Project I would be grateful for a reco on something good. The only hope would be that its web based but I am open to anything! Thanks! jlc ___ CentOS mailing list CentOS@centos.org h

Re: [CentOS] Project Management Solutions

2010-07-12 Thread Rob Kampen
Joseph L. Casale wrote: I need to implement a solution and not having ever used anything but MS Project I would be grateful for a reco on something good. The only hope would be that its web based but I am open to anything! Gnome has planner - http://live.gnome.org/Planner I have it loaded bu

Re: [CentOS] Project Management Solutions

2010-07-12 Thread didi
On Mon, Jul 12, 2010 at 9:37 PM, Joseph L. Casale wrote: > I need to implement a solution and not having ever used anything but > MS Project I would be grateful for a reco on something good. The only > hope would be that its web based but I am open to anything! I have been using Planner[1] for ma

Re: [CentOS] Project Management Solutions

2010-07-12 Thread Mr Gabriel
Do you mean something that is group based, that you want to run on a centos server, or something to run on a desktop for just yourself, because there is a bit of a distinction. --- Kind Regards, Mr Gabriel (bberry mail) -Original Message- From: "Joseph L. Casale" Sender: Date: Mon, 12

Re: [CentOS] Project Management Solutions

2010-07-12 Thread Joseph L. Casale
>Do you mean something that is group based, that you want to run on a centos >server, >or something to run on a desktop for just yourself, because there is a bit of >a distinction. Group based, something I can put behind apache on a CentOS box but either way, so long as its group based I can w

Re: [CentOS] Project Management Solutions

2010-07-12 Thread Mr Gabriel
Then google something called Todoyu. I'll leave the rest as an exercise for the readers to find out more. *gosh, this is a first, a recommendation from in the ... * :) --- Kind Regards, Mr Gabriel (bberry mail) -Original Message- From: "Joseph L. Casale" Sender: Date: Mon, 12 Jul 201

Re: [CentOS] is it safe to resize root, on an LVM system, online?

2010-07-12 Thread Gordon Messmer
On 07/12/2010 05:15 AM, Max Hetrick wrote: > There should be no issues doing it live. > > # lvextend -L+1G /dev/myvg/myvol > # resize2fs /dev/myvg/myvol > Though I'm late to the party, I'd like to note that "fsadm" can be used as well: fsadm -e -y resize /dev/myvg/myvol 4G _

Re: [CentOS] Project Management Solutions

2010-07-12 Thread Les Mikesell
On 7/12/2010 3:37 PM, Joseph L. Casale wrote: > I need to implement a solution and not having ever used anything but > MS Project I would be grateful for a reco on something good. The only > hope would be that its web based but I am open to anything! > It depends on what you are really trying to d

Re: [CentOS] is it safe to resize root, on an LVM system, online?

2010-07-12 Thread Keith Keller
On Mon, Jul 12, 2010 at 01:56:57PM -0700, Gordon Messmer wrote: > On 07/12/2010 05:15 AM, Max Hetrick wrote: > > There should be no issues doing it live. > > > > # lvextend -L+1G /dev/myvg/myvol > > # resize2fs /dev/myvg/myvol > > > > Though I'm late to the party, I'd like to note that "fsadm"

Re: [CentOS] Project Management Solutions

2010-07-12 Thread Tim Nelson
- "Joseph L. Casale" wrote: > I need to implement a solution and not having ever used anything but > MS Project I would be grateful for a reco on something good. The only > hope would be that its web based but I am open to anything! > > Thanks! > jlc I've found dotProject [1] to work nicely.

Re: [CentOS] Project Management Solutions

2010-07-12 Thread Joseph L. Casale
>It depends on what you are really trying to do. If you want to do >timelines and Gantt charts for management views, planner is probably >good, but if you want more low-level, direct access to something like >software coding you'd want to glue together a version control system and >bug/feature

Re: [CentOS] Project Management Solutions

2010-07-12 Thread Todd Denniston
Joseph L. Casale wrote, On 07/12/2010 04:52 PM: >> Do you mean something that is group based, that you want to run on a centos >> server, >> or something to run on a desktop for just yourself, because there is a bit >> of a distinction. > > Group based, something I can put behind apache on a Ce

Re: [CentOS] Project Management Solutions

2010-07-12 Thread Les Mikesell
On 7/12/2010 4:14 PM, Joseph L. Casale wrote: >> It depends on what you are really trying to do. If you want to do >> timelines and Gantt charts for management views, planner is probably >> good, but if you want more low-level, direct access to something like >> software coding you'd want to glue

Re: [CentOS] Project Management Solutions

2010-07-12 Thread Athmane Madjoudj
On 07/12/2010 09:37 PM, Joseph L. Casale wrote: > I need to implement a solution and not having ever used anything but > MS Project I would be grateful for a reco on something good. The only > hope would be that its web based but I am open to anything! > > Thanks! > jlc Try dotProject[1] which is

Re: [CentOS] is it safe to resize root, on an LVM system, online?

2010-07-12 Thread Gordon Messmer
On 07/12/2010 02:07 PM, Keith Keller wrote: > > If I'm reading the man page correctly, -e will umount the filesystem > before resizing, which is not what the OP wants. (It might work by > leaving out -e.) > Yeah, my bad. Don't use -e. ;) You can't umount /. I'm not sure if fsadm would go a

[CentOS] Setting apache's maxclients higher than 256 in CentOS

2010-07-12 Thread robert mena
Hi, I could not find any reference if the version of apache compiled for centos 5.x has support for more than 256 clients in apache's maxclients. If that is not the case how can I recompile the package with such support? Regards. ___ CentOS mailing lis

Re: [CentOS] Setting apache's maxclients higher than 256 in CentOS

2010-07-12 Thread Kahlil Hodgson
On 13/07/10 13:14, robert mena wrote: > I could not find any reference if the version of apache compiled for centos > 5.x has support for more than 256 clients in apache's maxclients. I think 256 is the _default_ not the maximum. >From the Apache httpd 2.2 docs For non-threaded servers (i.e., p