[Bug 396576] [NEW] Can not view or edit permissions via FTP

2009-07-07 Thread DivineOmega
Public bug reported:

Binary package hint: nautilus

This is most likely a missing feature and thus wishlist.

I am unable to view or edit permissions when accessing an FTP server via
Nautilus. When viewing the 'Permissions' tab of the 'Properties' window
for a folder, the following message is displayed with no further
options.

'The permissions of foldername could not be determined.'

It would be greatly convenient to not need to use another separate FTP
client simply to change permissions, in the case I do not have direct
SSH access to a server.

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

-- 
Can not view or edit permissions via FTP
https://bugs.launchpad.net/bugs/396576
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 333127] Re: Firefox 3.1 and above crash on full screen flash video

2009-07-01 Thread DivineOmega
After downloading Firefox 3.5 (stable) from the mozilla-security PPA,
this bug is still present. Will a fix or the given work around be
packaged with Ubuntu's build of Firefox 3.5?

-- 
Firefox 3.1 and above crash on full screen flash video
https://bugs.launchpad.net/bugs/333127
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 392673] [NEW] Fit-PC2 will not reboot

2009-06-26 Thread DivineOmega
Public bug reported:

The Fit-PC2 which uses the CompuLab SBC-FITPC2 motherboard will not
reboot in the Ubuntu 9.04 kernel (tested with 2.6.28-11-server). The
system will hang after the output of the kernel message stating that the
system is restarting.

According to the Fit-PC2 forum, the solution involves compiling a custom
kernel with tweaks to 'reboot.c' to allow the system to identify the
Fit-PC2 motherboard as one which requires quicks enabled. It also
requires the kernel to be compile with the 'CONFIG_X86_REBOOTFIXUPS=y'
option.

Could these changes be applied to the Ubuntu kernel and distributed with
Jaunty's release life cycle or will this have to be targeted for Ubuntu
9.10?

Related forum link: http://www.fit-pc2.com/forum/viewtopic.php?f=9t=301

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


** Tags: fit-pc2 quirks reboot

-- 
Fit-PC2 will not reboot
https://bugs.launchpad.net/bugs/392673
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 392673] Re: Fit-PC2 will not reboot

2009-06-26 Thread DivineOmega
In case the original link becomes dead for any reason, the required
changes to the quicks section of the 'arch/x86/kernel/reboot.c' kernel
source file are as follows.

  .matches = {
 DMI_MATCH(DMI_SYS_VENDOR, Hewlett-Packard),
 DMI_MATCH(DMI_PRODUCT_NAME, HP Compaq),
  },
   },
+   {   /* Handle problems with rebooting on CompuLab SBC-FITPC2 board */
+  .callback = set_bios_reboot,
+  .ident = CompuLab SBC-FITPC2,
+  .matches = {
+ /* Currently the DMI info is not customized and indicates
+* OEM need change that */
+ DMI_MATCH(DMI_SYS_VENDOR, CompuLab),
+ DMI_MATCH(DMI_PRODUCT_NAME, SBC-FITPC2),
+  },
+   },

-- 
Fit-PC2 will not reboot
https://bugs.launchpad.net/bugs/392673
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 356952] Re: Some hotkeys don't work on Samsung R610

2009-06-22 Thread DivineOmega
I have found a work around for changing the brightness on the Samsung
R610. Full brightness was really hard to look at all the time!

1. Press CTRL+ALT+F1 and login (as running the command to change
brightness from a Terminal in X does not seem to have any effect)

2. sudo su root (as applying the following command with just sudo
results in a permission denied error)

3. echo -n 50  /proc/acpi/video/NVID/LCD/brightness (to change
brightness, where '50' is the brightness value ranging from 40 to 100 as
depicted by the result of 'cat /proc/acpi/video/NVID/LCD/brightness')

4. (optionally) exit (to get log out of root terminal) and exit again
(to log out of user account)

5. Press CTRL+ALT+F7 (to return to your X session, noting that the
change in brightness is maintained when switching back)

Hope this helps, people. Unfortunately, due to the need to switch to a
root terminal to change the setting, I'm not sure if this functionality
can easily be linked to the brightness key presses without more low
level changes. You should be able to use this in a start-up script
however to make the brightness start at about 50% for example.

-- 
Some hotkeys don't work on Samsung R610
https://bugs.launchpad.net/bugs/356952
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 356952] Re: Some hotkeys don't work on Samsung R610

2009-06-10 Thread DivineOmega
I've just got a Samsung R610 laptop and can confirm these keys are non-
functional on a Jaunty install.

-- 
Some hotkeys don't work on Samsung R610
https://bugs.launchpad.net/bugs/356952
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 350384] Re: GTK File picker causes short freeze

2009-05-04 Thread DivineOmega
I am receiving this bug on a fully up-to-date Jaunty installation as of
today. To reproduce:

1 - Open gedit (or any application which utilises the GTK file chooser)
2 - Activate the file chooser dialog via the program's 'open' or 'save' option
3 - Notice the long delay present and freezing of the application prior to the 
file chooser window appearing.

-- 
GTK File picker causes short freeze
https://bugs.launchpad.net/bugs/350384
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 350384] Re: GTK File picker causes short freeze

2009-05-04 Thread DivineOmega
Disregard my previous comment.

After restarting my system, the bug has vanished. I assume the changes
of the relevant update did not take effect until the restart.

-- 
GTK File picker causes short freeze
https://bugs.launchpad.net/bugs/350384
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 371275] Re: [i865g] video playback fails with (EE) intel(0): Failed to pin xv buffer

2009-05-03 Thread DivineOmega
Receiving the same output from Totem as Guillaume Giroux above. My Intel
graphics chipset is on a eeePC 900, as below (clipped lspci output).

00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express 
Processor to DRAM Controller (rev 04)
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML 
Express Graphics Controller (rev 04)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express 
Graphics Controller (rev 04)

-- 
[i865g] video playback fails with (EE) intel(0): Failed to pin xv buffer
https://bugs.launchpad.net/bugs/371275
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 371275] Re: [i865g] video playback fails with (EE) intel(0): Failed to pin xv buffer

2009-05-03 Thread DivineOmega
A work around to this issue is to not use Xv, via 'gstreamer-properties'
- 'Video' tab - select 'X Windows System (No Xv)' under 'Default
Output' - 'Plugin'.

However, this seems to cause performance issues with video playback
(which is probably to be expected??).

-- 
[i865g] video playback fails with (EE) intel(0): Failed to pin xv buffer
https://bugs.launchpad.net/bugs/371275
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 354889] Re: [jaunty] i845 xorg crashes upon playing video

2009-05-02 Thread DivineOmega
Having this issue with Jaunty as well. My graphics chip is a different
Intel chip though:

00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express 
Processor to DRAM Controller (rev 04)
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML 
Express Graphics Controller (rev 04)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express 
Graphics Controller (rev 04)

Running on a eeePC 900, in a dual-head set-up. Totem returns the
following terminal output when I attempt to load a video:

/var/lib/python-support/python2.6/gdata/tlslite/utils/cryptomath.py:9: 
DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  import sha
The program 'totem' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
  (Details: serial 85 error_code 11 request_code 132 minor_code 19)
  (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.)

-- 
[jaunty] i845 xorg crashes upon playing video
https://bugs.launchpad.net/bugs/354889
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 353023] Re: [jaunty] X crashes when playing video (but not only then) (Intel 945GM/GMS, 943/940GML)

2009-05-02 Thread DivineOmega
*** This bug is a duplicate of bug 354688 ***
https://bugs.launchpad.net/bugs/354688

I can also confirm this error is returned on my eeePC 900, however X
does not crash - but Totem closes when attempting to play video, with
the same terminal output.

I have discovered a work around is to open 'gstreamer-properties' -
'Video' tab - Set 'Plugin' to 'X Window System (No Xv)'. However, this
seems to affect the performance of video playback in some cases.

-- 
[jaunty] X crashes when playing video (but not only then) (Intel 945GM/GMS, 
943/940GML)
https://bugs.launchpad.net/bugs/353023
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 175503] Re: User-friendly automounting of ntfs partitions with an unclean logfile

2009-02-13 Thread DivineOmega
According to http://packages.ubuntu.com/jaunty/libntfs-3g48 the current
version of NTFS-3G shipping with Jaunty is 2009.1.1-0ubuntu1.

Is it too late for the latest version (2009.2.1) to appear in Jaunty, or
can we expect this to happen?

-- 
User-friendly automounting of ntfs partitions with an unclean logfile
https://bugs.launchpad.net/bugs/175503
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 323338] [NEW] [intrepid] Can not create accounts on Openfire servers

2009-01-30 Thread DivineOmega
Public bug reported:

Binary package hint: gajim

The version of Gajim that is it intrepid (0.11.4-0ubuntu2) can not
register with OpenFire Jabber/XMPP servers, but the latest package in
Debian unstable (0.12.1-2) can.

I discovered this when setting up my server: jfunction.co.uk

Can we consider backporting this package to intrepid?

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

-- 
[intrepid] Can not create accounts on Openfire servers
https://bugs.launchpad.net/bugs/323338
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 295999] Re: Semantik does not create a menu entry (for Gnome)

2008-11-09 Thread DivineOmega

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

-- 
Semantik does not create a menu entry (for Gnome)
https://bugs.launchpad.net/bugs/295999
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 295999] [NEW] Semantik does not create a menu entry (for Gnome)

2008-11-09 Thread DivineOmega
Public bug reported:

Binary package hint: semantik

After installing the Semantik mind mapping tool from Add/Remove
programs, there is no menu entry added and the application has to be
called from the command line.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
Package: semantik 0.6.8-0ubuntu1
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: semantik
Uname: Linux 2.6.27-7-generic i686

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


** Tags: apport-bug

-- 
Semantik does not create a menu entry (for Gnome)
https://bugs.launchpad.net/bugs/295999
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 175503] Re: User-friendly automounting of ntfs partitions with an unclean logfile

2008-09-24 Thread DivineOmega
I also highly agree. I have asked friends to specifically 'Remove
Safetly' from Windows so I avoid this annoyance at a later point. I
realise it is just one command to force mount the partition, and am
capable of doing this however some people will not be or will not put up
with having to do so.

I think the solution proposed by Ric Flomag is excellent, and seems it
feasible to be able to detect this specific mounting error and return
the proposed dialog.

-- 
User-friendly automounting of ntfs partitions with an unclean logfile
https://bugs.launchpad.net/bugs/175503
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 221118] Re: Connected servers forgotten in next session (Hardy)

2008-04-28 Thread DivineOmega
I work for a web design / development company and having my FTP
connections all vanish was and is an incredibly annoying behaviour.

For me at work, it is a severe usability issue.

-- 
Connected servers forgotten in next session (Hardy)
https://bugs.launchpad.net/bugs/221118
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 223588] Re: volume manager special case when mounting unclean NTFS usb stick

2008-04-28 Thread DivineOmega
I also suggest 'Would you like to force mount this volume anyway?'.

-- 
volume manager special case when mounting unclean NTFS usb stick
https://bugs.launchpad.net/bugs/223588
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 198857] Re: gnome-vfs network servers are not migrated to gvfs on upgrade

2008-04-28 Thread DivineOmega
I am working for a web development company, and having my FTP connection
vanishing on upgrade was an incredible usability issue.

In addition, I've now noticed my connections are no longer remembered
between sessions, which again is very bad usability for my use case. I'm
assuming this is a problem/design issue in gvfs and/or the way it is
integrated with Nautilus.

-- 
gnome-vfs network servers are not migrated to gvfs on upgrade
https://bugs.launchpad.net/bugs/198857
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 221118] Re: Connected servers forgotten in next session (Hardy)

2008-04-28 Thread DivineOmega
Precisely Chris. Additionally, bookmarked items do not appear as mounted
connections on the desktop, which is a behavioural regression.

-- 
Connected servers forgotten in next session (Hardy)
https://bugs.launchpad.net/bugs/221118
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 122454] Re: pidgin crashed with SIGSEGV

2008-04-05 Thread DivineOmega
I have been unable to reproduce my originally reported bug with a fully
updated system. I consider the bug fixed. Thanks.

-- 
pidgin crashed with SIGSEGV
https://bugs.launchpad.net/bugs/122454
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 155709] Re: Taking a long time to open Nautilus windows

2007-10-23 Thread DivineOmega
Unfortunately, this did not solve my problem. After I restarted the
machine the problem returned. Any suggestions?

-- 
Taking a long time to open Nautilus windows
https://bugs.launchpad.net/bugs/155709
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 155709] Taking a long time to open Nautilus windows

2007-10-22 Thread DivineOmega
Public bug reported:

Binary package hint: nautilus

After upgrading from Feisty Fawn to Gutsy Gibbon, Nautilus is taking a
very long time to open new windows. When opening a new window from an
existing Nautilus window (or a desktop icon) this delay is not present.
The delay only appears to occur when opening Nautilus directly (via the
terminal or 'Run Application' dialog) or when an item from the Places
menu is clicked.

The delay is usually around 10 seconds in length.

This problem is only present on my work desktop where I upgraded from
stable Feisty to stable Gutsy and not present on my home desktop where I
installed fresh from around Tribe 5.

ProblemType: Bug
Architecture: i386
Date: Mon Oct 22 09:59:49 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/nautilus
NonfreeKernelModules: nvidia
Package: nautilus 1:2.20.0-0ubuntu7
PackageArchitecture: i386
ProcCmdline: nautilus --no-default-window --sm-client-id default2
ProcCwd: /home/jordan
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
Uname: Linux jordan-pc 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 
i686 GNU/Linux

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


** Tags: apport-bug

-- 
Taking a long time to open Nautilus windows
https://bugs.launchpad.net/bugs/155709
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 155709] Re: Taking a long time to open Nautilus windows

2007-10-22 Thread DivineOmega

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

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

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

-- 
Taking a long time to open Nautilus windows
https://bugs.launchpad.net/bugs/155709
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 155709] Re: Taking a long time to open Nautilus windows

2007-10-22 Thread DivineOmega
A correction to the above: this delay appears to be present with most
Gnome programs on my work desktop, including rhythmbox, gedit, totem,
evolution and gnome-terminal. It also appears to be present on the KDE
application Kolour Paint.

The delay is not present when starting the GIMP, calculator or Firefox
however.

Compiz being on/off does not cause any change to this behaviour.

-- 
Taking a long time to open Nautilus windows
https://bugs.launchpad.net/bugs/155709
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 155709] Re: Taking a long time to open Nautilus windows

2007-10-22 Thread DivineOmega
Here are the results of a ping and the contents of /etc/hosts.

[EMAIL PROTECTED]:~$ ping localhost
PING localhost (127.0.0.1) 56(84) bytes of data.
64 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 time=0.037 ms
64 bytes from localhost (127.0.0.1): icmp_seq=2 ttl=64 time=0.032 ms
64 bytes from localhost (127.0.0.1): icmp_seq=3 ttl=64 time=0.032 ms
64 bytes from localhost (127.0.0.1): icmp_seq=4 ttl=64 time=0.031 ms
64 bytes from localhost (127.0.0.1): icmp_seq=5 ttl=64 time=0.033 ms
64 bytes from localhost (127.0.0.1): icmp_seq=6 ttl=64 time=0.034 ms
64 bytes from localhost (127.0.0.1): icmp_seq=7 ttl=64 time=0.031 ms
64 bytes from localhost (127.0.0.1): icmp_seq=8 ttl=64 time=0.032 ms
64 bytes from localhost (127.0.0.1): icmp_seq=9 ttl=64 time=0.032 ms
64 bytes from localhost (127.0.0.1): icmp_seq=10 ttl=64 time=0.033 ms
64 bytes from localhost (127.0.0.1): icmp_seq=11 ttl=64 time=0.033 ms
64 bytes from localhost (127.0.0.1): icmp_seq=12 ttl=64 time=0.035 ms
64 bytes from localhost (127.0.0.1): icmp_seq=13 ttl=64 time=0.033 ms

--- localhost ping statistics ---
13 packets transmitted, 13 received, 0% packet loss, time 11998ms
rtt min/avg/max/mdev = 0.031/0.032/0.037/0.007 ms

[EMAIL PROTECTED]:~$ cat /etc/hosts
127.0.0.1 localhost jordan-pc.rapidweb
127.0.1.1 jordan-pc.rapidweb

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

-- 
Taking a long time to open Nautilus windows
https://bugs.launchpad.net/bugs/155709
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 155709] Re: Taking a long time to open Nautilus windows

2007-10-22 Thread DivineOmega
I have resolved the problem. Your suggestion of it being a possible
network issue made me look at the Network Settings option under
Administration.

After reapplying a previous saved network 'location' (which set eth0 and
eth1 to dhcp) programs are now starting without the delay. I guess the
saved location (from when I was using Feisty also contained information
regarding the lo interface whcih after being reloaded fixed the problem.

Also, after reloading this network location I seem to be able to set the
Ethernet devices back to roaming mode with no program delay being
caused.

I wonder if this a problem for anyone else who upgraded.

-- 
Taking a long time to open Nautilus windows
https://bugs.launchpad.net/bugs/155709
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 139948] Re: openoffice menus have wrong compiz animation

2007-09-17 Thread DivineOmega
I can confirm the wrong menu animation is still present in an updated
Gutsy Gibbon as of today. I have the same configuration as the above
user except for 'kees cook's xorg package'.

-- 
openoffice menus have wrong compiz animation
https://bugs.launchpad.net/bugs/139948
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 65120] Re: Crash on start-up

2007-09-05 Thread DivineOmega
I've not been using last-exit for quite a while, however I have a Gutsy
box at home so I shall see if the problem still occurs.

-- 
Crash on start-up
https://bugs.launchpad.net/bugs/65120
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 122688] Re: produces empty core dumps

2007-06-27 Thread DivineOmega
I will attach the files you requested. It thought it may also be useful
to know that your final command ended as follows:

[snip]
Test search_bug_patterns(). ... ok
Test standard_title(). ... ok

==
FAIL: Test add_gdb_info() with a script.
--
Traceback (most recent call last):
  File /usr/share/python-support/python-apport/apport/report.py, line 1179, 
in test_add_gdb_info_script
self.assert_('libc.so' in pr['Stacktrace'])
AssertionError

-- 
produces empty core dumps
https://bugs.launchpad.net/bugs/122688
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 122688] Re: produces empty core dumps

2007-06-27 Thread DivineOmega

** Attachment added: apport-test.out
   http://launchpadlibrarian.net/8220042/apport-test.out

-- 
produces empty core dumps
https://bugs.launchpad.net/bugs/122688
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 122688] Re: produces empty core dumps

2007-06-27 Thread DivineOmega
It appears after running those commands that /var/log/apport.log does
not exist. I have attached the closest match (/var/log/apport.log.1),
although I guess this is just a backup or older log. I assume the
failure to create /var/log/apport.log was caused by the AssertionError
generated by the 3rd command.

** Attachment added: apport.log.1
   http://launchpadlibrarian.net/8220063/apport.log.1

-- 
produces empty core dumps
https://bugs.launchpad.net/bugs/122688
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 122454] Re: pidgin crashed with SIGSEGV

2007-06-26 Thread DivineOmega

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

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

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

-- 
pidgin crashed with SIGSEGV
https://bugs.launchpad.net/bugs/122454
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 122454] pidgin crashed with SIGSEGV

2007-06-26 Thread DivineOmega
Public bug reported:

Binary package hint: pidgin

Produced automatically on restart after an update to Apport.

ProblemType: Crash
Architecture: i386
CoreDump:
 
Date: Sun Jun 24 01:48:13 2007
Disassembly:
 
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/pidgin
NonfreeKernelModules: fglrx ath_hal
Package: pidgin 1:2.0.2-0ubuntu1
PackageArchitecture: i386
ProcCmdline: pidgin
ProcCwd: /home/divineomega
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
Registers:
 
Signal: 11
SourcePackage: pidgin
Stacktrace:
 
StacktraceTop:
 
ThreadStacktrace:
 
Title: pidgin crashed with SIGSEGV
Uname: Linux rage 2.6.22-7-generic #1 SMP Mon Jun 25 17:33:14 GMT 2007 i686 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
powerdev scanner video

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


** Tags: apport-crash

-- 
pidgin crashed with SIGSEGV
https://bugs.launchpad.net/bugs/122454
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 122455] Re: espeak-synthesis-driver crashed with SIGSEGV

2007-06-26 Thread DivineOmega

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

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

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

-- 
espeak-synthesis-driver crashed with SIGSEGV
https://bugs.launchpad.net/bugs/122455
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 122455] espeak-synthesis-driver crashed with SIGSEGV

2007-06-26 Thread DivineOmega
Public bug reported:

Produced automatically on restart after an update to Apport.

ProblemType: Crash
Architecture: i386
CoreDump:
 
Date: Tue Jun 26 04:12:21 2007
Disassembly:
 
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/espeak-synthesis-driver
NonfreeKernelModules: fglrx ath_hal
Package: libgnome-speech7 1:0.4.12-3ubuntu1
PackageArchitecture: i386
ProcCmdline: /usr/bin/espeak-synthesis-driver 
--oaf-activate-iid=OAFIID:GNOME_Speech_SynthesisDriver_Espeak:proto0.3 
--oaf-ior-fd=33
ProcCwd: /
ProcEnviron:
 LANG=en_GB.UTF-8
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 SHELL=/bin/bash
Registers:
 
Signal: 11
SourcePackage: gnome-speech
Stacktrace:
 
StacktraceTop:
 
ThreadStacktrace:
 
Title: espeak-synthesis-driver crashed with SIGSEGV
Uname: Linux rage 2.6.22-7-generic #1 SMP Mon Jun 25 17:33:14 GMT 2007 i686 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
powerdev scanner video

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


** Tags: apport-crash

-- 
espeak-synthesis-driver crashed with SIGSEGV
https://bugs.launchpad.net/bugs/122455
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 122454] Re: pidgin crashed with SIGSEGV

2007-06-26 Thread DivineOmega
Sorry, I'm unable to tell you what caused the crash or how to reproduce
it, as the crash was reported to me by Apport after I restarted. I can
only assume it crashed during the shutdown process or before Apport was
functional in Gutsy.

According to https://wiki.ubuntu.com/Backtrace, since I can no longer
reproduce the crash a backtrace won't be of much help. Please correct me
if I am wrong.

-- 
pidgin crashed with SIGSEGV
https://bugs.launchpad.net/bugs/122454
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 104448] GAIM change to Pidgin in Feisty

2007-04-08 Thread DivineOmega
Public bug reported:

Binary package hint: gaim

http://pidgin.im/

According to the above link, the GAIM project has recently changed name
to Pidgin, due to legal issues with America Online. IANAL, but would it
be advisable to change the name within Feisty?

** Affects: gaim (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
GAIM change to Pidgin in Feisty
https://bugs.launchpad.net/bugs/104448
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 35217] Re: Unable to login when disk space is exhausted

2007-02-11 Thread DivineOmega
I would recommend this bug be raised to at least High priority.

A good friend of mine recently had this problem and we were almost at
the point of formatting reinstalling the system, until I happened to
remember hearing about this bug on the Ubuntu forums.

To fix this bug, we installed a free ext2/3 driver in Windows XP (the
system is dual boot) and moved some files from the Linux partition to
the Windows partition in order to free space and allow a graphical
login.

No system message was given when my friend attempted to login with a
full disk. The screen momentarily flickered and then he was returned to
the GDM login screen.

One solution would be to remove unnecessary files (the package cache,
various unimportant log files etc.) if attempting to login under these
conditions. A more permanent and possibly easier to implement solution
is to simply disallow users to write to the last few megabytes (50 to
100 ?) of the disk in order to completely prevent this problem, and
hopefully reduce other issues that could occur from a low disk space
situation.

-- 
Unable to login when disk space is exhausted
https://launchpad.net/bugs/35217

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


[Bug 84015] VMWare Virtual Machine has no sound

2007-02-08 Thread DivineOmega
Public bug reported:

Clicking the volume control icon produces the message: 'No volume
control GStreamer plugins and/or devices found.' whilst running Feisty
within a VMWare Player session. The Virtual sound adapter is enabled on
the virtual machine and no sound applications on running on the host
system that could interfere.

Possibly the Virtual Machine drivers are not being loaded?

ProblemType: Bug
Date: Thu Feb  8 16:14:11 2007
DistroRelease: Ubuntu 7.04
Uname: Linux feisty 2.6.20-6-generic #2 SMP Wed Jan 31 20:53:39 UTC 2007 i686 
GNU/Linux

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
VMWare Virtual Machine has no sound
https://launchpad.net/bugs/84015

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


[Bug 83636] [apport] hwdb-gui crashed with ImportError in module()

2007-02-06 Thread DivineOmega
Public bug reported:

Binary package hint: hwdb-client

After attempting to start Ubuntu Device Database from the System Tools
application menu, a problem report was generated.

ProblemType: Crash
Date: Tue Feb  6 20:58:46 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/hwdb-gui
Package: hwdb-client-gnome 0.6-0ubuntu21
ProcCmdline: /usr/bin/python /usr/bin/hwdb-gui
ProcCwd: /home/test
ProcEnviron:
 LANGUAGE=en_GB:en
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
PythonArgs: ['/usr/bin/hwdb-gui']
SourcePackage: hwdb-client
Traceback:
 Traceback (most recent call last):
   File /usr/bin/hwdb-gui, line 20, in module
 from hwdb_client import Constants
 ImportError: No module named hwdb_client
Uname: Linux feisty 2.6.20-6-generic #2 SMP Wed Jan 31 20:53:39 UTC 2007 i686 
GNU/Linux

** Affects: hwdb-client (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] hwdb-gui crashed with ImportError in module()
https://launchpad.net/bugs/83636

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


[Bug 83636] Re: [apport] hwdb-gui crashed with ImportError in module()

2007-02-06 Thread DivineOmega

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/6316745/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/6316746/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/6316747/ProcStatus.txt

-- 
[apport] hwdb-gui crashed with ImportError in module()
https://launchpad.net/bugs/83636

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


[Bug 69985] Re: Gaim randomly crashed

2007-01-29 Thread DivineOmega
Another 'random' crash here as well. Problem report attached.

** Attachment added: GAIM 'Random' Crash Problem Report
   http://librarian.launchpad.net/5916840/_usr_bin_gaim.1000.crash

-- 
Gaim randomly crashed
https://launchpad.net/bugs/69985

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


[Bug 71241] Re: Crash Report triggered by shutting down Ubuntu with Firefox Open

2006-11-25 Thread DivineOmega
This is *not* a feature. This is a bug in the problem reporting
mechanism. A problem report should not be generated if Firefox is closed
by the shutdown process. The session recovery built-in to Firefox
however is a feature of Firefox 2.

Problem report attached.

** Attachment added: Problem Report
   
http://librarian.launchpad.net/517/_usr_lib_firefox_firefox-bin.1000.crash

-- 
Crash Report triggered by shutting down Ubuntu with Firefox Open
https://launchpad.net/bugs/71241

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


[Bug 61083] Re: mono crashes following a system update

2006-11-19 Thread DivineOmega
I have had no problems with mono crashing on my current system (up-to-
date edgy). This bug seemed only present within pre-stable versions of
edgy.

-- 
mono crashes following a system update
https://launchpad.net/bugs/61083

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


[Bug 69985] Re: Gaim randomly crashed

2006-11-16 Thread DivineOmega
Another 'random' crash here as well, problem report included.

** Attachment added: Complete problem report
   http://librarian.launchpad.net/5087276/_usr_bin_gaim.1000.crash

-- 
Gaim randomly crashed
https://launchpad.net/bugs/69985

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


[Bug 71936] 'Random' crash

2006-11-15 Thread DivineOmega
Public bug reported:

Crash occurred whilst watching a video clip in full screen (using Totem
movie player). Unknown reason.

** Affects: gaim (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
'Random' crash
https://launchpad.net/bugs/71936

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


[Bug 71936] Re: 'Random' crash

2006-11-15 Thread DivineOmega

** Attachment added: Auto-generated complete problem report
   http://librarian.launchpad.net/5077805/_usr_bin_gaim.1000.crash

-- 
'Random' crash
https://launchpad.net/bugs/71936

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


[Bug 70875] Backing out of a unplayable totem .avi video causes freeze and crash

2006-11-08 Thread DivineOmega
Public bug reported:

After attempting to view the www.purepwnage.com Episode 12 .avi in
browser (not using the flash streaming player) I was informed Totem
could not play this file in the browser and I was told to try
downloading the file to disk first.

I click the browser's back button to attempt to do this and Firefox
froze momentarily before completely dying.

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Backing out of a unplayable totem .avi video causes freeze and crash
https://launchpad.net/bugs/70875

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


[Bug 70875] Re: Backing out of a unplayable totem .avi video causes freeze and crash

2006-11-08 Thread DivineOmega

** Attachment added: problem report generated
   
http://librarian.launchpad.net/4996897/_usr_lib_firefox_firefox-bin.1000.crash

-- 
Backing out of a unplayable totem .avi video causes freeze and crash
https://launchpad.net/bugs/70875

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


[Bug 66903] Flash 9 beta game crash

2006-10-19 Thread DivineOmega
Public bug reported:

Using Flash 9 beta, playing Chaos faction - at end of first level of
campaign mode Firefox momentarily freezes and then vanishes (presumably
as segmentation fault caused by the beta flash plugin).

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Flash 9 beta game crash
https://launchpad.net/bugs/66903

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


[Bug 66903] Re: Flash 9 beta game crash

2006-10-19 Thread DivineOmega

** Attachment added: Problem Report
   
http://librarian.launchpad.net/4890737/_usr_lib_firefox_firefox-bin.1000.crash

-- 
Flash 9 beta game crash
https://launchpad.net/bugs/66903

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


[Bug 66936] Problem report after restart - Unknown Cause

2006-10-19 Thread DivineOmega
Public bug reported:

I received this problem report for bash after a reboot with no known
cause.

** Affects: bash (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Problem report after restart - Unknown Cause
https://launchpad.net/bugs/66936

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


[Bug 66936] Re: Problem report after restart - Unknown Cause

2006-10-19 Thread DivineOmega

** Attachment added: Bash Problem Report
   http://librarian.launchpad.net/4891046/_usr_bin_clear_console.1000.crash

-- 
Problem report after restart - Unknown Cause
https://launchpad.net/bugs/66936

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


[Bug 65666] Re: Attempting to play DVD crashes VLC

2006-10-12 Thread DivineOmega

** Attachment added: VLC problem report
   http://librarian.launchpad.net/4808712/_usr_bin_wxvlc.1000.crash

-- 
Attempting to play DVD crashes VLC
https://launchpad.net/bugs/65666

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


[Bug 65666] Attempting to play DVD crashes VLC

2006-10-12 Thread DivineOmega
Public bug reported:

64-bit Edgy Eft

After choosing Open Disc from the File Menu, entering /dev/cdrom as the
Device Name and clicking OK, VLC crashes after momentarily reading the
drive.

** Affects: vlc (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Attempting to play DVD crashes VLC
https://launchpad.net/bugs/65666

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


[Bug 65669] Attempting to play .VOB files from a DVD

2006-10-12 Thread DivineOmega
Public bug reported:

After opening a .VOB from a DVD in totem-gstreamer, the problem
immediately terminates and the attached problem report is generated.

** Affects: totem (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Attempting to play .VOB files from a DVD
https://launchpad.net/bugs/65669

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


[Bug 65669] Re: Attempting to play .VOB files from a DVD

2006-10-12 Thread DivineOmega

** Attachment added: Complete totem-gstreamer problem report
   http://librarian.launchpad.net/4808744/_usr_bin_totem.1000.crash

-- 
Attempting to play .VOB files from a DVD
https://launchpad.net/bugs/65669

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


[Bug 65097] Re: Shutting down system appears to trigger crash reporting from GAIM

2006-10-11 Thread DivineOmega
I have not received the problem as of recent (perhaps the problem was
fixed in a recent update?). However, I have now disabled the Evolution
Integration plugin, and will report back if the problem reoccurs.

-- 
Shutting down system appears to trigger crash reporting from GAIM
https://launchpad.net/bugs/65097

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


[Bug 65613] Unknown cause problem report

2006-10-11 Thread DivineOmega
Public bug reported:

I have been having no issues using Beagle, however, at start-up I
received the message that a problem had crashed now or in the past. The
problem report related to beagled (the beagle background daemon).

Whether the problem lies in beagled, or the bug reporting tool I am not
certain, though I have uploaded the complete report if this can be of
some help.

** Affects: beagle (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Unknown cause problem report
https://launchpad.net/bugs/65613

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


[Bug 65613] Re: Unknown cause problem report

2006-10-11 Thread DivineOmega

** Attachment added: beagled complete crash report
   http://librarian.launchpad.net/4796184/_usr_bin_beagled.1000.crash

-- 
Unknown cause problem report
https://launchpad.net/bugs/65613

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


[Bug 65097] Shutting down system appears to trigger crash reporting from GAIM

2006-10-10 Thread DivineOmega
Public bug reported:

After shutting down, and restarting Edgy Eft normally (whilst GAIM was
still running before the shutdown), I am informed that GAIM crashed. The
reason for this crash in unknown due to the system going down when this
crash supposedly occurred.

The problem report I received will be attached.

** Affects: gaim (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Shutting down system appears to trigger crash reporting from GAIM
https://launchpad.net/bugs/65097

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


[Bug 65097] Re: Shutting down system appears to trigger crash reporting from GAIM

2006-10-10 Thread DivineOmega

** Attachment added: Problem report for GAIM
   http://librarian.launchpad.net/4734451/_usr_bin_gaim.1000.crash

-- 
Shutting down system appears to trigger crash reporting from GAIM
https://launchpad.net/bugs/65097

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


[Bug 65120] Crash on start-up

2006-10-10 Thread DivineOmega
Public bug reported:

Attempting to load last-exit after several failed attempted (in which
the process hung) caused it to crash and the attached problem report to
be generated.

** Affects: last-exit (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Crash on start-up
https://launchpad.net/bugs/65120

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


[Bug 65120] Re: Crash on start-up

2006-10-10 Thread DivineOmega

** Attachment added: Problem Report
   http://librarian.launchpad.net/4734959/_usr_bin_last-exit.1000.crash

-- 
Crash on start-up
https://launchpad.net/bugs/65120

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


[Bug 65097] Re: Shutting down system appears to trigger crash reporting from GAIM

2006-10-10 Thread DivineOmega
I use the Buddy State Notification, Evolution Integration, History,
Message Notification, Psychic Mode and System Tray Icon.

-- 
Shutting down system appears to trigger crash reporting from GAIM
https://launchpad.net/bugs/65097

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


[Bug 65097] Re: Shutting down system appears to trigger crash reporting from GAIM

2006-10-10 Thread DivineOmega
I use the Buddy State Notification, Evolution Integration, History,
Message Notification, Psychic Mode and System Tray Icon plugins.

-- 
Shutting down system appears to trigger crash reporting from GAIM
https://launchpad.net/bugs/65097

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