[Bug 864133] Re: daemon socket /dev/lircd != lirc default

2011-10-01 Thread Hans-Peter Oeri
--- a/inputlirc 2011-10-01 17:35:47.376793203 +0200
+++ b/inputlirc 2011-10-01 17:37:49.676793265 +0200
@@ -22,6 +22,8 @@
   start)
 echo "Starting $DESC"
 start-stop-daemon --exec $DAEMON --start -- $OPTIONS $EVENTS
+mkdir -p /var/run/lirc 2> /dev/null
+ln -sf /dev/lircd /var/run/lirc/lircd 2> /dev/null
   ;;
   stop)
 echo "Stopping $DESC"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/864133

Title:
  daemon socket /dev/lircd != lirc default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/inputlirc/+bug/864133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 864133] [NEW] daemon socket /dev/lircd != lirc default

2011-10-01 Thread Hans-Peter Oeri
Public bug reported:

lirc and corresponding tools changed the daemon socket from /dev/lircd
to /var/run/lirc/lircd. Everything expects it there.

inputlirc still opens /dev/lircd.

Workaround: symlink from /var/run/lirc/lircd to /dev/lircd, e.g. in the
init file

** Affects: inputlirc (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/864133

Title:
  daemon socket /dev/lircd != lirc default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/inputlirc/+bug/864133/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 553687] Re: [Dell XPS m1330] [Lucid lynx] [regression] Suspend and hibernate not working

2010-07-28 Thread Hans-Peter Oeri
You're my saviour!

Removing the SD card (that I totally forgot about) "enables" suspend on
my M1530, too!

-- 
[Dell XPS m1330] [Lucid lynx] [regression] Suspend and hibernate not working
https://bugs.launchpad.net/bugs/553687
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 561461] Re: Printing with incorrect upper margin

2010-06-25 Thread Hans-Peter Oeri
Workaround:
Change ghostscripts default pagesize from Letter to A4: 
/usr/share/ghostscript/[version]/Resource/Init/gs_init.ps

OpenOffice seems to delay setting the page size till the ps trailer
while all other progs set in the ps header. Someway in the path, that
definition seems to get lost...

-- 
Printing with incorrect upper margin
https://bugs.launchpad.net/bugs/561461
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 553687] Re: [Dell XPS m1330] [Lucid lynx] [regression] Suspend and hibernate not working

2010-05-17 Thread Hans-Peter Oeri
Unfortunately, vinlos' solution does NOTĀ solve suspend/hibernation
issues on my XPS M1530; downgrades don't help neither.

-- 
[Dell XPS m1330] [Lucid lynx] [regression] Suspend and hibernate not working
https://bugs.launchpad.net/bugs/553687
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 522373] Re: PublicKey authentication fails because of onerous permission rules

2010-05-07 Thread Hans-Peter Oeri
- Lucid Lynx creates user groups and group writeable home directories;
- openssh StrictMode on forbids public key authentication if home is group 
writable;

=> default installation prohibits public key authentication for users!

I do like user groups. Would it be possible to loosen StrictMode for the
specific case, where uid=gid and home is group writable?

-- 
PublicKey authentication fails because of onerous permission rules
https://bugs.launchpad.net/bugs/522373
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 318718] Re: cups prepares and prints on different page sizes

2009-01-20 Thread Hans-Peter Oeri
It is. Please close this one - as I seem unable to...

-- 
cups prepares and prints on different page sizes
https://bugs.launchpad.net/bugs/318718
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 310575] Re: A3 pdf file is cropped and printed on A4 paper

2009-01-20 Thread Hans-Peter Oeri
I try to print on C5 envelopes.

original behaviour: render A4, crop to C5 
with debdiff cups: render A4, scale to C5 (still incorrect)
with pdftops filter replacement: render to C5, print on A4 (printer asks for 
A4).

It seems my bug 318718 is a dup from this here. I will try to close that
one.

-- 
A3 pdf file is cropped and printed on A4 paper
https://bugs.launchpad.net/bugs/310575
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 318718] [NEW] cups prepares and prints on different page sizes

2009-01-19 Thread Hans-Peter Oeri
Public bug reported:

Binary package hint: cups

Since the latest cups intrepid updates, printing envelopes does not work
anymore.

It looks as if cups "renders" the document on a full page (A4/letter?)
and then "crops" the result to the enveloppe size (DIN C5).

To reproduce:
1. Open OO Writer, set page size to C5 landscape
2. print document on tray 1 (enveloppe tray)
3. Verify that printer (HP LJ 2300 in my case) asks for C5 paper
4. feed C5 enveloppe

So even though the printout is on C5 (printer asked for C5), the
location of the printed address etc. correspond to a hypothetical
printout on A4, cut to the C5 dimensions.

** Affects: cups (Ubuntu)
 Importance: Undecided
 Status: New

-- 
cups prepares and prints on different page sizes
https://bugs.launchpad.net/bugs/318718
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 78294] Re: azureus (and others) cannot start main window on amd64

2008-03-25 Thread Hans-Peter Oeri
Given up-to-date gutsy and the newest azureus (official distribution):
No, the issue has gone.

Thanks a lot!

-- 
azureus (and others) cannot start main window on amd64
https://bugs.launchpad.net/bugs/78294
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 191069] [NEW] pid file permission error

2008-02-11 Thread Hans-Peter Oeri
Public bug reported:

nagios-nrpe-server tries to set a pid file in /var/run... However, not
running it as root, it cannot create it.

I would suggest creating a /var/run/nagios and chowning it to the nagios
user in the init.d file.

** Affects: nagios-nrpe (Ubuntu)
 Importance: Undecided
 Status: New

-- 
pid file permission error
https://bugs.launchpad.net/bugs/191069
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 176616] lirc init script hangs in udev -- timeout

2007-12-15 Thread Hans-Peter Oeri
Public bug reported:

Binary package hint: lirc

My /etc/init.d/lirc tries to circumvent a block if started by udev. It
looks for $3 to be 'udev'.

Actually, the way the init is started by udev, parameter *$4* is set to
'udev'!

Therefore, while starting my HTPC, udev starts lirc, which in turn calls
udevsettle to wait... And my startup hangs for two minutes.

Correcting the parameter number corrects the problem.

** Affects: lirc (Ubuntu)
 Importance: Undecided
 Status: New

-- 
lirc init script hangs in udev -- timeout
https://bugs.launchpad.net/bugs/176616
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 78294] Re: azureus (and others) cannot start main window on amd64

2007-01-07 Thread Hans-Peter Oeri
If so, they may be duplicates. From the thread on #78282, the
description sounded wholly different (scripts not being executable
etc.).

For complexish stuff: I don't run metacity/gnome, but it seems all my
"bigger" java programs, esp. those using SWT, crash.

-- 
azureus (and others) cannot start main window on amd64
https://launchpad.net/bugs/78294

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 78294] Re: azureus (and others) cannot start main window on amd64

2007-01-07 Thread Hans-Peter Oeri
It works fine after re-downgrading to 4.1.1+xorg1.0.2-0ubuntu1.6.06.
Different versions of jre, however, don't solve the problem in .10 .

It is NOT a duplicate of 78282. e.g. xterm starts, wm2 starts (custom xstartup).
After launching azureus (sync or not), the splash window appears; I even 
imagine a "flash" of the main window - then the whole thing aborts with 
above-mentioned X Window Error in SWT.

I cannot say if it's x64-specific as I only have x64 machines here,
unfortunately.

-- 
azureus (and others) cannot start main window on amd64
https://launchpad.net/bugs/78294

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 78294] azureus (and others) cannot start main window on amd64

2007-01-07 Thread Hans-Peter Oeri
Public bug reported:

reproduce:
- install latest azureus (2.5.0) and sun jvm (1.5.0.10).
- WORKS with vnc4server- 4.1.1+xorg1.0.2-0ubuntu1.6.06
- does NOT WORK with  4.1.1+xorg1.0.2-0ubuntu1.6.10

X Windows error: request_code 146, minor code 2

** Affects: vnc4 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
azureus (and others) cannot start main window on amd64
https://launchpad.net/bugs/78294

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 69588] Re: /var/run/vshelper problem?

2006-11-04 Thread Hans-Peter Oeri
The problem is edgy mounts /var/run as tmpfs - directories are NOT
retained between reboots!

The attached patch fixes the init script.


** Attachment added: "ensures existence of the /var/run directories"
   http://librarian.launchpad.net/4964503/util-vserver-mkdir.patch

-- 
/var/run/vshelper problem?
https://launchpad.net/bugs/69588

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 55320] Re: chroot setup does not copy sasldb2

2006-08-27 Thread Hans-Peter Oeri
They are related. Depending on the sasl setup, different solutions might
be necessary. For a "simple" auth db in sasldb2, copying that file is
sufficient, though.

-- 
chroot setup does not copy sasldb2
https://launchpad.net/bugs/55320

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 55320] chroot setup does not copy sasldb2

2006-08-05 Thread Hans-Peter Oeri
Public bug reported:

Binary package hint: postfix

init.d/postfix does set up a chroot jail and copies several (needed)
files. However, /etc/sasldb2 ist NOT copied. Using sasldb as SASL
authentication pool is not that uncommon, however.

Proposed fix:
Include /etc/sasldb2 in the files to be copied.

** Affects: postfix (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
chroot setup does not copy sasldb2
https://launchpad.net/bugs/55320

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 21481] Re: Kernel panic 2.6.12-8-amd64-k8

2006-07-31 Thread Hans-Peter Oeri
It seems, mkinitramfs is including the libraries in /lib64, whereas the
started initramfs is looking in /lib. However, I don't know how to
change that behaviour...

-- 
Kernel panic 2.6.12-8-amd64-k8
https://launchpad.net/bugs/21481

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 21481] Re: Kernel panic 2.6.12-8-amd64-k8

2006-07-31 Thread Hans-Peter Oeri
Hi!

I have the exact same problem on Dapper. Am I missing something
somewhere else? Unfortunately, this errors does not seem to have been
resolved...

Kernel 2.6.15-26-amd64-generic (or, BTW any older version of supplied kernels)
Athlon 3200
MSI-Board

Of course, I would be willing to assist in any way I can!

-- 
Kernel panic 2.6.12-8-amd64-k8
https://launchpad.net/bugs/21481

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs