[Bug 1802375] Re: network printer OKI mc352 not working any more (after update?)

2018-11-17 Thread Helmut Raiger
Ok, I disabled systemd-resolved on my machine, following ... https://askubuntu.com/questions/907246/how-to-disable-systemd-resolved- in-ubuntu Network manager dns=default fixes the DNS lookup, which is now working along with the printer. So this is actually no cups bug, but a DNS problem. --

[Bug 1802375] Re: network printer OKI mc352 not working any more (after update?)

2018-11-17 Thread Helmut Raiger
After more web searching I found https://wiki.archlinux.org/index.php/Avahi#Hostname_resolution, stating the systemd-resolved does interfere with avahi mDNS ... So I turned off systemd-resolved for a test and a pending job got printed immediately. This seems to be a conflict between

[Bug 1802375] [NEW] network printer OKI mc352 not working any more (after update?)

2018-11-08 Thread Helmut Raiger
Public bug reported: The printer shows up using lpinfo -v: network beh file cups-brf:/ network ipp serial serial:/dev/ttyS0?baud=115200 serial serial:/dev/ttyS4?baud=115200 serial serial:/dev/ttyS5?baud=115200 network lpd network socket network http network https network ipps direct

[Bug 490804] [NEW] gtkterm package rather old in karmic

2009-12-01 Thread Helmut Raiger
Public bug reported: Binary package hint: gtkterm I'm not sure how this is handled in ubuntu. The current version in karmic is 0.99.5-1. There are several bugfixes for this package available since, one of them just hitting me. Take a look at

[Bug 219418] Re: The symlink /etc/apache2/conf.d/dokuwiki.conf is not created on install

2009-07-12 Thread Helmut Raiger
I'm running 8.10 and the symlink is there after installation, still dokuwiki does not show up under http://localhost/dokuwiki. Restarting apache didn't make any difference. -- The symlink /etc/apache2/conf.d/dokuwiki.conf is not created on install https://bugs.launchpad.net/bugs/219418 You

[Bug 312945] [NEW] sbackupd lock file generation is not atomic

2009-01-01 Thread Helmut Raiger
Public bug reported: Binary package hint: sbackup The lock file generation in sbackupd.py is not atomic as it tries to open the lockfile for read and if this fails it creates it by opening it for write. Something like: try: fd = os.open(path, os.O_CREAT | os.O_EXCL | os.O_RDWR)