Michael Cramer | 18 Jun 22:46
Picon

warnings in apache log when using chora

hello,

i have some mysterious warnings in my apache log:

rlog: /var/lib/cvsd/root/PHPSysInfo-new/includes/xml/hddtemp.php,v: 
warning: Unknown phrases like `commitid ...;' are present.
rlog: /var/lib/cvsd/root/PHPSysInfo-new/includes/xml/network.php,v: 
warning: Unknown phrases like `commitid ...;' are present.
rlog: /var/lib/cvsd/root/PHPSysInfo-new/includes/xml/filesystems.php,v: 
warning: Unknown phrases like `commitid ...;' are present.
rlog: /var/lib/cvsd/root/PHPSysInfo-new/includes/xml/hardware.php,v: 
warning: Unknown phrases like `commitid ...;' are present.
rlog: /var/lib/cvsd/root/PHPSysInfo-new/includes/xml/mbinfo.php,v: 
warning: Unknown phrases like `commitid ...;' are present.
rlog: /var/lib/cvsd/root/PHPSysInfo-new/includes/xml/index.html,v: 
warning: Unknown phrases like `commitid ...;' are present.
rlog: /var/lib/cvsd/root/PHPSysInfo-new/includes/xml/vitals.php,v: 
warning: Unknown phrases like `commitid ...;' are present.
rlog: /var/lib/cvsd/root/PHPSysInfo-new/includes/xml/hddtemp.php,v: 
warning: Unknown phrases like `commitid ...;' are present.
rlog: /var/lib/cvsd/root/PHPSysInfo-new/includes/xml/filesystems.php,v: 
warning: Unknown phrases like `commitid ...;' are present.
rlog: /var/lib/cvsd/root/PHPSysInfo-new/includes/xml/hardware.php,v: 
warning: Unknown phrases like `commitid ...;' are present.
rlog: /var/lib/cvsd/root/PHPSysInfo-new/includes/xml/mbinfo.php,v: 
warning: Unknown phrases like `commitid ...;' are present.

also my cvsps is not working. everytime clicking on it brings these 
error in log:
HOME environment variable not set
(Continue reading)

Jan Schneider | 19 Jun 19:14
Favicon
Gravatar

Re: warnings in apache log when using chora

Zitat von Michael Cramer <bigmichi1 <at> bigmichi1.dyndns.org>:

> rlog: /var/lib/cvsd/root/PHPSysInfo-new/includes/xml/hddtemp.php,v:
> warning: Unknown phrases like `commitid ...;' are present.

This has nothing to do with Chora, rlog is choking on something.

> also my cvsps is not working. everytime clicking on it brings these
> error in log:
> HOME environment variable not set

Did you set the directory for the .cvsps cache files in your Chora 
configuration? Is it read-writeable by the webserver?

Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--

-- 
Chora mailing list - Join the hunt: http://horde.org/bounties/#chora
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: chora-unsubscribe <at> lists.horde.org

Ivaylo Mihov | 28 Jun 08:25
Picon
Favicon

Direct links to diff.php and co.php

I am running Horde 3.0.4 and Chora H3 2.0 for the sole purposes of  
having a web front to our CVS repository.

I want to incorporate links to file diffs in the e-mails that get  
generated from CVS upon commits. I used to be able to link directly  
into Chora in previous versions. Now, it does not seem to be the case  
any longer. If this is the first time the browser hits that URL and  
it does not have the Horde cookie, it gets a redirect to '/horde/ 
login.php&url=' with the original URL parameters encoded in the  
'url=' parameter. This, however, does not work and breaks diff.php  
with a "Malformed Query" message.

Is there an easy way to circumvent the whole authentication mechanism  
that Horde imposes, use Chora a CVS web-front and have links like:

https://cvs.somedomain.com/horde/chora/diff.php? 
r1=1.84&r2=1.85&ty=h&f=network/deployment/build.xml

Thank you for your time and comments.

Regards,

Ivaylo Mihov
Release Engineer - LinkedIn Corp.
www.linkedin.com
e-mail: imihov <at> linkedin.com
--

-- 
Chora mailing list - Join the hunt: http://horde.org/bounties/#chora
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: chora-unsubscribe <at> lists.horde.org
(Continue reading)

Jan Schneider | 28 Jun 10:09
Favicon
Gravatar

Re: Direct links to diff.php and co.php

Zitat von Ivaylo Mihov <imihov <at> linkedin.com>:

> I want to incorporate links to file diffs in the e-mails that get
> generated from CVS upon commits. I used to be able to link directly
> into Chora in previous versions. Now, it does not seem to be the case
> any longer. If this is the first time the browser hits that URL and
> it does not have the Horde cookie, it gets a redirect to '/horde/
> login.php&url=' with the original URL parameters encoded in the
> 'url=' parameter. This, however, does not work and breaks diff.php
> with a "Malformed Query" message.

You left out the most important information. What URL is the browser 
redirected to after the authentication?

> Is there an easy way to circumvent the whole authentication mechanism
> that Horde imposes, use Chora a CVS web-front and have links like:
>
> https://cvs.somedomain.com/horde/chora/diff.php?
> r1=1.84&r2=1.85&ty=h&f=network/deployment/build.xml

Give guest permissions to Chora.

Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--

-- 
Chora mailing list - Join the hunt: http://horde.org/bounties/#chora
(Continue reading)

Ivaylo Mihov | 28 Jun 10:28
Picon
Favicon

Re: Direct links to diff.php and co.php

Jan,

Thank you for the quick response. Some more details on my situation  
are below...

On Jun 28, 2005, at 1:09 AM, Jan Schneider wrote:

> Zitat von Ivaylo Mihov <imihov <at> linkedin.com>:
>
>
>> I want to incorporate links to file diffs in the e-mails that get
>> generated from CVS upon commits. I used to be able to link directly
>> into Chora in previous versions. Now, it does not seem to be the case
>> any longer. If this is the first time the browser hits that URL and
>> it does not have the Horde cookie, it gets a redirect to '/horde/
>> login.php&url=' with the original URL parameters encoded in the
>> 'url=' parameter. This, however, does not work and breaks diff.php
>> with a "Malformed Query" message.
>>
>
> You left out the most important information. What URL is the browser
> redirected to after the authentication?
>

Here is the URL that I have originally, which works if the browser  
has already visited the Horde instance:

https://cvs.linkedin.com/horde/chora/diff.php? 
r1=1.84&r2=1.85&ty=h&f=network%2Fdeployment%2Fbuild.xml

(Continue reading)

Jan Schneider | 28 Jun 10:44
Favicon
Gravatar

Re: Direct links to diff.php and co.php

Zitat von Ivaylo Mihov <imihov <at> linkedin.com>:

> Jan,
>
> Thank you for the quick response. Some more details on my situation  
> are below...
>
> On Jun 28, 2005, at 1:09 AM, Jan Schneider wrote:
>
>> Zitat von Ivaylo Mihov <imihov <at> linkedin.com>:
>>
>>
>>> I want to incorporate links to file diffs in the e-mails that get
>>> generated from CVS upon commits. I used to be able to link directly
>>> into Chora in previous versions. Now, it does not seem to be the case
>>> any longer. If this is the first time the browser hits that URL and
>>> it does not have the Horde cookie, it gets a redirect to '/horde/
>>> login.php&url=' with the original URL parameters encoded in the
>>> 'url=' parameter. This, however, does not work and breaks diff.php
>>> with a "Malformed Query" message.
>>>
>>
>> You left out the most important information. What URL is the browser
>> redirected to after the authentication?
>>
>
> Here is the URL that I have originally, which works if the browser  
> has already visited the Horde instance:
>
> https://cvs.linkedin.com/horde/chora/diff.php? 
(Continue reading)

Ivaylo Mihov | 28 Jun 11:24
Picon
Favicon

Re: Direct links to diff.php and co.php


On Jun 28, 2005, at 1:44 AM, Jan Schneider wrote:

> Zitat von Ivaylo Mihov <imihov <at> linkedin.com>:
>
>
>> Jan,
>>
>> Thank you for the quick response. Some more details on my situation
>> are below...
>>
>> On Jun 28, 2005, at 1:09 AM, Jan Schneider wrote:
>>
>>
>>> Zitat von Ivaylo Mihov <imihov <at> linkedin.com>:
>>>
>>>
>>>
>>>> I want to incorporate links to file diffs in the e-mails that get
>>>> generated from CVS upon commits. I used to be able to link directly
>>>> into Chora in previous versions. Now, it does not seem to be the  
>>>> case
>>>> any longer. If this is the first time the browser hits that URL and
>>>> it does not have the Horde cookie, it gets a redirect to '/horde/
>>>> login.php&url=' with the original URL parameters encoded in the
>>>> 'url=' parameter. This, however, does not work and breaks diff.php
>>>> with a "Malformed Query" message.
>>>>
>>>>
>>>
(Continue reading)

Chuck Hagenbuch | 28 Jun 17:02
Favicon
Gravatar

Re: Direct links to diff.php and co.php

Quoting Ivaylo Mihov <imihov <at> linkedin.com>:

>> Give guest permissions to Chora.
>
> I have already done that, my question was related to the session,
> which comes from Horde. I have configured Horde with auto-login and
> the default user for that is Guest, since I could not find any
> documentation on suggested values.

No... that's not guest access. Go to the Administration link, select 
Permissions. Create a permission for Chora, and give guests (and All 
Authenticated Users) read access. If you're creating an account, that's 
not guest access. Guests by definition are not logged in.

-chuck

-- 
"But she goes not abroad in search of monsters to destroy." - John 
Quincy Adams
--

-- 
Chora mailing list - Join the hunt: http://horde.org/bounties/#chora
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: chora-unsubscribe <at> lists.horde.org


Gmane