[Bug 381387] [NEW] networking not yet started at rc.local

2009-05-28 Thread Alex F
Public bug reported:

Ubuntu 9.04 Jaunty 32bit desktop

During the boot process, the network is not yet configured when rc.local is 
run; since this is where I have network drive mounts configured, these mounts 
fail at boot.  By capturing the output of the mount commands in those scripts, 
I can see that mounts by hostname fail with the messages:
  mount error: could not resolve address for srv99: Name or service not known
  No ip address specified and hostname not found
while mounts by IP address fail with:
  mount error(101): Network is unreachable

I believe this is a bug since networking should already be started by the time 
rc.local runs in the boot process.  Witness the boot scripts:
  /etc/rc0.d/S35networking
  /etc/rc6.d/S35networking
  /etc/rcS.d/S40networking
  /etc/rc2.d/S99rc.local
  /etc/rc3.d/S99rc.local
  /etc/rc4.d/S99rc.local
  /etc/rc5.d/S99rc.local

My network card is statically configured from the NetworkManager applet;
it specifies a static IP, gateway, domain, and DNS servers, and does not
use DHCP.  The connection is marked "Connect automatically" and
"Available to all users", and it does connect normally by the time I get
into my desktop (firefox works right away, for example).  Running the
mount script by hand after logging in also works, because by then the
network is actually started.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
networking not yet started at rc.local
https://bugs.launchpad.net/bugs/381387
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 381112] Re: gnome-panel crashes in endless loop on login

2009-05-27 Thread Alex F

** Attachment added: ".xsession-errors"
   http://launchpadlibrarian.net/27219369/.xsession-errors

-- 
gnome-panel crashes in endless loop on login
https://bugs.launchpad.net/bugs/381112
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 381112] [NEW] gnome-panel crashes in endless loop on login

2009-05-27 Thread Alex F
Public bug reported:

Ubuntu: Jaunty 9.04 64bit desktop
gnome-panel: 1:2.26.0-0ubuntu7

Yesterday I rearranged some applets and launchers on my gnome-panels,
and ever since, gnome-panel crashes over and over forever when I log in.

I can see the panels appear briefly, and then a window titled "Error"
appears in the middle of my second monitor (configured as separate X
screens), but before any content is drawn in the Error window, it all
disappears.  A moment later, the panels reappear briefly, then the Error
window, then gone.  Over and over.

Every time gnome-panel crashes and restarts and generates its Error
window, it steals the input focus.  So even if I manage to get a
terminal window open (by clicking its launcher on one panel before they
crash), I have to keep re-clicking the terminal window and quickly
typing one letter before the next Error window comes up and steals
focus.  In this way I can type out "killall gnome-panel", which stops
the cycle, but only if I'm lucky enough to do it between gnome-panel
restarting and crashing again -- if it's in between launchers, killall
finds no process and does nothing.

There is nothing in /var/crash but my ~/.xsession-errors is full of this
section, repeated hundreds of times:

** (gnome-panel:7737): DEBUG: Adding applet 0.
** (gnome-panel:7737): DEBUG: Initialized Panel Applet Signaler.
** (gnome-panel:7737): DEBUG: Adding applet 1.
** (gnome-panel:7737): DEBUG: Adding applet 2.
** (gnome-panel:7737): DEBUG: Adding applet 3.
** (gnome-panel:7737): DEBUG: Adding applet 4.
** (gnome-panel:7737): DEBUG: Adding applet 5.
** (gnome-panel:7737): DEBUG: Adding applet 6.
** (gnome-panel:7737): DEBUG: Adding applet 7.
** (gnome-panel:7737): DEBUG: Adding applet 8.
** (gnome-panel:7737): DEBUG: Adding applet 9.

(gnome-panel:7737): libglade-WARNING **: Unexpected element  
inside .
** (gnome-panel:7737): DEBUG: Adding applet 10.
** (gnome-panel:7737): DEBUG: Adding applet 11.
** (gnome-panel:7737): DEBUG: Adding applet 12.
** (gnome-panel:7737): DEBUG: Adding applet 13.
** (gnome-panel:7737): DEBUG: Adding applet 14.
** (gnome-panel:7737): DEBUG: Adding applet 15.
** (gnome-panel:7737): DEBUG: Adding applet 16.
The program 'gnome-panel' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 2330 error_code 8 request_code 1 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: New

-- 
gnome-panel crashes in endless loop on login
https://bugs.launchpad.net/bugs/381112
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 50430] Re: NIS has problems starting before the network comes up

2009-05-19 Thread Alex F
> Is this still the case even with "System setting" (renamed to "Available to
> all users" in jaunty) and "Connect automatically" both checked?

Yes.  In my case it isn't NIS that's affected however, but rather my
network mounts which are run from rc.local.  They never work at boot
(and if I log their output, it says they can't resolve or route to the
mounts' hosts); they work just fine after boot (by which time the
network is actually started, which IIUC should have been true after
S28NetworkManager and long before S99local).

-- 
NIS has problems starting before the network comes up
https://bugs.launchpad.net/bugs/50430
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 50430] Re: NIS has problems starting before the network comes up

2009-05-19 Thread Alex F
It seems like the problem is NetworkManager botching its role in the
boot process.  It's supposed to bring the network up at S28, but
starting almost three years ago with this bug and yet today on a fresh
9.04 install, the network is not even up by S99 for rc.local.

Can NetworkManager please be fixed?  It's been awhile now.

-- 
NIS has problems starting before the network comes up
https://bugs.launchpad.net/bugs/50430
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 353594] Re: Apache trying to start before network interfaces are up

2009-05-14 Thread Alex F
I'm having a similar problem and I wonder if it's related.  In my case,
I have a script that mounts network shares which is called from
rc.local.  During boot, the mounts all fail because the network isn't
configured yet; mounts by hostname fail DNS lookup, and mounts by IP
report "network is unreachable".  The same script run after booting
mounts everything just fine.

I also can't figure out what is meant by "NetworkManager in system
mode"; my networks (as defined in NM) are marked "available to all
users" which I assumed would make them "system-level" networks, but they
still don't seem to be available at boot time when rc.local is run.

-- 
Apache trying to start before network interfaces are up
https://bugs.launchpad.net/bugs/353594
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 339783] Re: Separate X-screen, apps launched from 2nd screen appear on first screen

2009-05-13 Thread Alex F
I and the 7 folks who replied all agree that this bug's symptoms are not
the same as bug 290935, and I can find no test results or developer's
commentary in either bug report that indicates any connection.  So, I
have removed the duplicate setting.

** This bug is no longer a duplicate of bug 290935
   dual screen all panels end up on one screen at startup

-- 
Separate X-screen, apps launched from 2nd screen appear on first screen
https://bugs.launchpad.net/bugs/339783
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 339783] Re: Separate X-screen, apps launched from 2nd screen appear on first screen

2009-05-12 Thread Alex F
*** This bug is a duplicate of bug 290935 ***
https://bugs.launchpad.net/bugs/290935

This was first marked as a duplicate of 346964, which sounds like the
same issue.  However then both this(339783) and 346964 were marked as
duplicates of 290935, which I'm not sure is correct, unless there's been
a lot more diagnosis that doesn't appear in the comments of any of those
bugs.

This(339783) and 346964 describe applications started via gnome-panel
launchers being assigned to the wrong X screen, which is especially
annoying because windows cannot be dragged between X screens the way
they can with TwinView or Xinerama.  Bug 290935 describes all the gnome-
panels from multiple X screens being moved to one screen at boot.

I think these are separate issues, because I remain affected by
this(339783) and 346964 but I have never experienced 290935.  My gnome-
panels themselves all stay on the correct screen across multiple
reboots; it is only the application windows launched from them that
appear on the wrong screen for me.  Can anyone else affected by this
comment on whether this is actually a duplicate of 290935?

-- 
Separate X-screen, apps launched from 2nd screen appear on first screen
https://bugs.launchpad.net/bugs/339783
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 332100] Re: wine fullscreen app makes X server crash on jaunty

2009-04-26 Thread Alex F
Same problem.  At first I was using the nvidia binary driver from the
repository (180.44), and that crashed the X server as soon as a
fullscreen game launched (Starcraft, in my case).  I removed that and
replaced it with the binary driver straight from nvidia (180.51) and
then Starcraft started ok, but as soon as I exited, X crashed again.
Setting everything to run in a virtual desktop seems to work around it
for now.

-- 
wine fullscreen app makes X server crash on jaunty
https://bugs.launchpad.net/bugs/332100
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 339783] Re: Separate X-screen, apps launched from 2nd screen appear on first screen

2009-04-26 Thread Alex F
I'm having the same problem, also using the repository's nvidia 180
drivers and a custom xorg.conf which defines separate X screens.

This might be related or might be a red herring, but since switching to
Jaunty (clean install from Hardy), I also cannot get
XTestFakeMotionEvent() (from the XTest library) to work.  I have a small
C program called "switchscreen" which uses that function to "warp" the
mouse cursor between my two X screens.  It worked fine in Feisty, Gutsy
and Hardy; now in Jaunty, the cursor no longer moves.

-- 
Separate X-screen, apps launched from 2nd screen appear on first screen
https://bugs.launchpad.net/bugs/339783
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 195982] Re: Shift key (and caps lock) stop working when using VMWare

2008-09-05 Thread Alex F
I regularly use two different Ubuntu Hardy machines -- one at home, and
one at work.  I've had this same problem off and on for the last month
or two on my work machine, but never on my home machine.

Similarities:
- both are desktops with NVidia graphics cards
- both use the proprietary NVidia driver
- both use Gnome
- both are kept fully up-to-date from the repositories
- both use kernel 2.6.24-19-generic
- both use xserver-xorg 1:7.3+10ubuntu10.2 and xserver-xorg-core 
1:7.3+10ubuntu10.2

Differences:
- at work Hardy was upgraded from Gutsy; at home Hardy was installed clean
- at work I run 32bit Hardy on (I think?) an Intel; at home I run 64bit on an 
AMD64
- at work I have VMware Workstation (5.5.7 build-91707, with anyany116) running 
constantly (Windows 2000 on the VM); at home I do not use it at all
- at work I have Compiz enabled; at home I do not
- at work my keyboard, mouse and monitor are connected via KVM; at home they 
are connected directly

Comments:
- My (Win2k) VM at work does have VMware Tools installed.
- I have only ever noticed the problem while releasing control from the VM to 
the (Ubuntu) host, but it doesn't happen every time I do so, and correlation is 
not causation.  Nonetheless, others seem to also only have the problem when 
releasing from VMware to the host.
- I never use my VM fullscreen so in my case, it isn't related to 
CTRL-ALT-ENTER.
- My VM is set to release control when the mouse leaves the window, so I always 
do it that way -- I never use CTRL-ALT to release control.
- When it does happen, SHIFT, CTRL and ALT stop responding in Ubuntu or any 
running program, but continue to work normally in the VM.  I haven't noticed 
how CAPSLOCK behaves in my case.
- Existing Ubuntu apps keep running normally, but new apps generally crash the 
moment I press any key with them focused, including Terminal.  I don't know how 
long existing apps would continue to run since I can't work that way, so I have 
to log out and back in to restore the keyboard pretty quickly.
- I didn't know about the 'setxkbmap' solution so I've never tried that.

Here's hoping for a solid solution soon.  :/

-- 
Shift key (and caps lock) stop working when using VMWare
https://bugs.launchpad.net/bugs/195982
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 39413] Re: ubuntu doesn't notice when running on battery

2007-11-10 Thread alex f
After a BIOS update this isn't happening anymore to me.

-- 
ubuntu doesn't notice when running on battery
https://bugs.launchpad.net/bugs/39413
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 147907] Re: rhythmbox cannot show lyrics anymore

2007-10-01 Thread alex f

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/9632682/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/9632683/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/9632684/ProcStatus.txt

-- 
rhythmbox cannot show lyrics anymore
https://bugs.launchpad.net/bugs/147907
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 147907] rhythmbox cannot show lyrics anymore

2007-10-01 Thread alex f
Public bug reported:

Binary package hint: rhythmbox

Since quite a few days all i get is "Server did not respond."

ProblemType: Bug
Architecture: i386
Date: Tue Oct  2 02:20:44 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/rhythmbox
Package: rhythmbox 0.10.0-0ubuntu2
PackageArchitecture: i386
ProcCmdline: rhythmbox
ProcCwd: /home/alex
ProcEnviron:
 LANG=de_DE.UTF-8
 LANGUAGE=de_DE:de:en_GB:en
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 SHELL=/bin/bash
SourcePackage: rhythmbox
Uname: Linux tosh 2.6.20-16-386 #2 Sun Sep 23 19:47:10 UTC 2007 i686 GNU/Linux

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

-- 
rhythmbox cannot show lyrics anymore
https://bugs.launchpad.net/bugs/147907
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 109691] Re: Conflict betwen webcam 046d:0840 Logitech QuickCam Express and MX-400 logitech usb mouse

2007-08-14 Thread Alex F
I have the same problem.  Logitech USB webcam is ID 046d:0840, mouse is
MX400, and I have the same error when I start camorama (the "Oops" etc).
I do get a brief flash of what would be the camera capture window, which
is all binary garbage, no video signal.

-- 
Conflict betwen webcam 046d:0840 Logitech QuickCam Express and MX-400 logitech 
usb mouse
https://bugs.launchpad.net/bugs/109691
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 57041] Re: no buffer space available

2007-07-26 Thread Alex F
I get this message during boot too, but it doesn't cause booting to hang
and doesn't seem to happen every time.  I'm not even sure what the
message means or if its anything to worry about; there are still a few
quirks with my hardware setup that I'm (slowly) working on, but I don't
know if this is related to any of them.

Feisty 7.04, 2.6.20-16-generic (pci=noacpi noacpi acpi=off)
AMD X2 6000+
ASUS M2N32-SLI Deluxe WiFi

-- 
no buffer space available
https://bugs.launchpad.net/bugs/57041
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 93210] Re: Does not show option in its preferences

2007-07-18 Thread alex f
*** This bug is a duplicate of bug 117105 ***
https://bugs.launchpad.net/bugs/117105

** This bug has been marked a duplicate of bug 117105
   Cannot select governor from cpufreq-applet

-- 
Does not show option in its preferences
https://bugs.launchpad.net/bugs/93210
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 12696] Re: Notification area does not work with dual head

2007-06-23 Thread Alex F
Still, it seems to me that even with the current architecture, the
application itself does not need to be aware of multiple screens: X11 of
course is, therefore the window manager can be, therefore the window
manager ought to be able to handle the gymnastics of keeping track of
application/notification/displayscreen linkages without troubling the
application at all, and (it seems to me) without even bothering the GTK+
rendering system with it.  GTK+ just has to render GUI elements at
whatever coordinates of whatever device the window manager dictates.

A window titlebar already has send-to-workspace functions that (I
assume) are handled by the window manager, and notification icons must
already have some linkage to the application process which controls the
window associated with the icon.  Therefore, the window manager ought to
be able to display the same notification-icon-list on each display, and
when one is clicked, ought to be able to figure out which display the
associated window is already on and move it to the display where the
click happened, if necessary.

Granted, I don't really know much about the guts of this system, so
maybe there's some big architectural obstacle I'm not accounting for,
but what I'm describing seems totally doable given what I understand to
be the GUI hierarchy.

Maybe the problem is that separate X11 display-screens (:0.0 vs :0.1 as
you mentioned) have thus far been designed to be TOO autonomous?  I can
see situations where it would make sense to make them separate (you
could have a different user logged in to each, in a different room even,
without them interfering with eachother, etc).

But clearly there is also a need for slightly less independent alternate
displays; maybe a new abstraction level needs to be established that
allows for only one user session among several displays (the standard
desktop dual-monitor setup), but in return allows for more interaction
between the two (like shared notification, etc)?

-- 
Notification area does not work with dual head
https://bugs.launchpad.net/bugs/12696
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 12696] Re: Notification area does not work with dual head

2007-06-23 Thread Alex F
PeopleWithThisProblem++;

I just finally got dual monitors working on my dualhead nVidia card.  I
am not using TwinView or Xinerama, because I want to be able to run
games fullscreen on the primary display without it affecting the
secondary display at all.  (Aside: I don't need to be able to "drag"
windows between screens, but it would be nice to right-click a window
title bar and 'send-to' the other screen; still haven't figured that one
out)

If I launch a program on the primary display, it binds to the primary
display's notification area properly.  If I launch on the secondary
display, the secondary display's notification area remains empty.

Ideally, I would like the option for the two displays to "share" the
same notification area (so anything that binds to it from either display
shows up on both), with maybe the extra candy that clicking a
notification icon will bring the associated window to the display where
it was clicked, no matter which display it was launched from.

-- 
Notification area does not work with dual head
https://bugs.launchpad.net/bugs/12696
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 12696] Re: Notification area does not work with dual head

2007-06-23 Thread Alex F
Sorry, forgot some details:

Ubuntu Feisty 7.04, fresh download and install this week.  It makes me
sad that this bug report is so old and yet persists.

-- 
Notification area does not work with dual head
https://bugs.launchpad.net/bugs/12696
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 43324] Re: There is no 64 bit package available.

2007-06-19 Thread Alex F
I just installed Feisty on an AMD64 (X2 6000+ to be exact), and I still
have not been able to get wine to run.  Everything I've tried results in
'segmentation fault' on winecfg, apparently as it tries to create the
~/.wine path and establish a faux-registry.

I tried emk's instructions a few posts up (2007-05-14, referencing
http://www.winehq.org/site/download-deb) with the same result.  I've
also tried compiling from source (wine 0.9.39) according to a few other
tutorials, including CFLAGS=-fno-stack-protector and CC=gcc-3.4,
CXX=g++.3.4, also to no avail.

Next I guess I'll try compiling 0.9.37 from source with various
combinations of those flags, since that seems to be the version that was
'released' as a package for Feisty, but I'm running out of ideas.

Help?

Thanks,
Alex

-- 
There is no 64 bit package available.
https://bugs.launchpad.net/bugs/43324
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 83325] add support for software suspend with swap files

2007-02-04 Thread alex f
Public bug reported:

As of 2.6.20 the linux kernel supports software suspend with swap files
in addidion to swap partitions. Please enable this from feisty 7.04
onwards.

Bug #82351 probably needs to be fixed first.

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

** Tags added: suspend swap

-- 
add support for software suspend with swap files
https://launchpad.net/bugs/83325

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


[Bug 83325] Re: add support for software suspend with swap files

2007-02-04 Thread alex f
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/power
/swsusp-and-swap-files.txt

Is a good introduction.

-- 
add support for software suspend with swap files
https://launchpad.net/bugs/83325

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


[Bug 68020] Re: Azureus 2.5.0.0 crashes

2007-01-03 Thread alex f
I have these crashes as well. The error report always differs a little
bit. I found that the reason why azureus keeps crashing, seems to be the
log files in ~/.azureus/logs/ when I delete those azureus starts up
again without crashing right again.

For example azureus logs in logs/alerts_1.log that I'm having NAT issues
and it needs an open UDP port etc.

I'm not sure if switching from sun-jdk to gcj makes azureus not choke on
these log files.

Bug #71220 might be a duplicate?

-- 
Azureus 2.5.0.0 crashes
https://launchpad.net/bugs/68020

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


[Bug 71220] Re: Azureus crashes with SIGSEGV

2007-01-03 Thread alex f
I have these crashes as well. The error report always differs a little
bit. I found that the reason why azureus keeps crashing, seems to be the
log files in ~/.azureus/logs/ when I delete those azureus starts up
again without crashing right again.

For example azureus logs in logs/alerts_1.log that I'm having NAT issues
and it needs an open UDP port etc.

I'm not sure if switching from sun-jdk to gcj makes azureus not choke on
these log files.

Bug #68020 might be a duplicate?

-- 
Azureus crashes with SIGSEGV
https://launchpad.net/bugs/71220

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