[Bug 1912228] [NEW] mail "-a" not accepting long "To:" field after o/s upgrade

2021-01-18 Thread Arto Jääskeläinen
Public bug reported:

Upgrade from Ubuntu server v16.04 to v18.04 made our group mail script to fail.
"mail -a" is not working like before, failing with:

"mail: Errors parsing message"

Problem is located at parsing "To:" field as additional parameter, which
has been working before upgrade of Ubuntu version.

Sample bash code:

mail_it()
{
echo "$data" | mail \
-a From:"$new_from" \
-a Return-Path:"$new_returnpath" \
-a Reply-To:"$new_returnpath" \
-a Subject:"$new_subject" \
-a Message-ID:"$new_messageid" \
-a MIME-Version:"$mimeversion" \
-a Content-Type:"$contenttype" \
-a Content-Language:"$contentlanguage" \
-a Content-Transfer-Encoding:"$contenttransferencoding" \
-a Auto-Submitted:"$autosub" \
-a To:"$new_to"
}


That fails with long email address at "To:" field like this:
John Developer 

while it still works with short address
j...@example.com

mail --version
mail (GNU Mailutils) 3.4
Copyright © 2007-2017 Free Software Foundation, inc.
Lisenssi GPLv3+: GNU GPL versio 3 tai myöhäisempi


** Affects: mailutils (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/1912228

Title:
  mail "-a" not accepting long "To:" field after o/s upgrade

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

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

[Bug 1771096] [NEW] Missing error message for mount failure and suggestion for action

2018-05-14 Thread Arto Jääskeläinen
Public bug reported:

Ubuntu 16.04 (Linux Mint 18.3)
Related package: Not sure (system-d?)
Happens: During boot up

Regression:
You'll be greeted with "Welcome to emergency mode!" if something is wrong with 
an additional device connected at /etc/fstab, for example a disk for backups. 

1) That message doesn't give any idea whats's actually going wrong.  
2) There is no option to skip the error.

Earlier there was an error message about failed mount and option "S" to
skip mounting.

Suggested test case:
Insert some non existing UUID for disk into /etc/fstab and you'll see it, just 
an example:
UUID=369dd78c-afcf-4967-81c9-ae672588f158 /mnt/backup ext4 errors=remount-ro 0 
1 
In my case it was an external USB disk for backups. Leaving the cable 
disconnected was a good simple way to test missing device.

** Affects: systemd (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/1771096

Title:
  Missing error message for mount failure and suggestion for action

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

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

[Bug 1563027] Re: vsftpd 3.0.3-3ubuntu1 fails to start on installation

2016-10-23 Thread Arto Jääskeläinen
I hope the init script will be fixed to give some error message when
starting fails. Currently (I'm using v3.0.2) it fails without any
description of actual problem when "listen=YES" in /etc/vsftp.conf is
missing:

sudo service vsftpd start
vsftpd stop/pre-start, process 22319

That leaves user to wonder what's going on. No sign of error in any log,
no error on terminal. The executable alone will start ok in terminal,
giving idea to peek inside start script...

/etc/init/vsftpd.conf:
-
# vsftpd - FTP Daemon
#

description "vsftpd daemon"
author  "Chuck Short "

start on runlevel [2345] or net-device-up IFACE!=lo
stop on runlevel [!2345]
respawn

pre-start script
check_standalone_mode()
{
# Return 1 if vsftpd.conf doesn't have listen yes or 
listen_ipv6=yes
CONFFILE="/etc/vsftpd.conf"

if [ -e  "${CONFFILE}" ] && ! egrep -iq "^ *listen(_ipv6)? *= 
*yes" "${CONFFILE}"
then
echo "${CONFFILE}: listen disabled - service will not 
start"
return 1
fi 
}
[ -d /var/run/vsftpd ] || install -m 755 -o root -g root -d 
/var/run/vsftpd
[ -d /var/run/vsftpd/empty ] || install -m 755 -o root -g root -d 
/var/run/vsftpd/empty
check_standalone_mode || stop
end script

exec /usr/sbin/vsftpd

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

Title:
  vsftpd 3.0.3-3ubuntu1 fails to start on installation

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

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


[Bug 1407136] Re: Apache 2.4 --- authz_core logs lots of messages

2015-01-08 Thread Arto Jääskeläinen
Human error.   Another admin had inserted LogLevel Debug to domain
file without reporting the change.

-- 
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/1407136

Title:
  Apache 2.4 ---  authz_core  logs lots of messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1407136/+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 1407136] Re: Apache 2.4 --- authz_core logs lots of messages

2015-01-08 Thread Arto Jääskeläinen
Human error.   Another admin had inserted LogLevel Debug to domain
file without reporting the change.

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

Title:
  Apache 2.4 ---  authz_core  logs lots of messages

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

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


[Bug 1407136] [NEW] Apache 2.4 --- authz_core logs lots of messages

2015-01-02 Thread Arto Jääskeläinen
Public bug reported:

apache2ctl -v
Server version: Apache/2.4.7 (Ubuntu)
Server built:   Jul 22 2014 14:36:38

Apache module mod_authz_core.c generates numerous messages to log even
though LogLevel is standard warn in configuration.  Looks like
LogLevel is debug for that module i.e. it is not obeying definition in
Apache configuration file.  A sample message:

[Fri Jan 02 19:57:58.389267 2015] [authz_core:debug] [pid 10575]
mod_authz_core.c(802): [client 188.165.15.231:54356] AH01626:
authorization result of Require all granted: granted

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

-- 
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/1407136

Title:
  Apache 2.4 ---  authz_core  logs lots of messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1407136/+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 1407136] [NEW] Apache 2.4 --- authz_core logs lots of messages

2015-01-02 Thread Arto Jääskeläinen
Public bug reported:

apache2ctl -v
Server version: Apache/2.4.7 (Ubuntu)
Server built:   Jul 22 2014 14:36:38

Apache module mod_authz_core.c generates numerous messages to log even
though LogLevel is standard warn in configuration.  Looks like
LogLevel is debug for that module i.e. it is not obeying definition in
Apache configuration file.  A sample message:

[Fri Jan 02 19:57:58.389267 2015] [authz_core:debug] [pid 10575]
mod_authz_core.c(802): [client 188.165.15.231:54356] AH01626:
authorization result of Require all granted: granted

** Affects: apache2 (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/1407136

Title:
  Apache 2.4 ---  authz_core  logs lots of messages

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

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


[Bug 575605] Re: Displayn detection fails in Lucid - laptop + Nvidia 7000

2013-10-05 Thread Arto Jääskeläinen
- Downloaded nightly build, made a live stick.

- Problems starting the image, total failure with display, terminal
Ctrl-Alt-F1 in mess, too.

- Start with nomodeset, success.

- Doing apport-collect was not possible, too many problems:


You need to run 'sudo apt-get install python-apport' for apport-collect to work.

sudo apt-get install python-apport

E: Unable to fetch some archives, maybe run apt-get update or try with
--fix-missing?

sudo apt-get update

W: Failed to fetch
http://archive.ubuntu.com/ubuntu/dists/saucy/InRelease

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/saucy-
security/InRelease

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/saucy-
updates/InRelease

W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/saucy-
security/Release.gpg  Could not resolve 'security.ubuntu.com'

W: Failed to fetch
http://archive.ubuntu.com/ubuntu/dists/saucy/Release.gpg  Could not
resolve 'archive.ubuntu.com'

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/saucy-
updates/Release.gpg  Could not resolve 'archive.ubuntu.com'

W: Some index files failed to download. They have been ignored, or old ones 
used instead.
---

Summary:  Problem has always been with display driver.   Starting with 
nomodeset results in clean startup with limited resolution.   Installing 
proprietary GeForce drivers succeeds at that point and those closed drivers 
find correct resolution of lcd panel.
Open drivers were last time working with correct resolution when using Ubuntu 
9.10 32-bits.

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

Title:
  Displayn detection fails in Lucid - laptop + Nvidia 7000

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

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


[Bug 1125323] [NEW] ps -o user defined fields: Priority

2013-02-14 Thread Arto Jääskeläinen
Public bug reported:

ps --version
procps version 3.2.8

Test case:

ps -l 1 
F S   UID   PID  PPID  C PRI  NI ADDR SZ WCHAN  TTYTIME CMD
4 S 0 1   0   0  80   0 -   885 poll_s ?  0:01 
/sbin/init

ps -o f,s,uid,pid,ppid,c,pri,ni,addr,sz,wchan,tty,time,cmd 1 
F S   UID   PID  PPID  C PRI  NI ADDRSZ WCHAN  TT   TIME CMD
4 S 0 1   0  0  190-   885 poll_s ?00:00:01 
/sbin/init

First one standard ps minus lowercase L with pid one.   Second one
displaying same fields but user defined (-o).  Expecting to see  same
result from both.  Observed result:

1)  Priority field PRI shows different result.

2) Header for tty spelled TT.

** Affects: coreutils (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/1125323

Title:
  ps -o user defined fields:  Priority

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

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


Re: [Bug 1125323] Re: ps -o user defined fields: Priority

2013-02-14 Thread Arto Jääskeläinen
You are right, it was meant for Ubuntu coreutils. Sorry for my mistake.

On 14.02.2013 19:31, C de-Avillez wrote:
 Thank you for opening this bug. You reported it against Baltix and
 coreutils, but the 'ps' you are using states it is from the 'procps'
 package.

 I am assuming you meant Ubuntu (not Baltix), and corrected both.

 You also have not identified the Ubuntu version you are running. Next
 time, please use 'ubuntu-bug' to open a bug -- it will collect the bare
 minimum data, and speed up the process.

 ** Package changed: coreutils (Ubuntu) = procps (Ubuntu)

 ** Changed in: procps (Ubuntu)
 Status: New = Incomplete


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

Title:
  ps -o user defined fields:  Priority

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

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


[Bug 1020905] Re: Restarting NetworkManager cause messages to accumulate

2012-07-18 Thread Arto Jääskeläinen
This isn't a bug -- NM tries to indicate to the user that things
happen when they happen -- that's fine.

That's fine also for me except one message per incident would be enough.

Currently I'm getting 10 messages per one restart, next time 11 messages
per one restart, after that 12 messages per one restart, etc.   If
that's normal --- never mind.  For me normal situation is to get one
message per incident, not 10 or some accumulating number.

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

Title:
  Restarting NetworkManager cause messages to accumulate

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

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


[Bug 1020045] Re: grub-install inserts wrong UUID when 2 disks

2012-07-10 Thread Arto Jääskeläinen
Citation from my post above:

update-grub and os-prober detects only one O/S, the one located on
sdb1 while Ubuntu was intact on both disks. That may be (?) related to
the same problem.

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

Title:
  grub-install inserts  wrong UUID when 2 disks

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

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


[Bug 765813] Re: [drm:intel_prepare_page_flip] *ERROR* Prepared flip multiple times every frame with intel graphics

2012-07-10 Thread Arto Jääskeläinen
** Attachment added: A sample syslog just before error
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/765813/+attachment/3218870/+files/syslog-head_250K

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

Title:
  [drm:intel_prepare_page_flip] *ERROR* Prepared flip multiple times
  every frame with intel graphics

To manage notifications about this bug go to:
https://bugs.launchpad.net/dri/+bug/765813/+subscriptions

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


[Bug 1020045] Re: grub-install inserts wrong UUID when 2 disks

2012-07-09 Thread Arto Jääskeläinen
No, AFAIK and according to documentation  that Grub2 parameter is no
longer --root-directory  but --boot-directory.

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

Title:
  grub-install inserts  wrong UUID when 2 disks

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

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


[Bug 1020905] Re: Restarting NetworkManager cause messages to accumulate

2012-07-09 Thread Arto Jääskeläinen
I agree you don't need that unless you have some problem.  That problem
could be for example that after boot you don't have a single DNS address
like desribed elsewhere (other bug reports).

To better understand my case you need to be aware of changes how DNS is
implemented in Ubuntu 12.04

http://www.stgraber.org/2012/02/24/dns-in-ubuntu-12-04/

That document suggest you to add tail file into

/etc/resolvconf/resolv.conf.d/
 
in order to include other DNS addresses.  (Unfortunately there was a problem 
with that method, too.  However, that's actually another problem.) 

Based on that same document I understood new settings will be loaded
when you restart Network Manager. Getting increasing number of messages
each time you restart NM is not very serious but still I regard that as
a cosmetic bug.

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

Title:
  Restarting NetworkManager cause messages to accumulate

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

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


[Bug 1020045] Re: grub-install inserts wrong UUID when 2 disks

2012-07-09 Thread Arto Jääskeläinen
Sorry I have to insist based on official Ubuntu documentation.

For current grub2 the installation command is:

sudo grub-install --boot-directory=/mnt/boot /dev/sdX

For GRUB 2 version 1.98 and earlier (Maverick Meerkat), the installation
command is slightly different. Rather than designating the --boot-
directory, the switch is --root-directory. In this case, the location
changes to /mnt

   sudo grub-install --root-directory=/mnt /dev/sdX


You can find the document here:

https://help.ubuntu.com/community/Grub2/Installing

Please see after Fixing a Broken System.

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

Title:
  grub-install inserts  wrong UUID when 2 disks

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

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


[Bug 1020905] [NEW] Restarting NetworkManager cause messages to accumulate

2012-07-04 Thread Arto Jääskeläinen
Public bug reported:

Using

sudo restart network-manager

in order to load new DNS settings will cause accumulating number of
Connecteion Established messages.  Each time I do that one extra
message will appear i.e.  after 10 times you will 10 similar message
boxes to close one after other.

** Affects: network-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/1020905

Title:
  Restarting NetworkManager cause messages to accumulate

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

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


[Bug 1020045] [NEW] grub-install inserts wrong UUID when 2 disks

2012-07-02 Thread Arto Jääskeläinen
Public bug reported:


Distributor ID: Ubuntu
Description: Ubuntu 12.04 LTS
Release:   12.04
Codename:   precise
Kernel:  3.2.0-23-generic-pae
Bit width: 32 bits


An example explains best what happens.

Backgroud:
=

A disk was replaced with a bigger one.  Partition copied from original disk to 
new one using Gparted.  UUID replaced on new disk and fstab updated.  Boot flag 
set on for the new disk.   New disk will be sda and old one sdb i.e. both 
disks available at the same time.
 
Grub installation:
=

sudo blkid

/dev/sda1: UUID=9a2e67e5-0583-4901-a523-61a8c75f4296 TYPE=ext4 
/dev/sda5: UUID=16e86b9b-0f88-4dcf-89f8-d3413f9b79a9 TYPE=ext4 
/dev/sda6: UUID=24d4a0ec-c204-42e3-8bb8-cafc99b7d619 TYPE=swap 

/dev/sdb1: UUID=06a2d171-44f3-4898-8bba-cd639070d2c3 TYPE=ext4 
/dev/sdb5: UUID=168b97ba-49e7-4923-afe6-f7c72539978e TYPE=swap 

sudo mount /dev/sda1 /mnt

sudo grub-install --boot-directory=/mnt/boot  /dev/sda

Result:
=

Boot from sda fails since  grub still using UUID of old disk sdb1
although new disk sda1 was specified above.


Work around (failed, too)


Grub allows you to specify UUID instead of /dev/

sudo grub-install --boot-
directory=UUID=9a2e67e5-0583-4901-a523-61a8c75f4296   /dev/sda

Unfortunately that failed, too.  Boot resulted in a prompt:

grub

** Affects: grub2 (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/1020045

Title:
  grub-install inserts  wrong UUID when 2 disks

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

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


[Bug 1020045] Re: grub-install inserts wrong UUID when 2 disks

2012-07-02 Thread Arto Jääskeläinen
FYI
Persistently starting from sdb1, checked with df -h while system is up.   
Edited /boot/grub/grub.cfg on sdb1  (yes, on the old disk !), replaced all 
occurrences of hd1 with hd0  and same way with all UUIDs.   Reboot and df 
-h shows that system is running now on sda1.

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

Title:
  grub-install inserts  wrong UUID when 2 disks

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

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


[Bug 1020045] Re: grub-install inserts wrong UUID when 2 disks

2012-07-02 Thread Arto Jääskeläinen
update-grub and os-prober detects only one O/S, the one located on
sdb1 while Ubuntu was intact on both disks.   That may be (?) related
to the same problem.

Removed the second disk and run grub-install after live CD boot, new
disk sda1 starting now ok but no idea about root cause.  When booting
was done from sdb1  grub-install never succeeded to to make setup ok
for starting from sda1 only.

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

Title:
  grub-install inserts  wrong UUID when 2 disks

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

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


[Bug 982375] [NEW] package openntpd 3.9p1+debian-8 failed to install/upgrade: aliprosessi installed post-installation script palautti virhetilakoodin 1

2012-04-15 Thread Arto Jääskeläinen
Public bug reported:

Installation failure:

sudo apt-get install openntpd

 http://fi.archive.ubuntu.com/ubuntu/ natty/universe openntpd i386 
3.9p1+debian-8
.
.
.
Starting openntpd: /etc/openntpd/ntpd.conf: Permission denied
invoke-rc.d: initscript openntpd, action start failed.

E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: openntpd 3.9p1+debian-8
ProcVersionSignature: Ubuntu 2.6.38-13.53-generic 2.6.38.8
Uname: Linux 2.6.38-13-generic i686
AptOrdering:
 openntpd: Install
 openntpd: Configure
Architecture: i386
Date: Sun Apr 15 17:48:17 2012
ErrorMessage: aliprosessi installed post-installation script palautti 
virhetilakoodin 1
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
SourcePackage: openntpd
Title: package openntpd 3.9p1+debian-8 failed to install/upgrade: aliprosessi 
installed post-installation script palautti virhetilakoodin 1
UpgradeStatus: Upgraded to natty on 2011-08-16 (243 days ago)

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


** Tags: apport-package i386 natty

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

Title:
  package openntpd 3.9p1+debian-8 failed to install/upgrade: aliprosessi
  installed post-installation script palautti virhetilakoodin 1

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

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


[Bug 982375] Re: package openntpd 3.9p1+debian-8 failed to install/upgrade: aliprosessi installed post-installation script palautti virhetilakoodin 1

2012-04-15 Thread Arto Jääskeläinen
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/982375

Title:
  package openntpd 3.9p1+debian-8 failed to install/upgrade: aliprosessi
  installed post-installation script palautti virhetilakoodin 1

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

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


[Bug 884210] Re: PCI/internal sound not working randomly, random hangs: cannot set freq 16000 to ep 0x86 shown in syslog

2012-04-12 Thread Arto Jääskeläinen
Installed pulseaudio back:

  sudo apt-get install pulseaudio

and error message is not appearing so far.  Strange.

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

Title:
  PCI/internal sound not working randomly, random hangs: cannot set
  freq 16000 to ep 0x86 shown in syslog

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

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


[Bug 884210] Re: PCI/internal sound not working randomly, random hangs: cannot set freq 16000 to ep 0x86 shown in syslog

2012-04-12 Thread Arto Jääskeläinen
Same problem suddenly appeared here with Natty.  Did not see that before, 
started recently.  
Moved hard disk to another machine with completely different hardware 
(different mother board with different everything ie. sound, network, etc), 
still the same message flooding:

[41753.492207] 3:3:1: cannot set freq 16000 to ep 0x86
[41754.492182] 3:3:1: cannot set freq 16000 to ep 0x86
[41755.492176] 3:3:1: cannot set freq 16000 to ep 0x86
[41756.492163] 3:3:1: cannot set freq 16000 to ep 0x86
[41757.492156] 3:3:1: cannot set freq 16000 to ep 0x86
[41758.492142] 3:3:1: cannot set freq 16000 to ep 0x86
[41759.548151] 3:3:1: cannot set freq 16000 to ep 0x86
[41760.548148] 3:3:1: cannot set freq 16000 to ep 0x86
[41761.548140] 3:3:1: cannot set freq 16000 to ep 0x86
[41762.548342] 3:3:1: cannot set freq 16000 to ep 0x86
[41763.548126] 3:3:1: cannot set freq 16000 to ep 0x86

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

Title:
  PCI/internal sound not working randomly, random hangs: cannot set
  freq 16000 to ep 0x86 shown in syslog

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

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


[Bug 884210] Re: PCI/internal sound not working randomly, random hangs: cannot set freq 16000 to ep 0x86 shown in syslog

2012-04-12 Thread Arto Jääskeläinen
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 11.04
Release:11.04
Codename:   natty
Kernel: 2.6.38-13-generic
Bit width:  32 bits
Sound:  Advanced Linux Sound Architecture Driver Version 1.0.23.

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

Title:
  PCI/internal sound not working randomly, random hangs: cannot set
  freq 16000 to ep 0x86 shown in syslog

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

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


[Bug 884210] Re: PCI/internal sound not working randomly, random hangs: cannot set freq 16000 to ep 0x86 shown in syslog

2012-04-12 Thread Arto Jääskeläinen
Flooding system log:
Apr 12 10:54:51 chi-la kernel: [42866.132142] 3:3:1: cannot set freq 16000 to 
ep 0x86
Apr 12 10:54:52 chi-la kernel: [42867.132121] 3:3:1: cannot set freq 16000 to 
ep 0x86
Apr 12 10:54:53 chi-la kernel: [42868.132097] 3:3:1: cannot set freq 16000 to 
ep 0x86
Apr 12 10:54:53 chi-la pulseaudio[2088]: module-alsa-card.c: Failed to find a 
working profile.
Apr 12 10:54:53 chi-la pulseaudio[2088]: module.c: Failed to load  module 
module-alsa-card (argument: device_id=1 
name=usb-046d_09a4_D1D2DD20-02-U0x46d0x9a4 
card_name=alsa_card.usb-046d_09a4_D1D2DD20-02-U0x46d0x9a4 tsched=yes 
ignore_dB=no card_properties=module-udev-detect.discovered=1): 
initialization failed.
Apr 12 10:54:54 chi-la kernel: [42869.232088] 3:3:1: cannot set freq 16000 to 
ep 0x86
Apr 12 10:54:55 chi-la kernel: [42870.232189] 3:3:1: cannot set freq 16000 to 
ep 0x86
Apr 12 10:54:56 chi-la kernel: [42871.232162] 3:3:1: cannot set freq 16000 to 
ep 0x86
Apr 12 10:54:57 chi-la kernel: [42872.232138] 3:3:1: cannot set freq 16000 to 
ep 0x86

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

Title:
  PCI/internal sound not working randomly, random hangs: cannot set
  freq 16000 to ep 0x86 shown in syslog

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

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


[Bug 884210] Re: PCI/internal sound not working randomly, random hangs: cannot set freq 16000 to ep 0x86 shown in syslog

2012-04-12 Thread Arto Jääskeläinen
Killing pulseaudio

   sudo killall -9 pulseaudio

stopped the flood for a while (until autoloaded again).

Removing pulseaudio will stop the flood:

   sudo apt-get remove pulseaudio

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

Title:
  PCI/internal sound not working randomly, random hangs: cannot set
  freq 16000 to ep 0x86 shown in syslog

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

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


[Bug 884210] Re: PCI/internal sound not working randomly, random hangs: cannot set freq 16000 to ep 0x86 shown in syslog

2012-04-12 Thread Arto Jääskeläinen
Attaching syslog.txt  containing 2500 lines before first appearance of
error.

** Attachment added: syslog.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/884210/+attachment/3051392/+files/syslog.txt

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

Title:
  PCI/internal sound not working randomly, random hangs: cannot set
  freq 16000 to ep 0x86 shown in syslog

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

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


[Bug 676304] Re: Samba fails with files having colon in file name

2011-06-16 Thread Arto Jääskeläinen
Please notice error can be seen only when mangling is off  i.e.  all file names 
are shown unmodified.   
That mode is absolutely needed.  There is not much use for changing
my-video-from-vacation-2011-01-16-08:54:02  into  C7MXR~1 ( =default 
setting of Samba for long file names) when viewing that share and copying files.

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

Title:
  Samba fails with files having colon in file name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/676304/+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 676304] Re: Samba fails with files having colon in file name

2011-06-16 Thread Arto Jääskeläinen
Please notice error can be seen only when mangling is off  i.e.  all file names 
are shown unmodified.   
That mode is absolutely needed.  There is not much use for changing
my-video-from-vacation-2011-01-16-08:54:02  into  C7MXR~1 ( =default 
setting of Samba for long file names) when viewing that share and copying files.

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

Title:
  Samba fails with files having colon in file name

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

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


[Bug 676304] Re: Samba fails with files having colon in file name

2011-06-15 Thread Arto Jääskeläinen
Just tested, the error still exists in Natty.   

Test case:
That's very easy to create.  Just insert mangled names = no into ===Share 
Definitions== section of /etc/samba/smb.conf, create some directory and mark 
it shared, create some long file names containing a colon and some without 
colon. Restart smbd (sudo service smbd restart). You will see the error 
instantly when you connect to that share.

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

Title:
  Samba fails with files having colon in file name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/676304/+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 676304] Re: Samba fails with files having colon in file name

2011-06-15 Thread Arto Jääskeläinen
Just tested, the error still exists in Natty.   

Test case:
That's very easy to create.  Just insert mangled names = no into ===Share 
Definitions== section of /etc/samba/smb.conf, create some directory and mark 
it shared, create some long file names containing a colon and some without 
colon. Restart smbd (sudo service smbd restart). You will see the error 
instantly when you connect to that share.

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

Title:
  Samba fails with files having colon in file name

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

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


[Bug 793239] [NEW] Fast-user-switch fails to load from 2nd disk

2011-06-05 Thread Arto Jääskeläinen
Public bug reported:

Binary package hint: fast-user-switch-applet

OAFIID:GNOME_FastUserSwitchApplet

fails to load when Ubuntu is started from second physical hard disk. No
problem when booting from first disk.

ver

No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 10.10
Release:10.10
Codename:   maverick
Kernel: 2.6.35-28-generic
Bit width:  32 bits
Sound:  Advanced Linux Sound Architecture Driver Version 1.0.23.

** Affects: fast-user-switch-applet (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/793239

Title:
  Fast-user-switch fails to load from 2nd disk

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


[Bug 737387] Re: Gparted: Copy creates duplicate UUID to another disk

2011-03-19 Thread Arto Jääskeläinen
I agree some of the points you mentioned but that leads to problems.  Situation 
actually depends on what user plans to do.  No change of UUID is needed if the 
new partition will not be used in the same computer with the old one and no 
further editing of destination partition will now be done.  The other effect of 
that situation is that Gparted will show destination mounted, does not allow to 
dismount sdb and as a result no further action for sdb is possible (unless 
you understand to change manually UUID for the destination disk).  I regard 
that a confusing situation for users, too.   Problem with further editing with 
Dparted could be avoided by generating new UUID for the new copy just to keep 
Unique = Unique  i.e. what that UUID stands for.  Some users could be surpised 
but I can not see any technical problem resulting from that approach.

I prefer giving users a choice (tickbox, menu, what ever) to select Keep 
oroginal UUID with some short warning about results but just to avoid problems 
the default should be Unique = Unique  i.e.  old UUID kept intact if it 
exists on destination or a new one generated otherwise.

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

Title:
  Gparted: Copy creates duplicate UUID to another disk

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


[Bug 737387] [NEW] Gparted: Copy creates duplicate UUID to another disk

2011-03-18 Thread Arto Jääskeläinen
Public bug reported:

Binary package hint: gparted

A system with two physical disks (sda, sdb), each with valid UUID.

Problem:   
Gparted overwrites a valid UUID on destination disk if partition is copied 
using Gparted.  Result is two partitions with same UUID i.e. Unique 
Identifier is no more unique.  That will result in some other problems which 
show up like described in bug report # 579703 for example.

Further details:
Gparted version is 0.7.Steps I did:  Ubuntu 10.10 system partition (/) on 
disk sda was getting fulll and I added another physical disk sdb which was 
before  used in another Ubuntu installation with valid partition.  sdb was 
working ok after boot.  Decided to copy Ubuntu system partition from sda to 
sdb and modify boot to use sdb for Ubuntu since there is enough space.  
Idea did not succeed since Gparted had overwritten original UUID on disk sdb 
i.e. there are now two partitions on different disks with same UUID.  Please 
see this printout fron sudo blkid:

/dev/sda1: LABEL=C_DRIVE UUID=F614D11C14D0E0A3 TYPE=ntfs 
/dev/sda2: UUID=33111f1c-9438-4b9b-a61d-015ab998224c TYPE=swap 
/dev/sda3: LABEL=10.10-root UUID=144ec3ef-55a7-4ede-a2ef-3f284abbf680 
TYPE=ext3 
/dev/sda4: LABEL=10.10-home UUID=5589dba1-5f3b-4581-b24a-8ba4b3a86c50 
TYPE=ext3 
/dev/sdb1: LABEL=10.10-root UUID=144ec3ef-55a7-4ede-a2ef-3f284abbf680 
TYPE=ext3

** Affects: gparted (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/737387

Title:
  Gparted: Copy creates duplicate UUID to another disk

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


[Bug 737387] Re: Gparted: Copy creates duplicate UUID to another disk

2011-03-18 Thread Arto Jääskeläinen
FYI / temporary fix:

You can fix invalid UUID manually.   Run uuidgen, that will give you a
new UUID.  Use tune2fs to change that UUID for your partition.

For example, let's assume that uuidgen answered fe05703f-
87f5-44ef-8224-ff3eb501a98f, command

   sudo tune2fs -U /dev/sdb1 fe05703f-87f5-44ef-8224-ff3eb501a98f

will do it.

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

Title:
  Gparted: Copy creates duplicate UUID to another disk

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


[Bug 676304] Re: Samba fails with files having colon in file name

2011-01-06 Thread Arto Jääskeläinen
A little problem, I made an alpha1 CD and started live environment but
SMB sharing is not enabled by default and trying to auto load needed
files failed, could not find those,  I'll try another time later and do
a real install on hard disk.

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

Title:
  Samba fails with files having colon in file name

-- 
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 676304] Re: Samba fails with files having colon in file name

2011-01-06 Thread Arto Jääskeläinen
Testing done on Ubuntu Studio 11.04 installed on hard disk, colon
problem persisting.

** Attachment added: screen capture
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/676304/+attachment/1785623/+files/original%26through_smb.png

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

Title:
  Samba fails with files having colon in file name

-- 
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 676304] Re: Samba fails with files having colon in file name

2011-01-06 Thread Arto Jääskeläinen
A little problem, I made an alpha1 CD and started live environment but
SMB sharing is not enabled by default and trying to auto load needed
files failed, could not find those,  I'll try another time later and do
a real install on hard disk.

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

Title:
  Samba fails with files having colon in file name

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


[Bug 676304] Re: Samba fails with files having colon in file name

2011-01-06 Thread Arto Jääskeläinen
Testing done on Ubuntu Studio 11.04 installed on hard disk, colon
problem persisting.

** Attachment added: screen capture
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/676304/+attachment/1785623/+files/original%26through_smb.png

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

Title:
  Samba fails with files having colon in file name

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


[Bug 676304] Re: Samba fails with files having colon in file name

2010-11-19 Thread Arto Jääskeläinen
Anywhere. Testcase:  Just make a file called photo_2010-11-11_12:30
for example.

-- 
Samba fails with files having colon in file name
https://bugs.launchpad.net/bugs/676304
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 676304] Re: Samba fails with files having colon in file name

2010-11-19 Thread Arto Jääskeläinen
Anywhere. Testcase:  Just make a file called photo_2010-11-11_12:30
for example.

-- 
Samba fails with files having colon in file name
https://bugs.launchpad.net/bugs/676304
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 674223] Re: Touchpad not active Acer 1640

2010-11-16 Thread Arto Jääskeläinen
FYI:   My Acer laptop will switch touchpad off/on when I press Fn  F7,
did you try that  ?

-- 
Touchpad not active Acer 1640
https://bugs.launchpad.net/bugs/674223
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 676304] [NEW] Samba fails with files having colon in file name

2010-11-16 Thread Arto Jääskeläinen
Public bug reported:

smbd -V
Version 3.5.4

ver
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 10.10
Release:   10.10
Codename:   maverick
Kernel: 2.6.35-22-generic
Bit width:  32 bits
Sound:  Advanced Linux Sound Architecture Driver Version 1.0.23.


- Long file names including colon
- Samba with mangling disabled

I inserted mangled names = no to /etc/samba/smb.conf because I need to
see long file names. That works ok except with those file names
containing colon. I have a lot files containing colon in file name since
those files are originally named according to date and time. That is
very common with videos and photos. I have Linux-only environment i.e.
colon is a legal character in a file name.

Regression ?  Please see:

https://bugzilla.samba.org/show_bug.cgi?id=6196

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Samba fails with files having colon in file name
https://bugs.launchpad.net/bugs/676304
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 617885] Re: gparted crash at start: glibmm-ERROR **

2010-11-15 Thread Arto Jääskeläinen

Just installed gparted_0.7.0-1_i386.deb from

http://launchpadlibrarian.net/58607123/gparted_0.7.0-1_i386.deb

That fixed my gparted 0.6.2 crashing problem at Ubuntu 10.10.

Thanks !

-- 
gparted crash at start: glibmm-ERROR **
https://bugs.launchpad.net/bugs/617885
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 575605] Re: Displayn detection fails in Lucid - laptop + Nvidia 7000

2010-06-14 Thread Arto Jääskeläinen
apport information

** Tags added: apport-collected

** Description changed:

  Acer 5520 series, model ICW50   laptop computer
  nVidia C67 GeForce 7000M / nForce 610M (rev a2)
  Build-in LCD panel native resolution 1280x800
  Ubuntu 10.04 LTS
  Kernel: 2.6.32-22-generic #33 amd_64
  
  Description:
  Lucid fails to detect correct display resolution 1280x800 and falls back to 
1034x768 which is dizzy / ugly on that panel, fonts turn difficult to read.   
Trying manually to raise resolution to 1280x800 using xrandr: 
  
  xrandr --newmode 1280x800   83.50  1280 1352 1480 1680  800 803 809
  831 -hsync +vsync
  
  xrandr --addmode default 1280x800
  
  xrandr -s 1280x800
  
  Failed to change the screen configuration!
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
+ AplayDevices:
+   List of PLAYBACK Hardware Devices 
+  card 0: NVidia [HDA NVidia], device 0: ALC268 Analog [ALC268 Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ Architecture: amd64
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: NVidia [HDA NVidia], device 0: ALC268 Analog [ALC268 Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  arto   1668 F pulseaudio
+ CRDA: Error: [Errno 2] Tiedostoa tai hakemistoa ei ole
+ Card0.Amixer.info:
+  Card hw:0 'NVidia'/'HDA NVidia at 0xd088 irq 21'
+Mixer name : 'Realtek ALC268'
+Components : 'HDA:10ec0268,10250126,0013 
HDA:14f12c06,10250126,0010'
+Controls  : 11
+Simple ctrls  : 8
+ CheckboxSubmission: c360bbb6360601b3aa4064805466b120
+ CheckboxSystem: 2954e74ba17fb0e37fc942cd1d9fab4e
+ DistroRelease: Ubuntu 10.04
+ HibernationDevice: RESUME=UUID=54e3b2b5-5c3f-481d-909c-4871299dff70
+ MachineType: Acer Aspire 5520
+ Package: linux (not installed)
+ ProcCmdLine: root=UUID=4b82befe-87c6-4ce7-912f-546eccfcc37c ro quiet splash
+ ProcEnviron:
+  PATH=(custom, no user)
+  LANG=fi_FI.utf8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
+ Regression: Yes
+ RelatedPackageVersions: linux-firmware 1.34
+ Reproducible: Yes
+ Tags: lucid kconfig regression-release needs-upstream-testing
+ Uname: Linux 2.6.32-22-generic x86_64
+ UserGroups:
+  
+ WifiSyslog:
+  Jun 14 19:56:50 arto-laptop kernel: [  553.160039] [drm] nouveau 
:00:12.0: Load detected on output B
+  Jun 14 19:58:38 arto-laptop kernel: [  660.890044] [drm] nouveau 
:00:12.0: Load detected on output B
+  Jun 14 19:59:27 arto-laptop kernel: [  710.510053] [drm] nouveau 
:00:12.0: Load detected on output B
+  Jun 14 19:59:56 arto-laptop kernel: [  738.710047] [drm] nouveau 
:00:12.0: Load detected on output B
+  Jun 14 20:01:59 arto-laptop kernel: [  861.600051] [drm] nouveau 
:00:12.0: Load detected on output B
+ WpaSupplicantLog:
+  
+ dmi.bios.date: 05/06/2008
+ dmi.bios.vendor: Acer
+ dmi.bios.version: V1.33
+ dmi.board.name: Fuquene
+ dmi.board.vendor: Acer
+ dmi.board.version: N/A
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Acer
+ dmi.chassis.version: N/A
+ dmi.modalias: 
dmi:bvnAcer:bvrV1.33:bd05/06/2008:svnAcer:pnAspire5520:pvrV1.33:rvnAcer:rnFuquene:rvrN/A:cvnAcer:ct10:cvrN/A:
+ dmi.product.name: Aspire 5520
+ dmi.product.version: V1.33
+ dmi.sys.vendor: Acer

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/50326303/AlsaDevices.txt

-- 
Displayn detection fails in Lucid - laptop + Nvidia 7000
https://bugs.launchpad.net/bugs/575605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 575605] BootDmesg.txt

2010-06-14 Thread Arto Jääskeläinen
apport information

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/50326304/BootDmesg.txt

-- 
Displayn detection fails in Lucid - laptop + Nvidia 7000
https://bugs.launchpad.net/bugs/575605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 575605] Card0.Amixer.values.txt

2010-06-14 Thread Arto Jääskeläinen
apport information

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/50326305/Card0.Amixer.values.txt

-- 
Displayn detection fails in Lucid - laptop + Nvidia 7000
https://bugs.launchpad.net/bugs/575605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 575605] Card0.Codecs.codec.0.txt

2010-06-14 Thread Arto Jääskeläinen
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/50326306/Card0.Codecs.codec.0.txt

-- 
Displayn detection fails in Lucid - laptop + Nvidia 7000
https://bugs.launchpad.net/bugs/575605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 575605] Card0.Codecs.codec.1.txt

2010-06-14 Thread Arto Jääskeläinen
apport information

** Attachment added: Card0.Codecs.codec.1.txt
   http://launchpadlibrarian.net/50326307/Card0.Codecs.codec.1.txt

-- 
Displayn detection fails in Lucid - laptop + Nvidia 7000
https://bugs.launchpad.net/bugs/575605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 575605] CurrentDmesg.txt

2010-06-14 Thread Arto Jääskeläinen
apport information

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/50326308/CurrentDmesg.txt

-- 
Displayn detection fails in Lucid - laptop + Nvidia 7000
https://bugs.launchpad.net/bugs/575605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 575605] Lspci.txt

2010-06-14 Thread Arto Jääskeläinen
apport information

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/50326312/Lspci.txt

-- 
Displayn detection fails in Lucid - laptop + Nvidia 7000
https://bugs.launchpad.net/bugs/575605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 575605] IwConfig.txt

2010-06-14 Thread Arto Jääskeläinen
apport information

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/50326310/IwConfig.txt

-- 
Displayn detection fails in Lucid - laptop + Nvidia 7000
https://bugs.launchpad.net/bugs/575605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 575605] PciMultimedia.txt

2010-06-14 Thread Arto Jääskeläinen
apport information

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/50326314/PciMultimedia.txt

-- 
Displayn detection fails in Lucid - laptop + Nvidia 7000
https://bugs.launchpad.net/bugs/575605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 575605] Lsusb.txt

2010-06-14 Thread Arto Jääskeläinen
apport information

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/50326313/Lsusb.txt

-- 
Displayn detection fails in Lucid - laptop + Nvidia 7000
https://bugs.launchpad.net/bugs/575605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 575605] ProcCpuinfo.txt

2010-06-14 Thread Arto Jääskeläinen
apport information

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/50326315/ProcCpuinfo.txt

-- 
Displayn detection fails in Lucid - laptop + Nvidia 7000
https://bugs.launchpad.net/bugs/575605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 575605] ProcModules.txt

2010-06-14 Thread Arto Jääskeläinen
apport information

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/50326317/ProcModules.txt

-- 
Displayn detection fails in Lucid - laptop + Nvidia 7000
https://bugs.launchpad.net/bugs/575605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 575605] ProcInterrupts.txt

2010-06-14 Thread Arto Jääskeläinen
apport information

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/50326316/ProcInterrupts.txt

-- 
Displayn detection fails in Lucid - laptop + Nvidia 7000
https://bugs.launchpad.net/bugs/575605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 575605] UdevLog.txt

2010-06-14 Thread Arto Jääskeläinen
apport information

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/50326338/UdevLog.txt

-- 
Displayn detection fails in Lucid - laptop + Nvidia 7000
https://bugs.launchpad.net/bugs/575605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 575605] RfKill.txt

2010-06-14 Thread Arto Jääskeläinen
apport information

** Attachment added: RfKill.txt
   http://launchpadlibrarian.net/50326318/RfKill.txt

-- 
Displayn detection fails in Lucid - laptop + Nvidia 7000
https://bugs.launchpad.net/bugs/575605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 575605] UdevDb.txt

2010-06-14 Thread Arto Jääskeläinen
apport information

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/50326319/UdevDb.txt

-- 
Displayn detection fails in Lucid - laptop + Nvidia 7000
https://bugs.launchpad.net/bugs/575605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 575605] Re: Displayn detection fails in Lucid - laptop + Nvidia 7000

2010-06-14 Thread Arto Jääskeläinen
1) Installed 2.6.35-020635rc1-generic kernel, resulted in severe screen
corruption (for me it looks like some code running over in screen
buffer).

2) Attempted 10.01 alpha-1 from CD, similar results.

Current Lucid with standard kernel (which I use now) will also show
upright colored lines (etc. extra mess) in the beginning while starting
up.

-- 
Displayn detection fails in Lucid - laptop + Nvidia 7000
https://bugs.launchpad.net/bugs/575605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 575605] Re: Displayn detection fails in Lucid - laptop + Nvidia 7000

2010-05-11 Thread Arto Jääskeläinen
FYI / possibly related:   Attempted to use rt-kernel (Real Time kernel)
instead of original Lucid kernel on another computer (Fujitsu Siemens
Pi3630 desktop) results in unstable system and wrong display resolution.
Those problems do not appear when running rt-kernel on Karmic in that
same computer, i.e. problem not kernel-only related but other things in
Lucid --- sorry I'm not able to point more exactly.

-- 
Displayn detection fails in Lucid - laptop + Nvidia 7000
https://bugs.launchpad.net/bugs/575605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 576840] [NEW] Lucid: Concurrent digital analog output

2010-05-07 Thread Arto Jääskeläinen
Public bug reported:

ALSA audio signal routing  passing:

1)  Sound profiles do not include concurrent digital and analog stereo
output.

2) Signal is not passed from analog input (Line) to digital output
(IEC958) even though Digital Stereo (IEC958) + Analog Stereo Input
profile is selected.

Not sure if this is a bug or a request for further development  :)
Neither sure if this is a limitation of ALSA itself or something else.

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Lucid:  Concurrent digital  analog output
https://bugs.launchpad.net/bugs/576840
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 575605] [NEW] Displayn detection fails in Lucid - laptop + Nvidia 7000

2010-05-05 Thread Arto Jääskeläinen
Public bug reported:

Acer 5520 series, model ICW50   laptop computer
nVidia C67 GeForce 7000M / nForce 610M (rev a2)
Build-in LCD panel native resolution 1280x800
Ubuntu 10.04 LTS
Kernel: 2.6.32-22-generic #33 amd_64

Description:
Lucid fails to detect correct display resolution 1280x800 and falls back to 
1034x768 which is dizzy / ugly on that panel, fonts turn difficult to read.   
Trying manually to raise resolution to 1280x800 using xrandr: 

xrandr --newmode 1280x800   83.50  1280 1352 1480 1680  800 803 809
831 -hsync +vsync

xrandr --addmode default 1280x800

xrandr -s 1280x800

Failed to change the screen configuration!

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

-- 
Displayn detection fails in Lucid - laptop + Nvidia 7000
https://bugs.launchpad.net/bugs/575605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 575605] Re: Displayn detection fails in Lucid - laptop + Nvidia 7000

2010-05-05 Thread Arto Jääskeläinen

** Attachment added: acer-5520-xrandr
   http://launchpadlibrarian.net/47851096/acer-5520-xrandr

-- 
Displayn detection fails in Lucid - laptop + Nvidia 7000
https://bugs.launchpad.net/bugs/575605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 575605] Re: Displayn detection fails in Lucid - laptop + Nvidia 7000

2010-05-05 Thread Arto Jääskeläinen

** Attachment added: lspci-vnvn.log
   http://launchpadlibrarian.net/47851135/lspci-vnvn.log

-- 
Displayn detection fails in Lucid - laptop + Nvidia 7000
https://bugs.launchpad.net/bugs/575605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 575605] Re: Displayn detection fails in Lucid - laptop + Nvidia 7000

2010-05-05 Thread Arto Jääskeläinen

** Attachment added: version-info
   http://launchpadlibrarian.net/47851138/version-info

-- 
Displayn detection fails in Lucid - laptop + Nvidia 7000
https://bugs.launchpad.net/bugs/575605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 575605] Re: Displayn detection fails in Lucid - laptop + Nvidia 7000

2010-05-05 Thread Arto Jääskeläinen

** Attachment added: version.log
   http://launchpadlibrarian.net/47851152/version.log

-- 
Displayn detection fails in Lucid - laptop + Nvidia 7000
https://bugs.launchpad.net/bugs/575605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 575605] Re: Displayn detection fails in Lucid - laptop + Nvidia 7000

2010-05-05 Thread Arto Jääskeläinen

** Attachment added: dmesg.log
   http://launchpadlibrarian.net/47851158/dmesg.log

-- 
Displayn detection fails in Lucid - laptop + Nvidia 7000
https://bugs.launchpad.net/bugs/575605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 575605] Re: Displayn detection fails in Lucid - laptop + Nvidia 7000

2010-05-05 Thread Arto Jääskeläinen
Possibly related problem:  Virtual terminals Ctrl-Alt-F1...F6  messed,
show 3 or 4 times the same text overlayed across each other ---
unreadable.   Typo: Acer falls back to resolution 1024x768.

-- 
Displayn detection fails in Lucid - laptop + Nvidia 7000
https://bugs.launchpad.net/bugs/575605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 575605] Re: Displayn detection fails in Lucid - laptop + Nvidia 7000

2010-05-05 Thread Arto Jääskeläinen
FYI:  Karmic was able to use right resolution.  Resolution problem
appeared after upgrading to Lucid.

-- 
Displayn detection fails in Lucid - laptop + Nvidia 7000
https://bugs.launchpad.net/bugs/575605
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 427670] Re: hp dv6 no sound hda Intel

2010-02-19 Thread Arto Jääskeläinen
For your information:
Temporary solution I used also for Karmic is compiling  installing ALSA 
drivers Snapshot from here:

   http://www.alsa-project.org/snapshot/

only alsa-driver package from that.

Here are versions I curretly have:

No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 9.10
Release:9.10
Codename:   karmic
Kernel: 2.6.31-16-generic
Bit amount: 64 bits

Advanced Linux Sound Architecture Driver Version 1.0.21.39.g96197.445.gc31ad.
Compiled on Dec  9 2009 for kernel 2.6.31-16-generic (SMP).

Remaining problems for that temporary fix are 
1) Hard click sound when logging off 
2) Kernel updates will brake it

-- 
hp dv6 no sound hda Intel
https://bugs.launchpad.net/bugs/427670
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 427670] Re: hp dv6 no sound hda Intel

2010-02-19 Thread Arto Jääskeläinen

 remaining problems for that temporaty fix...
2) Kernel updates will break it   --- sorry for previous typo

-- 
hp dv6 no sound hda Intel
https://bugs.launchpad.net/bugs/427670
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 498110] [NEW] Missing DNS addresses --- Huawei E160E---Karmic

2009-12-18 Thread Arto Jääskeläinen
Public bug reported:

Binary package hint: mobile-broadband-provider-info

We have many reports about a problem with Karmic not getting DNS addresses at 
all with mobile connection.  Symtoms include missing DNS adresses in 
NetWorkManager which results in unability to browse anything.  Problem appears 
usually always after reboot, after disconnect / connect mobile connection 
problem may disappear.
As a temporay band-aid I have feeded DNS adresses manually to NetworkManager.
Huawei E160E used is european type.

** Affects: mobile-broadband-provider-info (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Missing DNS addresses --- Huawei E160E---Karmic
https://bugs.launchpad.net/bugs/498110
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 427670] Re: hp dv6 no sound hda Intel

2009-12-09 Thread Arto Jääskeläinen
Jaunty;   I was able to get sound only using latest ALSA driver
Snapshot, compiled  installed by myself.  Worked ok with older kernels
ok. New kernels: Can not get sound from Totem  Rhytnbox, other sounds
ok.   Not recommended solution, will brake always when ever a kernel
update happens.

Karmic Koala:  Just installed, no sound,  Not yet test with latest ALSA
driver Snapshot,  I hope problem can be addressed by Ubuntu developers
(ALSA update).

-- 
hp dv6 no sound hda Intel
https://bugs.launchpad.net/bugs/427670
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 454297] Re: drag and drop images or video into subfolder will prevent folder from loading

2009-12-02 Thread Arto Jääskeläinen
I'd also like to help with testing but unfortumately I lost my test
situation / problem.  At least I have not been able to produce that
problem any more after the day I watched that folder using Jaunty
instead of Karmic. Strange and does not make sense for me.

-- 
drag and drop images or video into subfolder will prevent folder from loading
https://bugs.launchpad.net/bugs/454297
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 454297] Re: drag and drop images or video into subfolder will prevent folder from loading

2009-11-30 Thread Arto Jääskeläinen
I have both Karmic Koala and Jaunty on same machine.  Problem folder
belongs to Karmic Koala.  However, if i use Jaunty to watch that very
same folder --- surprise:  Folder and files are displayed ok.

-- 
drag and drop images or video into subfolder will prevent folder from loading
https://bugs.launchpad.net/bugs/454297
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 490055] [NEW] Nautilus 2.28.1 stuck updating/getting directory contents --- Karmic Koala

2009-11-29 Thread Arto Jääskeläinen
Public bug reported:

Binary package hint: nautilus

Problem first time seen at Karmic Koala.  When trying to open a folder
/Videot located under my home directory contents of that folder is shown
to have only one folder /Webcam in it but no actual files.  If press
Update even that folder may disappear.  A small spinning wheel stays
on all the time when mouse over Nautilus.

All files are however visible on command line using  ls /Videot
command.

Strange things happen if I open that /Webcam folder first and go back
one level up:   Files are again visible.

Problem is easily repeatable.

Description:Ubuntu 9.10
Release:9.10
2.6.31-15-generic
Gnome 2.28.1
Nautilus 2.28.1

ProblemType: Bug
Architecture: amd64
Date: Sun Nov 29 21:05:18 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/nautilus
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
Package: nautilus 1:2.28.1-0ubuntu2
ProcEnviron:
 LANG=fi_FI.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-15.50-generic
SourcePackage: nautilus
Uname: Linux 2.6.31-15-generic x86_64

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


** Tags: amd64 apport-bug

-- 
Nautilus 2.28.1 stuck updating/getting directory contents --- Karmic Koala
https://bugs.launchpad.net/bugs/490055
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 490055] Re: Nautilus 2.28.1 stuck updating/getting directory contents --- Karmic Koala

2009-11-29 Thread Arto Jääskeläinen

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/36235755/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/36235756/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/36235757/ProcStatus.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/36235758/XsessionErrors.txt

** Attachment added: usr_lib_nautilus.txt
   http://launchpadlibrarian.net/36235759/usr_lib_nautilus.txt

-- 
Nautilus 2.28.1 stuck updating/getting directory contents --- Karmic Koala
https://bugs.launchpad.net/bugs/490055
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 253465] Re: [SRU] daemontools-run needs to work with upstart

2009-05-07 Thread Arto Jääskeläinen
I installed daemontools_0.76-3ubuntu1~ppa1_amd64.deb, looks good, no
more error messages appearing when installing packages.

-- 
[SRU] daemontools-run needs to work with upstart
https://bugs.launchpad.net/bugs/253465
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 253465] Re: [SRU] daemontools-run needs to work with upstart

2009-05-07 Thread Arto Jääskeläinen
I installed daemontools_0.76-3ubuntu1~ppa1_amd64.deb, looks good, no
more error messages appearing when installing packages.

-- 
[SRU] daemontools-run needs to work with upstart
https://bugs.launchpad.net/bugs/253465
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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