Custom Query (2296 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 2296)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#14 fixed Number of *_buffers must be less then 17 on Solaris Maxim Dounin dsdiv.moikrug.ru
Description

At Solaris readv() return EINVAL, if iovcnt greater than IOV_MAX.

#15 fixed Debian pacakges failing because it is building with --with-file-aio somebody www.google.com/accounts/o8/id?id=AItOawncc3kSOjatWBTOYpfWpt5F-eKenzK848E
Description

Hello,

Fresh install of Debian 6 and I added the following to sources.list:

deb http://nginx.org/packages/debian/ squeeze nginx
deb-src http://nginx.org/packages/debian/ squeeze nginx

When I am installing debian stable:

$ sudo apt-get install nginx
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  nginx
0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
Need to get 0 B/421 kB of archives.
After this operation, 893 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  nginx
Install these packages without verification [y/N]? y
Selecting previously deselected package nginx.
(Reading database ... 71230 files and directories currently installed.)
Unpacking nginx (from .../nginx_1.0.6-1_i386.deb) ...
Setting up nginx (1.0.6-1) ...
Starting nginx : nginx.
$

I was visiting the website and it is taking time and the following text is in the error.log:

2011/09/14 23:25:56 [emerg] 10130#0: eventfd() failed (38: Function not impl
    emented)$
  2 2011/09/14 23:25:56 [alert] 10129#0: worker process 10130 exited with fatal
    code 2 and can not be respawn$

While searching online I saw this old post http://forum.nginx.org/read.php?2,152995 and the following changeset: http://trac.nginx.org/nginx/changeset/3071/nginx I recompiled nginx without --with-file-aio and it worked as planned.

Can you take out that compile option in Debian please?

Regarding the debian versioning, MTechnology from IRC pointed out:

23:36 < MTecknology> the -1 is a DEBIAN version, WE add that, they should be
                     publishing with -0, unless the want to override the -1
                     that we include
23:36 < MTecknology> in which case, they should use -2
23:36 < MTecknology> even then....
23:36 < MTecknology> they should use OUR version and APPEND
23:37 < MTecknology> 1.0.6-1  should be  1.0.6-0build1
23:37 < MTecknology> or just 1.0.6-0-1
23:38 < MTecknology> or.. 1.0.6-0~1  or  1.0.6-0ngx1  or  1.0.6-0xxyz1
23:40 < MTecknology> 1.0.6 is the nginx version, -0 -1 -2 -# is the Debian
                     version

Would be great to fix the stable build in the apt repository because at its current status, it doesn't even work .

Thanks. I placed the priority blocker because there is no way we can use this package.

#18 fixed RHEL Package repo issue somebody www.google.com/accounts/o8/id?id=AItOawlUZ8IjYc_77WfCCetRoo8hsIR6raOfR7I
Description

I just tried to use the RHEL repo to install nginx and got the following error:

http://nginx.org/packages/rhel/5Server/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: nginx. Please verify its path and try again

The '5Server' part of the path is wrong. I changed my repo to the following at it works.

[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/rhel/5/$basearch/
gpgcheck=0
enabled=1

1 2 3 4 5 6 7 8 9 10 11 12 13
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.