Re: [Bug 1019347] Re: A message: mount: / is busy appears every time shutting down or rebooting.

2012-12-26 Thread Steven Farmer
/etc/init.d/umountroot does not execute umount, it executes mount with
'-o remount,ro' flags to remount the root filesystem in read-only mode.
Some process has a file open for write on the root filesystem, which
causes the remount to fail.  See Bug #963106 and please try my
suggestion of unchecking 'Available to all users' in the Network Manager
settings for your network connection.



In any case the message that we should get while shutting down should be
umount / is busy, why is it mount?

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1019347

Title:
  A message: mount: / is busy appears every time shutting down or
  rebooting.

Status in “plymouth” package in Ubuntu:
  Confirmed
Status in “upstart” package in Ubuntu:
  Invalid

Bug description:
  I arrived here from bug 963106
  [https://bugs.launchpad.net/bugs/963106]. I thought that it was a
  problem with network-manager, but it was not.

  I was suggested that it is probably a problem with upstart : that
  modemmanager simply hasn't had time to complete the shutdown process
  before umountroot is run. Since modemmanager is an upstart job,
  sendsigs doesn't kill it.

  lsb_release -rd:
   Description: Ubuntu 12.04 LTS
   Release: 12.04

  apt-cache policy upstart:
     upstart:
    Installed: 1.5-0ubuntu7
    Candidate: 1.5-0ubuntu7
    Version table:
   *** 1.5-0ubuntu7 0
  500 http://kambing.ui.ac.id/ubuntu/ precise-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1.5-0ubuntu5 0
  500 http://kambing.ui.ac.id/ubuntu/ precise/main amd64 Packages

  Hope this will be fixed. Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: upstart 1.5-0ubuntu7
  ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
  Uname: Linux 3.2.0-26-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  Date: Sat Jun 30 00:08:18 2012
  InstallationMedia: Custom Live CD - Release amd64
  SourcePackage: upstart
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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

Title:
  A message: mount: / is busy appears every time shutting down or
  rebooting.

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

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

Re: [Bug 1019347] Re: A message: mount: / is busy appears every time shutting down or rebooting.

2012-12-26 Thread Steven Farmer
Hi Luigi, I'm glad to hear the the workaround helped. Yes, it's unclear
why this bug has reappeared in 12.10 after being fixed in 12.04.

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

Title:
  A message: mount: / is busy appears every time shutting down or
  rebooting.

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

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


Re: [Bug 1019347] Re: A message: mount: / is busy appears every time shutting down or rebooting.

2012-12-25 Thread Steven Farmer
You might try unchecking 'Available to all users' in the Network Manger
settings for your network connection.  That works around the problem for
me on Linux Mint 14.

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

Title:
  A message: mount: / is busy appears every time shutting down or
  rebooting.

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

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


Re: [Bug 963106] Re: NetworkManager causes orphaned inodes

2012-06-19 Thread Steven Farmer
You didn't answer my question in #42 above.

Type man null to learn how /dev/null works.

The ps command produced an error message.  Assuming that it wasn't
mis-typed, that means that the modem-manager process wasn't running,
which is the correct result.  That's also consistent with last line in
the modemmanager.log that you attached.

I suspect that your problem could be that modemmanager simply hasn't had
time to complete the shutdown process before umountroot is run.  Since
modemmanager is an upstart job, sendsigs doesn't kill it.

I've seen no evidence that your problem is a network-manager bug. If I
were you, I would open a new bug report using ubuntu-bug, probably
against upstart.

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

Title:
  NetworkManager causes orphaned inodes

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

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


Re: [Bug 963106] Re: NetworkManager causes orphaned inodes

2012-06-17 Thread Steven Farmer
Tuhu, if you type the following three commands into a terminal window
what is printed after each command?

sudo stop network-manager
initctl status modemmanager
ps p $(pgrep modem-manager) 2/dev/null

The third command should print something only if modem-manager is still
running. It shouldn't be, but your /DEBUG file showed that it was and
that's part of the problem.  You'll want to restart network-manager by
typing:

sudo start network-manager

What network devices are active on your computer whenever the problem
occurs?  Any mobile broadband devices at all?  Have you looked at the
log file /var/log/upstart/modemmanager.log to see if there are any error
messages or warnings there?

Bug #974187 reports modem-manager taking a very long time to shut
down. That bug is unresolved and due to expire soon due to lack of
activity.  You might want to subscribe to that bug and add a me too.

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

Title:
  NetworkManager causes orphaned inodes

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

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


Re: [Bug 963106] Re: NetworkManager causes orphaned inodes

2012-06-14 Thread Steven Farmer
The /DEBUG file shows that modem-manager is still running, and at line
114 you can see that the init process has /var/log/upstart/modemmanager
open for write.  That explains the mount: / is busy message.

I would think that modem-manager should have exited before umountroot is
run.  Looking at /etc/init.d/sendsigs, it appears that processes
associated with upstart jobs (like modemmanager) aren't killed, and I
see no facility there for waiting on them to exit.

I'm not an ubuntu developer, but if you care to try an experiment, you
could try adding a sync command to line 64 of /etc/init.d/sendsigs .
This is just before a comment that starts 'Upstart jobs have their own'
and a sequence of code that collects the pids of upstart jobs into a
list of pids to ignore (i.e. pids not to kill).  If modem-manager or
init are waiting on i/o to complete, a sync here might give
modem-manager time to exit before it gets put into the OMITPIDS list.

If you decide to change sendsigs, be sure to make a backup copy first:

sudo cp -p /etc/init.d/sendsigs ~

Other than that, I don't have any new ideas.  Let's hope that Mathieu or
another one of the powers-that-be will now jump in with some suggestions
as to how to proceed.

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

Title:
  NetworkManager causes orphaned inodes

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

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


Re: [Bug 963106] Re: NetworkManager causes orphaned inodes

2012-06-13 Thread Steven Farmer
Tuhu, no, I wasn't asking that you run the commands from tty1.

Now that you've added the ps and lsof commands to the umountroot script,
it should create the text file '/DEBUG' when the system is shut down.

Please attach the file /DEBUG.

The error message mount: / is busy is being printed by the mount
command in the umountroot script.  The /DEBUG file should show us what
files were still open just before that mount command is executed.  It's
likely that a process still has a file open for write.

Also, have you ever installed VMware Player (see previous messages in
this bug report) or any non-ubuntu software which may have altered the
order in which your init scripts are run?

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

Title:
  NetworkManager causes orphaned inodes

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

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


Re: [Bug 963106] Re: NetworkManager causes orphaned inodes

2012-06-12 Thread Steven Farmer
Tuhu, your ps output shows quite a lot still running.  Did you execute
the command from a terminal in the desktop environment?  To be helpful,
the ps and lsof commands should be run from the /etc/init.d/umountroot
script.  See message #5 above.

Before adding debug commands to umountroot, you might want to try
un-checking Available to all users for your active network connection.
If the mount: / is busy message is no longer present when you shut the
system down, then your problem might be related to this bug.

Either way, you'll probably want to proceed with getting some debug
print from umountroot. There was a typo in message #5, although I'm not
sure that it makes a difference in practice.  The lsof command should
read:

/usr/bin/lsof  /DEBUG

Be sure to make a backup copy of umountroot before editing it:

sudo cp -p /etc/init.d/umountroot ~

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

Title:
  NetworkManager causes orphaned inodes

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

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


Re: [Bug 963106] Re: NetworkManager causes orphaned inodes

2012-05-11 Thread Steven Farmer
Daniel,

I notice /etc/rc6.d/S03umountroot stop in your ps output.  On my 12.04
installs I have S60umountroot in /etc/rc0.d and /etc/rc6.d. S03 sounds
awfully early to me.

Try sudo mv /etc/rc6.d/S03umountroot /etc/rc6.d/S60umountroot and then
do sudo shutdown -H now and see what happens.

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

Title:
  NetworkManager causes orphaned inodes

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

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


Re: [Bug 963106] Re: NetworkManager causes orphaned inodes

2012-05-11 Thread Steven Farmer
Daniel, try:

$ sudo update-rc.d -f umountroot remove
$ sudo update-rc.d umountroot start 60 0 6 .

Note the period at the end of the 2nd command.  And yes, my previous
suggestion of using mv won't work, you have to use update-rc.d, sorry.

When I used update-rc.d to put umountroot at 03 as you have, I see the
same symptoms you do.  Using the above commands to put it back to 60
fixes the problem.  Hope this helps, please let us know.

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

Title:
  NetworkManager causes orphaned inodes

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

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


Re: [Bug 963106] Re: NetworkManager causes orphaned inodes

2012-05-11 Thread Steven Farmer
The perl script /usr/share/sysv-rc/saveconfig prints out the current
configuration as a series of update-rc.d commands.  If you like, I can
send you a copy from a more-or-less vanilla 12.04 install. It can't be
completely vanilla without my doing a fresh install in a VM, and I won't
volunteer for that (I'm running non-pae hardware, and they've made 12.04
installs *very* aggravating).  After logging in to launchpad, you should
be able to find my email address.

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

Title:
  NetworkManager causes orphaned inodes

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

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


[Bug 963106] Re: NetworkManager causes orphaned inodes

2012-05-11 Thread Steven Farmer
Oops, I sent my previous message before I saw yours saying you've fixed
things.  Congratulations, and thanks for sharing the method - I'll have
to remember that.

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

Title:
  NetworkManager causes orphaned inodes

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

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


Re: [Bug 963106] Re: NetworkManager causes orphaned inodes

2012-05-02 Thread Steven Farmer
After installing network-manager 0.9.4.0-0ubuntu4 from precise-proposed,
things are looking good.  The root filesystem is clean on reboot even
after a reinstall of libc6.  Many thanks to Mathieu!

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

Title:
  NetworkManager causes orphaned inodes

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

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


Re: [Bug 963106] Re: NetworkManager causes orphaned inodes

2012-04-13 Thread Steven Farmer
Yes, yes, I understand all of that, there is no need to continue
repeating it.  Your motivations don't change the fact that, in trying to
fix one problem, you've created another.  Your changes are causing
umountroot to FAIL at shutdown time.

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

Title:
  NetworkManager causes orphaned inodes

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

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


Re: [Bug 963106] Re: NetworkManager causes orphaned inodes

2012-04-12 Thread Steven Farmer
The underlying problem is that, at system shutdown time, dhclient isn't
given the opportunity to gracefully exit, closing any files it has open.
This causes /etc/init.d/umountroot to fail.  When umountroot fails, the
filesystem must be recovered.

There is, to the best of my knowledge, nothing particularly unusual with
the various installs of 12.04 that I've been testing, and the problem is
evident with all of them.  One difference might be that I have the
splash screen turned off in grub and so can see the messages.  Maybe
that explains why you're not seeing them.

At some point, possibly in oneiric, changes were made which put the
dhclient pid in /var/run/sendsigs.omit.d/ and I believe that's the basis
of the problem.  And it IS a problem - the root filesystem should not
need recovery on every reboot.  The orphaned inodes messages are just
icing on the cake.  Do sudo apt-get install --reinstall libc6 then
reboot, and run dmesg | grep EXT and you should see the messages.

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

Title:
  NetworkManager causes orphaned inodes

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

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


[Bug 963106] Re: NetworkManager causes orphaned inodes

2012-04-06 Thread Steven Farmer
One last data point: I'm seeing the problem only with wired connections
when Available to all users has been checked for that connection
(right-click on the nm-applet icon,  select Edit Connections...,
select the connection and click Edit... then check/uncheck Available
to all users in the lower left).

To /etc/init.d/umountroot, just before the  'mount -n -o remount,ro /'
sequence, I added:

/bin/ps  /DEBUG
/usr/bin/lsof  DEBUG

/DEBUG shows that when (and only when) Available to all users has been
selected for a wired connection,  when umountroot runs dhclient is still
running and has a dhcp lease file open for write;  consequently
umountroot fails.  I'm attaching a copy of this DEBUG file.  For wired
connections with Available to all users unchecked,  and for wireless
connections, dhclient has gone away by the time umountroot runs and so
there is no problem in those cases.




** Attachment added: DEBUG
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/963106/+attachment/3018629/+files/DEBUG

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

Title:
  NetworkManager causes orphaned inodes

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

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


[Bug 963106] Re: NetworkManager causes orphaned inodes

2012-03-26 Thread Steven Farmer
Clint, I don't see the dhclient process die when network-manager is
stopped.  But I think I was guilty of some fuzzy thinking in saying that
the problem is due to the pid file being held open;  the problem is that
the dhclient pid file isn't deleted from /var/run/sendsigs.omit.d (so
/etc/init.d/sendsigs doesn't kill dhclient at shutdown time)  *and*
dhclient has a dhcp lease file open for write.  The following should (I
hope) show what I'm talking about:

$ ps auxw | grep NetworkManager | grep -v grep # NetworkManager and dhclient 
are both running
$ ls /var/run/sendsigs.omit.d #  there are pid files for both dhclient and 
dnsmasq
$ sudo stop network-manager
$ ps auxw | grep NetworkManager | grep -v grep # now only dhclient is still 
running
$ ls /var/run/sendsigs.omit.d # and the dhclient pid file is still there
$ sudo lsof -c dhclient | grep lease #  dhclient still has a lease file open 
for write

Because sendsigs won't kill dhclient and the lease file is open for
write, /etc/init.d/umountroot fails and the filesystem must be
recovered.   And dhclient still has libc .so files open as well,  which
is what leads to orphaned inodes if those files have been overwritten
during a libc upgrade.

If the dhclient pid file was removed from /var/run/sendsigs.omit.d when
network-manager is stopped, then sendsigs would kill dhclient at
shutdown.   Or, if dhclient could be terminated when network-manager
shuts down, that should work too.  I don't understand enough to guess
why the pid files are written to sendsigs.omit.d in the first place...

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

Title:
  NetworkManager causes orphaned inodes

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

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


[Bug 963106] [NEW] NetworkManager causes orphaned inodes

2012-03-23 Thread Steven Farmer
Public bug reported:

During system shutdown, NetworkManager neither kills dhclient nor does
it remove the dhclient pid file from the directory
/var/run/sendsigs.omit.d.  As a result, dhclient continues to hold the
pid file open for write and when /etc/init.d/umountroot tries to remount
the root filesystem read-only, the remount fails.  The message:

mount: / is busy

is seen in the console, and the filesystem must be recovered at boot
time:

[8.946427] EXT4-fs (sda1): INFO: recovery required on readonly filesystem
[8.947057] EXT4-fs (sda1): write access will be enabled during recovery
[   11.234075] EXT4-fs (sda1): recovery complete

If shared libraries used by dhclient are updated before the reboot,
orphaned inodes associated with the .so files are created.  For example,
doing sudo apt-get install --reinstall libc6 and then rebooting leads
to:

[8.356521] EXT4-fs (sda1): INFO: recovery required on readonly filesystem
[8.356521] EXT4-fs (sda1): write access will be enabled during recovery
[8.716544] EXT4-fs (sda1): orphan cleanup on readonly fs
[8.716544] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 
313749
[8.724544] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 
313733
[8.724544] EXT4-fs (sda1): ext4_orphan_cleanup: deleting unreferenced inode 
313725
[8.724544] EXT4-fs (sda1): 3 orphan inodes deleted
[8.728544] EXT4-fs (sda1): recovery complete

This is network-manager 0.9.3.995+git201203152001.04b2a74-0ubuntu1
running under 12.04.   I don't believe any actual data loss will occur
as a result of this bug, but it's likely to produce much user anxiety.
Also see Bug 952315, which misidentifies the cause of the problems as
upstart.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: network-manager 0.9.3.995+git201203152001.04b2a74-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-20.32-generic 3.2.12
Uname: Linux 3.2.0-20-generic i686
ApportVersion: 1.95-0ubuntu1
Architecture: i386
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
Date: Fri Mar 23 07:42:20 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111011)
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
ProcEnviron:
 TERM=xterm
 LANG=en_US.UTF-8
 SHELL=/bin/bash
RfKill:
 
SourcePackage: network-manager
UpgradeStatus: Upgraded to precise on 2012-03-02 (20 days ago)

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 precise

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

Title:
  NetworkManager causes orphaned inodes

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

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


[Bug 963106] Re: NetworkManager causes orphaned inodes

2012-03-23 Thread Steven Farmer
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/963106

Title:
  NetworkManager causes orphaned inodes

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

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


[Bug 952315] Re: root filesystem not cleanly unmounted on reboot

2012-03-23 Thread Steven Farmer
I've submitted Bug #963106 against network-manager for this problem.
This bug should probably be closed as invalid since it misidentifies the
cause as upstart.

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

Title:
  root filesystem not cleanly unmounted on reboot

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

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


[Bug 952315] Re: root filesystem not cleanly unmounted on reboot

2012-03-22 Thread Steven Farmer
Looks to me like there are two separate problems.

The first may be a regression of Bug #672177 for which a fix was
supposedly released ca April 2011.  Upgrading or re-installing libc6
results in orphaned inodes:

$ sudo apt-get install --reinstall libc6  sudo shudown -r now

I put '/usr/sbin/lsof -n  /saved.root.lsof' in /etc/init.d/umountroot
just before the root filesystem is remounted read-only.   The result
shows open files of type 'DEL' for several libc .so files.  These are
probably the files assocated with the orphaned inodes.  fsck must be
smart enough to know that the files were deleted so it doesn't put
anything into /lost+found.

The second problem is the mount: / is busy console message on every
reboot.  The /saved.root.lsof file shows that dhclient is still holding
a dhcp lease file open for write when umountroot is invoked.  Doing
'sudo killall dhclient' before the reboot eliminates the message.  I
couldn't find an already opened bug report for this;  if someone else
could have a try I'd appreciate it.

Both of these problems are probably benign, but before I trust my data
to 12.04,  I'd certainly like to hear someone smarter than me say so.

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

Title:
  root filesystem not cleanly unmounted on reboot

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

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


[Bug 952315] Re: root filesystem not cleanly unmounted on reboot

2012-03-22 Thread Steven Farmer
I think I understand what's going on now.  In looking over
/saved.root.lsof more carefully, I see that the DEL libc .so files are
also associated with dhclient.  And I was just lucky before that
dhclient stayed dead long enough for the reboot.  It gets respawned, I
believe by NetworkManager.

It looks like dhclient is started by NetworkManager with a -pf arg that
makes dhclient write his (dhclient's) pid into a file in the directory
/var/run/sendsigs.omit.d/.  When the system is being brought down,
/etc/init.d/sendsigs collects that pid into an ignore list, thus
declining to kill dhclient.  The result is that dhclient has files held
open when the system goes down, leading to the mount: / is busy
console message, and also to orphaned inodes if libc happened to have
been updated.

I removed network-manager* and installed wicd-gtk and dependencies.  Now
I can reinstall libc6 and reboot with *no* busy message and *no*
orphaned inodes.

So, IMHO the blame lies with NetworkManager and not with upstart.

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

Title:
  root filesystem not cleanly unmounted on reboot

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

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


[Bug 952315] [NEW] root filesystem not cleanly unmounted on reboot

2012-03-11 Thread Steven Farmer
Public bug reported:

12.04 beta, updated as of 11March2012.

The message mount: / busy is seen as the system is shut down.   During
the reboot, messages from fsck regarding recovery of orphaned inodes are
seen in the console.   These messages appear in kern.log:

steve@precise:~$ grep -i orphan /var/log/kern.log
Mar 11 09:29:00 precise kernel: [   12.398913] EXT4-fs (sda1): orphan cleanup 
on readonly fs
Mar 11 09:29:00 precise kernel: [   12.399492] EXT4-fs (sda1): 
ext4_orphan_cleanup: deleting unreferenced inode 141316
Mar 11 09:29:00 precise kernel: [   12.409021] EXT4-fs (sda1): 
ext4_orphan_cleanup: deleting unreferenced inode 267343
Mar 11 09:29:00 precise kernel: [   12.409450] EXT4-fs (sda1): 
ext4_orphan_cleanup: deleting unreferenced inode 267325
Mar 11 09:29:00 precise kernel: [   12.410062] EXT4-fs (sda1): 
ext4_orphan_cleanup: deleting unreferenced inode 267319
Mar 11 09:29:00 precise kernel: [   12.410111] EXT4-fs (sda1): 4 orphan inodes 
deleted

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: upstart 1.4-0ubuntu8
ProcVersionSignature: Ubuntu 3.2.0-18.28-generic 3.2.9
Uname: Linux 3.2.0-18-generic i686
ApportVersion: 1.94.1-0ubuntu2
Architecture: i386
Date: Sun Mar 11 09:23:29 2012
ExecutablePath: /sbin/init
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111011)
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
SourcePackage: upstart
UpgradeStatus: Upgraded to precise on 2012-03-02 (8 days ago)

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 precise

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

Title:
  root filesystem not cleanly unmounted on reboot

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

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


[Bug 952315] Re: root filesystem not cleanly unmounted on reboot

2012-03-11 Thread Steven Farmer
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/952315

Title:
  root filesystem not cleanly unmounted on reboot

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

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


Re: [Bug 391044] Re: Fresh karmic install does not boot due to grub2 adding --no-floppy to search lines

2012-03-01 Thread Steven Farmer
 Is this bug present in Ubuntu 11.10?

Sorry, I don't know about 11.10, but the bug is not present in 11.04
with grub 1.99-rc1-13ubuntu1 so I would expect 11.10 to be ok as well.

Steve
--

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

Title:
  Fresh karmic install does not boot due to grub2 adding --no-floppy to
  search  lines

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

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


[Bug 930432] Re: package linux-image-2.6.38-13-generic 2.6.38-13.54 failed to install/upgrade: unable to securely remove '/boot/vmlinuz-2.6.38-13-generic.dpkg-tmp': Read-only file system

2012-02-10 Thread Steven Farmer
Please close this bug.  It wouldn't have been reported if update-manager
had indicated the reason for the installation failure.

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

Title:
  package linux-image-2.6.38-13-generic 2.6.38-13.54 failed to
  install/upgrade: unable to securely remove
  '/boot/vmlinuz-2.6.38-13-generic.dpkg-tmp': Read-only file system

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

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


[Bug 930432] [NEW] package linux-image-2.6.38-13-generic 2.6.38-13.54 failed to install/upgrade: unable to securely remove '/boot/vmlinuz-2.6.38-13-generic.dpkg-tmp': Read-only file system

2012-02-10 Thread Steven Farmer
Public bug reported:

Update manager install of linux-image-2.6.38-13-generic failed.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: linux-image-2.6.38-13-generic 2.6.38-13.54
ProcVersionSignature: Ubuntu 2.6.38-13.54-generic 2.6.38.8
Uname: Linux 2.6.38-13-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  steve  1693 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'I82801DBICH4'/'Intel 82801DB-ICH4 with STAC9750,51 at irq 5'
   Mixer name   : 'SigmaTel STAC9750,51'
   Components   : 'AC97a:83847650'
   Controls  : 38
   Simple ctrls  : 24
Date: Fri Feb 10 14:54:30 2012
DpkgTerminalLog:
 Preparing to replace linux-image-2.6.38-13-generic 2.6.38-13.54 (using 
.../linux-image-2.6.38-13-generic_2.6.38-13.55_i386.deb) ...
 Done.
 Unpacking replacement linux-image-2.6.38-13-generic ...
 dpkg: error processing 
/var/cache/apt/archives/linux-image-2.6.38-13-generic_2.6.38-13.55_i386.deb 
(--unpack):
  unable to securely remove '/boot/vmlinuz-2.6.38-13-generic.dpkg-tmp': 
Read-only file system
ErrorMessage: unable to securely remove 
'/boot/vmlinuz-2.6.38-13-generic.dpkg-tmp': Read-only file system
HibernationDevice: RESUME=UUID=8b6118a8-6a85-41b3-aceb-bf6e0e9e5681
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
MachineType: Dell Computer Corporation Inspiron 600m
PccardctlIdent:
 Socket 0:
   no product info available
 Socket 1:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
 Socket 1:
   no card
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-2.6.38-13-generic 
root=UUID=0f95d6ef-2715-4bd1-9c86-af657b62dc99 ro
RelatedPackageVersions:
 linux-restricted-modules-2.6.38-13-generic N/A
 linux-backports-modules-2.6.38-13-generic  N/A
 linux-firmware 1.52
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Title: package linux-image-2.6.38-13-generic 2.6.38-13.54 failed to 
install/upgrade: unable to securely remove 
'/boot/vmlinuz-2.6.38-13-generic.dpkg-tmp': Read-only file system
UpgradeStatus: Upgraded to natty on 2012-01-27 (14 days ago)
dmi.bios.date: 01/18/2005
dmi.bios.vendor: Dell Computer Corporation
dmi.bios.version: A16
dmi.board.name: 0Y8643
dmi.board.vendor: Dell Computer Corporation
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Computer Corporation
dmi.modalias: 
dmi:bvnDellComputerCorporation:bvrA16:bd01/18/2005:svnDellComputerCorporation:pnInspiron600m:pvr:rvnDellComputerCorporation:rn0Y8643:rvr:cvnDellComputerCorporation:ct8:cvr:
dmi.product.name: Inspiron 600m
dmi.sys.vendor: Dell Computer Corporation

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


** 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/930432

Title:
  package linux-image-2.6.38-13-generic 2.6.38-13.54 failed to
  install/upgrade: unable to securely remove
  '/boot/vmlinuz-2.6.38-13-generic.dpkg-tmp': Read-only file system

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

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


[Bug 930432] Re: package linux-image-2.6.38-13-generic 2.6.38-13.54 failed to install/upgrade: unable to securely remove '/boot/vmlinuz-2.6.38-13-generic.dpkg-tmp': Read-only file system

2012-02-10 Thread Steven Farmer
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/930432

Title:
  package linux-image-2.6.38-13-generic 2.6.38-13.54 failed to
  install/upgrade: unable to securely remove
  '/boot/vmlinuz-2.6.38-13-generic.dpkg-tmp': Read-only file system

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

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


Re: [Bug 448041] attaching jpeg to email results in 100% cpu utilization

2011-05-19 Thread Steven Farmer
I have not experienced the problem in Ubuntu 10.10 in quite some time.



Thanks for the report, it has been some time without any response or
feedback in this bug report and we are wondering if this is still an
issue for you with the latest release of Ubuntu the Natty Narwhal, May
you please test with that version and comment back if you're still
having or not the issue? Please have a look at
http://www.ubuntu.com/download to know how to install that
version.Thanks in advance.

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

-- 
You received this bug notification because you are a direct subscriber
of the bug.
https://bugs.launchpad.net/bugs/448041

Title:
  attaching jpeg to email results in 100% cpu utilization

Status in “evolution” package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: evolution

  When composing a new email, attaching a 1.2 megabyte jpeg results in
  100% cpu utilization by evolution.  When evolution is launched from
  the desktop, it is necessary to power cycle the computer to regain
  control.   Setting soft limits and starting evolution from a terminal
  allows attaching to the process with gdb, which shows the process to
  variously be in a cairo or murrine routine.  The problem may be
  associated with rendering the image thumbnail or progress bar in the
  attachment area of the email.

  ProblemType: Bug
  Architecture: i386
  Date: Sat Oct 10 07:57:01 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/evolution
  Package: evolution 2.28.0-0ubuntu4
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/usr/bin/tcsh
  ProcVersionSignature: Ubuntu 2.6.31-13.43-generic
  SourcePackage: evolution
  Uname: Linux 2.6.31-13-generic i686

To unsubscribe from this bug, go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/448041/+subscribe

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

Title:
  attaching jpeg to email results in 100% cpu utilization

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

Re: [Bug 391044] Re: grub2 update adds --no-floppy to search lines

2009-12-15 Thread Steven Farmer
It may help others besides me to look at bug #403408, which describes a
problem with the grub2 search command when part of the target of the
search lies beyond 137.44 GB (128 GiB).  A Debian fix is reported to
have been released on 2009-12-14 and hopefully will trickle down to us
soon.  I can confirm that reorganizing partitions to put Karmic wholly
below 128 GiB fixes the problem for me.

-- 
Fresh karmic install does not boot due to grub2 adding --no-floppy to search  
lines
https://bugs.launchpad.net/bugs/391044
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 391044] Re: grub2 update adds --no-floppy to search lines

2009-12-10 Thread Steven Farmer
Did you saw the output of grub-install? I.e. the `Installation
finished.

[Apologies for any line wraps]

---
r...@spooky:~# grub-install /dev/sda
Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.

(hd0)   /dev/sda

r...@spooky:~# fdisk -l

Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x17381737

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *   1   1050484373348+   7  HPFS/NTFS
/dev/sda2   10505   1945771914972+   5  Extended
/dev/sda5   10505   1927170420896   83  Linux
/dev/sda6   19272   19457 1494013+  82  Linux swap / Solaris

---

/dev/sda is the only disk.  This parition layout has been used for
several generations of ubuntu.  /dev/sda5 is an ext4 filesystem.

Thanks,

Steve
--

-- 
grub2 update adds --no-floppy to search  lines
https://bugs.launchpad.net/bugs/391044
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 391044] Re: grub2 update adds --no-floppy to search lines

2009-12-09 Thread Steven Farmer
My laptop failed the reboot after today's upgrade to grub-pc
1.92~beta4-1ubuntu4.1.  I have run 'dpkg-reconfigure grub-pc' as well as
'grub-install /dev/sda' and the problem persists.  The workaound is to
comment out the 'search --no-floppy' line in grub.cfg.   This is a dual-
boot arrangement with winxp on /dev/sda1 and karmic on /dev/sda5.
Although this machine has had several generations of ubuntu installed,
this was a 'clean' install of karmic over jaunty (not an upgrade)  and
to the best of my knowledge grub has only ever been installed on
/dev/sda.

Anything I can do to avoid hand-editing grub.cfg after every grub
update?

Thanks,

Steve
--

-- 
grub2 update adds --no-floppy to search  lines
https://bugs.launchpad.net/bugs/391044
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 391044] Re: grub2 update adds --no-floppy to search lines

2009-12-09 Thread Steven Farmer
Felix, thank you for your repsonse.  Previous comments, including yours,
left me with the impression that running dpkg-reconfigure should correct
the problem.  As I mentioned, I've done that (and selected /dev/sda, the
only choice), but the problem remains.  Anything else I can look at?

-- 
grub2 update adds --no-floppy to search  lines
https://bugs.launchpad.net/bugs/391044
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


Re: [Bug 448041] Re: attaching jpeg to email results in 100% cpu utilization

2009-11-01 Thread Steven Farmer
Could be bug #460710, do you get the issue using an another theme?

I've experienced the problem when using Human, Human-Clearlooks,
Clearlooks, and LegacyHuman.  It's hit-or-miss with all but LegacyHuman,
which seems to tickle the bug 100% of the time.  Selecting List View in
the attachment bar has been a reliable workaround.

-- 
attaching jpeg to email results in 100% cpu utilization
https://bugs.launchpad.net/bugs/448041
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 448041] Re: attaching jpeg to email results in 100% cpu utilization

2009-10-13 Thread Steven Farmer
Unfortunately, the problem does not occur when evolution is run from gdb
- attaching the jpeg file to a new email succeeds.   However, the
attached tar contains file gdb-evolution.txt for completeness.  It shows
the state of things after a jpeg has been successfully attached to a new
email.

Next I started evolution from a terminal (not running under gdb) and
tried again.  The bug was in evidence.  I was running 'top' in another
terminal window, and it is showed evolution consuming nearly all of the
cpu with its virtual memory usage continually growing. It took a bit of
doing, but I was able to 'kill -ABRT' evolution and get a core dump
(which is 2.4 gigabytes!).  The file gdb-evolution-where.txt in the tar
shows the result of loading the core file into gdb and issuing a 'where'
command.

The problem seems only to occur when 'Icon View' (rather than 'List
View') is selected in the attachment bar.




** Attachment added: gdb-evolution.tar
   http://launchpadlibrarian.net/33597760/gdb-evolution.tar

-- 
attaching jpeg to email results in 100% cpu utilization
https://bugs.launchpad.net/bugs/448041
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 448041] [NEW] attaching jpeg to email results in 100% cpu utilization

2009-10-10 Thread Steven Farmer
Public bug reported:

Binary package hint: evolution

When composing a new email, attaching a 1.2 megabyte jpeg results in
100% cpu utilization by evolution.  When evolution is launched from the
desktop, it is necessary to power cycle the computer to regain control.
Setting soft limits and starting evolution from a terminal allows
attaching to the process with gdb, which shows the process to variously
be in a cairo or murrine routine.  The problem may be associated with
rendering the image thumbnail or progress bar in the attachment area of
the email.

ProblemType: Bug
Architecture: i386
Date: Sat Oct 10 07:57:01 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/evolution
Package: evolution 2.28.0-0ubuntu4
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/usr/bin/tcsh
ProcVersionSignature: Ubuntu 2.6.31-13.43-generic
SourcePackage: evolution
Uname: Linux 2.6.31-13-generic i686

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


** Tags: apport-bug i386

-- 
attaching jpeg to email results in 100% cpu utilization
https://bugs.launchpad.net/bugs/448041
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 448041] Re: attaching jpeg to email results in 100% cpu utilization

2009-10-10 Thread Steven Farmer

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

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

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

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

-- 
attaching jpeg to email results in 100% cpu utilization
https://bugs.launchpad.net/bugs/448041
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 447169] Re: pan crashed with SIGSEGV in g_main_context_prepare()

2009-10-09 Thread Steven Farmer
** Visibility changed to: Public

-- 
pan crashed with SIGSEGV in g_main_context_prepare()
https://bugs.launchpad.net/bugs/447169
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 393534] Re: [karmic] attaching certain file causes evolution to choke taking more than 600MB of memory, while composing an e-mail

2009-10-09 Thread Steven Farmer
I used tcsh's limit command to limit memoryuse to 128M and vmemoryuse to
256M, started evolution, composed an email and attached the jpeg.  Cpu
usage immediately went to 99.9%, but I was able to do a 'kill -ABRT' and
get a core dump.  The process was in /usr/lib/libcairo.so.2 when it
died.  On a hunch, I used 'System-Preferences-Appearance' to change
the theme from 'LegacyHuman' to 'Human' and tried again.  This time
evolution behaves itself, although the progress bar animation that
appears as the attachment is read is awfully jerky (but I can live with
that).  Could this be a gtk bug?   The core file is 181 megabytes, so
I'm just attaching a typesrcipt file showing the gdb which command.


** Attachment added: evolution-core.txt
   http://launchpadlibrarian.net/33370392/evolution-core.txt

-- 
[karmic] attaching certain file causes evolution to choke taking more than 
600MB of memory, while composing an e-mail
https://bugs.launchpad.net/bugs/393534
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 393534] Re: [karmic] attaching certain file causes evolution to choke taking more than 600MB of memory, while composing an e-mail

2009-10-08 Thread Steven Farmer
Attaching a 1.2 megabyte jpeg to an email results in the same behaviour.
Running karmic beta with updates, evolution 2.28.0-0ubuntu4,
kernel 2.6.31-12-generic.  In my case I have to hit the power button to
regain control.  Definitely a showstopper for me.

-- 
[karmic] attaching certain file causes evolution to choke taking more than 
600MB of memory, while composing an e-mail
https://bugs.launchpad.net/bugs/393534
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


Re: [Bug 335942] Re: nautilus crashed with SIGSEGV in start_thread()

2009-04-28 Thread Steven Farmer
So far, things are looking good here.  Nautilus desktop icons no longer
disappear when mounting a cdrom or dvd, and I was able to burn an iso
image using the revised brasero (2.26.1-0ubuntu1).

Thanks!

Steve
--



Accepted brasero into jaunty-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Also affects: brasero (Ubuntu Jaunty)
   Importance: Undecided
   Status: New

** Also affects: nautilus (Ubuntu Jaunty)
   Importance: Undecided
   Status: New

** Changed in: brasero (Ubuntu Jaunty)
 Assignee: (unassigned) = Pedro Fragoso (ember)

** Changed in: nautilus (Ubuntu Jaunty)
   Status: New = Invalid

** Changed in: brasero (Ubuntu Jaunty)
   Status: New = Fix Committed

** Tags added: verification-needed

-- 
nautilus crashed with SIGSEGV in start_thread()
https://bugs.launchpad.net/bugs/335942
You received this bug notification because you are a direct subscriber
of a duplicate bug.

Status in A disc burning application for gnome 2: Fix Released
Status in “brasero” source package in Ubuntu: Fix Committed
Status in “nautilus” source package in Ubuntu: Invalid
Status in brasero in Ubuntu Jaunty: Fix Committed
Status in nautilus in Ubuntu Jaunty: Invalid

Bug description:
Binary package hint: nautilus

.Nautilus didn´t even start  in the current relase of Ubuntu 9.04
(Daily) (28. Feb. 09)

ProblemType: Crash
Architecture: i386
DistroRelease: /usr/bin/lsb_release:81: DeprecationWarning: the sets module is 
deprecated   import sets Ubuntu 9.04
ExecutablePath: /usr/bin/nautilus
Package: nautilus 1:2.25.91-0ubuntu1
ProcCmdline: nautilus
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: nautilus
StacktraceTop:
 ?? () from /usr/lib/libbrasero-media.so.0
 ?? () from /usr/lib/libbrasero-media.so.0
 ?? () from /usr/lib/libbrasero-media.so.0
 ?? () from /usr/lib/libglib-2.0.so.0
 start_thread () from /lib/tls/i686/cmov/libpthread.so.0
Title: nautilus crashed with SIGSEGV in start_thread()
Uname: Linux 2.6.28-8-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

-- 
nautilus crashed with SIGSEGV in start_thread()
https://bugs.launchpad.net/bugs/335942
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

Re: [Bug 366807] Re: [jaunty] desktop disappears, when I insert CD/DVD, and nautilus doesn't work.

2009-04-25 Thread Steven Farmer
*** This bug is a duplicate of bug 335942 ***
https://bugs.launchpad.net/bugs/335942

Chris,

I'm not registered to post on the forums.

The easiest workaround is install nautilus-cd-burner.  This has the
side-effect of un-installing two brasero packages, and fixes the
disappearing desktop problem.

We'll be able to re-install brasero when the problem is fixed, although
right now I don't see any big advantages to it.

Hope this helps,

Steve
--

-- 
[jaunty] desktop disappears, when I insert CD/DVD, and nautilus doesn't work.
https://bugs.launchpad.net/bugs/366807
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 363765] [NEW] nautilus dies when cdrom mounted

2009-04-19 Thread Steven Farmer
Public bug reported:

Binary package hint: nautilus

Ubuntu 9.04 RC + updates
nautilus 1:2.26.2-0ubuntu1
libbrasero-media0 2.26.0-0ubuntu3

When a cdrom is inserted,  instead of an icon appearing on the gnome desktop, 
all desktop icons disappear.
The following appears in /var/log/messages:

Apr 19 06:50:06 scruffy kernel: [ 3450.183509] nautilus[7316]: segfault at 
861b008 ip b57807dd sp b6c56fc0 error 4 in 
libbrasero-media.so.0.1.1[b577+1e000]
Apr 19 06:50:46 scruffy kernel: [ 3490.219251] nautilus[7368]: segfault at 
8be7008 ip b59c57dd sp b59b3fc0 error 4 in 
libbrasero-media.so.0.1.1[b59b5000+1e000]

Workaround: remove brasero packages and install nautilus-cd-burner.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: nautilus 1:2.26.2-0ubuntu1
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/usr/bin/tcsh
SourcePackage: nautilus
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-bug i386

-- 
nautilus dies when cdrom mounted
https://bugs.launchpad.net/bugs/363765
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 363765] Re: nautilus dies when cdrom mounted

2009-04-19 Thread Steven Farmer

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

-- 
nautilus dies when cdrom mounted
https://bugs.launchpad.net/bugs/363765
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


Re: [Bug 74070] Re: Google Calendar ics support

2008-10-29 Thread Steven Farmer
Sorry, but at this point I'm not sure if I was using the workaround
(changing the start order of nm-applet) in hardy or not.

I'm now running intrepid (stock, no workarounds) and I'm not seeing any
problems at all.

Thanks,

Steve
--


do you still get the issue in hardy or intrepid?

** Changed in: evolution (Ubuntu)
   Status: Confirmed = Triaged

-- 
Google Calendar ics support
https://bugs.launchpad.net/bugs/74070
You received this bug notification because you are a direct subscriber
of the bug.

Status in The Evolution Mail  Calendaring Tool: New
Status in “evolution” source package in Ubuntu: Triaged

Bug description:
I use a Google calendar, and it cannot get in touch with it on the web. It was 
at least once, though, since I get an old version of it (stored locally) but 
for now it goes cannot resolve hostname

does someone now how to help with this ? I think it might be a problem
with evolution trying to go webcal:// , so I'd like to try http:// , but
i don't have a clue about where to change that...

-- 
Google Calendar ics support
https://bugs.launchpad.net/bugs/74070
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 74070] Re: Google Calendar ics support

2008-02-17 Thread Steven Farmer
Ben Romer's suggestion worked for me.   To insure that network manager
starts before evolution,  I used System-Preferences-Sessions under the
Current Sessions tab to change the order for nm-applet to 45, and then
saved the current session (under the Session Options tab, click Remember
currently running applications).   Evolution now consistently displays
my google calendar with no error messages.

-- 
Google Calendar ics support
https://bugs.launchpad.net/bugs/74070
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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