You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I build cups version 1.2.10 on AIX 5.3 the cupsd daemon begins looping on a close() system call which receives EBADF errors. The file handle used by the close system call increments with each call.
I am using AIX version 5.3 TL 05. Below is the info regarding my C compiler.
I have attached a text file that contains the spec file that I used to build CUPS and the output from the truss command which captures the errors from the cupsd program.
Thanks,
Jamie.
The text was updated successfully, but these errors were encountered:
The cupsd program runs normally in the foreground with the -f option.
I changed the ulimit for the number of file descriptors from unlimited to 4096 and cupsd runs normally in the background now. I'll insure that the number of file decriptors is not set to unlimited from now on. Thanks for your help.
Version: 1.2-current
CUPS.org User: jldowdy
Howdy,
When I build cups version 1.2.10 on AIX 5.3 the cupsd daemon begins looping on a close() system call which receives EBADF errors. The file handle used by the close system call increments with each call.
I am using AIX version 5.3 TL 05. Below is the info regarding my C compiler.
$ gcc -v
Using built-in specs.
Target: powerpc-ibm-aix5.3.0.0
Configured with: ../configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld --disable-nls --enable-languages=c,c++ --prefix=/opt/freeware --enable-threads --enable-version-specific-runtime-libs --host=powerpc-ibm-aix5.3.0.0
Thread model: aix
gcc version 4.0.0
I have attached a text file that contains the spec file that I used to build CUPS and the output from the truss command which captures the errors from the cupsd program.
Thanks,
Jamie.
The text was updated successfully, but these errors were encountered: