[Bug 1591552] Re: vsftpd vulnerable to heartbleed (according to testssl)

2024-04-28 Thread AlainKnaff
No longer an issue with testssl.sh version 3.0.8 and vsftpd version
3.0.3-13+b2

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

Title:
  vsftpd vulnerable to heartbleed (according to testssl)

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


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

[Bug 1773933] Re: maven spews control characters to its output

2020-04-22 Thread AlainKnaff
Yes, indeed, I did find --batch-mode in the meantime, thanks.

Still, taking into account the TERM variable would be useful, especially
since not all terminals might have the same color codes.

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

Title:
  maven spews control characters to its output

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

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

[Bug 1833679] [NEW] Missing libspreadsheet-parsexlsx-perl package

2019-06-21 Thread AlainKnaff
Public bug reported:

libspreadsheet-read-perl (perl package Spreadsheet::Read) needs
Spreadsheet::ParseXLSX to work correctly. However, by default Ubuntu
includes Spreadsheet::XLSX (libspreadsheet-xlsx-perl) instead, which
munges date cells, and text cells that contain HTML escapable
characters.

The correct perl package Spreadsheet::ParseXLSX (which would be called
libspreadsheet-parsexlsx-perl package) is not even available in the apt
repositories, and currently needs to be installed manually using CPAN.

Please include this package, and make libspreadsheet-read-perl depend on
it, rather than on the broken libspreadsheet-xlsx-perl

$ lsb_release -rd
Description:Ubuntu 18.04.2 LTS
Release:18.04

$ apt-cache policy libspreadsheet-read-perl
libspreadsheet-read-perl:
  Installed: 0.78-1
  Candidate: 0.78-1
  Version table:
 *** 0.78-1 500
500 http://be.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
500 http://be.archive.ubuntu.com/ubuntu bionic/universe i386 Packages
100 /var/lib/dpkg/status

$ apt-cache policy libspreadsheet-xlsx-perl
libspreadsheet-xlsx-perl:
  Installed: 0.15-1
  Candidate: 0.15-1
  Version table:
 *** 0.15-1 500
500 http://be.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
500 http://be.archive.ubuntu.com/ubuntu bionic/universe i386 Packages
100 /var/lib/dpkg/status

$ apt-cache policy libspreadsheet-parsexlsx-perl
N: Unable to locate package libspreadsheet-parsexlsx-perl

What I expect to happen:
When using Spreadsheet::Read, cells containing dates should be formatted as 
text (2019-06-21) rather than as integer (number of days since January 1900). 
Cells containing text, containing special characters such as "&" should render 
this as is


What happened instead
Date cells are formatted as days since January 1900 (example: 43636) and & are 
escapes as 

** Affects: rtl8812au (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/1833679

Title:
  Missing libspreadsheet-parsexlsx-perl package

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

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

[Bug 1773933] [NEW] maven spews control characters to its output

2018-05-29 Thread AlainKnaff
Public bug reported:

When compiling with the new maven included with Ubuntu 18.04, the
compilation output is littered with control characters (even if TERM is
set to "dumb").

How to get rid of this, it's really hard to read.

mvn -q -Duser.timezone="Europe/Luxembourg" -Dgwt.draftCompile=true -P devel 
package
[ERROR] COMPILATION ERROR : 
[ERROR] 
/home/alain/Projects/BECKS/prog/BECKS/src/main/java/com/aev/BECKS/server/services/DocumentDownloadServlet.java:[33,17]
 ';' expected
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile 
(default-compile) on project BECKS: Compilation failure
[ERROR] 
/home/alain/Projects/BECKS/prog/BECKS/src/main/java/com/aev/BECKS/server/services/DocumentDownloadServlet.java:[33,17]
 ';' expected
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with 
the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug 
logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, 
please read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Compilation failed

Compilation exited abnormally with code 1 at Tue May 29 10:17:20

+
$ lsb_release -rd
Description:Ubuntu 18.04 LTS
Release:18.04
$ apt-cache policy maven
maven:
  Installed: 3.5.2-2
  Candidate: 3.5.2-2
  Version table:
 *** 3.5.2-2 500
500 http://be.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
500 http://be.archive.ubuntu.com/ubuntu bionic/universe i386 Packages
100 /var/lib/dpkg/status

3) What I expected: clean output as was the case in 16.04. Such as:
[ERROR] COMPILATION ERROR : 
[ERROR] 
/home/alain/Projects/BECKS/prog/BECKS/src/main/java/com/aev/BECKS/server/services/DocumentDownloadServlet.java:[33,17]
 ';' expected

4) What happened instead: output interspersed control codes (see above)

** Affects: maven-assembly-plugin (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/1773933

Title:
  maven spews control characters to its output

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maven-assembly-plugin/+bug/1773933/+subscriptions

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

[Bug 1530518] Re: /etc/cron.weekly/apt-xapian-index reports TypeError

2018-01-30 Thread AlainKnaff
There are 2 more sys.exit(0) calls in the code, and they need their del
indexer as well. Indeed, we keep getting the error message despite the
presence of del indexer before the sys.exit(0) at the end of the file.
Adding del indexer to the other 2 fixes it.

... and possibly the two sys.exit's with non-zero exit-status need it as
well.

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

Title:
  /etc/cron.weekly/apt-xapian-index reports TypeError

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-xapian-index/+bug/1530518/+subscriptions

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

[Bug 1679082] [NEW] Kalarm messes up time of repeating events when daylight saving time changes

2017-04-03 Thread AlainKnaff
Public bug reported:

On change to summer time, repeating events that were entered while
winter time was active now fire an hour late.

For example, an event initially scheduled to fire at 11:45 now fires at
12:45


1.
$ lsb_release -rd
Description:Ubuntu 16.04.2 LTS
Release:16.04

2.
$ apt-cache policy kalarm
kalarm:
  Installed: 4:15.12.3-0ubuntu1
  Candidate: 4:15.12.3-0ubuntu1
  Version table:
 *** 4:15.12.3-0ubuntu1 500
500 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
100 /var/lib/dpkg/status

3. What I expected to happen:
- Time shown in summary should be 11:45
- Time shown in details (after doubleclicking the event) should be 11:45
- The event should fire at 11:45

4. What happens instead:
- Time shown in summary should be 12:45
- Time shown in details (after doubleclicking the event) in indeed 11:45
- The event fires at 12:45

** Affects: kdepim (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/1679082

Title:
  Kalarm messes up time of repeating events when daylight saving time
  changes

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

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


[Bug 1677148] [NEW] When clicking on an already active page in kde pager, windows move to corners

2017-03-29 Thread AlainKnaff
Public bug reported:

1) # lsb_release -rd
Description:Ubuntu 16.04.2 LTS
Release:16.04

2) # apt-cache policy plasma-workspace
plasma-workspace:
  Installed: 4:5.5.5.2-0ubuntu1
  Candidate: 4:5.5.5.2-0ubuntu1
  Version table:
 *** 4:5.5.5.2-0ubuntu1 500
500 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
100 /var/lib/dpkg/status

3)  What you expected to happen
Nothing

4) What happened instead
All windows turned semi-transparent and moved to the corners


At least, this behavior should be easily configurable (i.e. able to be turned 
off). However, in the pager settings, there is no option to disable this

** Affects: plasma-workspace (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/1677148

Title:
  When clicking on an already active page in kde pager, windows move to
  corners

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-workspace/+bug/1677148/+subscriptions

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


[Bug 1676781] Re: Syncevolution should use unambiguous identifications about which store is which

2017-03-28 Thread AlainKnaff
Epilogue: Eventually I took my courage in my 2 hands, and did a
syncevolution -s refresh-from-remote AEV aev

It did indeed do the thing that I would intuitively expect, i.e. refresh
the store on the phone from the server.


However, please be careful as there is more than one way to set up 
syncevolution, in some situations it *might* indeed be backwards...

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

Title:
  Syncevolution should use unambiguous identifications about which store
  is which

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

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


[Bug 1676781] [NEW] Syncevolution should use unambiguous identifications about which store is which

2017-03-28 Thread AlainKnaff
Public bug reported:

After encountering persistent errors during synchronization, I'm
intending to overwrite the calendar on my phone with the calendar from
the server, i.e. lose any changes that I might have done "locally" on
the phone.

However, the --sync options seems to have a confusing way to identify
each side:

--sync|-s |?
  Temporarily synchronize the active datastores in that mode. Useful
  for a `refresh-from-local` or `refresh-from-remote` sync which
  clears all data at one end and copies all items from the other.

  **Warning:** `local` is the data accessed via the sync config
  directly and `remote` is the data on the peer, regardless
  where the data is actually stored physically.

This indeed seems to hint that local might not actually be the phone
(where I run the command) but the server. _Might_, because it might also
be the other way round. And there seems to be no obvious way of display
the URL of the peer, and/or the URL of the "sync config".

1.
# lsb_release -rd
Description:Ubuntu 15.04
Release:15.04

2.
# apt-cache policy syncevolution
syncevolution:
  Installed: 1.5.1+15.04.20160706-0ubuntu1
  Candidate: 1.5.1+15.04.20160706-0ubuntu1
  Version table:
 *** 1.5.1+15.04.20160706-0ubuntu1 0
   1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
100 /var/lib/dpkg/status
 1.5-0ubuntu4 0
500 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe armhf Packages

3. What I expect to happen
  a. sync-modes should be named after "sync config" and "peer", if these are 
the concepts used internally by sync-evolution rather than the potentially 
confusing "local" and "remote"

--sync|-s |?
  Temporarily synchronize the active datastores in that mode. Useful
  for a `refresh-from-sync-config` or `refresh-from-peer` sync which
  clears all data at one end and copies all items from the other.

  To tell which data store is which, use the --print-sync-config-url and 
--print-peer-url commands.
  The local calendar's URL would then be called (for example) evolution:aev and 
the remote URL https://server.com.lu/users/u...@domain.com/calendar

4. What happened instead
A vague warning not to get local and remote mixed up, but without any clear 
guideline to tell which is which. Even grepping the .config files doesn't help, 
as the server's URL shows in a file under "sources" rather than "peers" or 
"sync-configs"

When talking about the direction of a copy, there should be no doubt nor
ambiguity, or else someone *will* overwrite a good copy with a bad.

** Affects: syncevolution (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/1676781

Title:
  Syncevolution should use unambiguous identifications about which store
  is which

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

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


[Bug 1676774] [NEW] When failing to synchronize an event, syncevolution just mentions its name, not the date

2017-03-28 Thread AlainKnaff
Public bug reported:

1.
# lsb_release -rd
Description:Ubuntu 15.04
Release:15.04

2.
# apt-cache policy syncevolution
syncevolution:
  Installed: 1.5.1+15.04.20160706-0ubuntu1
  Candidate: 1.5.1+15.04.20160706-0ubuntu1
  Version table:
 *** 1.5.1+15.04.20160706-0ubuntu1 0
   1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
100 /var/lib/dpkg/status
 1.5-0ubuntu4 0
500 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe armhf Packages

3. What I expected to happen:

When events cannot be synchronized for any reason, the erroneous event
should be described with all its details needed to unambiguously find
it, including at least the date. Moreover the store where the error
happens should be identified unambiguously.

...
[INFO @aev] @aev/aev: adding "Reunion de service" on "2017-01-26 8:30" to 
https://tb.xxx.xxx.lu:2443/users/x...@xxx.xxx.yy/calendar
[INFO @aev] operation temporarily (?) failed, going to retry in 3.9s before 
giving up in 298.9s: PUT: bad HTTP status: 


4. What happened instead:

A message with just the event's name. This is a meeting that repeats in
irregular intervals about once a month, so just the name doesn't tell me
which instance is giving me trouble.

[INFO @aev] @aev/aev: adding "Reunion de service"
[INFO @aev] operation temporarily (?) failed, going to retry in 3.9s before 
giving up in 298.9s: PUT: bad HTTP status: 

Moreover, I don't even know from this message whether its having trouble
uploading a message from the phone to the server, or the other way
round.


... and let's hope that this "Reunion de service" is indeed the event that 
triggered the Service Unavailable error, rather than another unrelated event 
that just happened to be the last event to be successfully updated before the 
error...

** Affects: syncevolution (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/1676774

Title:
  When failing to synchronize an event, syncevolution just mentions its
  name, not the date

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

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


Re: [Bug 1675000] [NEW] Tilde sign (~) inaccessible on Swiss French keyboard

2017-03-23 Thread AlainKnaff
On 22/03/17 14:15, AlainKnaff wrote:
[...]
> N.B. It does work if Swiss German is chosen, rather than Swiss French.

Actually, I was mistaken on this. It does work ok for whatever layout is
the default (i.e. topmost in list shown in
System->Settings->InputDevices->Keyboard->Layouts->ConfigureLayouts)

I.e. If I move Swiss French to the top, and Swiss German second, then
tilde works ok in Swiss French, but no longer in Swiss German.

All other AltGr combos, include dead-acute work ok in both variants.

Thanks,

Alain

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

Title:
  Tilde sign (~) inaccessible on Swiss French keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1675000/+subscriptions

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


[Bug 1675006] [NEW] Upgrading from 14.04 to 16.04 produces a display with way too much black

2017-03-22 Thread AlainKnaff
Public bug reported:

1.) alain@alain-pc:~$ lsb_release -rd
Description:Ubuntu 16.04.2 LTS
Release:16.04

2.) alain@alain-pc:~$ apt-cache policy xserver-xorg-video-nouveau
xserver-xorg-video-nouveau:
  Installed: 1:1.0.12-1build2
  Candidate: 1:1.0.12-1build2
  Version table:
 *** 1:1.0.12-1build2 500
500 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
100 /var/lib/dpkg/status

3.) What you expected to happen
A nice and colorful display of my KDE desktop, where I can actually recognize 
the features (panel, command entry widget, etc.) rather than have to grasp for 
them in the dark.


4.) What happened instead
After a do-release-upgrade going from 14.04 to 16.04
Entire desktop is composed of black or very dark grey items, which can almost 
not be seen (but present, as the elements do react when clicked upon)

After uninstalling xserver-xorg-video-nouveau (and all packages that
depend on it), dpkg --purge, and then re-installing it, everything was
nice and colorful.

Took a non-trivial amount of googling to find this solution though (...
after many non-solutions)

** Affects: xserver-xorg-video-nouveau (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/1675006

Title:
  Upgrading from 14.04 to 16.04 produces a display with way too much
  black

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1675006/+subscriptions

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


[Bug 1675000] [NEW] Tilde sign (~) inaccessible on Swiss French keyboard

2017-03-22 Thread AlainKnaff
Public bug reported:

1)
alain@alain-pc:~$ lsb_release -rd
Description:Ubuntu 16.04.2 LTS
Release:16.04

2)
alain@alain-pc:~$ apt-cache policy plasma-workspace
plasma-workspace:
  Installed: 4:5.5.5.2-0ubuntu1
  Candidate: 4:5.5.5.2-0ubuntu1
  Version table:
 *** 4:5.5.5.2-0ubuntu1 500
500 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
100 /var/lib/dpkg/status


3) What I expect to happen:
In KDE, when I press the tilde key (AltGr + key immediately left to backspace), 
a tilde (~) should appear

4) What happens instead:
A caret (^) appears. This is the symbol that is mapped to that key without 
AltGr.

N.B. It does work if Swiss German is chosen, rather than Swiss French. However, 
normally the only difference between these two variants is supposed to be the 
characters öäü which switch position with 
éàè, and nothing else. Moreover, even in Swiss French, all other AltGr combos 
do work, so it's not as if simply the AltGr modifier was being ignored.

(N.B. I suppose the relevant package is indeed plasma-workspace, as this
is the package that owns the file /usr/lib/x86_64-linux-
gnu/qt5/qml/org/kde/plasma/workspace/keyboardlayout/libkeyboardlayoutplugin.so
. If this is not the right package for this bug, please feel free to re-
categorize it)

** Affects: kde-runtime (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/1675000

Title:
  Tilde sign (~) inaccessible on Swiss French keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1675000/+subscriptions

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

[Bug 1591552] Re: vsftpd vulnerable to heartbleed (according to testssl)

2017-01-25 Thread AlainKnaff
> Any chance I could see your vsftpd.conf file

Sure, here it is:

# Example config file /etc/vsftpd.conf
#
# The default compiled in settings are fairly paranoid. This sample file
# loosens things up a bit, to make the ftp daemon more usable.
# Please see vsftpd.conf.5 for all compiled in defaults.
#
# READ THIS: This example file is NOT an exhaustive list of vsftpd options.
# Please read the vsftpd.conf.5 manual page to get a full idea of vsftpd's
# capabilities.
#
#
# Run standalone?  vsftpd can run either from an inetd or as a standalone
# daemon started from an initscript.
listen=YES
#
# Run standalone with IPv6?
# Like the listen parameter, except vsftpd will listen on an IPv6 socket
# instead of an IPv4 one. This parameter and the listen parameter are mutually
# exclusive.
#listen_ipv6=YES
#
# Allow anonymous FTP? (Disabled by default)
anonymous_enable=YES
#
# Uncomment this to allow local users to log in.
local_enable=YES
#
# Uncomment this to enable any form of FTP write command.
write_enable=YES
#
# Default umask for local users is 077. You may wish to change this to 022,
# if your users expect that (022 is used by most other ftpd's)
local_umask=022
#
# Uncomment this to allow the anonymous FTP user to upload files. This only
# has an effect if the above global write enable is activated. Also, you will
# obviously need to create a directory writable by the FTP user.
#anon_upload_enable=YES
#
# Uncomment this if you want the anonymous FTP user to be able to create
# new directories.
#anon_mkdir_write_enable=YES
#
# Activate directory messages - messages given to remote users when they
# go into a certain directory.
dirmessage_enable=YES
#
# If enabled, vsftpd will display directory listings with the time
# in  your  local  time  zone.  The default is to display GMT. The
# times returned by the MDTM FTP command are also affected by this
# option.
use_localtime=YES
#
# Activate logging of uploads/downloads.
xferlog_enable=YES
#
# Make sure PORT transfer connections originate from port 20 (ftp-data).
connect_from_port_20=YES
#
# If you want, you can arrange for uploaded anonymous files to be owned by
# a different user. Note! Using "root" for uploaded files is not
# recommended!
#chown_uploads=YES
#chown_username=whoever
#
# You may override where the log file goes if you like. The default is shown
# below.
#xferlog_file=/var/log/vsftpd.log
#
# If you want, you can have your log file in standard ftpd xferlog format.
# Note that the default log file location is /var/log/xferlog in this case.
#xferlog_std_format=YES
#
# You may change the default value for timing out an idle session.
#idle_session_timeout=600
#
# You may change the default value for timing out a data connection.
#data_connection_timeout=120
#
# It is recommended that you define on your system a unique user which the
# ftp server can use as a totally isolated and unprivileged user.
#nopriv_user=ftpsecure
#
# Enable this and the server will recognise asynchronous ABOR requests. Not
# recommended for security (the code is non-trivial). Not enabling it,
# however, may confuse older FTP clients.
#async_abor_enable=YES
#
# By default the server will pretend to allow ASCII mode but in fact ignore
# the request. Turn on the below options to have the server actually do ASCII
# mangling on files when in ASCII mode.
# Beware that on some FTP servers, ASCII support allows a denial of service
# attack (DoS) via the command "SIZE /big/file" in ASCII mode. vsftpd
# predicted this attack and has always been safe, reporting the size of the
# raw file.
# ASCII mangling is a horrible feature of the protocol.
#ascii_upload_enable=YES
#ascii_download_enable=YES
#
# You may fully customise the login banner string:
#ftpd_banner=Welcome to blah FTP service.
#
# You may specify a file of disallowed anonymous e-mail addresses. Apparently
# useful for combatting certain DoS attacks.
#deny_email_enable=YES
# (default follows)
#banned_email_file=/etc/vsftpd.banned_emails
#
# You may restrict local users to their home directories.  See the FAQ for
# the possible risks in this before using chroot_local_user or
# chroot_list_enable below.
#chroot_local_user=YES
#
# You may specify an explicit list of local users to chroot() to their home
# directory. If chroot_local_user is YES, then this list becomes a list of
# users to NOT chroot().
# (Warning! chroot'ing can be very dangerous. If using chroot, make sure that
# the user does not have write access to the top level directory within the
# chroot)
#chroot_local_user=YES
#chroot_list_enable=YES
# (default follows)
#chroot_list_file=/etc/vsftpd.chroot_list
#
# You may activate the "-R" option to the builtin ls. This is disabled by
# default to avoid remote users being able to cause excessive I/O on large
# sites. However, some broken FTP clients such as "ncftp" and "mirror" assume
# the presence of the "-R" option, so there is a strong case for enabling it.
#ls_recurse_enable=YES
#
# Customization
#
# Some of vsftpd's 

[Bug 1591552] Re: vsftpd vulnerable to heartbleed (according to testssl)

2017-01-24 Thread AlainKnaff
I just re-downloaded the current version of testssl.sh (dated December
20th 2016), and tried again, and vsftpd is still shown to be vulnerable
to Heartbleed.

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

Title:
  vsftpd vulnerable to heartbleed (according to testssl)

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

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


[Bug 1377096] Re: [OSK] Ubuntu Touch should allow alternative keyboard layouts

2017-01-08 Thread AlainKnaff
> but no modifier keys are ever possible to be sent as the keyboard acts as 
> text editor (for 
> autocorrect, etc) and does not directly send keycode events to Mir.

Huh? If this is preventing implementation of cursor keys throughout all
applications, why don't we just ditch this misfeature and make the
keyboard behave like a, um, keyboard rather than a text editor?

I'm sure most people prefer usable navigation over autocorrect (which
often autocorrects wrong, btw).

And if that's not the case, maybe make this optional: let the user chose
(via an option or setting) whether he wants direct keyboard (with cursor
keys, modifiers and everything) or autocorrect.

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

Title:
  [OSK] Ubuntu Touch should allow alternative keyboard layouts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1377096/+subscriptions

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


[Bug 1594002] [NEW] On Ubuntu touch, when receiving call while handsfree is connected, system behaves erratically and freezes

2016-06-18 Thread AlainKnaff
Public bug reported:

This evening, I received a call in my car (Toyota Prius), while my
Aquaris E5 (Ubuntu touch) phone was connected via bluetooth handsfree
mode.

Ring tone sounded all right over the car's audio system, and call pick
up UI was displayed on central console.

However, the buttons would not react.

Buttons on the phone itself where reactive at first, but call still
wasn't connected. A short time after this phone's UI froze... and then
unfroze after a minute. Eventually two calls were shown, one being
active, and one "on hold". However, neither was connected (could not
hear other party / other party could not hear me). Eventually, other
party gave up, and tried again a minute later.

On that second call, I picked it up right on the phone's UI, and this
time it worked, with audio through car's system.

I found the following in my log:

Jun 18 12:57:18 localhost pulseaudio[2198]: [pulseaudio] 
module-bluez5-device.c: Default profile not connected, selecting off profile
Jun 18 12:58:20 localhost bluetoothd[667]: Unable to get io data for Phone Book 
Access: getpeername: Transport endpoint is not connected (107)

=> start of unrelated trip in the morning.


Jun 18 13:20:35 localhost bluetoothd[667]: Unable to get io data for hfp_ag: 
getpeername: Transport endpoint is not connected (107)

=> end of unrelated trip in the morning

Jun 18 17:47:34 localhost bluetoothd[667]: Unable to get io data for Phone Book 
Access: getpeername: Transport endpoint is not connected (107)
Jun 18 17:47:19 localhost pulseaudio[2198]: [pulseaudio] 
module-bluez5-device.c: Default profile not connected, selecting off profile

=> start of trip in the evening, during which I received the call.


Jun 18 17:49:27 localhost pulseaudio[2198]: [pulseaudio] 
module-bluez5-device.c: SCO stream went down
Jun 18 17:50:07 localhost bluetoothd[667]: Unable to get io data for hfp_ag: 
getpeername: Transport endpoint is not connected (107)
Jun 18 17:50:07 localhost pulseaudio[2198]: message repeated 622601 times: [ 
[pulseaudio] module-bluez5-device.c: SCO stream went down]
Jun 18 17:50:12 localhost pulseaudio[2198]: [pulseaudio] 
module-bluez5-device.c: Default profile not connected, selecting off profile
Jun 18 17:50:45 localhost bluetoothd[667]: Unable to get io data for Phone Book 
Access: getpeername: Transport endpoint is not connected (107)
Jun 18 17:51:11 localhost pulseaudio[2198]: [pulseaudio] 
module-bluez5-device.c: Can't resume SCO over PCM

=> the call

Jun 18 18:16:01 localhost bluetoothd[667]: Unable to get io data for
hfp_ag: getpeername: Transport endpoint is not connected (107)

=> end of trip

/var/log/auth.log had the following messages about bluez (a
...
auth.log:Jun 18 17:15:49 localhost dbus[621]: message repeated 7 times: [ 
[system] Rejected send message, 4 matched rules; type="method_return", 
sender=":1.21" (uid=0 pid=1910 comm="ofonod -P 
provision,udev*,dun*,smart*,hfp_bluez5,s") interface="(unset)" member="(unset)" 
error name="(unset)" requested_reply="0" destination=":1.6" (uid=0 pid=761 
comm="/usr/bin/powerd ")]
auth.log:Jun 18 17:19:40 localhost dbus[621]: [system] Rejected send message, 4 
matched rules; type="method_return", sender=":1.21" (uid=0 pid=1910 
comm="ofonod -P provision,udev*,dun*,smart*,hfp_bluez5,s") interface="(unset)" 
member="(unset)" error name="(unset)" requested_reply="0" destination=":1.6" 
(uid=0 pid=761 comm="/usr/bin/powerd ")
auth.log:Jun 18 17:19:40 localhost dbus[621]: [system] Rejected send message, 4 
matched rules; type="method_return", sender=":1.21" (uid=0 pid=1910 
comm="ofonod -P provision,udev*,dun*,smart*,hfp_bluez5,s") interface="(unset)" 
member="(unset)" error name="(unset)" requested_reply="0" destination=":1.6" 
(uid=0 pid=761 comm="/usr/bin/powerd ")
auth.log:Jun 18 17:49:07 localhost dbus[621]: [system] Rejected send message, 5 
matched rules; type="method_return", sender=":1.51" (uid=32011 pid=2198 
comm="pulseaudio --start --log-target=syslog ") interface="(unset)" 
member="(unset)" error name="(unset)" requested_reply="0" destination=":1.21" 
(uid=0 pid=1910 comm="ofonod -P provision,udev*,dun*,smart*,hfp_bluez5,s")
auth.log:Jun 18 17:49:27 localhost dbus[621]: [system] Rejected send message, 5 
matched rules; type="method_return", sender=":1.51" (uid=32011 pid=2198 
comm="pulseaudio --start --log-target=syslog ") interface="(unset)" 
member="(unset)" error name="(unset)" requested_reply="0" destination=":1.21" 
(uid=0 pid=1910 comm="ofonod -P provision,udev*,dun*,smart*,hfp_bluez5,s")
auth.log:Jun 18 17:49:46 localhost dbus[621]: [system] Rejected send message, 4 
matched rules; type="method_return", sender=":1.21" (uid=0 pid=1910 
comm="ofonod -P provision,udev*,dun*,smart*,hfp_bluez5,s") interface="(unset)" 
member="(unset)" error name="(unset)" requested_reply="0" destination=":1.6" 
(uid=0 pid=761 comm="/usr/bin/powerd ")
auth.log:Jun 18 17:49:46 localhost dbus[621]: [system] Rejected send message, 4 
matched rules; type="method_return", 

[Bug 1591681] Re: Impossible to configure GnuTLS' %SERVER_PRECEDENCE setting in slapd

2016-06-12 Thread AlainKnaff
Oops, I was just missing the -H ldapi:/// along with the -Y EXTERNAL

Now the following works (well, with slapd, not with the textarea on this
site, WTF? :-( ):

ldapmodify -Y EXTERNAL -H ldapi:/// <<'EOF'
dn: cn=config
changetype: modify
replace: olcTLSCipherSuite
olcTLSCipherSuite: 
SECURE:-VERS-SSL3.0:-3DES-CBC:-ARCFOUR-128:%SERVER_PRECEDENCE:%SAFE_RENEGOTIATION:%FALLBACK_SCSV
EOF


%SERVER_PRECEDENCE does fix the "server cipher order" => good

However %FALLBACK_SCSV fails to fix "TLS_FALLBACK_SCSV (RFC 7507)" which
now says "some unexpected "handshake failure" instead of "inappropriate
fallback" (likely NOT ok)"

Moreover, %SAFE_RENEGOTIATION fails to fix "Secure Client-Initiated
Renegotiation", it still says VULNERABLE (NOT ok), DoS threat. Or maybe,
there's a different setting needed for that?

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

Title:
  Impossible to configure GnuTLS'  %SERVER_PRECEDENCE setting in slapd

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

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


[Bug 1591681] Re: Impossible to configure GnuTLS' %SERVER_PRECEDENCE setting in slapd

2016-06-12 Thread AlainKnaff
I tried it on Xenial, but now I get the following error whatever I do
with LDAP:

SASL/EXTERNAL authentication started
ldap_sasl_interactive_bind_s: Unknown authentication method (-6)
additional info: SASL(-4): no mechanism available:

But, apart from that, trusty is a "long term support" release, and
supposed to get security fixes until April 2019


** Changed in: openldap (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Impossible to configure GnuTLS'  %SERVER_PRECEDENCE setting in slapd

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

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


[Bug 1591757] [NEW] Something randomly stops/starts GPS location service, and interferes with applications that need it

2016-06-12 Thread AlainKnaff
Public bug reported:

I'm using the activitytracker.cwayne18 activity tracker application to
log paths I'm hiking.

Initially, I noticed that the application kept getting suspended just
like the commands running in the terminal application (see bug 1502197).

So, I tried a similar solution, and included all GPS applications that I
had into the lifecycle-exempt-appids, along with the default
(com.ubuntu.music), and the terminal:

 gsettings set com.canonical.qtmir lifecycle-exempt-appids
"['com.ubuntu.music', 'com.ubuntu.terminal',
'me.yohanboniface.sensorsstatus', 'activitytracker.cwayne18',
'gpstracks.karlheinzsalver']"

However, this still didn't help, and I noticed that I still get long
stretches of hike represented by straight lines, just as if the tracker
still stopped working as soon as I stop constantly looking at it, and
only wakes up again when I check its status.

So, at home, I tried stracing the ubuntu-location-serviced, and I
noticed a couple of troubling things:

One thread of ubuntu-location-serviced seems to be getting characters
"binary 1" and "binary 2" from another thread. Binary 2 causes the
following to be logged:

gps_state_thread: line = 1890CMD_STOP has been receiving from HAL
thread, release lock so can handle CLEAN_UP\n\0

==> so apparently something is *deliberately* causing the GPS thread to
be stopped. Quite troubling. Why is this done? Can it be opted out, just
like with the lifecycle-exempt-appids list?

Further debugging showed that the location-service is getting
com.ubuntu.location.Service.Session:StopPositionUpdates from
*somewhere*, but unfortunately, I couldn't find out from where, and
neither why. I don't think it's the application itself, as this happens
*both* for the activity tracker, and for the sensors app. Moreover the
string StopPositionUpdates can be found nowhere within (any of both)
applications' sources.

1) root@alains-pocket-penguin:~# lsb_release -rd
Description:Ubuntu 15.04
Release:15.04

2) root@alains-pocket-penguin:~# apt-cache policy ubuntu-location-service-bin
ubuntu-location-service-bin:
  Installed: 3.0.0+15.04.20160524.3-0ubuntu1
  Candidate: 3.0.0+15.04.20160524.3-0ubuntu1
  Version table:
 *** 3.0.0+15.04.20160524.3-0ubuntu1 0
   1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
100 /var/lib/dpkg/status
 2.1+15.04.20150226-0ubuntu1 0
500 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe armhf Packages

3) What I expected to happen: that location service just keeps running
undisturbed, really, until I no longer need it (i.e. until *I* have
stopped or closed all applications that need GPS, and not when a
mysterious lifecycle manager or HAL thread decides so...)

4) What happened instead:

Different mysterious entities seem to interfere with GPS all the time,
at the slightest excuse (such as snapping a pic, or just putting my
phone into my pocket...)

Is there a gsettings to get rid of this obnoxious behavior? One of the
reasons why I bought an Ubuntu Phone in the first place, rather than an
iPhone was so as not to be encumbered by such nonsense. Who came up with
this idea and why? Save battery life? Let me tell you something: if the
phone is *off* it saves even more battery time, but people get a phone
to actually *do* something with it, and saving battery life should
obviously take second seat to whatever the owner wants to do.

** Affects: location-service (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/1591757

Title:
  Something randomly stops/starts GPS location service, and interferes
  with applications that need it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1591757/+subscriptions

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


[Bug 1591711] [NEW] When autorotating photos using an external program, digikam does not pick up new setting of EXIF orientation flag (or absence thereof)

2016-06-12 Thread AlainKnaff
Public bug reported:

When I visit a photo folder in digikam, and then auto-rotate the photos using 
imagemagick (convert -auto-orient myphoto.jpg myphoto.jpg), then digikam shows 
it rotated twice (just as if the file data had been rotated, and the EXIF tag 
was still present). For example, if the photo was initially rotated right, it 
will now be shown rotated left, rather than upright.
Jhead shows that such photos no longer have any EXIF orientation flag at all.

No matter of refresh, F5, clear thumbnails seems to convince digikam to
take another look at the EXIF header to clear its cached copy of
rotation flag.

The only thing that helps is to do Image->Adjust Exif Orientation
Flag->Normal on each concerned photo individually.

1) root@hitchhiker:~# lsb_release -rd
Description:Ubuntu 14.04.4 LTS
Release:14.04
2) root@hitchhiker:~# apt-cache policy digikam
digikam:
  Installed: 4:3.5.0-0ubuntu10
  Candidate: 4:3.5.0-0ubuntu10
  Version table:
 *** 4:3.5.0-0ubuntu10 0
500 http://be.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
100 /var/lib/dpkg/status

3) What I expected to happen

Even when an external program modifies the photo, digikam should (eventually) 
pick up the changes. It does pick up the changes within the bitmapped data 
after all.
Even without autodetection of the change, I'd expect that explicit refresh or 
clearing of thumbnails would do its job. Digikam's caching shouldn't be so damn 
stubborn.

4) What happened instead

There seems to be no way to cause digikam to re-read the orientation
flag in the Exif header, short of visiting each affected picture
individually and do Image->Adjust Exif Orientation Flag->Normal

P.S. I do know that digikam has its own autorotation function
(Image->Autorotate/Flip using Exif Information), but for some reason
this is *much* slower than using imagemagick...

** Affects: digikam (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/1591711

Title:
  When autorotating photos using an external program, digikam does not
  pick up new setting of EXIF orientation flag (or absence thereof)

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

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


[Bug 1591706] [NEW] postfix is vulnerable to "Secure Client-Initiated Renegotiation" DoS according to testssl

2016-06-12 Thread AlainKnaff
Public bug reported:

According to testssl postfix is vulnerable to "Secure Client-Initiated
Renegotiation" DoS according to testssl, and there seems to be no
obvious way to change this using configuration:

testssl@sendar:~$ ./testssl.sh -t smtp 127.0.0.1:25
...
 Secure Client-Initiated Renegotiation VULNERABLE (NOT ok), DoS threat


1) root@sendar:/home/lilux/alain# lsb_release -rd
Description:Ubuntu 14.04.4 LTS
Release:14.04
2) root@sendar:/home/lilux/alain#  apt-cache policy postfix
postfix:
  Installed: 2.11.0-1ubuntu1
  Candidate: 2.11.0-1ubuntu1
  Version table:
 *** 2.11.0-1ubuntu1 0
500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 2.11.0-1 0
500 http://de.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

3) What I expected to happen

Postfix should either be resilient to this out of the box, or there
should be a config option to make it so

4) What happened instead

Postfix is vulnerable to this condition, without an obvious way to
change this using configuration.

** Affects: postfix (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/1591706

Title:
  postfix is vulnerable to "Secure Client-Initiated Renegotiation" DoS
  according to testssl

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

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


[Bug 1591705] [NEW] sendmail is vulnerable to "Secure Client-Initiated Renegotiation" DoS according to testssl

2016-06-12 Thread AlainKnaff
Public bug reported:

According to testssl sendmail is vulnerable to "Secure Client-Initiated
Renegotiation" DoS according to testssl, and there seems to be no
obvious way to change this using configuration:

testssl@xl:~$ ./testssl.sh -t smtp 127.0.0.1:25
...
 Secure Client-Initiated Renegotiation VULNERABLE (NOT ok), DoS threat

1) testssl@xl:~$ lsb_release -rd
Description:Ubuntu 14.04.4 LTS
Release:14.04
testssl@xl:~$  apt-cache policy sendmail
sendmail:
  Installed: 8.14.4-4.1ubuntu1
  Candidate: 8.14.4-4.1ubuntu1
  Version table:
 *** 8.14.4-4.1ubuntu1 0
500 http://be.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
100 /var/lib/dpkg/status

3) What I expected to happen

Sendmail should either be resilient to this out of the box, or there
should be a config option to make it so

4) What happened instead

Sendmail is vulnerable to this condition, without an obvious way to
change this using configuration

** Affects: sendmail (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/1591705

Title:
  sendmail is vulnerable to "Secure Client-Initiated Renegotiation" DoS
  according to testssl

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

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


[Bug 1591681] [NEW] Impossible to configure GnuTLS' %SERVER_PRECEDENCE setting in slapd

2016-06-12 Thread AlainKnaff
Public bug reported:

While securing our boxes, I noticed that testssl was flagging the
absence of server cipher order:


./testssl.sh localhost:636
 Has server cipher order? nope (NOT ok)

While trying to set it using the following command, slapd just crashed:

dapmodify -Y EXTERNAL -H ldapi:/// <<'EOF'
dn: cn=config
changetype: modify
replace: olcTLSCipherSuite
olcTLSCipherSuite: SECURE:-VERS-SSL3.0:-3DES-CBC:-ARCFOUR-128:%SERVER_PRECEDENCE
-
EOF

Without the %SERVER_PRECEDENCE, it works.

According to https://gnutls.org/manual/html_node/Priority-Strings.html
and http://blog.lighttpd.net/articles/2013/06/01/mitigating-beast-with-
gnutls/ this is indeed the proper setting to add server cipher order.

Same issue happens with %FALLBACK_SCSV ("Downgrade attack prevention NOT
supported"). There seems to be no setting to fix "Secure Client-
Initiated Renegotiation".

However, adding %SAFE_RENEGOTIATION (although not fixing anything) at
least doesn't crash slapd


1) root@xl:~# lsb_release -rd
Description:Ubuntu 14.04.4 LTS
Release:14.04
2) root@xl:~# apt-cache policy slapd
slapd:
  Installed: 2.4.31-1+nmu2ubuntu8.2
  Candidate: 2.4.31-1+nmu2ubuntu8.2
  Version table:
 *** 2.4.31-1+nmu2ubuntu8.2 0
500 http://be.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 
Packages
100 /var/lib/dpkg/status
 2.4.31-1+nmu2ubuntu8 0
500 http://be.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
3) What I expected to happen:

There should be a a way to enforce server cipher order in slapd, as well
as protect against Client-Initiated Renegotiation and prevent downgrade
attacks

4) What happened instead

When trying to enable these settings that would make slapd more secure,
it crashes (and after restart, the requested settings are still not
enabled)

** Affects: openldap (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/1591681

Title:
  Impossible to configure GnuTLS'  %SERVER_PRECEDENCE setting in slapd

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

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


[Bug 1591552] [NEW] vsftpd vulnerable to heartbleed (according to testssl)

2016-06-11 Thread AlainKnaff
Public bug reported:

According to testssl (from https://testssl.sh/testssl.sh) vsftpd is
vulnerable to heartbleed, with now obvious way (in the config) to secure
it:

testssl@will:~$ ./testssl.sh -t ftp lll.lu:21   
...
 Heartbleed (CVE-2014-0160)VULNERABLE (NOT ok)

Or is this a shortcoming of the testssl script, which reports a
vulnerability where there is none? If this is the case, could anybody
explain how the error happens, so that we can get testssl fixed?


1) root@lll:~# lsb_release -rd
Description:Ubuntu 14.04.4 LTS
Release:14.04
2) root@lll:~# apt-cache policy vsftpd
vsftpd:
  Installed: 3.0.2-1ubuntu2.14.04.1
  Candidate: 3.0.2-1ubuntu2.14.04.1
  Version table:
 *** 3.0.2-1ubuntu2.14.04.1 0
500 http://be.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 3.0.2-1ubuntu2 0
500 http://be.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

3) What I expected to happen
 Heartbleed (CVE-2014-0160)not vulnerable (OK) (timed out)

4) What did happen
 Heartbleed (CVE-2014-0160)VULNERABLE (NOT ok)

** Affects: vsftpd (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/1591552

Title:
  vsftpd vulnerable to heartbleed (according to testssl)

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

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


[Bug 1578823] [NEW] Impossible to upgrade from 12.04 LTS to 14.04 LTS

2016-05-05 Thread AlainKnaff
Public bug reported:

Just tried to upgrade a 12.04 installation to 14.04 using do-release-
upgrade

do-release-upgrade just says "No new release found"

According to https://wiki.ubuntu.com/Releases, 12.04 is still supposed
to be supported until April 2017, so don't tell me I'm way too late to
upgrade.

root@lll:~# lsb_release -rd
Description:Ubuntu 12.04.5 LTS
Release:12.04
root@lll:~# apt-cache policy  update-manager-core
update-manager-core:
  Installed: 1:0.156.14.19
  Candidate: 1:0.156.14.19
  Version table:
 *** 1:0.156.14.19 0
500 http://be.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1:0.156.14.5 0
500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 
Packages
 1:0.156.14 0
500 http://be.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages

What you expected to happen:
- Until April 2017 (at least), it should still be possible to upgrade from 
12.04 to 14.04

What happened instead
- do-release-upgrade tells me No new release found

** Affects: update-manager (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/1578823

Title:
  Impossible to upgrade from 12.04 LTS to 14.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1578823/+subscriptions

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


[Bug 1571883] Re: libpam-smbpass:amd64 (2:4.3.8+dfsg-0ubuntu0.14.04.2) causes PAM failure for dovecot

2016-04-26 Thread AlainKnaff
I had the same issue.

After commenting out the following lines from /usr/share/pam-configs
/smbpasswd-migrate, and re-running pam-auth-update, all worked again:

#Auth-Type: Additional
#Auth-Initial:
#   optionalpam_smbpass.so migrate
#Auth-Final:
#   optionalpam_smbpass.so migrate

The relevant lines cause synchronization of samba passwords
_when_user_logs_in_ to any service, rather than just when he changes
passwords. In a steady state system, this is unneeded (Samba password
only needs to change when Unix password changes as well).

I vaguely remember other such issues in the past with these lines. Maybe
they shouldn't be included by default, or be present in a separate pam-
config, to make it easier to disable them independently of the rules in
the "Password" chain?

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

Title:
  libpam-smbpass:amd64 (2:4.3.8+dfsg-0ubuntu0.14.04.2) causes PAM
  failure for dovecot

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

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


[Bug 1574974] [NEW] xlsfonts does not display all fonts

2016-04-26 Thread AlainKnaff
Public bug reported:

Needlessly lost an hour of my time figuring out why I couldn't install
the Abril Fatface font from
http://www.fontsquirrel.com/fonts/list/classification/serif

Whatever howto I followed, the font wouldn't show up in xlsfonts...

... until, on a hunch, I restarted my inkscape, and lo and behold: there
it was.

But why doesn't xlsfonts show it?

1)
> lsb_release -rd
Description:Ubuntu 14.04.4 LTS
Release:14.04
2)
> apt-cache policy x11-utils
x11-utils:
  Installed: 7.7+1
  Candidate: 7.7+1
  Version table:
 *** 7.7+1 0
500 http://be.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status
3) What I expected to happen: xlsfonts should show *all* installed fonts
4) What happened instead: xlsfonts showed *some* fonts, but not all

** Affects: x11-utils (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/1574974

Title:
  xlsfonts does not display all fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/x11-utils/+bug/1574974/+subscriptions

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


[Bug 1518619] Re: The keyboard should have cursor keys

2016-04-25 Thread AlainKnaff
Any news on this? What's the reason for the lack of progress here? Is it
really technically difficult to implement this, or is it "something
else"?

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

Title:
  The keyboard should have cursor keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1518619/+subscriptions

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


[Bug 1573976] [NEW] Windows autoraise after fast mouse movements

2016-04-23 Thread AlainKnaff
Public bug reported:

When moving the mouse quickly from one window to another, occasionally
random windows which are traversed on the path autoraise. This didn't
happen before the last apt-get upgrade

Can be reproduced by jiggling the mouse between 2 windows where one
partly covers the other. After much jjiggling the background window
raises in front.

1) > lsb_release -rd
Description:Ubuntu 14.04.4 LTS
Release:14.04
2) > apt-cache policy kde-window-manager
kde-window-manager:
  Installed: 4:4.11.11-0ubuntu0.2
  Candidate: 4:4.11.11-0ubuntu0.2
  Version table:
 *** 4:4.11.11-0ubuntu0.2 0
500 http://be.archive.ubuntu.com/ubuntu/ trusty-updates/universe amd64 
Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/universe amd64 
Packages
100 /var/lib/dpkg/status
 4:4.11.8-0ubuntu6 0
500 http://be.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
3) What I expected to happen
Windows should stay put, except when asked
4) What happened instead
Windows randomly autoraise

** Affects: kwin (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/1573976

Title:
  Windows autoraise after fast mouse movements

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

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


[Bug 1562269] [NEW] On Ubuntu touch start bluetooth / stop bluetooth hangs

2016-03-26 Thread AlainKnaff
Public bug reported:

When trying to start or stop the bluetooth subsystem, the start or stop
command just hangs.

A couple of upgrades back, we already *had* a similar situation, now it
re-appeared.

However, when Control-C'ing the start command, and then trying it again,
it says "start: Job is already running: bluetooth"

Likewise, when Control-C'ing the stop command and then trying it again,
it says:  "stop: Job has already been stopped: bluetooth"


root@alains-pocket-penguin:~# lsb_release -rd
Description:Ubuntu 15.04
Release:15.04
root@alains-pocket-penguin:~# apt-cache policy bluez
bluez:
  Installed: 5.37-0ubuntu5~overlay1
  Candidate: 5.37-0ubuntu5~overlay1
  Version table:
 *** 5.37-0ubuntu5~overlay1 0
   1001 
http://ppa.launchpad.net/ci-train-ppa-service/emergency-snapshot/ubuntu/ 
vivid/main armhf Packages
100 /var/lib/dpkg/status
 4.101-0ubuntu25 0
500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

What I expected to happen
 start bluetooth should start the bluetooth subsystem, and then return as 
quickly as possible
 stop bluetooth should stop the bluetooth subsystem, and then return as quickly 
as possible

What happened instead
  start bluetooth hangs... and after control-C'ing it, status bluetooth is 
"bluetooth start/starting"
  stop bluetooth hangs... and after control-C'ing it, status bluetooth is 
"bluetooth stop/starting"

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


** Tags: bluetooth-touch

** Tags added: bluetooth-touch

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

Title:
  On Ubuntu touch start bluetooth / stop bluetooth hangs

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

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


[Bug 1551449] [NEW] "is not a type" error in /usr/share/unity8/Components/PhysicalKeysMapper.qml throws phone into UI restart loop

2016-02-29 Thread AlainKnaff
Public bug reported:

This morning, after upgrading "Ubuntu" on my phone using the
SystemSettings->Updates icon, I had the displeasure of seeing the phone
stuck in boot. The big ubuntu circle with dots underneath would show,
flicker briefly, and continue, without ever prompting me for my SIM
pincode, or giving me access to the UI.

Fortunately, the phone would still connect to my Wifi network, so I
could connect to it with ssh to investigate.

It turned out that unity8 crashed with the following error:

file:///usr/share/unity8//OrientedShell.qml:181:5: Type Shell unavailable 
 Shell { 
 ^
file:///usr/share/unity8//Shell.qml:160:5: Type PhysicalKeysMapper unavailable 
 PhysicalKeysMapper { 
 ^
file:///usr/share/unity8//Components/PhysicalKeysMapper.qml:70:5: 
InputEventGenerator is not a type 
 InputEventGenerator { 
 ^

After each crash, upstart --user would restart unity8 (that's presumably
the moment where the Ubuntu circle would flicker).

Commenting out the InputEventGenerator paragraph in
/usr/share/unity8/Components/PhysicalKeysMapper.qml fixed the issue:

//InputEventGenerator {
//id: inputEventGenerator
//}

function onKeyPressed(event, currentEventTimestamp) {

root@alains-pocket-penguin:~# lsb_release -rd
Description:Ubuntu 15.04
Release:15.04
root@alains-pocket-penguin:~# apt-cache policy unity8-common
unity8-common:
  Installed: 8.11+15.04.20160212-0ubuntu1
  Candidate: 8.11+15.04.20160212-0ubuntu1
  Version table:
 *** 8.11+15.04.20160212-0ubuntu1 0
   1001 
http://ppa.launchpad.net/ci-train-ppa-service/emergency-snapshot/ubuntu/ 
vivid/main armhf Packages
100 /var/lib/dpkg/status
 8.02+15.04.20150409.1-0ubuntu1 0
500 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe armhf Packages

What I expected to happen: after software upgrade, phone should boot up
normally, giving me access to the UI

What happened instead: phone booted forever (Ubuntu circle showing),
because it got in a loop with unity8 crashing and restarting forever...

** Affects: phablet-tools (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/1551449

Title:
  "is not a type" error in
  /usr/share/unity8/Components/PhysicalKeysMapper.qml throws phone into
  UI restart loop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/phablet-tools/+bug/1551449/+subscriptions

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


[Bug 1523125] [NEW] Kernel modules of first necessity in linux-image-extra rather than linux-image

2015-12-05 Thread AlainKnaff
Public bug reported:

Recently, after upgrading a machine from 12.04 to 14.04 I noticed that
neither keyboard nor network would work, making it rather hard to
resolve the situation.

Upon further investigation, it turned out that this was because the
linux-image-extra package was missing, and that 14.04 has some rather
critical kernel modules, such as usbhid (keyboard and mouse) and r8169
(my network card).

Please make sure in the future that the basic necessities to interact
with a system are in linux-image-generic, rather than extra.

root@hitchhiker:~# lsb_release -rd
Description:Ubuntu 14.04.3 LTS
Release:14.04
root@hitchhiker:~# apt-cache policy linux-image-generic
linux-image-generic:
  Installed: 3.13.0.71.77
  Candidate: 3.13.0.71.77
  Version table:
 *** 3.13.0.71.77 0
500 http://fr.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 
Packages
100 /var/lib/dpkg/status
 3.13.0.24.28 0
500 http://fr.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

What I expected to happen:
- After an upgrade, I expect the computer to react when I enter keys, move the 
mouse, or attempt to connect to it over the network

What happened instead
- the system was completely unreactive, and needed a boot from a live CD to 
revive it again

** Affects: linux (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/1523125

Title:
  Kernel modules of first necessity in linux-image-extra rather than
  linux-image

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

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


[Bug 1523125] ProcEnviron.txt

2015-12-05 Thread AlainKnaff
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1523125/+attachment/4530249/+files/ProcEnviron.txt

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

Title:
  Kernel modules of first necessity in linux-image-extra rather than
  linux-image

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

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


[Bug 1523125] Lsusb.txt

2015-12-05 Thread AlainKnaff
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1523125/+attachment/4530247/+files/Lsusb.txt

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

Title:
  Kernel modules of first necessity in linux-image-extra rather than
  linux-image

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

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


[Bug 1523125] ProcInterrupts.txt

2015-12-05 Thread AlainKnaff
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1523125/+attachment/4530250/+files/ProcInterrupts.txt

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

Title:
  Kernel modules of first necessity in linux-image-extra rather than
  linux-image

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

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


[Bug 1523125] PulseList.txt

2015-12-05 Thread AlainKnaff
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1523125/+attachment/4530252/+files/PulseList.txt

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

Title:
  Kernel modules of first necessity in linux-image-extra rather than
  linux-image

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

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


[Bug 1523125] CRDA.txt

2015-12-05 Thread AlainKnaff
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1523125/+attachment/4530243/+files/CRDA.txt

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

Title:
  Kernel modules of first necessity in linux-image-extra rather than
  linux-image

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

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


[Bug 1523125] ProcCpuinfo.txt

2015-12-05 Thread AlainKnaff
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1523125/+attachment/4530248/+files/ProcCpuinfo.txt

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

Title:
  Kernel modules of first necessity in linux-image-extra rather than
  linux-image

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

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


[Bug 1523125] CurrentDmesg.txt

2015-12-05 Thread AlainKnaff
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1523125/+attachment/4530244/+files/CurrentDmesg.txt

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

Title:
  Kernel modules of first necessity in linux-image-extra rather than
  linux-image

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

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


[Bug 1523125] BootDmesg.txt

2015-12-05 Thread AlainKnaff
apport information

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/1523125/+attachment/4530242/+files/BootDmesg.txt

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

Title:
  Kernel modules of first necessity in linux-image-extra rather than
  linux-image

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

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


[Bug 1523125] Lspci.txt

2015-12-05 Thread AlainKnaff
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1523125/+attachment/4530246/+files/Lspci.txt

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

Title:
  Kernel modules of first necessity in linux-image-extra rather than
  linux-image

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

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


[Bug 1523125] Re: Kernel modules of first necessity in linux-image-extra rather than linux-image

2015-12-05 Thread AlainKnaff
apport information

** Tags added: apport-collected staging

** Description changed:

  Recently, after upgrading a machine from 12.04 to 14.04 I noticed that
  neither keyboard nor network would work, making it rather hard to
  resolve the situation.
  
  Upon further investigation, it turned out that this was because the
  linux-image-extra package was missing, and that 14.04 has some rather
  critical kernel modules, such as usbhid (keyboard and mouse) and r8169
  (my network card).
  
  Please make sure in the future that the basic necessities to interact
  with a system are in linux-image-generic, rather than extra.
  
  root@hitchhiker:~# lsb_release -rd
  Description:Ubuntu 14.04.3 LTS
  Release:14.04
  root@hitchhiker:~# apt-cache policy linux-image-generic
  linux-image-generic:
Installed: 3.13.0.71.77
Candidate: 3.13.0.71.77
Version table:
   *** 3.13.0.71.77 0
  500 http://fr.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 
Packages
  100 /var/lib/dpkg/status
   3.13.0.24.28 0
  500 http://fr.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  
  What I expected to happen:
  - After an upgrade, I expect the computer to react when I enter keys, move 
the mouse, or attempt to connect to it over the network
  
  What happened instead
  - the system was completely unreactive, and needed a boot from a live CD to 
revive it again
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.19
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC2:  alain 20052 F pulseaudio
+  /dev/snd/controlC0:  alain 20052 F pulseaudio
+  /dev/snd/controlC1:  alain 20052 F pulseaudio
+ CurrentDesktop: KDE
+ DistroRelease: Ubuntu 14.04
+ HibernationDevice: RESUME=UUID=c38c446b-65ae-46d8-8a18-be3d0ec158ba
+ MachineType: System manufacturer System Product Name
+ NonfreeKernelModules: nvidia
+ Package: linux (not installed)
+ ProcFB:
+  
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-71-generic 
root=UUID=e3f4a5e0-198c-44c3-82dd-529645435d71 ro quiet splash nomodeset 
console=tty0 libata.force=nosrst nomdmonddf nomdmonisw crashkernel=384M-:128M 
crashkernel=384M-:128M crashkernel=384M-:128M
+ ProcVersionSignature: Ubuntu 3.13.0-71.114-generic 3.13.11-ckt29
+ RelatedPackageVersions:
+  linux-restricted-modules-3.13.0-71-generic N/A
+  linux-backports-modules-3.13.0-71-generic  N/A
+  linux-firmware 1.127.19
+ RfKill: Error: [Errno 2] No such file or directory
+ StagingDrivers: keucr
+ Tags:  trusty staging
+ Uname: Linux 3.13.0-71-generic x86_64
+ UpgradeStatus: Upgraded to trusty on 2015-08-26 (101 days ago)
+ UserGroups: adm admin audio cdrom cvs dialout dip disk floppy kqemu kvm 
libvirtd lpadmin netdev plugdev powerdev sbuild scanner video voice
+ WpaSupplicantLog:
+  
+ _MarkForUpload: True
+ dmi.bios.date: 02/04/2010
+ dmi.bios.vendor: Phoenix Technologies, LTD
+ dmi.bios.version: ASUS M2A-VM ACPI BIOS Revision 5001
+ dmi.board.name: M2A-VM
+ dmi.board.vendor: ASUSTeK Computer INC.
+ dmi.board.version: 1.XX
+ dmi.chassis.asset.tag: 123456789000
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: Chassis Manufacture
+ dmi.chassis.version: Chassis Version
+ dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvrASUSM2A-VMACPIBIOSRevision5001:bd02/04/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2A-VM:rvr1.XX:cvnChassisManufacture:ct3:cvrChassisVersion:
+ dmi.product.name: System Product Name
+ dmi.product.version: System Version
+ dmi.sys.vendor: System manufacturer

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1523125/+attachment/4530241/+files/AlsaInfo.txt

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

Title:
  Kernel modules of first necessity in linux-image-extra rather than
  linux-image

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

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


[Bug 1523125] ProcModules.txt

2015-12-05 Thread AlainKnaff
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1523125/+attachment/4530251/+files/ProcModules.txt

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

Title:
  Kernel modules of first necessity in linux-image-extra rather than
  linux-image

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

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


[Bug 1523125] WifiSyslog.txt

2015-12-05 Thread AlainKnaff
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1523125/+attachment/4530255/+files/WifiSyslog.txt

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

Title:
  Kernel modules of first necessity in linux-image-extra rather than
  linux-image

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

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


[Bug 1523125] UdevLog.txt

2015-12-05 Thread AlainKnaff
apport information

** Attachment added: "UdevLog.txt"
   
https://bugs.launchpad.net/bugs/1523125/+attachment/4530254/+files/UdevLog.txt

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

Title:
  Kernel modules of first necessity in linux-image-extra rather than
  linux-image

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

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


[Bug 1523125] UdevDb.txt

2015-12-05 Thread AlainKnaff
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1523125/+attachment/4530253/+files/UdevDb.txt

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

Title:
  Kernel modules of first necessity in linux-image-extra rather than
  linux-image

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

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


[Bug 1523125] IwConfig.txt

2015-12-05 Thread AlainKnaff
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1523125/+attachment/4530245/+files/IwConfig.txt

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

Title:
  Kernel modules of first necessity in linux-image-extra rather than
  linux-image

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

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


[Bug 1523125] Re: Kernel modules of first necessity in linux-image-extra rather than linux-image

2015-12-05 Thread AlainKnaff
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Kernel modules of first necessity in linux-image-extra rather than
  linux-image

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

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


[Bug 1516218] Re: xmir fails to start

2015-12-03 Thread AlainKnaff
** Attachment added: "Output when launching Xmir from terminal"
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1516218/+attachment/4529275/+files/out.txt

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

Title:
  xmir fails to start

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

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


[Bug 1516218] Re: xmir fails to start

2015-12-03 Thread AlainKnaff
Yes, this works. Strangely enough, only when launched from an ssh
session, but not from the local terminal (see attachment out.txt)

I can now display an xterm running on my desktop on my phone's screen.

However:
 - how do I get the keyboard?
 - how do I zoom (2 finger pinch doesn't work :-( )

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

Title:
  xmir fails to start

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

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


[Bug 1516218] Re: xmir fails to start

2015-12-03 Thread AlainKnaff
Thanks

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

Title:
  xmir fails to start

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

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


[Bug 1520915] Re: Messaging app sends message spontaneously if user spends too much time entering/editing it...

2015-11-30 Thread AlainKnaff
> How long did you wait and are you sure it was sent due to the waiting?
I didn't actually wait, but rather type and edit, and suddenly during typing it 
went off.

> Can you reproduce the issue?
It happened twice in a row, with 2 different messages (... and the second time, 
it actually occurred much quicker than the first time around)


** Changed in: messaging-app (Ubuntu)
   Status: Incomplete => New

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

Title:
  Messaging app sends message spontaneously if user spends too much time
  entering/editing it...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1520915/+subscriptions

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


[Bug 1520915] [NEW] Messaging app sends message spontaneously if user spends too much time entering/editing it...

2015-11-29 Thread AlainKnaff
Public bug reported:

Recently when sending a longer message, I noticed that it would send the
message while I was still editing it.


> lsb_release -rd
Description:Ubuntu 15.04
Release:15.04
> apt-cache policy messaging-app
messaging-app:
  Installed: 0.1+15.04.20151112-0ubuntu1
  Candidate: 0.1+15.04.20151112-0ubuntu1
  Version table:
 *** 0.1+15.04.20151112-0ubuntu1 0
   1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
100 /var/lib/dpkg/status
 0.1+15.04.20150413-0ubuntu1 0
500 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe armhf Packages

What I expected to happen:
- Message should only be sent when clicking send (the little paper airplane 
icon), and not before, no matter how much time I take to enter it, and how much 
editing and futzing around I do

What happened instead:
- after a while, message was fired off on its own, without it actually being 
ready

** Affects: messaging-app (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/1520915

Title:
  Messaging app sends message spontaneously if user spends too much time
  entering/editing it...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1520915/+subscriptions

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


[Bug 1520920] [NEW] No way to block javascript

2015-11-29 Thread AlainKnaff
Public bug reported:

There seems to be no obvious way to block javascript. Some pages, such
as http://www.lemonde.fr are almost unusable due to the sheer number of
garbage scripts running on there.

> lsb_release -rd
Description:Ubuntu 15.04
Release:15.04
> apt-cache policy webbrowser-app
webbrowser-app:
  Installed: 0.23+15.04.20151103-0ubuntu1
  Candidate: 0.23+15.04.20151103-0ubuntu1
  Version table:
 *** 0.23+15.04.20151103-0ubuntu1 0
   1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
100 /var/lib/dpkg/status
 0.23+15.04.20150416-0ubuntu1 0
500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

What I expect to happen
- Scripts should not run without my permission. Either prompt for them, or give 
me access to a configuration screen where I can enable/disable them, or at 
least a gsettings config setting

What happened instead
- Scripts run, popping up windows before content I'm reading, and slowing down 
the phone (noticeable lag while scrolling through a lemonde.fr article) due to 
their inefficient implementation

** Affects: webbrowser-app (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/1520920

Title:
  No way to block javascript

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1520920/+subscriptions

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


[Bug 666828] Re: task jbd2/cciss!c0d0:258 blocked for more than 120 seconds

2015-11-27 Thread AlainKnaff
Just saw this one as well today, on a 12.04.5 with a 3.13 kernel

Ssh, and serial console were unresponsive.

Console displayed message about jbd2 being blocked for more than 120
seconds, and then loads of other processes (apache2) blocked for 120
seconds as well (but jbd2 was the first such message chronologically)

Scrolling up and down virtual console worked.

Changing virtual consoles worked as well, login prompts were displayed
on the other virtual consoles, but after entering user name and pressing
return there would just hang (no output, apart user name itself)

After reboot (by killing the kvm process handling this virtual machine),
logfiles showed a bunch of NUL characters (^@) before the reboot
messages, and last message before these NULs was approx 2 hours before
the crash.

We've been running this virtual machine for a while, and this is the
first time this happened.

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

Title:
  task jbd2/cciss!c0d0:258 blocked for more than 120 seconds

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

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


[Bug 1516249] Re: file:/ URLs not supported

2015-11-21 Thread AlainKnaff
> If browsing the local filesystem was allowed, this could easily be
implemented, of course.

Other apps, such as the "Document Viewer" seem to be perfectly able to
see the local filesystem... Same for the terminal app, and any programs
started by it (... and this is a good thing too, please keep it that
way!)

> Ubuntu touch’s security model confines applications so that they can’t
gain access to other applications’ data and files. The browser is no
exception,

Why not *make* it an exception? After all, in a way, it is supplied by
Ubuntu themselves, and thus should be able to be trusted, no? And the
Document Viewer seems to be an existing exception already.

> If a user knows how to set up a local web server, they supposedly know
what they are doing, and it’s their responsibility to ensure that
they’re not giving away access to all their files to the outer world.

Ok, so the user will note his passwords on a piece of paper, and a
bystander reads it off from it too. Or he has the same password
everywhere... (... and his favorite porn site gets hacked, and that was
the same password as his bank...) So, even non-technical users have
plenty of ways of screwing things up if safer alternatives are
unavailable. The point here is, putting passwords in a file:/// would be
one way to work around bug #1516220, and this is not available,
potentially pushing users to less safe solutions.

>> Btw, other phone browsers, such as Android, do allow this.
>Last time I checked, it didn’t.

Please check again. Nowadays Android browsers (both Firefox and builtin
browser) can browse file:/// URL's just fine. Obviously there are some
directories where normal Unix permissions provide access, but all the
others (including top level root directory) _are_ accessible. Firefox
displays directory listings, however Android's builtin browser shows an
empty page for directories. It *does* access them though, as it displays
an error message for non-existing directories. And it does show .txt and
.html files (and probably other file types too, but I'm to lazy to check
them all. The point has been proven.)

> That was a while ago though, things might have changed. Android has a
rather different security model though.

Well, I just pointed this out, as you seemed to be very sure that it
didn't

> Please avoid confirming your own bug reports. Thanks for your time and
bug reports, keep them coming!

Sorry for this. I guess I was just pissed as seeing valid bugs marked
invalid. From now on, I'll transition them back to "New" instead.


** Changed in: webbrowser-app (Ubuntu)
   Status: Invalid => New

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

Title:
  file:/ URLs not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1516249/+subscriptions

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

[Bug 1516245] Re: Full URL of page not shown unless user clicks on it

2015-11-21 Thread AlainKnaff
> This is a largely matter of personal preference

In that case, made their could indeed be a personal setting in some
configuration dialog?


Well maybe it's only an opinion, but then the other point of view is merely an 
opinion too.


Moreover, the thing is, somebody had to _go_out_of_their_way_ to implement this 
behavior, which is an inconvenience to at least some of the users.

And if the other path had been taken, would that actually have _inconvenienced_ 
anybody? Do we really want to pander to the kind of users who might be "scared" 
of long URLs? Maybe it might explode in their face or other such nonsense?  :-)
Probably that kind of person would get an iPhone anyways, blissfully unaware 
that there are other smartphones out there :-)

> - Opera Mobile Browser & - Safari Mobile Browser: Only host name is
shown

Ok, but if I wanted an Opera Phone, I would have gotten an Opera Phone
all along

> - Chrome Mobile Browser & Firefox Mobile Browser : As much as possible
from the *beginning* of a URL is shown (so if a URL is longer than 14-20
characters, only part of the host portion of the URL is visible anyway).

Yeah, show the beginning of the URL. My point all along.

Btw, the Android buitin browser shows the entire URL as well (... as
much as fits, from the beginning, yadda di, yadda da, ...). And the
archetypical iPhone user might have heard that "Samsung" makes nice
smartphones too, so even this category would be able accustomed to see
more than just the hostname :-)

** Changed in: webbrowser-app (Ubuntu)
   Status: Invalid => New

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

Title:
  Full URL of page not shown unless user clicks on it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1516245/+subscriptions

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


[Bug 1516243] Re: Neither CSS pixel counts nor physical dimension are honored

2015-11-21 Thread AlainKnaff
Desktop version? Device detection? Sniffing?
Errm, this is on a plain static web page without any such nonsense. Re-opening 
it.


** Changed in: webbrowser-app (Ubuntu)
   Status: Invalid => New

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

Title:
  Neither CSS pixel counts nor physical dimension are honored

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1516243/+subscriptions

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


[Bug 1516700] Re: When entering message into messaging apps, last word keeps turning into gibberish

2015-11-21 Thread AlainKnaff
I was typing the message in Luxembourgish.

Was indeed auto-correction, took me a while to find where to switch this
off in the global settings. Maybe it should be off by default, or maybe
somehow made less intrusive?

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

Title:
  When entering message into messaging apps, last word keeps turning
  into gibberish

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1516700/+subscriptions

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


[Bug 1516700] [NEW] When entering message into messaging apps, last word keeps turning into gibberish

2015-11-16 Thread AlainKnaff
Public bug reported:

Whenever I type a space after the last word (such as would happen lots
of time when entering an SMS message normally), the last word entered
turns into gibberish.

Workaround: entering a lower case letter, and then moving back, so that
the text entered is not end of line turns off this misfeature, but is
cumbersome due to lack of cursor key, and proximity of camera icon near
beginning of text field.


root@alains-pocket-penguin:~# lsb_release -rd
Description:Ubuntu 15.04
Release:15.04
root@alains-pocket-penguin:~# apt-cache policy messaging-app
messaging-app:
  Installed: 0.1+15.04.20151112-0ubuntu1
  Candidate: 0.1+15.04.20151112-0ubuntu1
  Version table:
 *** 0.1+15.04.20151112-0ubuntu1 0
   1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
100 /var/lib/dpkg/status
 0.1+15.04.20150413-0ubuntu1 0
500 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe armhf Packages

What I expect to happen: I should be able to enter text normally,
without last word being transformed into gibberish.

What happens instead: Entering a space after last word garbles the word.
WTF?

** Affects: messaging-app (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/1516700

Title:
  When entering message into messaging apps, last word keeps turning
  into gibberish

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1516700/+subscriptions

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


[Bug 1440294] Re: syncevolution - no export of tasks / memos Aquaris E4.5

2015-11-15 Thread AlainKnaff
I get the impression that the reason for this "lack of synchronization"
is that Ubuntu's "Tasks" app does not actually use the system-task-list
but rather its own list somewhere else.

Indeed, after synchronization, running syncevolution --print-items
backend=evolution-tasks on the phone does show all the tasks that I had
in my caldav repository.

Or maybe there is some other task app than the built-in one available,
which uses the system task list instead?

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

Title:
   syncevolution - no export of tasks / memos Aquaris E4.5

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

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


[Bug 1516245] Re: Full URL of page not shown unless user clicks on it

2015-11-15 Thread AlainKnaff
> There is. It is a conscious design decision.

If I wanted this kind of extended consciousness, I'd do some yoga, or
light a candle. Or maybe get a Nokia Lumia :-)

No, seriously, this means it's still a bug, just a design bug rather
than an implementation bug.

>  On small form factors where there is not enough space to display a
full URL anyway, this ensures that at least the domain name is visible.

Ermm or display the _beginning_ of the string, rather than the end
(and optionally skip the protocol, if that's an issue)? It doesn't real
take a genius to figure that one out, now does it... ? Or what was your
point?

** Changed in: webbrowser-app (Ubuntu)
   Status: Invalid => Confirmed

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

Title:
  Full URL of page not shown unless user clicks on it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1516245/+subscriptions

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


[Bug 1516249] Re: file:/ URLs not supported

2015-11-15 Thread AlainKnaff
> If you wanted to browse the local filesystem, the correct URL would be
"file:///", not "file:/".

In any other browser I know, both work. If necessary, the browser adds
the 2 missing slashes.

> Anyway, ubuntu touch’s security model prevents the browser from
browsing the file system by design.

Huh? Could you explain how this improves security? As far as I can see,
it encourages users to set up a local web server, potentially
broadcasting confidential files to the local area, rather than keeping
them on the phone.

Btw, other phone browsers, such as Android, do allow this.

If this is not a big effort to implement, please do, or at least until
bug #1516220 is fixed.


** Changed in: webbrowser-app (Ubuntu)
   Status: Invalid => Confirmed

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

Title:
  file:/ URLs not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1516249/+subscriptions

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

[Bug 1516421] [NEW] Bluetooth connection to Toyota Prius lost during first call

2015-11-15 Thread AlainKnaff
Public bug reported:

Pairing can be established, but then gets messed up as soon as it is
used.

When making a call, there's no audio on both ends, and soon after the
Prius thinks that no phone is connected.

Moreover, on the phone there now is no audio, even when making a normal
call (away from the car, without using hands free)

Clicking on the loudspeaker icon during the call fixes that though, but
this is awkward, as this has to be done during the call, as the
loudspeaker icon is not available anywhere else.

phablet@ubuntu-phablet:~$ lsb_release -rd
Description:Ubuntu 15.04
Release:15.04
phablet@ubuntu-phablet:~$ apt-cache policy  bluetooth-touch
bluetooth-touch:
  Installed: 0.3.1
  Candidate: 0.3.1
  Version table:
 *** 0.3.1 0
500 http://ports.ubuntu.com/ubuntu-ports/ vivid/universe armhf Packages
100 /var/lib/dpkg/status

What I expected to happen:
  When making a call in my car, I should hear the other party, and the other 
party should hear me. The configuration of both the car's bluetooth stack, and 
the phone's bluetooth stack should stay sane. After getting out of the car, it 
should be possible to make normal calls using the phone's builtin microphone 
and earset.

What happened instead:
 I could not hear the called party, and the called party could not hear me. 
After the call, the car's bluetooth stack seemed messed up (claiming no phone 
was connected), and so was the phone's RF stack and audio.
A call away from the car had no audio either. Wifi no longer worked (until I 
disabled, and then re-enabled it). Phone stayed "non discoverable" in Bluetooth 
and stayed so even after reboot (red spinning icon next to "Not discoverable" 
label in Bluetooth settings kept spinning forever)

** Affects: bluetooth-touch (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/1516421

Title:
  Bluetooth connection to Toyota Prius lost during first call

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluetooth-touch/+bug/1516421/+subscriptions

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


[Bug 1472901] Re: Zoom in/out does not work in web browser

2015-11-15 Thread AlainKnaff
I see the problem too (on Facebook mobile, for example).

I wanted to try this Force enable Zoom in Settings->Accessibility, but
neither the webbrowser app's Settings, nor the global Settings page had
an Accessibility submenu.

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

Title:
  Zoom in/out does not work in web browser

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1472901/+subscriptions

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


[Bug 1515631] Re: Cannot move a bookmark to bin

2015-11-15 Thread AlainKnaff
The odd thing is, while it doesn't work from the bookmarks menu, it does
work from the New Tab menu.

You access that by sliding up from the lower edge, and then tapping "+
New Tab"

Just posting this to help others, until a proper fix is released.

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

Title:
  Cannot move a bookmark to bin

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1515631/+subscriptions

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


[Bug 1516248] Re: Bookmarklets do not work

2015-11-15 Thread AlainKnaff
*** This bug is a duplicate of bug 1407746 ***
https://bugs.launchpad.net/bugs/1407746

Sorry, hadn't noticed that this bug was already filed.
Duplicate of #1407746

** This bug has been marked a duplicate of bug 1407746
   No way to use a bookmarklet (bookmarked javascript: link)

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

Title:
  Bookmarklets do not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1516248/+subscriptions

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


[Bug 1516220] [NEW] No form completion nor password manager present

2015-11-14 Thread AlainKnaff
Public bug reported:

Is this a joke or what? Even on my 5 year old Nokia N900, the builtin
Web browser had form autocomplete, and password management.

On Ubuntu phone's Web browser, I have to re-enter user name and password
of each web site manually. The browser remembering it from the previous
visit :-(

IMHO, this should be one of the top priorities to implement for the next
release. In 2015, you just don't release a "production ready" browser
without password management. This makes using many social networking
sites a pain :-(

phablet@ubuntu-phablet:~$ lsb_release -rd
Description:Ubuntu 15.04
Release:15.04
phablet@ubuntu-phablet:~$ apt-cache policy webbrowser-app
webbrowser-app:
  Installed: 0.23+15.04.20151103-0ubuntu1
  Candidate: 0.23+15.04.20151103-0ubuntu1
  Version table:
 *** 0.23+15.04.20151103-0ubuntu1 0
   1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
100 /var/lib/dpkg/status
 0.23+15.04.20150416-0ubuntu1 0
500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

What I expect to happen:
   when I visit a login form, which I visited already before, it should fill in 
user name and password as entered last time (or offer me a choice, if during 
the past visits, I used different pairs of credentials)

What happened instead:
  form shows up blank, even if I've been there before

** Affects: webbrowser-app (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/1516220

Title:
  No form completion nor password manager present

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1516220/+subscriptions

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


[Bug 1516218] Re: xmir fails to start

2015-11-14 Thread AlainKnaff
phablet@ubuntu-phablet:~$ lsb_release -rd
Description:Ubuntu 15.04
Release:15.04
phablet@ubuntu-phablet:~$ apt-cache policy xmir
xmir:
  Installed: 2:1.17.2-1ubuntu0.1~overlay5
  Candidate: 2:1.17.2-1ubuntu0.1~overlay5
  Version table:
 *** 2:1.17.2-1ubuntu0.1~overlay5 0
   1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
100 /var/lib/dpkg/status

What I expected to happen:
   Xmir should start, and forward requests from X clients (such as firefox) to 
the Mir server

What happened install:
   Xmir failed to start, with error above

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

Title:
  xmir fails to start

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

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


[Bug 1516218] [NEW] xmir fails to start

2015-11-14 Thread AlainKnaff
Public bug reported:

When trying to start Xmir on my Ubuntu Phone (Aquaris BQ E5), I get the
following error:

phablet@ubuntu-phablet:~$ Xmir
ARM architecture: Defaulting to software mode because glamor is not stable
(EE) 
Fatal server error:
(EE) Failed to connect to Mir: Failed to send message to server: Broken pipe
(EE)

This happens no matter whether I do it from the terminal app or via a
remote ssh session.


Just trying to start an X application (hoping that Xmir would be started 
transparently) fails as well:

phablet@ubuntu-phablet:~$ firefox
Error: cannot open display: :0

** Affects: xorg-server (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/1516218

Title:
  xmir fails to start

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

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


[Bug 1516245] [NEW] Full URL of page not shown unless user clicks on it

2015-11-14 Thread AlainKnaff
Public bug reported:

By default, the browser only shows the host name of the page. However,
the full URL is shown when clicking on it.

There's really no reason to do this, so why not show the entire URL all
the time (or at least as much of it as fits in the URL bar)

phablet@ubuntu-phablet:~/public_html$ lsb_release -rd
Description:Ubuntu 15.04
Release:15.04
phablet@ubuntu-phablet:~/public_html$ apt-cache policy webbrowser-app
webbrowser-app:
  Installed: 0.23+15.04.20151103-0ubuntu1
  Candidate: 0.23+15.04.20151103-0ubuntu1
  Version table:
 *** 0.23+15.04.20151103-0ubuntu1 0
   1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
100 /var/lib/dpkg/status
 0.23+15.04.20150416-0ubuntu1 0
500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

What I expected to happen:
  URL should be visible entirely all the time (or at least as much as fits)

What happened instead:
  Only host name of page is shown. Rest of URL is only shown after clicking on 
it.

** Affects: webbrowser-app (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/1516245

Title:
  Full URL of page not shown unless user clicks on it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1516245/+subscriptions

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


[Bug 1516246] [NEW] There is no way to copy-paste from text of a web page

2015-11-14 Thread AlainKnaff
Public bug reported:

phablet@ubuntu-phablet:~/public_html$ lsb_release -rd
Description:Ubuntu 15.04
Release:15.04
phablet@ubuntu-phablet:~/public_html$ apt-cache policy webbrowser-app
webbrowser-app:
  Installed: 0.23+15.04.20151103-0ubuntu1
  Candidate: 0.23+15.04.20151103-0ubuntu1
  Version table:
 *** 0.23+15.04.20151103-0ubuntu1 0
   1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
100 /var/lib/dpkg/status
 0.23+15.04.20150416-0ubuntu1 0
500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

What I expected to happen:
  Long tapping in the text of a web page should make 2 cursor widget pop up, 
with which I can select a region to be copy-pasted (just as happens in the 
terminal app, or in the URL bar for that matter)

What happened instead:
  Long tapping does nothing. There seems to be no other way to select text from 
the body of a web page either.

** Affects: webbrowser-app (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/1516246

Title:
  There is no way to copy-paste from text of a web page

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1516246/+subscriptions

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


[Bug 1516248] [NEW] Bookmarklets do not work

2015-11-14 Thread AlainKnaff
Public bug reported:

In many of today's browser, it is possible to bookmark a javascript: URL
. When clicking on such a bookmark, the javascript code snippet is
executed within the context of the currently shown page.

Attempting to do this in the Ubuntu Phone web browser pops up a new tab
with an about:blank page...

Bookmarklets would be handy to work around other deficiencies in the
browser (such as lack of form autocompletion or password manager, bug
#1516220): just have some javascript bookmark that fills in the required
fields (I know, there are security implications, but for unimportant
social networking sites this would be ok)

phablet@ubuntu-phablet:~/public_html$ lsb_release -rd
Description:Ubuntu 15.04
Release:15.04
phablet@ubuntu-phablet:~/public_html$ apt-cache policy webbrowser-app
webbrowser-app:
  Installed: 0.23+15.04.20151103-0ubuntu1
  Candidate: 0.23+15.04.20151103-0ubuntu1
  Version table:
 *** 0.23+15.04.20151103-0ubuntu1 0
   1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
100 /var/lib/dpkg/status
 0.23+15.04.20150416-0ubuntu1 0
500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

What I expected to happen:
 javascript code of the bookmark should be executed on current page

What happened instead:
 New tab is created with about:blank content

** Affects: webbrowser-app (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/1516248

Title:
  Bookmarklets do not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1516248/+subscriptions

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


[Bug 1516249] [NEW] file:/ URLs not supported

2015-11-14 Thread AlainKnaff
Public bug reported:

file:/ URLs are not suported (... instead it passes it on to google when
entered into URL bar, or raises a "network error" when followed from a
page)

Being able to browser local html pages would be handy to work around bug
#1516220 (lack of form completion or password manager), because that way
could could store pre-filled forms somewhere on your home directory.

Well it is still possible to pull of this workaround, but it requires
installing nginx (... and configuring it correctly to prevent people on
the same Wifi from snarfing your password-containing templates...)

phablet@ubuntu-phablet:~/public_html$ lsb_release -rd
Description:Ubuntu 15.04
Release:15.04
phablet@ubuntu-phablet:~/public_html$ apt-cache policy webbrowser-app
webbrowser-app:
  Installed: 0.23+15.04.20151103-0ubuntu1
  Candidate: 0.23+15.04.20151103-0ubuntu1
  Version table:
 *** 0.23+15.04.20151103-0ubuntu1 0
   1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
100 /var/lib/dpkg/status
 0.23+15.04.20150416-0ubuntu1 0
500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

What I expected to happen:
  Visiting file:/ should show me a directory view of the root directory of the 
device

What happened instead:
  The phone passed the string file:/ on to google... D'oh... :-(

** Affects: webbrowser-app (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/1516249

Title:
  file:/ URLs not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1516249/+subscriptions

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


[Bug 1516243] [NEW] Neither CSS pixel counts nor physical dimension are honored

2015-11-14 Thread AlainKnaff
Public bug reported:

The browser respects neither pixels nor physical (cm) sizes.

Specifying a rectangle with width: 558px takes up the whole width of the
screen in portrait whereas 559px in landscape mode, even though
according to spec of the BQ Aquaris E5 (on which I tried this), the
resolution should be  720 x 1280 (and not 558x559 !)

Specyifying a rectangle with width: 5cm in CSS shows as approx 2.2cm in
portrait mode and 3.7 cm in landscape mode.

It is my understanding that in a browser, either the pixel count matches
or the physical dimension. In the present case, none of them match.

In particular, in the present case, the user-visible effect is that on
many web pages, the fonts are unreadably small when viewed in portrait
mode...

phablet@ubuntu-phablet:~/public_html$ lsb_release -rd
Description:Ubuntu 15.04
Release:15.04
phablet@ubuntu-phablet:~/public_html$ apt-cache policy webbrowser-app
webbrowser-app:
  Installed: 0.23+15.04.20151103-0ubuntu1
  Candidate: 0.23+15.04.20151103-0ubuntu1
  Version table:
 *** 0.23+15.04.20151103-0ubuntu1 0
   1001 
http://ppa.launchpad.net/ci-train-ppa-service/stable-snapshot/ubuntu/ 
vivid/main armhf Packages
100 /var/lib/dpkg/status
 0.23+15.04.20150416-0ubuntu1 0
500 http://ports.ubuntu.com/ubuntu-ports/ vivid/main armhf Packages

What I expect to happen:
   Either the CSS pixel count or the physical dimensions (cm, inches) specified 
in CSS should be honored
   Scale should not change by turning the phone

What happened instead:
  Neither CSS pixel count nor physical dimensions are honored
  Text becomes smaller when viewing in portrait

** Affects: webbrowser-app (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/1516243

Title:
  Neither CSS pixel counts nor physical dimension are honored

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1516243/+subscriptions

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


[Bug 1158141] Re: apache2 forward proxy socket read error

2015-10-08 Thread AlainKnaff
Same problem here.

Works fine with 1.9.0+svn250-3

Broken with 1.9.0+svn250-5 (Package for vivid, installed on a trusty)


Btw, Robie, if you snub one user, in reality you also snub hundreds of others 
who find his bug report by googling for the same symptoms, so please be a bit 
more helpful. It reflects badly on the community.

... and if it is not the same problem, maybe the real bug is that the
error message is just so goddamn vague. Even with -v (verbose) there was
not more detail than "error: Socket read error".

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

Title:
  apache2 forward proxy socket read error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1158141/+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 1158141] Re: apache2 forward proxy socket read error

2015-10-08 Thread AlainKnaff
Same problem here.

Works fine with 1.9.0+svn250-3

Broken with 1.9.0+svn250-5 (Package for vivid, installed on a trusty)


Btw, Robie, if you snub one user, in reality you also snub hundreds of others 
who find his bug report by googling for the same symptoms, so please be a bit 
more helpful. It reflects badly on the community.

... and if it is not the same problem, maybe the real bug is that the
error message is just so goddamn vague. Even with -v (verbose) there was
not more detail than "error: Socket read error".

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

Title:
  apache2 forward proxy socket read error

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

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


[Bug 1158141] Re: apache2 forward proxy socket read error

2015-10-08 Thread AlainKnaff
Found it.

Actually it was due to both a pecularity in the proxy server I wanted to
get through, and a bug in how proxytunnel sets SNI.

It seems that our proxy server ignores SNI in SSLv3, but considers it in
TLSv1.

And proxytunnel sets the wrong SNI.

proxytunnel ---> proxy1 (the one I want to get through)  ---> proxy2 (my
Apache) ---> ssh.

After sending CONNECT proxy2:443 to the proxy1 (in order to be connected
through to proxy2), it starts negotiating the SSL session with proxy2.
It would be logical to base that negotiation on the host name of proxy2.
However, proxytunnel mistakenly includes proxy1 as the SNI in that
negotiation.

With the result that the "evil" proxy1, which snoops at the initial part
of the negotiation (which is still clear-text...), sees that SNI, then
ignores the host that it got in the CONNECT header, and instead attempts
to connect to the host that it saw in the SNI, which would be itself
(proxy1 instead of proxy2).

In my case, just dropping the SNI setting code in stream_enable_ssl in
pstream.c fixed the issue.

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

Title:
  apache2 forward proxy socket read error

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

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


[Bug 1158141] Re: apache2 forward proxy socket read error

2015-10-08 Thread AlainKnaff
Found it.

Actually it was due to both a pecularity in the proxy server I wanted to
get through, and a bug in how proxytunnel sets SNI.

It seems that our proxy server ignores SNI in SSLv3, but considers it in
TLSv1.

And proxytunnel sets the wrong SNI.

proxytunnel ---> proxy1 (the one I want to get through)  ---> proxy2 (my
Apache) ---> ssh.

After sending CONNECT proxy2:443 to the proxy1 (in order to be connected
through to proxy2), it starts negotiating the SSL session with proxy2.
It would be logical to base that negotiation on the host name of proxy2.
However, proxytunnel mistakenly includes proxy1 as the SNI in that
negotiation.

With the result that the "evil" proxy1, which snoops at the initial part
of the negotiation (which is still clear-text...), sees that SNI, then
ignores the host that it got in the CONNECT header, and instead attempts
to connect to the host that it saw in the SNI, which would be itself
(proxy1 instead of proxy2).

In my case, just dropping the SNI setting code in stream_enable_ssl in
pstream.c fixed the issue.

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

Title:
  apache2 forward proxy socket read error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1158141/+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 1501242] [NEW] initctl list does not show all jobs from /etc/init

2015-09-30 Thread AlainKnaff
Public bug reported:

initctl list only shows a handful (16) of jobs of /etc/init/ despite 117
conf files being present.

Some jobs, such as xinetd and winbind cannot be started or stopped using
upstart, even though an /etc/init/xinetd.conf and an
/etc/init/winbind.conf file exist.

Both files are unmodified since package installation.

Xinetd has been installed for a while, whereas winbind is a fresh
installation.

Neither kill -HUP 1 , nor initctl reload, nor initctl reload-
configuration causes upstart to notice winbind.  No recent log files
appear in /var/log/upstart . And xinetd should be listed anyways, this
package having been installed for a long time.

# lsb_release -rd
Description:Ubuntu 14.04.3 LTS
Release:14.04

# apt-cache policy upstart
upstart:
  Installed: 1.12.1-0ubuntu4.2
  Candidate: 1.12.1-0ubuntu4.2
  Version table:
 *** 1.12.1-0ubuntu4.2 0
500 http://lu.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1.12.1-0ubuntu4 0
500 http://lu.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

What I expected to happen: winbind should have become startable right
after apt-get install winbind at best, and after kill -HUP 1 the latest.
In case of error, appropriate and clear messages should be displayed to
stderr (at best), or at least into /var/log/upstart

What happened instead: no way of making upstart notice newly installed
packages. And old packages for that matter (xinetd)

** Affects: upstart (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/1501242

Title:
  initctl list does not show all jobs from /etc/init

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

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


[Bug 1397649] [NEW] remounting root read-only in private mount namespace affects main namespace

2014-11-30 Thread AlainKnaff
Public bug reported:

When remounting root read-only in a private mount namespace, then also
the real root (in default namespace) is read-only.

However, it is then possible to remount the real root read-write, and
this doesn't (fortunately...) affect the other namespace.

How to reproduce:
-
(in one console):
# unshare --mount /bin/bash
# mount -o remount -r /

(in other console)
# touch /x
touch: cannot touch `/x': Read-only file system
# mount -o remount -w /
# touch /x

(in first console)
# touch /x
touch: cannot touch `/x': Read-only file system

What happened:
--
Read-only mount performed in private mount namespace affected main (default) 
namespace

What should have happened:
---
The read-only mount should not have affected the main namespace

(this has been seen in 3.0.0 and also 3.4.0 on precise)

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Incomplete

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

Title:
  remounting root read-only in private mount namespace affects main
  namespace

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

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


[Bug 1397649] Re: remounting root read-only in private mount namespace affects main namespace

2014-11-30 Thread AlainKnaff
apport information

** Tags added: apport-collected precise

** Description changed:

  When remounting root read-only in a private mount namespace, then also
  the real root (in default namespace) is read-only.
  
  However, it is then possible to remount the real root read-write, and
  this doesn't (fortunately...) affect the other namespace.
  
  How to reproduce:
  -
  (in one console):
  # unshare --mount /bin/bash
  # mount -o remount -r /
  
  (in other console)
  # touch /x
  touch: cannot touch `/x': Read-only file system
  # mount -o remount -w /
  # touch /x
  
  (in first console)
  # touch /x
  touch: cannot touch `/x': Read-only file system
  
  What happened:
  --
  Read-only mount performed in private mount namespace affected main (default) 
namespace
  
  What should have happened:
  ---
  The read-only mount should not have affected the main namespace
  
  (this has been seen in 3.0.0 and also 3.4.0 on precise)
+ --- 
+ ApportVersion: 2.0.1-0ubuntu17.7
+ Architecture: amd64
+ DistroRelease: Ubuntu 12.04
+ MarkForUpload: True
+ NonfreeKernelModules: nvidia
+ Package: linux (not installed)
+ Tags:  precise
+ Uname: Linux 3.4.0-030400-generic x86_64
+ UnreportableReason: The running kernel is not an Ubuntu kernel
+ UpgradeStatus: Upgraded to precise on 2012-10-06 (784 days ago)
+ UserGroups:

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1397649/+attachment/4271128/+files/ProcEnviron.txt

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

Title:
  remounting root read-only in private mount namespace affects main
  namespace

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

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


[Bug 1397649] Re: remounting root read-only in private mount namespace affects main namespace

2014-11-30 Thread AlainKnaff
** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  remounting root read-only in private mount namespace affects main
  namespace

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

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


[Bug 1394764] [NEW] package slapd 2.4.21-0ubuntu5.6 failed to install/upgrade: ErrorMessage: subprocess new pre-installation script returned error exit status 1

2014-11-20 Thread AlainKnaff
Public bug reported:

The problem occured while upgrading from 10.04 to 12.04

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: slapd 2.4.21-0ubuntu5.6
ProcVersionSignature: Ubuntu 3.0.0-32.51~lucid1-server 3.0.69
Uname: Linux 3.0.0-32-server x86_64
Architecture: amd64
Date: Thu Nov 20 22:44:26 2014
ErrorMessage: ErrorMessage: subprocess new pre-installation script returned 
error exit status 1
SourcePackage: openldap
Title: package slapd 2.4.21-0ubuntu5.6 failed to install/upgrade: ErrorMessage: 
subprocess new pre-installation script returned error exit status 1

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


** Tags: amd64 apport-package lucid

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

Title:
  package slapd 2.4.21-0ubuntu5.6 failed to install/upgrade:
  ErrorMessage: subprocess new pre-installation script returned error
  exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1394764/+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 1394764] Re: package slapd 2.4.21-0ubuntu5.6 failed to install/upgrade: ErrorMessage: subprocess new pre-installation script returned error exit status 1

2014-11-20 Thread AlainKnaff
I'd gladly try to manually install this cyrus-sasl2
2.1.25.dfsg1-3ubuntu0.1 , but where can I find it?

Any other idea how to look for this configuration issue?

Thanks

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

Title:
  package slapd 2.4.21-0ubuntu5.6 failed to install/upgrade:
  ErrorMessage: subprocess new pre-installation script returned error
  exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1394764/+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 1394764] [NEW] package slapd 2.4.21-0ubuntu5.6 failed to install/upgrade: ErrorMessage: subprocess new pre-installation script returned error exit status 1

2014-11-20 Thread AlainKnaff
Public bug reported:

The problem occured while upgrading from 10.04 to 12.04

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: slapd 2.4.21-0ubuntu5.6
ProcVersionSignature: Ubuntu 3.0.0-32.51~lucid1-server 3.0.69
Uname: Linux 3.0.0-32-server x86_64
Architecture: amd64
Date: Thu Nov 20 22:44:26 2014
ErrorMessage: ErrorMessage: subprocess new pre-installation script returned 
error exit status 1
SourcePackage: openldap
Title: package slapd 2.4.21-0ubuntu5.6 failed to install/upgrade: ErrorMessage: 
subprocess new pre-installation script returned error exit status 1

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


** Tags: amd64 apport-package lucid

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

Title:
  package slapd 2.4.21-0ubuntu5.6 failed to install/upgrade:
  ErrorMessage: subprocess new pre-installation script returned error
  exit status 1

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

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


[Bug 1394764] Re: package slapd 2.4.21-0ubuntu5.6 failed to install/upgrade: ErrorMessage: subprocess new pre-installation script returned error exit status 1

2014-11-20 Thread AlainKnaff
I'd gladly try to manually install this cyrus-sasl2
2.1.25.dfsg1-3ubuntu0.1 , but where can I find it?

Any other idea how to look for this configuration issue?

Thanks

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

Title:
  package slapd 2.4.21-0ubuntu5.6 failed to install/upgrade:
  ErrorMessage: subprocess new pre-installation script returned error
  exit status 1

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

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


[Bug 956528] Re: radeonhd driver does displays ridiculously low resolution

2014-01-09 Thread AlainKnaff
Unfortunately, I not longer have this card (I've now got an nvidia
instead). So unfortunately I can no longer test this.

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

Title:
  radeonhd driver does displays ridiculously low resolution

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/956528/+subscriptions

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


[Bug 959775] Re: radeon driver randomly blanks screen on DVI

2014-01-09 Thread AlainKnaff
Unfortunately, I not longer have this card (I've now got an nvidia
instead). So unfortunately I can no longer test this.

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

Title:
  radeon driver randomly blanks screen on DVI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/959775/+subscriptions

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


[Bug 576002] Re: screen saver kicks in even if activity

2014-01-09 Thread AlainKnaff
This problem only occured while I had my ATI video.

Unfortunately, I not longer have this card (I've now got an nvidia
instead). So unfortunately I can no longer test this.

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

Title:
  screen saver kicks in even if activity

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/576002/+subscriptions

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


[Bug 1068575] Re: cd drive opens by itself

2012-10-20 Thread AlainKnaff
Just tested with 3.7.0-999-generic, and the problem still happens

** Tags removed: needs-upstream-testing
** Tags added: kernel-bug-exists-upstream

** Changed in: udev (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  cd drive opens by itself

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

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


[Bug 1068575] [NEW] cd drive opens by itself

2012-10-19 Thread AlainKnaff
Public bug reported:

After upgrading from 10.04 to 12.04 I noticed that every 10 minutes, my
second CD-ROM drive (/dev/sr1) opens its tray.

At this very instant udev shows some activity, so I believe that udev is
triggering this. Interestingly enough, this doesn't happen to /dev/sr0.

Other people seem to have experienced the same thing in 11.04:
http://askubuntu.com/questions/67569/what-is-opening-closing-cd-tray

Unfortunately, that problem has been closed as too localized. WTF?

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

** Attachment added: Strace of udev while this happens
   
https://bugs.launchpad.net/bugs/1068575/+attachment/3404004/+files/strace-udev.txt

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

Title:
  cd drive opens by itself

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

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


[Bug 1068575] Re: cd drive opens by itself

2012-10-19 Thread AlainKnaff
** Attachment added: Strace of udev parent process while this happens
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1068575/+attachment/3404005/+files/strace-udev-parent.txt

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

Title:
  cd drive opens by itself

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

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


[Bug 1068575] Re: cd drive opens by itself

2012-10-19 Thread AlainKnaff
** Attachment added: Output of hdparm -i /dev/sr1
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1068575/+attachment/3404006/+files/sr1.txt

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

Title:
  cd drive opens by itself

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

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


[Bug 1068575] Re: cd drive opens by itself

2012-10-19 Thread AlainKnaff
** Attachment added: version.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1068575/+attachment/3404007/+files/version.log

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

Title:
  cd drive opens by itself

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

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


[Bug 1068575] Re: cd drive opens by itself

2012-10-19 Thread AlainKnaff
** Attachment added: lspci-vnvn.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1068575/+attachment/3404008/+files/lspci-vnvn.log

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

Title:
  cd drive opens by itself

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

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


[Bug 1068575] Re: cd drive opens by itself

2012-10-19 Thread AlainKnaff
** Attachment added: lsb_release.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1068575/+attachment/3404009/+files/lsb_release.txt

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

Title:
  cd drive opens by itself

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

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


[Bug 1068575] Re: cd drive opens by itself

2012-10-19 Thread AlainKnaff
** Attachment added: udev-package.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1068575/+attachment/3404010/+files/udev-package.txt

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

Title:
  cd drive opens by itself

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

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


[Bug 1068575] Re: cd drive opens by itself

2012-10-19 Thread AlainKnaff
apport information

** Tags added: apport-collected precise

** Description changed:

  After upgrading from 10.04 to 12.04 I noticed that every 10 minutes, my
  second CD-ROM drive (/dev/sr1) opens its tray.
  
  At this very instant udev shows some activity, so I believe that udev is
  triggering this. Interestingly enough, this doesn't happen to /dev/sr0.
  
  Other people seem to have experienced the same thing in 11.04:
  http://askubuntu.com/questions/67569/what-is-opening-closing-cd-tray
  
  Unfortunately, that problem has been closed as too localized. WTF?
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
+ ApportVersion: 2.0.1-0ubuntu13
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  alain 21570 F pulseaudio
+  /dev/snd/controlC0:  alain 21570 F pulseaudio
+ CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
+ Card0.Amixer.info:
+  Card hw:0 'SB'/'HDA ATI SB at 0xfe02 irq 16'
+Mixer name : 'Realtek ALC883'
+Components : 'HDA:10ec0883,10438232,0012'
+Controls  : 37
+Simple ctrls  : 21
+ Card1.Amixer.info:
+  Card hw:1 'Audio'/'C-Media INC. C-Media USB Audio at usb-:00:13.1-1.2, 
full speed'
+Mixer name : 'USB Mixer'
+Components : 'USB0d8c:0103'
+Controls  : 3
+Simple ctrls  : 2
+ DistroRelease: Ubuntu 12.04
+ HibernationDevice: RESUME=UUID=c38c446b-65ae-46d8-8a18-be3d0ec158ba
+ MachineType: System manufacturer System Product Name
+ Package: linux (not installed)
+ ProcFB:
+  
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-31-generic 
root=UUID=d1cc6452-8f6a-4b27-83db-0108b012e8dd ro 
crashkernel=384M-2G:64M,2G-:128M quiet splash
+ ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
+ RelatedPackageVersions:
+  linux-restricted-modules-3.2.0-31-generic N/A
+  linux-backports-modules-3.2.0-31-generic  N/A
+  linux-firmware1.79.1
+ RfKill: Error: [Errno 2] No such file or directory
+ Tags:  precise
+ Uname: Linux 3.2.0-31-generic x86_64
+ UpgradeStatus: Upgraded to precise on 2012-10-06 (12 days ago)
+ UserGroups: adm admin audio cdrom cvs dialout dip disk floppy kqemu kvm 
libvirtd lpadmin netdev plugdev powerdev scanner video
+ WpaSupplicantLog:
+  
+ dmi.bios.date: 07/19/2007
+ dmi.bios.vendor: Phoenix Technologies, LTD
+ dmi.bios.version: ASUS M2A-VM ACPI BIOS Revision 1002
+ dmi.board.name: M2A-VM
+ dmi.board.vendor: ASUSTeK Computer INC.
+ dmi.board.version: 1.XX
+ dmi.chassis.asset.tag: 123456789000
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: Chassis Manufacture
+ dmi.chassis.version: Chassis Version
+ dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvrASUSM2A-VMACPIBIOSRevision1002:bd07/19/2007:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2A-VM:rvr1.XX:cvnChassisManufacture:ct3:cvrChassisVersion:
+ dmi.product.name: System Product Name
+ dmi.product.version: System Version
+ dmi.sys.vendor: System manufacturer

** Attachment added: AcpiTables.txt
   
https://bugs.launchpad.net/bugs/1068575/+attachment/3404036/+files/AcpiTables.txt

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

Title:
  cd drive opens by itself

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

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


  1   2   3   4   >