[Bug 1778482] Re: Unable to install OpenVPN on Ubuntu 18.04

2018-06-25 Thread Samuli Seppänen
This is not a bug in Ubuntu's own openvpn package. The package you're
installing is the Ubuntu Xenial (16.04) package from OpenVPN project's
own apt repositories:

https://community.openvpn.net/openvpn/wiki/OpenvpnSoftwareRepos

Installing the 16.04 does not work because it actually does depend on
initscripts which Ubuntu 18.04 apparently does not have. You can force-
install the package and it will probably work, though. I do intend to
add Ubuntu 18.04 support soon.

To resolve your problem  try

  $ apt-get remove openvpn
  $ rm /etc/apt/sources.list.d/openvpn-aptrepo.list
  $ apt-get update
  $ apt-get install openvpn

This will get you Ubuntu's version of OpenVPN.

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

Title:
  Unable to install OpenVPN on Ubuntu 18.04

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

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

[Bug 1580356] Re: OpenVPN causes reboot failure on Xenial in AWS

2016-06-28 Thread Samuli Seppänen
Upstream OpenVPN has two unit files, one for servers, one for clients:




Have you tested whether these unit files work better?

** Bug watch added: community.openvpn.net/openvpn/ #462
   https://community.openvpn.net/openvpn/ticket/462

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

Title:
  OpenVPN causes reboot failure on Xenial in AWS

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

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


[Bug 1580356] Re: OpenVPN causes reboot failure on Xenial in AWS

2016-06-07 Thread Samuli Seppänen
This link might be of interest:



Much of the same info can be viewed with

$ man 7 systemd.special

It seems that network-online.target should be used instead of
network.target. I think fixing this in openvpn.service instead of
openvpn@.service should work, but I have not tried it, nor have I
actually tried reproducing this bug myself.

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

Title:
  OpenVPN causes reboot failure on Xenial in AWS

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

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

[Bug 1297225] Re: Error in installation of phpldapadmin

2014-05-19 Thread Samuli Seppänen
A workaround is to create a symlink and then (re)install the package:

$ cd /etc/apache2
$ ln -s conf-enabled conf.d

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

Title:
  Error in installation of phpldapadmin

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

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

[Bug 1319144] Re: Ubuntu 14.04 LTS Fatal error

2014-05-19 Thread Samuli Seppänen
This problem has been fixed upstream. It can be fixed in the Ubuntu
packages in three different ways:

1) Merge one patch selectively

Merge e673df3b (Changed password_hash to pla_password_hash). However,
the last part of the patch dealing with sha512 has to be removed or it
will not apply to 1.2.2. I tested this approach and it fixes this
problem.

2) Merge two patches

Merge e673df3b (Changed password_hash to pla_password_hash) and
21959715 (SF Feature #3509651 - Add support for SHA512 with OpenLDAP).
I did not test this myself, but it should work.

3) Upgrade to 1.2.3

Not sure if this is an option, but 1.2.3 would solve this problem.

** Patch added: A slightly modified version of upstreamed commit e673df3b that 
merges cleanly with phpldapadmin 1.2.2
   
https://bugs.launchpad.net/ubuntu/+source/phpldapadmin/+bug/1319144/+attachment/4115400/+files/0001-Changed-password_hash-to-pla_password_hash.patch

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

Title:
  Ubuntu 14.04 LTS Fatal error

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

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


[Bug 1319144] Re: Ubuntu 14.04 LTS Fatal error

2014-05-19 Thread Samuli Seppänen
The patch attached to this ticket can be applied manually while the
Ubuntu package is being fixed:

$ cd /usr/share/phpldapadmin
$ patch -p1  0001-Changed-password_hash-to-pla_password_hash.patch

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

Title:
  Ubuntu 14.04 LTS Fatal error

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

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

[Bug 1319144] Re: Ubuntu 14.04 LTS Fatal error

2014-05-19 Thread Samuli Seppänen
This problem has also been reported elsewhere in Launchpad:

https://bugs.launchpad.net/ubuntu/+source/phpldapadmin/+bug/1289237

A patch that fixes this problem and another really annoying one is
available here:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710854
https://bugs.debian.org/cgi-bin/bugreport.cgi?msg=10;filename=php5.5-compatibility.patch;att=1;bug=710854

In my brief testing the patch linked to above seemed to fix both
problems.

** Bug watch added: Debian Bug tracker #710854
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710854

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

Title:
  Ubuntu 14.04 LTS Fatal error

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

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


[Bug 1289237] Re: Error Unrecognized error number: 8192: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead

2014-05-19 Thread Samuli Seppänen
A patch that fixes both the password_hash and preg_replace problems is
available here:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710854
https://bugs.debian.org/cgi-bin/bugreport.cgi?msg=10;filename=php5.5-compatibility.patch;att=1;bug=710854

The password_hash problem has also been reported here:

https://bugs.launchpad.net/ubuntu/+source/phpldapadmin/+bug/1289237

In my brief testing the patch linked to above seemed to fix both
problems.


** Bug watch added: Debian Bug tracker #710854
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710854

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

Title:
  Error Unrecognized error number: 8192: preg_replace(): The /e modifier
  is deprecated, use preg_replace_callback instead

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

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


[Bug 1289237] Re: Error Unrecognized error number: 8192: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead

2014-05-19 Thread Samuli Seppänen
The link to the other password_hash bug report was wrong. The correct
link is this:

https://bugs.launchpad.net/ubuntu/+source/phpldapadmin/+bug/1319144

Sorry for the noise.

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

Title:
  Error Unrecognized error number: 8192: preg_replace(): The /e modifier
  is deprecated, use preg_replace_callback instead

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

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


[Bug 392013] Re: Properly package easy-rsa as a separate binary package

2013-06-03 Thread Samuli Seppänen
Hi,

I build the openvpn Debian and RPM packages hosted on repos.openvpn.net,
and already have separated easy-rsa into it's own package. All the
required packaging files for the modified OpenVPN and easy-rsa packages
are available here:

https://github.com/mattock/openvpn-build/tree/master/debian

Feel free to reuse and/or improve those. For more info on the OpenVPN
apt and yum repos in general look here:

https://community.openvpn.net/openvpn/wiki/OpenvpnSoftwareRepos

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in Ubuntu.
https://bugs.launchpad.net/bugs/392013

Title:
  Properly package easy-rsa as a separate binary package

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 392013] Re: Properly package easy-rsa as a separate binary package

2013-06-03 Thread Samuli Seppänen
Hi,

I build the openvpn Debian and RPM packages hosted on repos.openvpn.net,
and already have separated easy-rsa into it's own package. All the
required packaging files for the modified OpenVPN and easy-rsa packages
are available here:

https://github.com/mattock/openvpn-build/tree/master/debian

Feel free to reuse and/or improve those. For more info on the OpenVPN
apt and yum repos in general look here:

https://community.openvpn.net/openvpn/wiki/OpenvpnSoftwareRepos

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

Title:
  Properly package easy-rsa as a separate binary package

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

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


[Bug 896922] Re: Lenovo L520 - psmouse.c: touchpad at isa0060/serio4/input0 lost sync and stops working for seconds

2012-01-25 Thread Samuli Seppänen
I'm affected by this problem too, on Lenovo Thinkpad L520 running Ubuntu
11.10 amd64. I've built a new vanilla kernel (3.2.0) for 11.10, as well
as tried Ubuntu 12.04 alpha 1. However, both are affected by this bug:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
intel/+bug/912992

However, I  boot Ubuntu 12.04 alpha and test (with an external monitor)
if the included 3.2.0 kernel fixes this issue. For me the loss of
synchronization occurs failrly often (=several times an hour).  I'll
report back my findings, hopefully next weekend.

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

Title:
  Lenovo L520 - psmouse.c: touchpad at isa0060/serio4/input0 lost sync
  and stops working for seconds

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

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


[Bug 912992] Re: Primary laptop display not working, external monitor works fine.

2012-01-09 Thread Samuli Seppänen
Running a Lenovo Thinkpad L520 here, too.

Noticed this bug on Ubuntu 12.04 amd64 alpha 1 LiveCD. Also, on Ubuntu
11.10 (amd64) a vanilla 3.2.0 kernel compiled from kernel.org sources
has the exact same symptoms. No amount of twiddling with framebuffer
modules, initrds and such seemed to help. Adding kernel boot option
modeset=0 helped, but only allowed 1024x768 resolution.

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

Title:
  Primary laptop display not working, external monitor works fine.

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

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


[Bug 710763] Re: [STAGING] Cannot tether over mobile phone

2011-07-04 Thread Samuli Seppänen
I have the same problem with Nokia N900 and USB tethering. Network-
manager tries to connect, but always fails. This used to work on Ubuntu
9.10 and 10.04 without any issues. Apparently many other people are
having this issue: http://ubuntuforums.org/showthread.php?t=1746061

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

Title:
  [STAGING] Cannot tether over mobile phone

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

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


[Bug 446669] Re: E_STRICT: Declaration of AJAXTree::draw_dn() should be compatible with that of PLMTree::draw_dn()

2010-03-19 Thread Samuli Seppänen
Problem still present on up-to-date Ubuntu 9.10 32-bit desktop edition.
The patch fixes this issue.

-- 
E_STRICT: Declaration of AJAXTree::draw_dn() should be compatible with that of 
PLMTree::draw_dn()
https://bugs.launchpad.net/bugs/446669
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 110784] Re: Toshiba laptop battery is drained while shut down

2010-03-18 Thread Samuli Seppänen
I've experienced this exact same problem on Ubuntu 9.04 and 9.10 running
on the first version of Macbook (1,1). I finally did some testing to get
real test results. The battery is roughly 50% of the original capacity
to start with:

design capacity: 50200 mWh
last full capacity:  27090 mWh

This problem is caused by the platform (ACPI) poweroff mode used (by
default) during hibernation. Switching to shutdown mode solves the
problem:

- in platform mode the battery is drained by ~13%  in ~12 hours
- in shutdown mode the battery is not drained at all in ~12 hours 

To fix this issue, I added a new script to /etc/pm/sleep.d and made it
executable:


#!/bin/sh

# /etc/pm/sleep.d/51local

case $1 in
hibernate|suspend)
# Switch to poweroff mode (instead of platform)
#
# Adapted from
#
# https://wiki.ubuntu.com/DebuggingKernelSuspendHibernateResume
echo shutdown  /sys/power/disk
;;
thaw|resume)
# Do nothing
;;
*) exit $NA
;;
esac

-- 
Toshiba laptop battery is drained while shut down
https://bugs.launchpad.net/bugs/110784
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 59867] Re: Synaptics touchpad ceases functioning after suspend and resume.

2009-06-04 Thread Samuli Seppänen
I can verify this problem on Macbook1,1 running 9.04. Reloading the
appletouch kernel module using a pm-utils script fixes this issue for
me, too.

-- 
Synaptics touchpad ceases functioning after suspend and resume.
https://bugs.launchpad.net/bugs/59867
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 342802] Re: Jaunty REGRESSION: No WLAN / WiFi with a MacBook Pro rev. 3 - worked ok with Intrepid

2009-06-04 Thread Samuli Seppänen
I can verify this problem on Macbook1,1:

02:00.0 Ethernet controller: Atheros Communications Inc. AR242x
802.11abg Wireless PCI Express Adapter (rev 01)

I've encountered this problem before on other Linux OS'es and is caused
by the ath5k driver Ubuntu uses by default.   Last time I checked, ath5k
did even claim to support my Macbook's AR242x chipset. I'm assuming
AR242x is close enough to the supported chipsets to _almost_ work, but
it still does not work properly.

The alternate driver (madwifi) works like a charm, but it's restricted
because it uses a binary hardware abstraction layer (HAL). If you're
compiling your own kernel, make sure to use madwifi from SVN trunk
(rather than 0.9.4 release) with latest (2.6.28+) kernels. Otherwise
madwifi build will fail.

-- 
Jaunty REGRESSION: No WLAN / WiFi with a MacBook Pro rev. 3 - worked ok with 
Intrepid
https://bugs.launchpad.net/bugs/342802
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 342802] Re: Jaunty REGRESSION: No WLAN / WiFi with a MacBook Pro rev. 3 - worked ok with Intrepid

2009-06-04 Thread Samuli Seppänen
Forgot to mention I'm running 9.04 with the standard desktop kernel.

-- 
Jaunty REGRESSION: No WLAN / WiFi with a MacBook Pro rev. 3 - worked ok with 
Intrepid
https://bugs.launchpad.net/bugs/342802
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 117011] Re: Gnome-mount will only mount encrypted partitions and not drives created with cryptsetup/luks

2009-06-04 Thread Samuli Seppänen
I can confirm that this bug still exists on Ubuntu 9.04. This is not
Ubuntu-specific, as I've had the exact same problem in Debian (a while
after Etch's release) and in Gentoo.

-- 
Gnome-mount will only mount encrypted partitions and not drives created with 
cryptsetup/luks
https://bugs.launchpad.net/bugs/117011
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 367309] Re: [i945GM] xrandr backlight control is bizarre on Macbook

2009-05-31 Thread Samuli Seppänen
I also can verify this on Macbook 1,1. Also, the xrandr command above
fixes this issue for me too.

-- 
[i945GM] xrandr backlight control is bizarre on Macbook
https://bugs.launchpad.net/bugs/367309
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 239722] Re: xorg fails to correctly detect Satellite pro 4600 screen resolution

2008-08-30 Thread Samuli Seppänen

** Attachment added: ddcprobe.txt
   http://launchpadlibrarian.net/17172883/ddcprobe.txt

-- 
xorg fails to correctly detect Satellite pro 4600 screen resolution
https://bugs.launchpad.net/bugs/239722
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 239722] Re: xorg fails to correctly detect Satellite pro 4600 screen resolution

2008-08-30 Thread Samuli Seppänen

** Attachment added: xrandr.txt
   http://launchpadlibrarian.net/17172919/xrandr.txt

-- 
xorg fails to correctly detect Satellite pro 4600 screen resolution
https://bugs.launchpad.net/bugs/239722
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 239722] Re: xorg fails to correctly detect Satellite pro 4600 screen resolution

2008-08-30 Thread Samuli Seppänen
I'm having the same problem with the Toshiba Satellite Pro 4600 I got
yesterday. Hope the xrandr and ddcprobe outputs help you figure out the
problem. In the meantime I'll fix this manually from xorg.conf and
report the necessary configuration steps here.

-- 
xorg fails to correctly detect Satellite pro 4600 screen resolution
https://bugs.launchpad.net/bugs/239722
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 239722] Re: xorg fails to correctly detect Satellite pro 4600 screen resolution

2008-08-30 Thread Samuli Seppänen
HorizSync and VertRefresh values taken from
http://tuxmobil.org/XF86Config_4_sp4600.html seem to work just fine. So,
to work around this problem on Hardy do the following... First check if
you have /etc/X11/xorg.conf. If you don't, do a

sudo dpkg-reconfigure xserver-xorg

This will create the /etc/X11/xorg.conf. You will be asked some
questions about framebuffer and keyboard layout. Next open the
xorg.conf:

nano /etc/X11/xorg.conf.

Add HorizSync and VertRefresh settings to the end of the Monitor
section:

Section Monitor
   Identifier Configured Monitor
   HorizSync 31-60
   VertRefresh 50-75
EndSection

If that's not enough, edit the Screen section also:

Section Screen
  Identifier Default Screen
  Monitor Configured Monitor
  Device Configured Video Driver
  Subsection Display
 Modes 1024x768
  EndSubsection
EndSection

That should do it. Just restart gdm with /etc/init.d/gdm and you're
done.

-- 
xorg fails to correctly detect Satellite pro 4600 screen resolution
https://bugs.launchpad.net/bugs/239722
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 189506] Re: Normal user can't access USB camera Error (-53: 'Could not claim the USB device')

2008-06-09 Thread Samuli Seppänen
Jukka, your problem sounds like a different problem altogether... this
problem was caused by device permission problem created by udev scripts.
Having a KDE/Gnome session running does not affect that. In addition
this problem has been fixed before Hardy was released. You should
definitely file a new bug report on your specific issue.

-- 
Normal user can't access USB camera Error (-53: 'Could not claim the USB 
device')
https://bugs.launchpad.net/bugs/189506
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 202811] Re: Luks encrypted usb key does not mount

2008-04-29 Thread Samuli Seppänen
Nothing has change since going from Hardy Beta to the official Hardy
release. The password prompt still pops up, but the drive is not mounted
automatically. I can of course do mount /media/sandisk to mount it,
but it's annoying.

-- 
Luks encrypted usb key does not mount
https://bugs.launchpad.net/bugs/202811
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 202811] Re: Luks encrypted usb key does not mount

2008-03-26 Thread Samuli Seppänen
I had this problem on my Ubuntu Gutsy and I can confirm that it still
persists after an upgrade to Ubuntu Hardy Beta. On Debian Etch it
everything works as it should. I've attached log files as requested in
https://wiki.ubuntu.com/DebuggingRemovableDevices


** Attachment added: debug-logs.tar.gz
   http://launchpadlibrarian.net/12892255/debug-logs.tar.gz

-- 
Luks encrypted usb key does not mount
https://bugs.launchpad.net/bugs/202811
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 202811] Re: Luks encrypted usb key does not mount

2008-03-26 Thread Samuli Seppänen
One more thing... in Gutsy an icon appeared in Nautilus sidebar after I
had given the volume password. By clicking that icon I could view the
files in the crypted volume. Now, with Hardy Beta, nothing happens in
Nautilus. Thus I can't access the volume. What I can do is add this to
/etc/fstab:

/dev/mapper/luks_crypto_7fcd5fdd-1d1e-4e3a-b0f2-6337f0f84deb
/media/sandisk ext2   auto,user 0 0

and as root do a mount /media/sandisk to mount the volume.

-- 
Luks encrypted usb key does not mount
https://bugs.launchpad.net/bugs/202811
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 189506] Re: Normal user can't access USB camera Error (-53: 'Could not claim the USB device')

2008-03-26 Thread Samuli Seppänen
I can confirm this on Canon Digital Ixus 400. The problem itself is old
- I've stumbled on these camera  permissions problems several times
between 2003 and now in Debian and Ubuntu.

Anyways, when I plug in my Ixus I get device nodes like this:

[EMAIL PROTECTED]:/dev/bus/usb# lsusb
--- snip ---
Bus 002 Device 003: ID 04a9:3075 Canon, Inc. IXUS 400 Camera
---snip ---

[EMAIL PROTECTED]:/dev/bus/usb# ls -l 002/003 
crw-rw-r-- 1 root root 189, 130 2008-03-26 11:03 002/003

I can download the photos as root or if I change the permissions to rw-
rw-rw- manually. I agree this should be given high priority - especially
if this affects all digital cameras in Hardy.

-- 
Normal user can't access USB camera Error (-53: 'Could not claim the USB 
device')
https://bugs.launchpad.net/bugs/189506
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 189506] Re: Normal user can't access USB camera Error (-53: 'Could not claim the USB device')

2008-03-26 Thread Samuli Seppänen
Version 2.4.0-8ubuntu6 fixed this issue for me, too.

-- 
Normal user can't access USB camera Error (-53: 'Could not claim the USB 
device')
https://bugs.launchpad.net/bugs/189506
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 145805] Re: aumix throws error aumix: SOUND_MIXER_READ_DEVMASK

2008-02-20 Thread Samuli Seppänen
Same here, -proposed works fine.

-- 
aumix throws error aumix:  SOUND_MIXER_READ_DEVMASK
https://bugs.launchpad.net/bugs/145805
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 145805] Re: aumix throws error aumix: SOUND_MIXER_READ_DEVMASK

2008-01-19 Thread Samuli Seppänen
Tested on Gutsy on Intel Macbook 1st gen. (32bit). Same error, the
package is entirely useless. I truly hope you fix this because what is
the point of keeping this package in the repositories if it does not
work for anyone?

-- 
aumix throws error aumix:  SOUND_MIXER_READ_DEVMASK
https://bugs.launchpad.net/bugs/145805
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 137734] Alsa support for Ensoniq 1371 breaks when updating to kernel revision 16-generic

2007-09-06 Thread Samuli Seppänen
Public bug reported:

Hope this goes to right package maintainers, I found this launchpad bug
reporting facility really confusing. Anyways, here it goes...

Upgrade from linux-image-2.6.20-15-generic to 16-generic on Feisty breaks 
snd-ens1371 kernel module. This means that Ensoniq 1371 
soundcard alsa support is  rendered useless. More info below.

On kernel revision 15 sound works just fine:

[EMAIL PROTECTED]:~# lspci|grep -i ensoniq
01:0a.0 Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97] (rev 08)

[EMAIL PROTECTED]:~# uname -r
2.6.20-15-generic

[EMAIL PROTECTED]:~# lsmod|grep ens
snd_ens137127552  1 
gameport   16520  1 snd_ens1371
snd_ac97_codec 98336  1 snd_ens1371
snd_pcm79876  3 snd_ens1371,snd_ac97_codec,snd_pcm_oss
snd_rawmidi25472  2 snd_ens1371,snd_seq_midi
snd54020  12 
snd_ens1371,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device


On kernel 2.6.20-16-generic modprobe snd_ens1371  gives this:

WARNING: Error inserting snd_ac97_codec 
(/lib/modules/2.6.20-16-generic/kernel/sound/pci/ac97/snd-ac97-codec.ko): 
Unknown symbol in 
module, o
r unknown parameter (see dmesg)
FATAL: Error inserting snd_ens1371 
(/lib/modules/2.6.20-16-generic/kernel/sound/pci/snd-ens1371.ko): Unknown 
symbol in module, or 
unknown par
ameter (see dmesg)

In /var/log/messages:

Sep  6 08:58:11 armust-desktop kernel: [  110.137215] snd_ac97_codec: disagrees 
about version of symbol snd_ctl_add
Sep  6 08:58:11 armust-desktop kernel: [  110.137224] snd_ac97_codec: Unknown 
symbol snd_ctl_add
Sep  6 08:58:11 armust-desktop kernel: [  110.137418] snd_ac97_codec: disagrees 
about version of symbol snd_ctl_find_id
Sep  6 08:58:11 armust-desktop kernel: [  110.137421] snd_ac97_codec: Unknown 
symbol snd_ctl_find_id
Sep  6 08:58:11 armust-desktop kernel: [  110.137466] snd_ac97_codec: disagrees 
about version of symbol snd_ctl_new1
Sep  6 08:58:11 armust-desktop kernel: [  110.137468] snd_ac97_codec: Unknown 
symbol snd_ctl_new1
Sep  6 08:58:11 armust-desktop kernel: [  110.137566] snd_ac97_codec: disagrees 
about version of symbol snd_component_add
Sep  6 08:58:11 armust-desktop kernel: [  110.137569] snd_ac97_codec: Unknown 
symbol snd_component_add
Sep  6 08:58:11 armust-desktop kernel: [  110.137608] snd_ac97_codec: disagrees 
about version of symbol snd_pcm_hw_rule_add
Sep  6 08:58:11 armust-desktop kernel: [  110.137610] snd_ac97_codec: Unknown 
symbol snd_pcm_hw_rule_add
Sep  6 08:58:11 armust-desktop kernel: [  110.140194] snd_ens1371: disagrees 
about version of symbol snd_ctl_add
Sep  6 08:58:11 armust-desktop kernel: [  110.140201] snd_ens1371: Unknown 
symbol snd_ctl_add
Sep  6 08:58:11 armust-desktop kernel: [  110.140281] snd_ens1371: Unknown 
symbol snd_ac97_resume
Sep  6 08:58:11 armust-desktop kernel: [  110.140323] snd_ens1371: disagrees 
about version of symbol snd_pcm_new
Sep  6 08:58:11 armust-desktop kernel: [  110.140325] snd_ens1371: Unknown 
symbol snd_pcm_new
Sep  6 08:58:11 armust-desktop kernel: [  110.140375] snd_ens1371: disagrees 
about version of symbol snd_card_register
Sep  6 08:58:11 armust-desktop kernel: [  110.140377] snd_ens1371: Unknown 
symbol snd_card_register
Sep  6 08:58:11 armust-desktop kernel: [  110.140423] snd_ens1371: disagrees 
about version of symbol snd_card_free
Sep  6 08:58:11 armust-desktop kernel: [  110.140425] snd_ens1371: Unknown 
symbol snd_card_free
Sep  6 08:58:11 armust-desktop kernel: [  110.140468] snd_ens1371: disagrees 
about version of symbol 
snd_pcm_lib_preallocate_pages_for_all
Sep  6 08:58:11 armust-desktop kernel: [  110.140470] snd_ens1371: Unknown 
symbol snd_pcm_lib_preallocate_pages_for_all
Sep  6 08:58:11 armust-desktop kernel: [  110.140614] snd_ens1371: Unknown 
symbol snd_ac97_mixer
Sep  6 08:58:11 armust-desktop kernel: [  110.140697] snd_ens1371: Unknown 
symbol snd_ac97_bus
Sep  6 08:58:11 armust-desktop kernel: [  110.140740] snd_ens1371: disagrees 
about version of symbol snd_pcm_set_sync
Sep  6 08:58:11 armust-desktop kernel: [  110.140742] snd_ens1371: Unknown 
symbol snd_pcm_set_sync
Sep  6 08:58:11 armust-desktop kernel: [  110.140836] snd_ens1371: disagrees 
about version of symbol snd_ctl_new1
Sep  6 08:58:11 armust-desktop kernel: [  110.140838] snd_ens1371: Unknown 
symbol snd_ctl_new1
Sep  6 08:58:11 armust-desktop kernel: [  110.140897] snd_ens1371: disagrees 
about version of symbol snd_pcm_hw_constraint_ratdens
Sep  6 08:58:11 armust-desktop kernel: [  110.140900] snd_ens1371: Unknown 
symbol snd_pcm_hw_constraint_ratdens
Sep  6 08:58:11 armust-desktop kernel: [  110.140943] snd_ens1371: disagrees 
about version of symbol snd_card_new
Sep  6 08:58:11 armust-desktop kernel: [  110.140945] snd_ens1371: Unknown 
symbol snd_card_new
Sep  6 08:58:11 armust-desktop kernel: [  110.141000] snd_ens1371: Unknown 
symbol snd_ac97_suspend
Sep  6 08:58:11 armust-desktop kernel: [  110.141092]