[Bug 989405] [NEW] GNOME with Xmonad session requires gnome-panel

2012-04-26 Thread Jim Cheetham
Public bug reported:

After installing the xmonad package, the login session GNOME with
Xmonad is offered, but it cannot start, instead issuing an error
message (from memory) unable to open 'xmonad'.

This seems to be caused by the absence of the gnome-panel package;
installing this makes things work :-)

I'm not quite sure how I ended up without gnome-panel as I upgraded to
12.04, but it was absent. Perhaps the package dependencies for Xmonad
should require this? Not necessarily an easy decision however, but some
indication of the dependency is needed.

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

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

Title:
  GNOME with Xmonad session requires gnome-panel

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

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


[Bug 890972] Re: Sup does not work with ruby-gpgme because of new 2.0.0 API

2012-04-26 Thread Jim Cheetham
My error is similar, although starting sup-mail displays old mail
initially. sup dies when polling for new messages, so I've reproduced it
more simply with sup-sync :-


jim@maru:~$ sup-sync
[Fri Apr 27 17:40:27 +1200 2012] WARNING: can't find character set by using 
locale, defaulting to utf-8
Scanning maildir:/home/jim/Maildir/INBOX...
/usr/lib/ruby/1.8/sup/crypto.rb:181:in `verify': undefined method `empty' for 
GPGME::Data:Class (NoMethodError)
from /usr/lib/ruby/1.8/sup/util.rb:618:in `send'
from /usr/lib/ruby/1.8/sup/util.rb:618:in `method_missing'
from /usr/lib/ruby/1.8/sup/message.rb:558:in `inline_gpg_to_chunks'
from /usr/lib/ruby/1.8/sup/message.rb:520:in `message_to_chunks'
from /usr/lib/ruby/1.8/sup/message.rb:259:in `load_from_source!'
from /usr/lib/ruby/1.8/sup/message.rb:328:in `build_from_source'
from /usr/lib/ruby/1.8/sup/poll.rb:158:in `poll_from'
from /usr/lib/ruby/1.8/sup/maildir.rb:106:in `poll'
from /usr/lib/ruby/1.8/sup/util.rb:615:in `each_with_index'
from /usr/lib/ruby/1.8/sup/maildir.rb:105:in `each'
from /usr/lib/ruby/1.8/sup/maildir.rb:105:in `each_with_index'
from /usr/lib/ruby/1.8/sup/maildir.rb:105:in `poll'
from /usr/lib/ruby/1.8/sup/maildir.rb:90:in `each'
from /usr/lib/ruby/1.8/sup/maildir.rb:90:in `poll'
from /usr/lib/ruby/1.8/sup/poll.rb:155:in `poll_from'
from /usr/lib/ruby/1.8/sup/util.rb:618:in `send'
from /usr/lib/ruby/1.8/sup/util.rb:618:in `method_missing'
from /usr/bin/sup-sync:122
from /usr/bin/sup-sync:117:in `each'
from /usr/bin/sup-sync:117

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

Title:
  Sup does not work with ruby-gpgme because of new 2.0.0 API

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sup-mail/+bug/890972/+subscriptions

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


[Bug 973173] Re: /etc/mailcap syntax problem

2012-04-22 Thread Jim Cheetham
The edit you should have made to /etc/mailcap was to remove the single
quotes around the %s part of the display command ...

broken mailcap line :-
image/png; display 'png:'%s''; test=test -n $DISPLAY

fixed mailcap line :-
image/png; display 'png:%s'; test=test -n $DISPLAY

I suspect that this bug should attack to imagemagick, rather than to
mime-support. The capabilities for image/png are not present in a
minimal install, and there are terefore no lines in /etc/mailcap. It's
only when you introduce the imagemagick package (and its dependencies)
that any capability for image/png appears, and it is broken, as
described.


** Also affects: imagemagick
   Importance: Undecided
   Status: New

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

Title:
  /etc/mailcap syntax problem

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

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


[Bug 841408] [NEW] woof crashes when trying to upload file

2011-09-04 Thread Jim Cheetham
Public bug reported:

woof will start and handle HTTP requests successfully, but when actually
trying to upload a file to the end-user it will crash with the following
dump :-

$ woof -s
Now serving on http://IPADDR:8080/
HOSTNAME - - [05/Sep/2011 11:00:47] GET /woof 200 -
[Errno 32] Broken pipe
Connection broke. Aborting

Exception happened during processing of request from ('CLIENTIP', 47979)
Traceback (most recent call last):
  File /usr/lib/python2.7/SocketServer.py, line 284, in 
_handle_request_noblock
self.process_request(request, client_address)
  File /usr/lib/python2.7/SocketServer.py, line 310, in process_request
self.finish_request(request, client_address)
  File /usr/lib/python2.7/SocketServer.py, line 323, in finish_request
self.RequestHandlerClass(request, client_address, self)
  File /usr/lib/python2.7/SocketServer.py, line 641, in __init__
self.finish()
  File /usr/lib/python2.7/SocketServer.py, line 694, in finish
self.wfile.flush()
  File /usr/lib/python2.7/socket.py, line 303, in flush
self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 32] Broken pipe


According to our ArchLinux friends
http://aur.archlinux.org/packages.php?ID=46323 this seems to be caused
by some side-effect of forking a child process to handle the file
upload; using the patch from npouillard to make woof single-threaded
http://paste.pocoo.org/show/363409/ is successful.

Applying this patch is not ideal, as it removes capability from the
product (i.e. multiple simultaneous client downloads) but on the other
hand it will at least be able to upload something instead of nothing!

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

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

Title:
  woof crashes when trying to upload file

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

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


[Bug 516016] Re: [karmic] openvpn service starts before dhclient

2010-12-08 Thread Jim Cheetham
Problem also occurs on a 10.04.1 machine, where OpenVPN is supposed to
be listening to connections coming in on a bridged interface (ultimately
to place client sessions on that same interface).

Section of syslog:
Dec  8 11:45:40 moonshine ovpn-areo[849]: TCP/UDP: Socket bind failed on local 
address [AF_INET]10.1.1.2:1194: Cannot assign requested address
Dec  8 11:45:40 moonshine ovpn-areo[849]: Exiting
Dec  8 11:45:41 moonshine kernel: [9.870963] e1000e: officenet NIC Link is 
Up 1000 Mbps Full Duplex, Flow Control: RX/TX
Dec  8 11:45:41 moonshine kernel: [9.871441] ADDRCONF(NETDEV_CHANGE): 
officenet: link becomes ready
Dec  8 11:45:41 moonshine kernel: [9.871659] officebr: port 1(officenet) 
entering learning state
Dec  8 11:45:41 moonshine ntpd[1179]: listening on 127.0.0.1
Dec  8 11:45:41 moonshine ntpd[1179]: listening on 10.90.1.1
Dec  8 11:45:41 moonshine ntpd[1179]: listening on ::1
Dec  8 11:45:41 moonshine ntpd[1179]: listening on 
fe80::206:4fff:fe86:e747%prodnet
Dec  8 11:45:41 moonshine ntpd[1179]: listening on 
fe80::213:72ff:fe2d:ddd6%officenet
Dec  8 11:45:41 moonshine ntpd[1179]: fatal: bind: Cannot assign requested 
address
Dec  8 11:45:41 moonshine ntpd[1178]: dispatch_imsg in main: pipe closed
Dec  8 11:45:41 moonshine ntpd[1178]: Terminating
Dec  8 11:45:43 moonshine kernel: [   11.909297] ip_tables: (C) 2000-2006 
Netfilter Core Team
Dec  8 11:45:43 moonshine kernel: [   11.962461] nf_conntrack version 0.5.0 
(16384 buckets, 65536 max)
Dec  8 11:45:43 moonshine kernel: [   11.962707] CONFIG_NF_CT_ACCT is 
deprecated and will be removed soon. Please use
Dec  8 11:45:43 moonshine kernel: [   11.962710] nf_conntrack.acct=1 kernel 
parameter, acct=1 nf_conntrack module option or
Dec  8 11:45:43 moonshine kernel: [   11.962712] sysctl 
net.netfilter.nf_conntrack_acct=1 to enable it.
Dec  8 11:45:48 moonshine kernel: [   17.021256] prodnet: no IPv6 routers 
present
Dec  8 11:45:48 moonshine kernel: [   17.490006] officebr: no IPv6 routers 
present
Dec  8 11:45:50 moonshine kernel: [   18.870010] officebr: port 1(officenet) 
entering forwarding state


Looking at that log segment, we can also see that ntpd has failed in the same 
way, so this is not an openvpn-specific problem

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

Title:
  [karmic] openvpn service starts before dhclient

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 687631] [NEW] bridge is configured too late (for openvpn and openntpd at least)

2010-12-08 Thread Jim Cheetham
Public bug reported:

Binary package hint: bridge-utils

I have a bridge interface specified in /etc/network/interfaces, but when
the machine starts up the bridge device is not available early enough --
other packages (specifically OpenVPN and OpenNTPd) try to bind to the
requested interface, but fail.

The OpenVPN listen interface is specified by IP address only, not device
name. The OpenNTPd interface is *. OpenSSH works just fine, and does
not have any device specified in its config; but there are syslog
comments saying the ssh is terminating, so perhaps there is a retry
somewhere that is masking this issue.



/etc/network/interfaces (NB my two main interfaces are renamed by udev
to be /dev/officenet and /dev/prodnet):-

r...@moonshine:/etc/ssh# cat /etc/network/interfaces 
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The bridge network that will hold officenet and openVPN clients
auto officebr
iface officebr inet static
address 10.1.1.2
network 10.1.1.0
netmask 255.255.255.0
gateway 10.1.1.1
bridge_ports officenet tap0
bridge_fd 9
bridge_hello 2
bridge_maxage 12
bridge_stp off


# The production network
auto prodnet
iface prodnet inet static
address 10.90.1.1
netmask 255.255.255.0



Apport says :-

ProblemType: Bug
Architecture: amd64
Date: Thu Dec  9 14:35:47 2010
Dependencies:
 coreutils 7.4-2ubuntu3
 debconf 1.5.28ubuntu4
 debconf-i18n 1.5.28ubuntu4
 dpkg 1.15.5.6ubuntu4.4
 findutils 4.4.2-1ubuntu1
 gcc-4.4-base 4.4.3-4ubuntu5
 libacl1 2.2.49-2
 libattr1 1:2.4.44-1
 libc-bin 2.11.1-0ubuntu7.5
 libc6 2.11.1-0ubuntu7.5
 libgcc1 1:4.4.3-4ubuntu5
 liblocale-gettext-perl 1.05-6
 libselinux1 2.0.89-4
 libstdc++6 4.4.3-4ubuntu5
 libtext-charwidth-perl 0.04-6
 libtext-iconv-perl 1.7-2
 libtext-wrapi18n-perl 0.06-7
 lzma 4.43-14ubuntu2
 perl-base 5.10.1-8ubuntu2
 tzdata 2010o-0ubuntu0.10.04
DistroRelease: Ubuntu 10.04
InstallationMedia: Ubuntu-Server 10.04.1 LTS Lucid Lynx - Release amd64 
(20100816.2)
Package: bridge-utils 1.4-5ubuntu2
PackageArchitecture: amd64
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_NZ.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-26.48-server 2.6.32.24+drm33.11
SourcePackage: bridge-utils
Tags: lucid
Uname: Linux 2.6.32-26-server x86_64

** Affects: bridge-utils (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  bridge is configured too late (for openvpn and openntpd at least)

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 687631] Re: bridge is configured too late (for openvpn and openntpd at least)

2010-12-08 Thread Jim Cheetham

** Attachment added: syslog snippets showing network state  app failure
   
https://bugs.launchpad.net/bugs/687631/+attachment/1760314/+files/bridge-utils-syslog.txt

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

Title:
  bridge is configured too late (for openvpn and openntpd at least)

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 516016] Re: [karmic] openvpn service starts before dhclient

2010-12-08 Thread Jim Cheetham
Problem also occurs on a 10.04.1 machine, where OpenVPN is supposed to
be listening to connections coming in on a bridged interface (ultimately
to place client sessions on that same interface).

Section of syslog:
Dec  8 11:45:40 moonshine ovpn-areo[849]: TCP/UDP: Socket bind failed on local 
address [AF_INET]10.1.1.2:1194: Cannot assign requested address
Dec  8 11:45:40 moonshine ovpn-areo[849]: Exiting
Dec  8 11:45:41 moonshine kernel: [9.870963] e1000e: officenet NIC Link is 
Up 1000 Mbps Full Duplex, Flow Control: RX/TX
Dec  8 11:45:41 moonshine kernel: [9.871441] ADDRCONF(NETDEV_CHANGE): 
officenet: link becomes ready
Dec  8 11:45:41 moonshine kernel: [9.871659] officebr: port 1(officenet) 
entering learning state
Dec  8 11:45:41 moonshine ntpd[1179]: listening on 127.0.0.1
Dec  8 11:45:41 moonshine ntpd[1179]: listening on 10.90.1.1
Dec  8 11:45:41 moonshine ntpd[1179]: listening on ::1
Dec  8 11:45:41 moonshine ntpd[1179]: listening on 
fe80::206:4fff:fe86:e747%prodnet
Dec  8 11:45:41 moonshine ntpd[1179]: listening on 
fe80::213:72ff:fe2d:ddd6%officenet
Dec  8 11:45:41 moonshine ntpd[1179]: fatal: bind: Cannot assign requested 
address
Dec  8 11:45:41 moonshine ntpd[1178]: dispatch_imsg in main: pipe closed
Dec  8 11:45:41 moonshine ntpd[1178]: Terminating
Dec  8 11:45:43 moonshine kernel: [   11.909297] ip_tables: (C) 2000-2006 
Netfilter Core Team
Dec  8 11:45:43 moonshine kernel: [   11.962461] nf_conntrack version 0.5.0 
(16384 buckets, 65536 max)
Dec  8 11:45:43 moonshine kernel: [   11.962707] CONFIG_NF_CT_ACCT is 
deprecated and will be removed soon. Please use
Dec  8 11:45:43 moonshine kernel: [   11.962710] nf_conntrack.acct=1 kernel 
parameter, acct=1 nf_conntrack module option or
Dec  8 11:45:43 moonshine kernel: [   11.962712] sysctl 
net.netfilter.nf_conntrack_acct=1 to enable it.
Dec  8 11:45:48 moonshine kernel: [   17.021256] prodnet: no IPv6 routers 
present
Dec  8 11:45:48 moonshine kernel: [   17.490006] officebr: no IPv6 routers 
present
Dec  8 11:45:50 moonshine kernel: [   18.870010] officebr: port 1(officenet) 
entering forwarding state


Looking at that log segment, we can also see that ntpd has failed in the same 
way, so this is not an openvpn-specific problem

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

Title:
  [karmic] openvpn service starts before dhclient

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


[Bug 687631] [NEW] bridge is configured too late (for openvpn and openntpd at least)

2010-12-08 Thread Jim Cheetham
Public bug reported:

Binary package hint: bridge-utils

I have a bridge interface specified in /etc/network/interfaces, but when
the machine starts up the bridge device is not available early enough --
other packages (specifically OpenVPN and OpenNTPd) try to bind to the
requested interface, but fail.

The OpenVPN listen interface is specified by IP address only, not device
name. The OpenNTPd interface is *. OpenSSH works just fine, and does
not have any device specified in its config; but there are syslog
comments saying the ssh is terminating, so perhaps there is a retry
somewhere that is masking this issue.



/etc/network/interfaces (NB my two main interfaces are renamed by udev
to be /dev/officenet and /dev/prodnet):-

r...@moonshine:/etc/ssh# cat /etc/network/interfaces 
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The bridge network that will hold officenet and openVPN clients
auto officebr
iface officebr inet static
address 10.1.1.2
network 10.1.1.0
netmask 255.255.255.0
gateway 10.1.1.1
bridge_ports officenet tap0
bridge_fd 9
bridge_hello 2
bridge_maxage 12
bridge_stp off


# The production network
auto prodnet
iface prodnet inet static
address 10.90.1.1
netmask 255.255.255.0



Apport says :-

ProblemType: Bug
Architecture: amd64
Date: Thu Dec  9 14:35:47 2010
Dependencies:
 coreutils 7.4-2ubuntu3
 debconf 1.5.28ubuntu4
 debconf-i18n 1.5.28ubuntu4
 dpkg 1.15.5.6ubuntu4.4
 findutils 4.4.2-1ubuntu1
 gcc-4.4-base 4.4.3-4ubuntu5
 libacl1 2.2.49-2
 libattr1 1:2.4.44-1
 libc-bin 2.11.1-0ubuntu7.5
 libc6 2.11.1-0ubuntu7.5
 libgcc1 1:4.4.3-4ubuntu5
 liblocale-gettext-perl 1.05-6
 libselinux1 2.0.89-4
 libstdc++6 4.4.3-4ubuntu5
 libtext-charwidth-perl 0.04-6
 libtext-iconv-perl 1.7-2
 libtext-wrapi18n-perl 0.06-7
 lzma 4.43-14ubuntu2
 perl-base 5.10.1-8ubuntu2
 tzdata 2010o-0ubuntu0.10.04
DistroRelease: Ubuntu 10.04
InstallationMedia: Ubuntu-Server 10.04.1 LTS Lucid Lynx - Release amd64 
(20100816.2)
Package: bridge-utils 1.4-5ubuntu2
PackageArchitecture: amd64
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_NZ.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-26.48-server 2.6.32.24+drm33.11
SourcePackage: bridge-utils
Tags: lucid
Uname: Linux 2.6.32-26-server x86_64

** Affects: bridge-utils (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  bridge is configured too late (for openvpn and openntpd at least)

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


[Bug 687631] Re: bridge is configured too late (for openvpn and openntpd at least)

2010-12-08 Thread Jim Cheetham

** Attachment added: syslog snippets showing network state  app failure
   
https://bugs.launchpad.net/bugs/687631/+attachment/1760314/+files/bridge-utils-syslog.txt

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

Title:
  bridge is configured too late (for openvpn and openntpd at least)

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


[Bug 644825] Re: byobu/screen unpredictably crashes Cannot find master process to attach to!

2010-10-21 Thread Jim Cheetham
The last two times this has happened to me, the server in question had
had a new kernel installed as part of system upgrades, but had not yet
been rebooted. Probably a red herring.

I tried to run an instance under strace -- however the program behaves
very differently under these circumstances, and I'm not sure how
indicative it will be (e.g by default, strace byobu results in byobu
immediately terminating with the error  Directory '/var/run/screen'
must have mode 777.)

-- 
byobu/screen unpredictably crashes Cannot find master process to attach to!
https://bugs.launchpad.net/bugs/644825
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 650539] Re: Launching QT apps under Xinerama crashes Xorg : affects SpeedCrunch, KeePassX, Lucky Backup, Pencil, Stellarium, Skype, Google Earth, VLC, Konqueror, VirtualBox, Opera ...

2010-10-17 Thread Jim Cheetham
Calm down Obi1Kenobi, I agree that it is a shame this bug has not been
picked up on by the Ubuntu dev team, but all I see on the Arch side is a
more technical community identifying the root cause and shipping an
accepted patch back to the Xorg developers.

What I don't see is a new build from Xorg being included in Arch or
Ubuntu.

There are still a few steps to go before this issue is fixed for *users*
-- if you want to go and compile X by hand, including the patch first of
course, then you're good to go.

Ubuntu still needs to take this issue and update their Xorg.

-- 
Launching QT apps under Xinerama crashes Xorg : affects SpeedCrunch, KeePassX, 
Lucky Backup, Pencil, Stellarium, Skype, Google Earth, VLC, Konqueror, 
VirtualBox, Opera ...
https://bugs.launchpad.net/bugs/650539
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 657963] Re: skype (and others) cause complete crash of xorg on startup/IO activity

2010-10-14 Thread Jim Cheetham
*** This bug is a duplicate of bug 650539 ***
https://bugs.launchpad.net/bugs/650539

** This bug is no longer a duplicate of bug 657966
   skype (and others) cause complete crash of xorg on startup/IO activity
** This bug has been marked a duplicate of bug 650539
   Launching QT apps such as SpeedCrunch, keepassX, Lucky Backup, Pencil, 
Stellarium, skype, Google Earth, VLC crashes Xserver
 * You can subscribe to bug 650539 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/650539/+subscribe

-- 
skype (and others) cause complete crash of xorg on startup/IO activity
https://bugs.launchpad.net/bugs/657963
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 657966] Re: skype (and others) cause complete crash of xorg on startup/IO activity

2010-10-14 Thread Jim Cheetham
*** This bug is a duplicate of bug 650539 ***
https://bugs.launchpad.net/bugs/650539

** This bug has been marked a duplicate of bug 650539
   Launching QT apps such as SpeedCrunch, keepassX, Lucky Backup, Pencil, 
Stellarium, skype, Google Earth, VLC crashes Xserver
 * You can subscribe to bug 650539 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/650539/+subscribe

-- 
skype (and others) cause complete crash of xorg on startup/IO activity
https://bugs.launchpad.net/bugs/657966
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 650539] Re: Launching QT apps such as SpeedCrunch, keepassX, Lucky Backup, Pencil, Stellarium, skype, Google Earth, VLC, Konqueror, Skype crashes Xserver

2010-10-14 Thread Jim Cheetham
I've just marked #657966 as a duplicate. This was the same behaviour
originally linked to Radeon with Xinerama. This bug has identified the
following apps with problems, to add to your current list :-

VirtualBox OSE
VirtualBox PUEL
Skype
Opera
KeePassX
VLC
qtpfsgui
picard

I see reports of this bug in Ubuntu, Arch
(https://bbs.archlinux.org/viewtopic.php?pid=838311)  Gentoo
(http://bugs.gentoo.org/show_bug.cgi?id=339135 -- although currently
they have ignored it as the initial report used a binary-only driver)

-- 
Launching QT apps such as SpeedCrunch, keepassX, Lucky Backup, Pencil, 
Stellarium, skype, Google Earth, VLC, Konqueror, Skype crashes Xserver
https://bugs.launchpad.net/bugs/650539
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.

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


[Bug 650539] Re: Launching QT apps under Xinerama crashes Xorg : affects SpeedCrunch, KeePassX, Lucky Backup, Pencil, Stellarium, Skype, Google Earth, VLC, Konqueror, VirtualBox, Opera ...

2010-10-14 Thread Jim Cheetham
** Summary changed:

- Launching QT apps such as SpeedCrunch, keepassX, Lucky Backup, Pencil, 
Stellarium, skype, Google Earth, VLC, Konqueror, Skype crashes Xserver
+ Launching QT apps under Xinerama crashes Xorg : affects SpeedCrunch, 
KeePassX, Lucky Backup, Pencil, Stellarium, Skype, Google Earth, VLC, 
Konqueror, VirtualBox, Opera ...

-- 
Launching QT apps under Xinerama crashes Xorg : affects SpeedCrunch, KeePassX, 
Lucky Backup, Pencil, Stellarium, Skype, Google Earth, VLC, Konqueror, 
VirtualBox, Opera ...
https://bugs.launchpad.net/bugs/650539
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.

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


[Bug 657966] Re: skype (and others) cause complete crash of xorg on startup/IO activity

2010-10-13 Thread Jim Cheetham
I agree with the Xinerama link, although I don't know what the
underlying mechanism is yet. There is also a strong suggestion of a link
with QT.

I switched from the radeon to the fglrx drivers, and get equivalent
behaviour when running these apps -- Xorg crashes as soon as they get UI
events. Other people are seeing similar issues on non-Radeon cards.

Apps that cause the crash :-
VirtualBox OSE
VirtualBox PUEL (via Kris Wilis)
Skype
Opera
KeePassX
VLC
qtpfsgui
picard

-- 
skype (and others) cause complete crash of xorg on startup/IO activity
https://bugs.launchpad.net/bugs/657966
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 657966] Re: skype (and others) cause complete crash of xorg on startup/IO activity

2010-10-11 Thread Jim Cheetham
I tested glxgears and glxheads -- in both cases the animation only
happened if I was generating mouse or keyboard interrupts in the
glxgears window. With keyboard on autorepeat, I got 25.000 FPS from
glxgears; mouse interrupts managed to get me to 59 FPS. As soon as
interrupts cease, the application pauses.

I removed by Xorg.conf, which results in only two monitors working, but
gived me RandR instead of Xinerama.

Skype, Opera and KeePassX all work normally.
glxgears works normally at ~60FPS

-- 
skype (and others) cause complete crash of xorg on startup/IO activity
https://bugs.launchpad.net/bugs/657966
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 657963] [NEW] skype (and others) cause complete crash of xorg on startup/IO activity

2010-10-10 Thread Jim Cheetham
Public bug reported:

Binary package hint: xorg

Starting skype from the command-line causes Xorg to immediately crash 
exit on this machine. In more detail, it seems like any GUI IO on the
skype application is actually what causes the crash, as it is sometimes
possible for gnome-session to start the app at login time, and the
status bar icon shows the successful connection attempts; however moving
the mouse pointer over that icon (this should generate a popup
notification from the app) causes a crash.

When starting from the command-line the new window is focused, which
seems to be enough to trigger the crash.

This is not skype-specific, I noticed similar behaviour from Opera (but
have not experimented with reproducing this yet).

apport didn't seem to record skype as a problem application, so I've
attached a gdb session of Xorg.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: xorg 1:7.5+6ubuntu3
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
Architecture: amd64
DRM.card0.9.pin_DIN.1:
 status: disconnected
 enabled: disabled
 dpms: On
 modes: 
 edid-base64:
DRM.card1.9.pin_DIN.2:
 status: disconnected
 enabled: disabled
 dpms: On
 modes: 
 edid-base64:
Date: Mon Oct 11 10:55:46 2010
DkmsStatus:
 virtualbox-ose, 3.2.8, 2.6.32-25-generic, x86_64: installed 
 virtualbox-ose, 3.2.8, 2.6.35-22-generic, x86_64: installed
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 (20100816.1)
MachineType: MSI MS-7640
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic 
root=/dev/mapper/rootA-lv ro quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=en_NZ.utf8
 SHELL=/bin/bash
SourcePackage: xorg
Xrandr:
 Error: command ['xrandr', '--verbose'] failed with exit code 1: Xlib:  
extension RANDR missing on display :0.0.
 RandR extension missing
dmi.bios.date: 05/18/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V1.6
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 890FXA-GD70 (MS-7640)
dmi.board.vendor: MSI
dmi.board.version: 1.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MSI
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.6:bd05/18/2010:svnMSI:pnMS-7640:pvr1.0:rvnMSI:rn890FXA-GD70(MS-7640):rvr1.0:cvnMSI:ct3:cvr1.0:
dmi.product.name: MS-7640
dmi.product.version: 1.0
dmi.sys.vendor: MSI
glxinfo: Error: [Errno 2] No such file or directory
system:
 distro: Ubuntu
 codename:   maverick
 architecture:   x86_64
 kernel: 2.6.35-22-generic

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


** Tags: amd64 apport-bug maverick

-- 
skype (and others) cause complete crash of xorg on startup/IO activity
https://bugs.launchpad.net/bugs/657963
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 657963] Re: skype (and others) cause complete crash of xorg on startup/IO activity

2010-10-10 Thread Jim Cheetham

** Attachment added: gdb session watching Xorg
   
https://bugs.launchpad.net/bugs/657963/+attachment/1682899/+files/gdb-Xorg.txt

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/657963/+attachment/1682900/+files/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/657963/+attachment/1682901/+files/CurrentDmesg.txt

** Attachment added: DRM.card0.DVI.I.1.txt
   
https://bugs.launchpad.net/bugs/657963/+attachment/1682902/+files/DRM.card0.DVI.I.1.txt

** Attachment added: DRM.card0.DVI.I.2.txt
   
https://bugs.launchpad.net/bugs/657963/+attachment/1682903/+files/DRM.card0.DVI.I.2.txt

** Attachment added: DRM.card1.DVI.I.3.txt
   
https://bugs.launchpad.net/bugs/657963/+attachment/1682904/+files/DRM.card1.DVI.I.3.txt

** Attachment added: DRM.card1.DVI.I.4.txt
   
https://bugs.launchpad.net/bugs/657963/+attachment/1682905/+files/DRM.card1.DVI.I.4.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/657963/+attachment/1682906/+files/Dependencies.txt

** Attachment added: GdmLog.txt
   https://bugs.launchpad.net/bugs/657963/+attachment/1682907/+files/GdmLog.txt

** Attachment added: GdmLog1.txt
   https://bugs.launchpad.net/bugs/657963/+attachment/1682908/+files/GdmLog1.txt

** Attachment added: GdmLog2.txt
   https://bugs.launchpad.net/bugs/657963/+attachment/1682909/+files/GdmLog2.txt

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/657963/+attachment/1682910/+files/Lspci.txt

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/657963/+attachment/1682911/+files/Lsusb.txt

** Attachment added: PciDisplay.txt
   
https://bugs.launchpad.net/bugs/657963/+attachment/1682912/+files/PciDisplay.txt

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/657963/+attachment/1682913/+files/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/657963/+attachment/1682914/+files/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/657963/+attachment/1682915/+files/ProcModules.txt

** Attachment added: RelatedPackageVersions.txt
   
https://bugs.launchpad.net/bugs/657963/+attachment/1682916/+files/RelatedPackageVersions.txt

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/657963/+attachment/1682917/+files/UdevDb.txt

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/657963/+attachment/1682918/+files/UdevLog.txt

** Attachment added: XorgConf.txt
   
https://bugs.launchpad.net/bugs/657963/+attachment/1682919/+files/XorgConf.txt

** Attachment added: XorgLog.txt
   https://bugs.launchpad.net/bugs/657963/+attachment/1682920/+files/XorgLog.txt

** Attachment added: XorgLogOld.txt
   
https://bugs.launchpad.net/bugs/657963/+attachment/1682921/+files/XorgLogOld.txt

** Attachment added: monitors.xml.txt
   
https://bugs.launchpad.net/bugs/657963/+attachment/1682922/+files/monitors.xml.txt

** Attachment added: peripherals.txt
   
https://bugs.launchpad.net/bugs/657963/+attachment/1682923/+files/peripherals.txt

** Attachment added: setxkbmap.txt
   
https://bugs.launchpad.net/bugs/657963/+attachment/1682924/+files/setxkbmap.txt

** Attachment added: xdpyinfo.txt
   
https://bugs.launchpad.net/bugs/657963/+attachment/1682925/+files/xdpyinfo.txt

** Attachment added: xkbcomp.txt
   https://bugs.launchpad.net/bugs/657963/+attachment/1682926/+files/xkbcomp.txt

-- 
skype (and others) cause complete crash of xorg on startup/IO activity
https://bugs.launchpad.net/bugs/657963
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 657966] [NEW] skype (and others) cause complete crash of xorg on startup/IO activity

2010-10-10 Thread Jim Cheetham
Public bug reported:

Binary package hint: xorg

Starting skype from the command-line causes Xorg to immediately crash 
exit on this machine. In more detail, it seems like any GUI IO on the
skype application is actually what causes the crash, as it is sometimes
possible for gnome-session to start the app at login time, and the
status bar icon shows the successful connection attempts; however moving
the mouse pointer over that icon (this should generate a popup
notification from the app) causes a crash after a small delay.

When starting from the command-line the new window is focused, which
seems to be enough to trigger the crash immediately.

This is not skype-specific, I noticed similar behaviour from Opera (but
have not experimented with reproducing this yet).

apport didn't seem to record skype as a problem application, so I've
attached a gdb session of Xorg.

As you can see from the attached Xorg.conf, I have 4 monitors attached
to two linked Radeon 4670 cards (linked with CrossFireX hardware
option), using the radeon driver and ZaphodHeads to separate the two DVI
ports per card, and Xinerama to assemble the desktop.

I'm running a gnome session with XMonad as the window manager; this also
happens when the default gnome-wm is used as the window manager.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: xorg 1:7.5+6ubuntu3
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
Architecture: amd64
DRM.card0.9.pin_DIN.1:
 status: disconnected
 enabled: disabled
 dpms: On
 modes: 
 edid-base64:
DRM.card1.9.pin_DIN.2:
 status: disconnected
 enabled: disabled
 dpms: On
 modes: 
 edid-base64:
Date: Mon Oct 11 10:55:46 2010
DkmsStatus:
 virtualbox-ose, 3.2.8, 2.6.32-25-generic, x86_64: installed 
 virtualbox-ose, 3.2.8, 2.6.35-22-generic, x86_64: installed
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 (20100816.1)
MachineType: MSI MS-7640
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic 
root=/dev/mapper/rootA-lv ro quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=en_NZ.utf8
 SHELL=/bin/bash
SourcePackage: xorg
Xrandr:
 Error: command ['xrandr', '--verbose'] failed with exit code 1: Xlib:  
extension RANDR missing on display :0.0.
 RandR extension missing
dmi.bios.date: 05/18/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V1.6
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 890FXA-GD70 (MS-7640)
dmi.board.vendor: MSI
dmi.board.version: 1.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MSI
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.6:bd05/18/2010:svnMSI:pnMS-7640:pvr1.0:rvnMSI:rn890FXA-GD70(MS-7640):rvr1.0:cvnMSI:ct3:cvr1.0:
dmi.product.name: MS-7640
dmi.product.version: 1.0
dmi.sys.vendor: MSI
glxinfo: Error: [Errno 2] No such file or directory
system:
 distro: Ubuntu
 codename:   maverick
 architecture:   x86_64
 kernel: 2.6.35-22-generic

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


** Tags: amd64 apport-bug maverick

-- 
skype (and others) cause complete crash of xorg on startup/IO activity
https://bugs.launchpad.net/bugs/657966
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 657966] Re: skype (and others) cause complete crash of xorg on startup/IO activity

2010-10-10 Thread Jim Cheetham

** Attachment added: gdb session watching Xorg crash
   
https://bugs.launchpad.net/bugs/657966/+attachment/1682950/+files/gdb-Xorg.txt

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/657966/+attachment/1682951/+files/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/657966/+attachment/1682952/+files/CurrentDmesg.txt

** Attachment added: DRM.card0.DVI.I.1.txt
   
https://bugs.launchpad.net/bugs/657966/+attachment/1682953/+files/DRM.card0.DVI.I.1.txt

** Attachment added: DRM.card0.DVI.I.2.txt
   
https://bugs.launchpad.net/bugs/657966/+attachment/1682954/+files/DRM.card0.DVI.I.2.txt

** Attachment added: DRM.card1.DVI.I.3.txt
   
https://bugs.launchpad.net/bugs/657966/+attachment/1682955/+files/DRM.card1.DVI.I.3.txt

** Attachment added: DRM.card1.DVI.I.4.txt
   
https://bugs.launchpad.net/bugs/657966/+attachment/1682956/+files/DRM.card1.DVI.I.4.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/657966/+attachment/1682957/+files/Dependencies.txt

** Attachment added: GdmLog.txt
   https://bugs.launchpad.net/bugs/657966/+attachment/1682958/+files/GdmLog.txt

** Attachment added: GdmLog1.txt
   https://bugs.launchpad.net/bugs/657966/+attachment/1682959/+files/GdmLog1.txt

** Attachment added: GdmLog2.txt
   https://bugs.launchpad.net/bugs/657966/+attachment/1682960/+files/GdmLog2.txt

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/657966/+attachment/1682961/+files/Lspci.txt

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/657966/+attachment/1682962/+files/Lsusb.txt

** Attachment added: PciDisplay.txt
   
https://bugs.launchpad.net/bugs/657966/+attachment/1682963/+files/PciDisplay.txt

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/657966/+attachment/1682964/+files/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/657966/+attachment/1682965/+files/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/657966/+attachment/1682966/+files/ProcModules.txt

** Attachment added: RelatedPackageVersions.txt
   
https://bugs.launchpad.net/bugs/657966/+attachment/1682967/+files/RelatedPackageVersions.txt

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/657966/+attachment/1682968/+files/UdevDb.txt

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/657966/+attachment/1682969/+files/UdevLog.txt

** Attachment added: XorgConf.txt
   
https://bugs.launchpad.net/bugs/657966/+attachment/1682970/+files/XorgConf.txt

** Attachment added: XorgLog.txt
   https://bugs.launchpad.net/bugs/657966/+attachment/1682971/+files/XorgLog.txt

** Attachment added: XorgLogOld.txt
   
https://bugs.launchpad.net/bugs/657966/+attachment/1682972/+files/XorgLogOld.txt

** Attachment added: monitors.xml.txt
   
https://bugs.launchpad.net/bugs/657966/+attachment/1682973/+files/monitors.xml.txt

** Attachment added: peripherals.txt
   
https://bugs.launchpad.net/bugs/657966/+attachment/1682974/+files/peripherals.txt

** Attachment added: setxkbmap.txt
   
https://bugs.launchpad.net/bugs/657966/+attachment/1682975/+files/setxkbmap.txt

** Attachment added: xdpyinfo.txt
   
https://bugs.launchpad.net/bugs/657966/+attachment/1682976/+files/xdpyinfo.txt

** Attachment added: xkbcomp.txt
   https://bugs.launchpad.net/bugs/657966/+attachment/1682977/+files/xkbcomp.txt

-- 
skype (and others) cause complete crash of xorg on startup/IO activity
https://bugs.launchpad.net/bugs/657966
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 657966] Re: skype (and others) cause complete crash of xorg on startup/IO activity

2010-10-10 Thread Jim Cheetham
I also have an strace output of a crashing Skype invocation, which seems
to indicate a problem writing to the X socket. This probably isn't
unexpected ...

3067  socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC, 0) = 7
3067  connect(7, {sa_family=AF_FILE, path=@/tmp/.X11-unix/X0}, 20) = 0
...
3067  ... poll resumed )  = 1 ([{fd=7, revents=POLLIN|POLLHUP}])
3067  read(7, , 4096) = 0
3067  write(2, unknown: Fatal IO error 11 (Re..., 82) = 82


** Attachment added: strace output of a crashing skype invocation
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/657966/+attachment/1682978/+files/skype.tr

-- 
skype (and others) cause complete crash of xorg on startup/IO activity
https://bugs.launchpad.net/bugs/657966
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 657966] Re: skype (and others) cause complete crash of xorg on startup/IO activity

2010-10-10 Thread Jim Cheetham
The xorg.conf has the device option 
Option  EnablePageFlip off

set, I added this because of a similar-sounding bug #481669, but it had
no effect one way or another ... :-)

-- 
skype (and others) cause complete crash of xorg on startup/IO activity
https://bugs.launchpad.net/bugs/657966
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 657966] Re: skype (and others) cause complete crash of xorg on startup/IO activity

2010-10-10 Thread Jim Cheetham
Also happens for KeepassX -- perhaps related to #647845 ?

-- 
skype (and others) cause complete crash of xorg on startup/IO activity
https://bugs.launchpad.net/bugs/657966
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 657963] Re: skype (and others) cause complete crash of xorg on startup/IO activity

2010-10-10 Thread Jim Cheetham
*** This bug is a duplicate of bug 657966 ***
https://bugs.launchpad.net/bugs/657966

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

** Description changed:

  Binary package hint: xorg
  
  Starting skype from the command-line causes Xorg to immediately crash 
  exit on this machine. In more detail, it seems like any GUI IO on the
  skype application is actually what causes the crash, as it is sometimes
  possible for gnome-session to start the app at login time, and the
  status bar icon shows the successful connection attempts; however moving
  the mouse pointer over that icon (this should generate a popup
  notification from the app) causes a crash.
  
  When starting from the command-line the new window is focused, which
  seems to be enough to trigger the crash.
  
  This is not skype-specific, I noticed similar behaviour from Opera (but
  have not experimented with reproducing this yet).
  
  apport didn't seem to record skype as a problem application, so I've
  attached a gdb session of Xorg.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: xorg 1:7.5+6ubuntu3
  ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic x86_64
  Architecture: amd64
  DRM.card0.9.pin_DIN.1:
-  status: disconnected
-  enabled: disabled
-  dpms: On
-  modes: 
-  edid-base64:
+  status: disconnected
+  enabled: disabled
+  dpms: On
+  modes:
+  edid-base64:
  DRM.card1.9.pin_DIN.2:
-  status: disconnected
-  enabled: disabled
-  dpms: On
-  modes: 
-  edid-base64:
+  status: disconnected
+  enabled: disabled
+  dpms: On
+  modes:
+  edid-base64:
  Date: Mon Oct 11 10:55:46 2010
  DkmsStatus:
-  virtualbox-ose, 3.2.8, 2.6.32-25-generic, x86_64: installed 
-  virtualbox-ose, 3.2.8, 2.6.35-22-generic, x86_64: installed
+  virtualbox-ose, 3.2.8, 2.6.32-25-generic, x86_64: installed
+  virtualbox-ose, 3.2.8, 2.6.35-22-generic, x86_64: installed
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 
(20100816.1)
  MachineType: MSI MS-7640
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic 
root=/dev/mapper/rootA-lv ro quiet splash
  ProcEnviron:
-  PATH=(custom, user)
-  LANG=en_NZ.utf8
-  SHELL=/bin/bash
+  PATH=(custom, user)
+  LANG=en_NZ.utf8
+  SHELL=/bin/bash
  SourcePackage: xorg
  Xrandr:
-  Error: command ['xrandr', '--verbose'] failed with exit code 1: Xlib:  
extension RANDR missing on display :0.0.
-  RandR extension missing
+  Error: command ['xrandr', '--verbose'] failed with exit code 1: Xlib:  
extension RANDR missing on display :0.0.
+  RandR extension missing
  dmi.bios.date: 05/18/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.6
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: 890FXA-GD70 (MS-7640)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.6:bd05/18/2010:svnMSI:pnMS-7640:pvr1.0:rvnMSI:rn890FXA-GD70(MS-7640):rvr1.0:cvnMSI:ct3:cvr1.0:
  dmi.product.name: MS-7640
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI
  glxinfo: Error: [Errno 2] No such file or directory
  system:
-  distro: Ubuntu
-  codename:   maverick
-  architecture:   x86_64
-  kernel: 2.6.35-22-generic
+  distro: Ubuntu
+  codename:   maverick
+  architecture:   x86_64
+  kernel: 2.6.35-22-generic

** This bug has been marked a duplicate of bug 657966
   skype (and others) cause complete crash of xorg on startup/IO activity
 * You can subscribe to bug 657966 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/657966/+subscribe

-- 
skype (and others) cause complete crash of xorg on startup/IO activity
https://bugs.launchpad.net/bugs/657963
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 644825] Re: byobu/screen unpredictably crashes Cannot find master process to attach to!

2010-09-23 Thread Jim Cheetham
I'm just using the default Ubuntu screen, which as far as I know does
not have nethack mode enabled; I have not seen any messages like this
before (well, not since the late 1980s when I was part of an
unsuccessful attempt to hack a new immortal character into nethack ...).
Actually, I have rarely seen screen crash.

It may be notable that I'm usually running byobu on a gateway machine,
and several of the screens within it are themselves running byobu in a
remote ssh session. It is the byobu/screen on the gateway machine that
crashes in all the cases that I remember (sadly, I have not remembered
many specifics), and the remote sessions are available for reconnection
later.

I'll make sure to check whether the remote sessions are attached or
detatched after the next crash I see; also whether it was a screen
showing a remote screen, or a local one.

-- 
byobu/screen unpredictably crashes Cannot find master process to attach to!
https://bugs.launchpad.net/bugs/644825
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 644825] Re: byobu/screen unpredictably crashes Cannot find master process to attach to!

2010-09-23 Thread Jim Cheetham
Summary: no nethack options active, and sufficient memory.

{{{
j...@moonshine:~$ echo $NETHACKOPTIONS

j...@moonshine:~$ ls -l .nethackrc
ls: cannot access .nethackrc: No such file or directory
j...@moonshine:~$ free -m
 total   used   free sharedbuffers cached
Mem:  2511   2475 35  0 14   2140
-/+ buffers/cache:320   2191
Swap: 7357  0   7357
}}}

Actually, it seems odd that the screen patch you identified would have
changed a nethack message into a generic message ... it looks more like
a nethack-specific message had been left in attacher.c by accident.

So, looking at screen's attacher.c, it seems as if this message can only
happen if the MasterPid becomes unresponsive (i.e. doesn't respond to a
kill 0), or something to do with AttacherChld happens ...

Now, is there a byobu process that invokes screen? And would that
qualify for control over whatever MasterPid is supposed to be?

-- 
byobu/screen unpredictably crashes Cannot find master process to attach to!
https://bugs.launchpad.net/bugs/644825
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 34299] Re: deluser fails to remove home because of Examples link

2010-08-21 Thread Jim Cheetham
Sorry, the lack of an Examples symlink in current distro versions
isn't sufficient to fix the fault. The bug is still present on 10.04,
for example ... although to trigger it you now have to create your own
symlink rather than one being created by default for you.

** Changed in: adduser (Ubuntu)
   Status: Fix Released = Incomplete

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

-- 
deluser fails to remove home because of Examples link
https://bugs.launchpad.net/bugs/34299
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 507760] Re: c-n-f does not suggest commands with numbers ('bzip' does not suggest 'bzip2')

2010-01-24 Thread Jim Cheetham
** Attachment removed: Add numbers to similar_words()' alphabet
   http://launchpadlibrarian.net/37909064/CommandNotFound-numeric-diff

-- 
c-n-f does not suggest commands with numbers ('bzip' does not suggest 'bzip2')
https://bugs.launchpad.net/bugs/507760
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 507760] [NEW] c-n-f does not suggest commands with numbers ('bzip' does not suggest 'bzip2')

2010-01-14 Thread Jim Cheetham
Public bug reported:

Binary package hint: command-not-found

The function similar_words in CommandNotFound.py does not consider
numbers in command names, and therefore c-n-f fails to suggest 'bzip2'
when given the input 'bzip'.

j...@roro:~$ bzip
No command 'bzip' found, did you mean:
 Command 'bip' from package 'bip' (universe)
 Command 'jzip' from package 'jzip' (universe)
 Command 'zip' from package 'zip' (main)
 Command 'xzip' from package 'xzip' (universe)
 Command 'mzip' from package 'mtools' (main)
 Command 'wzip' from package 'wzip' (universe)
 Command 'ebzip' from package 'eb-utils' (universe)
 Command 'lzip' from package 'lzip' (universe)
 Command 'rzip' from package 'rzip' (universe)
 Command 'gzip' from package 'gzip' (main)
bzip: command not found

Adding numbers to the available 'alphabet' in the similar_words function
fixes this situation

j...@roro:~$ bzip
No command 'bzip' found, did you mean:
 Command 'jzip' from package 'jzip' (universe)
 Command 'zip' from package 'zip' (main)
 Command 'ebzip' from package 'eb-utils' (universe)
 Command 'lzip' from package 'lzip' (universe)
 Command 'wzip' from package 'wzip' (universe)
 Command 'xzip' from package 'xzip' (universe)
 Command 'mzip' from package 'mtools' (main)
 Command 'gzip' from package 'gzip' (main)
 Command 'bip' from package 'bip' (universe)
 Command 'bzip2' from package 'bzip2' (main)
 Command 'rzip' from package 'rzip' (universe)
bzip: command not found

** Affects: command-not-found (Ubuntu)
 Importance: Undecided
 Status: New

-- 
c-n-f does not suggest commands with numbers ('bzip' does not suggest 'bzip2')
https://bugs.launchpad.net/bugs/507760
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 507760] Re: c-n-f does not suggest commands with numbers ('bzip' does not suggest 'bzip2')

2010-01-14 Thread Jim Cheetham

** Attachment added: Add numbers to similar_words()' alphabet
   http://launchpadlibrarian.net/37909064/CommandNotFound-numeric-diff

-- 
c-n-f does not suggest commands with numbers ('bzip' does not suggest 'bzip2')
https://bugs.launchpad.net/bugs/507760
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 507760] Re: c-n-f does not suggest commands with numbers ('bzip' does not suggest 'bzip2')

2010-01-14 Thread Jim Cheetham
Credit: Reported by ol on #ubuntu-nz, similar_words() identified by
ajmitch on #ubuntu-nz. Diff produced by yojimbo-san on #ubuntu-nz.

-- 
c-n-f does not suggest commands with numbers ('bzip' does not suggest 'bzip2')
https://bugs.launchpad.net/bugs/507760
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 507760] Re: c-n-f does not suggest commands with numbers ('bzip' does not suggest 'bzip2')

2010-01-14 Thread Jim Cheetham
Sorry, I trusted a wildcard to make my diff; it's in the wrong direction
... here's a better one.

** Attachment added: Add numerics to similar_words()' alphabet
   http://launchpadlibrarian.net/37909114/CommandNotFound-numeric-diff-2

-- 
c-n-f does not suggest commands with numbers ('bzip' does not suggest 'bzip2')
https://bugs.launchpad.net/bugs/507760
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 475694] Re: OpenVPN thru network manager fails for non-password configurations

2009-11-18 Thread Jim Cheetham
No, I don't think it is; that bug seems to be discussing a case where
stored secrets are not correctly applied; this bug is discussing a case
where secrets are not even present in the first place. However there are
people with this problem who have joined on to 284212, from comment #60
onwards, which confuses matters. Whether they are related to the
original fault or not isn't clear to me.

-- 
OpenVPN thru network manager fails for non-password configurations
https://bugs.launchpad.net/bugs/475694
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 481054] Re: Cannot connect to VPN (No VPN secrets!) if no private key password is required

2009-11-11 Thread Jim Cheetham
Attaching a screenshot of the Network Manager GUI editing the VPN
config.

** Attachment added: Screenshot of VPN GUI configuration
   http://launchpadlibrarian.net/3671/Screenshot-Editing%20testvpn.png

-- 
Cannot connect to VPN (No VPN secrets!) if no private key password is required
https://bugs.launchpad.net/bugs/481054
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 481054] [NEW] Cannot connect to VPN (No VPN secrets!) if no private key password is required

2009-11-11 Thread Jim Cheetham
Public bug reported:

Binary package hint: network-manager-vpnc

I have an OpenVPN configuration that works from the command-line,
without requiring any passwords to be entered (simple possession of the
keys  certs is sufficient).

When I import the configuration file into Network Manager, and do not
specify a Private Key Password' value, connections fail, logging into
/var/log/syslog :-

Nov 12 12:59:41 roro NetworkManager: WARN
nm_vpn_connection_connect_cb(): VPN connection 'testvpn' failed to
connect: 'No VPN secrets!'.

When I specify a useless value for the Private Key Password field (e.g.
a space character), the connection works.

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

-- 
Cannot connect to VPN (No VPN secrets!) if no private key password is required
https://bugs.launchpad.net/bugs/481054
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 481054] Re: Cannot connect to VPN (No VPN secrets!) if no private key password is required

2009-11-11 Thread Jim Cheetham
*** This bug is a duplicate of bug 475694 ***
https://bugs.launchpad.net/bugs/475694

My apologies; I have just realised that I've filed this bug against
network-manager-vpnc; but I'm not using the Cisco client, I'm using the
OpenVPN one ... and it's duplicate/extension of #475694.

I'll try to resssign this.

** This bug has been marked a duplicate of bug 475694
   OpenVPN thru network manager fails for non-password configurations

-- 
Cannot connect to VPN (No VPN secrets!) if no private key password is required
https://bugs.launchpad.net/bugs/481054
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 475694] Re: OpenVPN thru network manager fails for non-password configurations

2009-11-11 Thread Jim Cheetham
I have an OpenVPN configuration that works from the command-line,
without requiring any passwords to be entered (simple possession of the
keys  certs is sufficient).

When I import the configuration file into Network Manager, and do not
specify a Private Key Password' value, connections fail, logging into
/var/log/syslog :-

Nov 12 12:59:41 roro NetworkManager: WARN
nm_vpn_connection_connect_cb(): VPN connection 'testvpn' failed to
connect: 'No VPN secrets!'.

When I specify a useless value for the Private Key Password field (e.g.
a space character), the connection works.

-- 
OpenVPN thru network manager fails for non-password configurations
https://bugs.launchpad.net/bugs/475694
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 155823] Re: wrong ACL on log file

2009-02-26 Thread Jim Cheetham
The contents of /var/log/ are not unified as per access permissions,
although many files have group readability for adm this is not a
consistent scheme. The dnet client program is running as user daemon,
and writes its own log file directly, inheriting group 'daemon'
implicitly.

The distributed-net client log is of interest to users keen to see what
their key stats are :-) Given that the policy of the 'adm' group is for
allowing read-only access to log files (see /usr/share/doc/base-passwd
/users-and-groups.txt.gz), I think it would be reasonable to run the
dnetc daemon in the adm group. The primary Ubuntu user is in the 'adm'
group by default.

The /etc/init.d/distributed.net startup script uses su in order to get
the uid change to 'daemon'. This is a bit of a blunt instrument when it
comes to gid control, even when using sg as well. Going to the effort of
a whole new user for this program seems to be a waste of resources
somehow. There's a nicer command 'chpst' in the runit package, but
that's probably not a suitable dependancy ... so off the top of my head
I'm not sure how to best suggest a change for the existing init.d
script.

-- 
wrong ACL on log file
https://bugs.launchpad.net/bugs/155823
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 34299] Re: deluser fails to remove home because of Examples link

2008-06-25 Thread Jim Cheetham
This bug needs to be re-opened, as the previous fix did not account for
the --remove-all-files usage.

deluser --remove-all-files fails to remove the Examples symlink in the more 
recent version of adduser in Hardy, adduser 3.105ubuntu1.
deluser --remove-home is OK.

[EMAIL PROTECTED]:~# adduser worik
Adding user `worik' ...
Adding new group `worik' (1001) ...
Adding new user `worik' (1001) with group `worik' ...
Creating home directory `/home/worik' ...
Copying files from `/etc/skel' ...
Enter new UNIX password: 
Retype new UNIX password: 
passwd: password updated successfully
Changing the user information for worik
Enter the new value, or press ENTER for the default
Full Name []: 
Room Number []: 
Work Phone []: 
Home Phone []: 
Other []: 
Is the information correct? [y/N] y
[EMAIL PROTECTED]:~# ls -la /home/worik
total 20
drwxr-xr-x 2 worik worik 4096 2008-06-25 20:24 .
drwxr-xr-x 5 root  root  4096 2008-06-25 20:24 ..
-rw-r--r-- 1 worik worik  220 2008-06-25 20:24 .bash_logout
-rw-r--r-- 1 worik worik 2940 2008-06-25 20:24 .bashrc
lrwxrwxrwx 1 worik worik   26 2008-06-25 20:24 Examples - 
/usr/share/example-content
-rw-r--r-- 1 worik worik  586 2008-06-25 20:24 .profile

Now to delete the user :-
[EMAIL PROTECTED]:~# deluser --remove-all-files worik
Looking for files to backup/remove ...
Removing files ...
Removing user `worik' ...
Warning: Removing group `worik', since no other user is part of it.
Done.
[EMAIL PROTECTED]:~# ls -la /home/worik
total 8
drwxr-xr-x 2 1001 1001 4096 2008-06-25 20:26 .
drwxr-xr-x 5 root root 4096 2008-06-25 20:24 ..
lrwxrwxrwx 1 1001 1001   26 2008-06-25 20:24 Examples - 
/usr/share/example-content

The problem seems to be that deluser believes ~/Examples is a directory,
and tries to rmdir() it unstead of unlink()ing.

That implies that find_match() is having problems. home_match() assigns
a filename to @files on both -f and -l filetest conditions, which means
that the Examples symlink ends up in both @files and @dirs -- the dual
categorisation is harmless, because by the time rmdir() is called, it
has already been unlink()ed. But the different test structure of
find_match() won't allow dual categorisation.

Changing find_match() to test for -l before -d , and pushing -l results
into @files, fixes the problem. I hope it doesn't introduce others, but
that seems unlikely ...

Patch attached.


** Attachment added: Makes find_match assign symlinks to directories to 
@files, not @dirs
   http://launchpadlibrarian.net/15576258/deluser.34299.patch

-- 
deluser fails to remove home because of Examples link
https://bugs.launchpad.net/bugs/34299
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 34299] Re: deluser fails to remove home because of Examples link

2008-06-25 Thread Jim Cheetham
Changing bug status to In Progress as the previous fix did not account
for all use cases.

** Changed in: adduser (Ubuntu)
   Status: Fix Released = In Progress

-- 
deluser fails to remove home because of Examples link
https://bugs.launchpad.net/bugs/34299
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 34299] Re: deluser fails to remove home because of Examples link

2008-06-25 Thread Jim Cheetham
Sorry, my comment was slightly inaccurate, although the fix  patch are
still valid ...

 home_match() assigns a filename to @files on both -f and -l filetest
conditions, which means that the Examples symlink ends up in both @files
and @dirs

That should have been

 home_match() assigns a symlinked directory to @files on the -l
filetest condition, and to @dirs on the -d filetest condition, which
means that the Examples symlink ends up in both @files and @dirs

-- 
deluser fails to remove home because of Examples link
https://bugs.launchpad.net/bugs/34299
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 96753] Re: [feisty] scapy crashes using any version of python

2007-04-24 Thread Jim Cheetham
I've suggested a fix/workaround on the upstream bug tracker, 
http://trac.secdev.org/scapy/ticket/40
In the meantime, there's probably enough information in this bug report to get 
people around the problem.

-- 
[feisty] scapy crashes using any version of python
https://bugs.launchpad.net/bugs/96753
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 96753] Re: [feisty] scapy crashes using any version of python

2007-04-23 Thread Jim Cheetham
/etc/ethertypes (provided by ebtables) is not relevant to this; fixing
that message doesn't fix the fault.

The problem appears to trigger for unconfigured interfaces; I have an
eth0 that is not configured at boot time (no cable plugged in to the UTP
socket), and 'scapy -h' (which should print out only the usage
information, another issue in itself) fails as described. Give the
interface an address ('sudo ifconfig eth0 10.10.10.10'), and 'scapy -h'
works as desired.

scapy reads /proc/net/route for the interface list, and then tries to
gather data about each one. It consults the Flags field, and will
continue if the RTF_UP flag is set - this is supposed to represent a
state of route useable from net/route.h

I'll do some more investigation after the next reboot :-)

-- 
[feisty] scapy crashes using any version of python
https://bugs.launchpad.net/bugs/96753
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 96753] Re: [feisty] scapy crashes using any version of python

2007-04-23 Thread Jim Cheetham
My scapy (1.0.4-1) cannot be invoked from the command line without crashing :-
$ scapy -h
/usr/bin/scapy:3101: Warning: 'with' will become a reserved keyword in Python 
2.6
/usr/bin/scapy:3103: Warning: 'with' will become a reserved keyword in Python 
2.6
INFO: Can't import PyX. Won't be able to use psdump() or pdfdump()
Traceback (most recent call last):
  File /usr/bin/scapy, line 10647, in module
class Conf(ConfClass):
  File /usr/bin/scapy, line 10693, in Conf
route = Route()
  File /usr/bin/scapy, line 1911, in __init__
self.resync()
  File /usr/bin/scapy, line 1915, in resync
self.routes = read_routes()
  File /usr/bin/scapy, line 2234, in read_routes
ifreq = ioctl(s, SIOCGIFADDR,struct.pack(16s16x,iff))
IOError: [Errno 99] Cannot assign requested address

I have one interface up, and one interface unconfigured (no cable present at 
boot time)
$ ifconfig
eth0  Link encap:Ethernet  HWaddr DELETED  
  UP BROADCAST MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
  Interrupt:9 Base address:0x2c00 

eth1  Link encap:Ethernet  HWaddr DELETED  
  inet addr:DELETED  Bcast:DELETED  Mask:255.255.255.192
  inet6 addr: DELETED/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:474 errors:0 dropped:0 overruns:0 frame:0
  TX packets:233 errors:0 dropped:0 overruns:0 carrier:0
  collisions:25 txqueuelen:1000 
  RX bytes:214769 (209.7 KiB)  TX bytes:22745 (22.2 KiB)
  Interrupt:11 Base address:0x8800 

/proc/net/route doesn't seem to offer any differentiation between eth0
and eth1 ... I have no idea if this is correct/valid or not.

$ cat /proc/net/route 
Iface   Destination Gateway Flags   RefCnt  Use Metric  Mask
MTU Window  IRTT
   
eth1DELETED00010   0   0   
C0FF0   0   0   

eth0FEA900010   0   0   
0   0   0   

eth1FEA900010   0   1000
0   0   0   
 
eth1DELETED00030   0   0   
0   0   0   

eth000010   0   1000
0   0   0 

(This seems to be the same as the output of netstat)
$ netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags   MSS Window  irtt Iface
DELETED  0.0.0.0 255.255.255.192 U 0 0  0 eth1
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0  0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0  0 eth1
0.0.0.0 DELETED  0.0.0.0 UG0 0  0 eth1
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0  0 eth0

scapy tests each interface for the flag RTF_UP (around line 2232)
for l in f.readlines()[1:]:
iff,dst,gw,flags,x,x,x,msk,x,x,x = l.split()
if int(flags,16)  RTF_UP == 0:
continue
ifreq = ioctl(s, SIOCGIFADDR,struct.pack(16s16x,iff))

The ioctl call on that last line fails on my eth0. As mentioned above,
if I manually give eth0 an address, the ioctl call will work ...

$ sudo ifconfig eth0 10.10.10.10
$ scapy -h
/usr/bin/scapy:3101: Warning: 'with' will become a reserved keyword in Python 
2.6
/usr/bin/scapy:3103: Warning: 'with' will become a reserved keyword in Python 
2.6
INFO: Can't import PyX. Won't be able to use psdump() or pdfdump()
Usage: scapy.py [-s sessionfile]

So somehow we have to convince scapy to leave the unconfigured interface
alone.

It looks like the udev attribute {carrier} is the right thing to query
$ udevinfo  -p /sys/class/net/eth0 -a|grep carrier
ATTR{carrier}==0
$ udevinfo  -p /sys/class/net/eth1 -a|grep carrier
ATTR{carrier}==1
but how can scapy (upstream) know that it is in a udev environment?

I see from dmesg that there is a test for the link state of an interface :-
ADDRCONF(NETDEV_UP): eth0: link is not ready

This message comes via netdevice.h in the kernel, and that's getting
beyond me, sorry.

The workaround is to make sure that you don't have any unconfigured interfaces 
when you want to run scapy.
I've logged this issue onto the scapy upstream ticketing, 

[Bug 58347] Listed as conflicting with libapache2-mod-php4

2006-08-31 Thread Jim Cheetham
Public bug reported:

This packages is listed as having a conflict with libapache2-mod-php4,
but as far as I can see there are no files in common.

The only conflict arrives when you attempt to load both modules into a
single apache instance; however if you maintain multiple apache servers
(so you can have one on php4 and another on php5) the conflict makes it
very difficult to maintain your system.

Can we remove the conflict, and perhaps replace it with a post-install
option to report on the presence of /etc/apache2/mods-enabled/php4* ?

** Affects: php5 (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Listed as conflicting with libapache2-mod-php4
https://launchpad.net/bugs/58347

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


[Bug 58347] Re: Listed as conflicting with libapache2-mod-php4

2006-08-31 Thread Jim Cheetham
As an alternative, can someone tell me how to keep both these packages
installed? I can install libapache2-mod-php5 normally, and add
libapache2-mod-pgp4 manually with dpkg --force-conflicts, but I can't
install any other packages without this unresolveable conflict being
reported.

-- 
Listed as conflicting with libapache2-mod-php4
https://launchpad.net/bugs/58347

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