Skip to Content.
Sympa Menu

devel - Re: [sympa-dev] Problem on the FreeBSD 3.4

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Balgansuren <address@concealed>
  • To: Olivier Salaun - CRU <address@concealed>
  • Cc: address@concealed
  • Subject: Re: [sympa-dev] Problem on the FreeBSD 3.4
  • Date: Tue, 20 Jun 2000 12:00:16 -0800 (GMT)

Hello,

> You will find it at the beginning of cn-big5.msg :
> Tung Siu Fai <address@concealed>

Thank for e-mail address.

> It looks like Sys::Hostname::hostname() fails.
> Try to find out more about this by running the following script :
>
> #!/usr/bin/perl
>
> use Sys::Hostname;
> unless ($host = Sys::Hostname::hostname()) {
> printf "%s\n", $!;
> }

I have added following after "}":
print STDOUT "Hostname : $host\n";

Above script working no any problem and error.
And my extra line diplayed hostname.

I think it seems in wwsympa.fcgi have some bug.
Could you check it? How can I to solve it?

Best Regards
Balgaa




Archive powered by MHonArc 2.6.19+.

Top of Page