[Bug 961207] Re: cupsBackChannelRead() fails on Ubuntu 11.10

2012-03-26 Thread Phil Ineichen
Ubuntu 12.04 beta does not run in my VMware. I guess I'll try as soon as 12.04 has been released. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/961207 Title: cupsBackChannelRead() fails on Ubuntu

[Bug 961207] Re: cupsBackChannelRead() fails on Ubuntu 11.10

2012-03-26 Thread Phil Ineichen
It is working with Ubuntu 12.04 beta. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/961207 Title: cupsBackChannelRead() fails on Ubuntu 11.10 To manage notifications about this bug go to:

[Bug 961207] Re: cupsBackChannelRead() fails on Ubuntu 11.10

2012-03-22 Thread Phil Ineichen
Yes, the printer is connected via USB. Then I'll be looking for 12.04. Thank you -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/961207 Title: cupsBackChannelRead() fails on Ubuntu 11.10 To manage

[Bug 961207] [NEW] cupsBackChannelRead() fails on Ubuntu 11.10

2012-03-21 Thread Phil Ineichen
Public bug reported: The following code runs fine on Ubuntu 11.04 (CUPS 1.4.6) byte buf[16]; ssize_t bytesRead = cupsBackChannelRead((char*)buf, sizeof(buf), 2.5); if(bytesRead == -1) { fprintf(stderr, DEBUG: cupsBackChannelRead failed, errno=%d\n, errno); } else if(bytesRead == 0) {

[Bug 961207] Re: cupsBackChannelRead() fails on Ubuntu 11.10

2012-03-21 Thread Phil Ineichen
It is not a CUPS 1.5.0 issue since it is working with other Linux distributions with CUPS 1.5.0. It looks like an Ubuntu 11.10 bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/961207 Title: