Displaying 20 results from an estimated 100 matches similar to: "How to rotate PHP error log - since it belongs to apache"
2005 May 03
2
[rms@gnu.org: http://wiki.xiph.org/index.php/PortablePlayers]
I've already responded to Richard. Is there a volunteer who can edit
the page to fulfill his request? If so, please edit the page let
Richard know that you've completed the task.
Thanks,
jack.
----- Forwarded message from Richard Stallman <rms@gnu.org> -----
From: Richard Stallman <rms@gnu.org>
To: Jack Moffitt <jack@xiph.org>
Subject:
2012 May 07
0
CESA-2012:0546 Critical CentOS 6 php Update
CentOS Errata and Security Advisory 2012:0546 Critical
Upstream details at : https://rhn.redhat.com/errata/RHSA-2012-0546.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
3cce64fa327be5f973b377241303f55c057df310197ba145892f128c58bf2f53 php-5.3.3-3.el6_2.8.i686.rpm
2012 May 08
0
CentOS-announce Digest, Vol 87, Issue 4
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2012 May 04
0
CEBA-2012:0500 CentOS 6 libvirt Update
CentOS Errata and Bugfix Advisory 2012:0500
Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-0500.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
7637c263fe59f1c967ea528284fb9a8a1f64d09287c03b6954df88f5969d6119 libvirt-0.9.4-23.el6_2.8.i686.rpm
2012 May 04
0
CentOS-announce Digest, Vol 87, Issue 2
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2003 May 10
1
Files and directories created by WinXP client are read-only
My WinXP client creates files and directories that are writable only by the
file owner, not by the group to which that user belongs. There must be
something all-too-obvious that I am overlooking here, but I'll be darned if I
can find it. The files and directories can be read just fine, but I can't
write to them.
Clues? Help? Commiseration?
Thanks,
Jay
--
When we are planning for
2014 Oct 29
0
Cannot get php errors to go to a file
Using basically the same setup that works on C6, I have a C7 site.
in PHP.INI, it says "error_log = /tmp/php_errors.log"
PHP errors do not go there (or anywhere).
1. Apache has write perms to /tmp
2. I have restarted httpd since changing php.ini
3. The base php.ini is from the development version in /usr/share
4. Selinux is disabled.
Ideas?
--
-- Steve
2012 May 12
2
Error connecting to KVM on CentOS 6.2
Hello List Mates,
I don't know if here is the right place for this question if it's not I
will appreciate it if you can point me to the right mailing list.
I have successfully installed KVM on my x86_64 laptop, however I am getting
the following error when I try to connect "QEMU" from the Virtual Machine
Manager
Error polling connection 'qemu:///system': internal error
2012 Aug 16
1
dependency issue
Hello List,
I am trying to install php-snmp into my CentOS 6.2 system and it doesn't work,
and I am not sure why. It looks like it is trying to install php-snmp from 6.3.
Error: Package: php-snmp-5.3.3-14.el6_3.i686 (updates)
Requires: php-common = 5.3.3-14.el6_3
Installed: php-common-5.3.13-1.el6.i686 (@anaconda-CentOS-201112130233.i386/6.2)
Also why wouldn't
2012 Apr 24
9
Moving from Puppet 0.25 to Puppet 2.6+ : global scope/variables
Hi,
I worked with puppet (< 0.25) back in 2008/2009. We were able to
deploy 200 servers from scratch and manage them. It worked fine.
I''m now with a new customer and I''m pushing Puppet (and I''m also back
to puppet on a side project).
We''re considering Puppet 2.6 to manage RHEL/CentOS 5 or 6 hosts. I''m
"upgrading myself" to Puppet
2006 Aug 12
1
has and belongs to many different?
Is there such a thing? I am thinking of an application that has
something like this:
1. person has many things - there is a ''persons'' table
2. the things he has are stored in a table that is something like this
person_id, thing_table_name, thing_id
For example, it may map to
person1, books, 23 #Person 1 owns book 23
person1, books, 25 #Person 1 owns book 25
2006 Jul 11
1
Has And Belongs To Many and Pagination
I''m struggling with the issue of pagination and many to many
relationships.
I have products and categories (a many to many relationship.)
When I go to a category page, I wish to load all products associated
with that category and have pagination of the products.
@category_products = @category.products gives me all the products
associated with the category however, when I try to
2006 May 19
0
HABTM and Belongs to find
SO I have a Hcal model. A hcal belongs_to :show, and
has_and_belongs_to_many :datetypes. I want to be able to find all the
hcals in a particular show, with a particular datetype. Is this
possible?
--
Posted via http://www.ruby-forum.com/.
2006 Mar 17
1
Design / Pattern / Scaffold for has-and-belongs-to-many ?
Is there a standard practice for providing a UI into HBTM relationships?
I have a model User, and a model Training, and I need to manage both
relationships -- show me all the people that have training X, but also
show me all trainings user U has. And, of course, "Lookup this user and
then add/remove trainings for this person" or "Lookup this training and
add/remove
2006 Mar 24
1
Has and belongs to many ... howto in the view?
I have a project, it has members. I have the data modeled, the
ActiveRecord setup but I''m running into a block as how to accomplish
this in a view. I would like if when the Project is being edited to
present a list of all users, and then have a checkbox beside each
name. Those selected would be a member, those who are not, obviously
would not be. I am, however, not closed to
2005 Apr 20
2
Has And Belongs To Many Validations
Here is the schema that I am working with:
courses -> courses_teachers <- teachers
I want to ensure that a teacher is not assigned the same course more
than once. In other words, if I''m in the courses_teachers table as
teaching Spanish 101, if someone tries to add that same teacher/course
combination to the table again, it will not be allowed.
I thought I could use something
2004 Nov 09
1
group a machine account belongs to (samba pdc)
Does it matter to what group a machine account belongs to? Does
that group have to be mapped to a domain group with net groupmap?
I created a local group in my linux box (samba pdc 3.0.7) called
"machines" and I'm using it as primary group for all the machine
accounts. Do I have to map this group to some windows group?
2013 Feb 19
2
[LLVMdev] eliminateCallFramePseudoInstr belongs in TargetRegisterInfo or TargetFrameLowering
Hi all,
I ran into this while trying to figure out why the X86
getSUBriOpcode/getADDriOpcode functions are duplicated, appearing once
in X86RegisterInfo.cpp and once in X86FrameLowering.cpp,
The method TargetRegisterInfo::eliminateCallFramePseudoInstr doesn't
appear to really belong in this interface. It adds instructions into
the MachineFunction given to it, which isn't what
2013 Feb 19
0
[LLVMdev] eliminateCallFramePseudoInstr belongs in TargetRegisterInfo or TargetFrameLowering
> ISTM that eliminateCallFramePseudoInstr belongs in
> TargerFrameLowering, since it's being used during prolog/epilog
> insertion. Moving it there would avoid the code duplication and
> possibly other layering problems.
> What do you think
Go ahead and move. It's s historical artifact why it is inside TRI.
--
With best regards, Anton Korobeynikov
Faculty of Mathematics
2004 Aug 04
1
Identifying which call an event belongs to
Hi,
I guess I need some help with management interface. I would like to watch
calls through the management interface, but I don't know how to identify
which call an event belongs to or in other words how to associate a call
and uniqueid field of event.
Let's say I send the following manager command:
action: originate
channel: sip/12125551111@pbx1
callerid: 12125551111
MaxRetries: 1