We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: 1.3.4 CUPS.org User: till.kamppeter
See following Ubuntu bug report:
https://bugs.launchpad.net/ubuntu/+source/cupsys/+bug/173470
If the CUPS broadcasting in cupsd.conf is configured to
BrowseAddress 192.168.1.255:631
(Broadcast address explicitly selected) then reloading the CUPS configuration via
killall -HUP cupsd
leads to the broadcasting (both CUPS protocol and DNS-SD) stopping with the error
E [03/Dec/2007:00:11:54 +0100] cupsdSendBrowseList: sendto failed for browser 1 - Bad file descriptor.
in error_log.
Restarting CUPS with
/etc/init.d/cups restart
and/or using
BrowseAddress @Local
or
BrowseAddress @if(eth0)
does not trigger this bug.
See also my comment in the Ubuntu bug report about reproducing this problem.
The text was updated successfully, but these errors were encountered:
CUPS.org User: mike
Fixed in Subversion repository.
The scheduler was trying to send browse packets before the browse socket was created.
Sorry, something went wrong.
"str2618.patch":
--- scheduler/dirsvc.c (revision 7108) +++ scheduler/dirsvc.c (working copy) @@ -202,7 +202,7 @@
@@ -866,7 +866,7 @@
p->browse_time = time(NULL);
#ifdef HAVE_LIBSLP
No branches or pull requests
Version: 1.3.4
CUPS.org User: till.kamppeter
See following Ubuntu bug report:
https://bugs.launchpad.net/ubuntu/+source/cupsys/+bug/173470
If the CUPS broadcasting in cupsd.conf is configured to
BrowseAddress 192.168.1.255:631
(Broadcast address explicitly selected) then reloading the CUPS configuration via
killall -HUP cupsd
leads to the broadcasting (both CUPS protocol and DNS-SD) stopping with the error
E [03/Dec/2007:00:11:54 +0100] cupsdSendBrowseList: sendto failed for browser 1 - Bad file descriptor.
in error_log.
Restarting CUPS with
/etc/init.d/cups restart
and/or using
BrowseAddress @Local
or
BrowseAddress @if(eth0)
does not trigger this bug.
See also my comment in the Ubuntu bug report about reproducing this problem.
The text was updated successfully, but these errors were encountered: