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
-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
>
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 '/
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 (
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
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
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
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
_
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
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
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
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.
>>
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
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
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
> > 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
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
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
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
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
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
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
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.
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/
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
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
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
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
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
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
>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
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
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
_
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
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"
- "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.
>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
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
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
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
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
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
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
43 matches
Mail list logo