[Bug 201786] Re: ssh Agent admitted failure to sign using the key on big endian machines

2009-01-24 Thread pat.pannuto
I too am experiencing the same bug. Running 8.10, 64-bit on a Core2Duo.

This bug first appeared when I changed the passphrase for my key,
everything was working fine before that. The workarounds above worked
fine for me, and my ssh -v output is the same as well.

-- 
ssh Agent admitted failure to sign using the key on big endian machines
https://bugs.launchpad.net/bugs/201786
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 201786] Re: ssh Agent admitted failure to sign using the key on big endian machines

2009-01-24 Thread pat.pannuto
Interestingly, restarting X causes this bug to go away.  For those
experiencing this bug, did it just show up one day, or did you do
something out of the ordinary (eg, change keys, change your passphrase,
in any way modify your ~/.ssh directory while running, perhaps deny the
keyring once - anything out of the ordinary)?

-- 
ssh Agent admitted failure to sign using the key on big endian machines
https://bugs.launchpad.net/bugs/201786
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 160267] Broken Package: gnome-control-center-dbgsym

2007-11-05 Thread pat.pannuto
Public bug reported:

Binary package hint: gnome-control-center

In an attempt to debug the Appearance menu in gnome-control center (a
bug similar to #122330), I attempted to install the package gnome-
control-center-dbgsym as recommended.  I updated sources.list (and apt-
updated), then attempted to install the debug package.  Apt errored out,
however, saying that the gnome-control-center package I have installed
doesn't match the dependencies for the debug package.  This may have
something to do with this bug (
https://bugs.launchpad.net/ubuntu/+source/gnome-control-
center/+bug/150565 ) which claims to be a duplicate of this bug (
https://bugs.launchpad.net/ubuntu/+source/cupsys/+bug/149106 ), but I'm
not sure.

I'm running (k)ubuntu (I use both) 7.10.
Linux ubuntu 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 
GNU/Linux

APT OUTPUT:

[EMAIL PROTECTED]:~$ sudo apt-get install gnome-control-center-dbgsym 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
  gnome-control-center-dbgsym: Depends: gnome-control-center (= 
1:2.20.1-0ubuntu1) but 1:2.20.0.1-0ubuntu5 is to be installed
E: Broken packages

SOURCES.LIST:

[EMAIL PROTECTED]:~$ cat /etc/apt/sources.list
deb http://archive.ubuntu.com/ubuntu gutsy-updates main restricted universe 
multiverse
deb http://archive.ubuntu.com/ubuntu gutsy main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu gutsy-security main restricted universe 
multiverse

## BACKPORTS REPOSITORY
deb http://archive.ubuntu.com/ubuntu gutsy-backports main restricted universe 
multiverse

## DEBUG
deb http://people.ubuntu.com/~ubuntu-archive/ddebs gutsy main universe 
deb http://people.ubuntu.com/~ubuntu-archive/ddebs gutsy-updates main universe
deb http://people.ubuntu.com/~ubuntu-archive/ddebs gutsy-proposed main universe
deb http://people.ubuntu.com/~ubuntu-archive/ddebs gutsy-security main universe

Thanks for your help!

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

-- 
Broken Package: gnome-control-center-dbgsym
https://bugs.launchpad.net/bugs/160267
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 255456] [NEW] freebsd-manpages conflicts with manpages-dev (fixed in debian)

2008-08-06 Thread pat.pannuto
Public bug reported:

Binary package hint: freebsd-manpages

The freebsd-manpages package shipped with Hardy conflicts with the
manpages-dev package (it also unnecessarily forces the removal of the
fdutils pacakge). When you attempt to install freebsd-manpages this
happens:

[EMAIL PROTECTED] ~ $ sudo apt-get install freebsd-manpages 
[sudo] password for ppannuto: 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages will be REMOVED:
  fdutils
The following NEW packages will be installed:
  freebsd-manpages
0 upgraded, 1 newly installed, 1 to remove and 2 not upgraded.
Need to get 2845kB of archives.
After this operation, 7238kB of additional disk space will be used.
Do you want to continue [Y/n]?  
Get:1 http://us.archive.ubuntu.com hardy/universe freebsd-manpages 6.2-1 
[2845kB]
Fetched 2845kB in 4s (647kB/s) 
(Reading database ... 150507 files and directories currently installed.)
Removing fdutils ...
Selecting previously deselected package freebsd-manpages.
(Reading database ... 150460 files and directories currently installed.)
Unpacking freebsd-manpages (from .../freebsd-manpages_6.2-1_all.deb) ...
dpkg: error processing /var/cache/apt/archives/freebsd-manpages_6.2-1_all.deb 
(--unpack):
 trying to overwrite `/usr/share/man/man2/clock_gettime.2.gz', which is also in 
package manpages-dev
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/freebsd-manpages_6.2-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

This bug is an upstream bug, and is fixed in debain ( bug 367182:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=367182 ), but the fix
needs to get propagated down to hardy now; this shouldn't wait until
ibex to be fixed.

apt-cache policy freebsd-manpages:
freebsd-manpages:
  Installed: (none)
  Candidate: 6.2-1
  Version table:
 6.2-1 0
500 http://us.archive.ubuntu.com hardy/universe Packages

** Affects: freebsd-manpages (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: upstream

** Tags removed: fixed

-- 
freebsd-manpages conflicts with manpages-dev (fixed in debian)
https://bugs.launchpad.net/bugs/255456
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 317333] [NEW] [WISHLIST] Include a python-libdumbnet package for development

2009-01-14 Thread pat.pannuto
Public bug reported:

Binary package hint: libdumbnet1

It would be very helpful if a package existed with the python headers
for libdumbnet. There's already a libdumbnet (actually libdumbnet1)
package as well as a libdumbnet-dev for C/C++; debian has a python-
libdumbnet package, could someone please port this back?

Thanks, I appreciate it.

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

-- 
[WISHLIST] Include a python-libdumbnet package for development
https://bugs.launchpad.net/bugs/317333
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 201786] Re: ssh Agent admitted failure to sign using the key on big endian machines

2009-01-24 Thread pat.pannuto
I too am experiencing the same bug. Running 8.10, 64-bit on a Core2Duo.

This bug first appeared when I changed the passphrase for my key,
everything was working fine before that. The workarounds above worked
fine for me, and my ssh -v output is the same as well.

-- 
ssh Agent admitted failure to sign using the key on big endian machines
https://bugs.launchpad.net/bugs/201786
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 201786] Re: ssh Agent admitted failure to sign using the key on big endian machines

2009-01-24 Thread pat.pannuto
Interestingly, restarting X causes this bug to go away.  For those
experiencing this bug, did it just show up one day, or did you do
something out of the ordinary (eg, change keys, change your passphrase,
in any way modify your ~/.ssh directory while running, perhaps deny the
keyring once - anything out of the ordinary)?

-- 
ssh Agent admitted failure to sign using the key on big endian machines
https://bugs.launchpad.net/bugs/201786
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 475814] Re: vpnc will only connect successfully on first try per session

2009-11-26 Thread pat.pannuto
@Matt / @Per

I'm assuming I can answer this as well.  The IP address doesn't change,
and I don't think this is the problem, there are several AP's available
at my locations, hereby AP1 and AP2:

[Scenario 1]
Connect to AP1  (192.168.1.105)
Connect VPN (success)
Disconnect VPN
Connect VPN (fails)
   sudo killall NetworkManager  -- nm auto-restarts
Connects to AP1 (192.168.1.105)
Connect VPN (success)

[Scenario 2]
Connect to AP1  (192.168.1.105)
Connect VPN (success)
Disconnect VPN
Disconnect Wifi
Connect to AP2  (141.213.114.155)
Connect VPN (fails)
   sudo killall NetworkManager  -- nm auto-restarts
Connects to AP2 (141.213.114.155)
Connect VPN (success)


I have played with pretty much every mix of AP1 and AP2 I can think of, as well 
as mixing in suspend/resume cycles; the answer is fairly simple.  Once NM has 
connected the VPN once, it will not connect successfully again under any set of 
circumstances until NM has been restarted.

I will also note that my VPN passwords are saved in the keyring, looking
at the credentials via NM editor or seahorse shows that they are present
/ accurate for both successful and unsuccessful attempts.

-- 
vpnc will only connect successfully on first try per session
https://bugs.launchpad.net/bugs/475814
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 475814] Re: vpnc will only connect successfully on first try per session

2009-11-28 Thread pat.pannuto
I replied to the bug email with this last night, but it looks like it
didn't post - not sure why - sorry for the delay:

I haven't been consistently tracking the vpn'd IP, tried it now:

First
   wlan0 192.168.2.101
   tun0   141.211.4.17

Second
   wlan0 192.168.2.101
   tun0   141.211.4.17

This is connecting to the University of Michigan's campus network ( vpn
profiles available here:
http://www.itcom.itcs.umich.edu/vpn/software/linux.html ); it's kerberos
on the backend, so it's the same password every time.

-- 
vpnc will only connect successfully on first try per session
https://bugs.launchpad.net/bugs/475814
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 475814] Re: vpnc will only connect successfully on first try per session

2009-11-05 Thread pat.pannuto
Syslog containing successful vpn connection.  (relevant section begins
~line 627)

** Attachment added: Syslog containing successful vpn connection.  (relevant 
section begins ~line 627)
   http://launchpadlibrarian.net/35191317/syslog.2.gz

-- 
vpnc will only connect successfully on first try per session
https://bugs.launchpad.net/bugs/475814
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 475814] Re: vpnc will only connect successfully on first try per session

2009-11-05 Thread pat.pannuto
Syslog containing failed vpn connection (first instance ~line 653)

** Attachment added: Syslog containing failed vpn connection (first instance 
~line 653)
   http://launchpadlibrarian.net/35191382/syslog

-- 
vpnc will only connect successfully on first try per session
https://bugs.launchpad.net/bugs/475814
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 475814] [NEW] vpnc will only connect successfully on first try per session

2009-11-05 Thread pat.pannuto
Public bug reported:

Binary package hint: vpnc

Running Karmic 9.10, 64-bit

ppann...@orangeiguana:/var/log$ apt-cache policy vpnc
vpnc:
  Installed: 0.5.3-1
  Candidate: 0.5.3-1
  Version table:
 *** 0.5.3-1 0
500 http://us.archive.ubuntu.com karmic/universe Packages
100 /var/lib/dpkg/status

Vpnc will only connect successfully the first time per session.  If you
for any reason disconnect (e.g. sleeping the laptop), all vpn
connections will fail *until* you reboot the computer, in which case the
vpn connect *will succeed*.  This is reproducible.

Also note, you can connect and disconnect to regular (WPA2, TTLS, WEP)
at will, both before and after the one and only vpn connection /
session.  This leads me to believe the issue is with vpnc and not
wireless in general.

Relevant output from syslog:  (complete syslogs are attached)

[From First (successful) connect]:

Nov  3 15:11:57 orangeiguana NetworkManager: info  Starting VPN service 
'org.freedesktop.NetworkManager.vpnc'...
Nov  3 15:11:57 orangeiguana NetworkManager: info  VPN service 
'org.freedesktop.NetworkManager.vpnc' started 
(org.freedesktop.NetworkManager.vpnc), PID 4533
Nov  3 15:11:57 orangeiguana kernel: [14624.492405] tun: Universal TUN/TAP 
device driver, 1.6
Nov  3 15:11:57 orangeiguana kernel: [14624.492408] tun: (C) 1999-2004 Max 
Krasnyansky m...@qualcomm.com
Nov  3 15:11:57 orangeiguana NetworkManager: info  VPN service 
'org.freedesktop.NetworkManager.vpnc' just appeared, activating connections
Nov  3 15:11:57 orangeiguana NetworkManager: info  VPN plugin state changed: 1
Nov  3 15:11:57 orangeiguana NetworkManager: info  VPN plugin state changed: 3
Nov  3 15:11:57 orangeiguana NetworkManager: info  VPN connection 'UM 
On-Campus Wireless' (Connect) reply received.
Nov  3 15:11:57 orangeiguana NetworkManager:SCPlugin-Ifupdown: devices 
added (path: /sys/devices/virtual/net/tun0, iface: tun0)
Nov  3 15:11:57 orangeiguana kernel: [14624.629071] tun0: Disabled Privacy 
Extensions
Nov  3 15:11:57 orangeiguana NetworkManager:SCPlugin-Ifupdown: device added 
(path: /sys/devices/virtual/net/tun0, iface: tun0): no ifupdown configuration 
found.
Nov  3 15:11:58 orangeiguana NetworkManager: info  VPN connection 'UM 
On-Campus Wireless' (IP Config Get) reply received.
Nov  3 15:11:58 orangeiguana NetworkManager: info  VPN Gateway: 
141.211.255.196
Nov  3 15:11:58 orangeiguana NetworkManager: info  Tunnel Device: tun0
Nov  3 15:11:58 orangeiguana NetworkManager: info  Internal IP4 Address: 
141.211.4.232
Nov  3 15:11:58 orangeiguana NetworkManager: info  Internal IP4 Prefix: 22
Nov  3 15:11:58 orangeiguana NetworkManager: info  Internal IP4 
Point-to-Point Address: 141.211.4.232
Nov  3 15:11:58 orangeiguana NetworkManager: info  Maximum Segment Size 
(MSS): 0
Nov  3 15:11:58 orangeiguana NetworkManager: info  Internal IP4 DNS: 
141.211.144.17
Nov  3 15:11:58 orangeiguana NetworkManager: info  Internal IP4 DNS: 
141.211.125.17
Nov  3 15:11:58 orangeiguana NetworkManager: info  DNS Domain: 'umich.edu'
Nov  3 15:11:58 orangeiguana NetworkManager: info  Login Banner:
Nov  3 15:11:58 orangeiguana NetworkManager: info  
-
Nov  3 15:11:58 orangeiguana NetworkManager: info  (null)
Nov  3 15:11:58 orangeiguana NetworkManager: info  
-
Nov  3 15:11:58 orangeiguana vpnc[4540]: can't open pidfile /var/run/vpnc/pid 
for writing
Nov  3 15:11:59 orangeiguana NetworkManager: info  (tun0): writing 
resolv.conf to /sbin/resolvconf
Nov  3 15:12:00 orangeiguana NetworkManager: info  VPN connection 'UM 
On-Campus Wireless' (IP Config Get) complete.
Nov  3 15:12:00 orangeiguana NetworkManager: info  (tun0): writing 
resolv.conf to /sbin/resolvconf
Nov  3 15:12:00 orangeiguana NetworkManager: info  Policy set 'UM On-Campus 
Wireless' (tun0) as default for routing and DNS.
Nov  3 15:12:00 orangeiguana NetworkManager: info  VPN plugin state changed: 4


[From a subsequent attempt to connect]:

Nov  5 15:13:57 orangeiguana NetworkManager: info  Starting VPN service 
'org.freedesktop.NetworkManager.vpnc'...
Nov  5 15:13:57 orangeiguana NetworkManager: info  VPN service 
'org.freedesktop.NetworkManager.vpnc' started 
(org.freedesktop.NetworkManager.vpnc), PID 15479
Nov  5 15:13:57 orangeiguana NetworkManager: info  VPN service 
'org.freedesktop.NetworkManager.vpnc' just appeared, activating connections
Nov  5 15:13:57 orangeiguana NetworkManager: info  VPN plugin state changed: 1
Nov  5 15:13:57 orangeiguana ntpdate[15466]: no server suitable for 
synchronization found
Nov  5 15:13:57 orangeiguana ntpd[15507]: ntpd 4.2@1.1549-o Fri Oct 23 
04:31:46 UTC 2009 (1)
Nov  5 15:13:57 orangeiguana ntpd[15508]: precision = 1.000 usec
Nov  5 15:13:57 orangeiguana ntpd[15508]: Listening on interface #0 wildcard, 
0.0.0.0#123 Disabled
Nov  5 15:13:57 orangeiguana ntpd[15508]: Listening on interface #1 wildcard, 
::#123 Disabled
Nov  5 15:13:57 orangeiguana ntpd[15508]: Listening 

[Bug 475814] Re: vpnc will only connect successfully on first try per session

2009-11-05 Thread pat.pannuto
Other notes:

   * This system has been upgraded from intrepid -- jaunty -- karmic, the 
vpnc configuration was originally written / set in intrepid and vpnc only broke 
on update to karmic.
   * I tried apt-get install --reinstall vpnc network-manager-vpnc  after the 
karmic upgrade, no improvement

   * This is a *SESSION* level problem.
After I could not connect, I logged out, went to a console where I sudo 
service gdm restart and logged in again.  At this point, I could connect 
successfully.  The subsequent attachment has an updated copy of syslog with 
this new data.

-- 
vpnc will only connect successfully on first try per session
https://bugs.launchpad.net/bugs/475814
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 475814] Re: vpnc will only connect successfully on first try per session

2009-11-05 Thread pat.pannuto
Updated copy of syslog after restarting gdm and connecting
*successfully*.

** Attachment added: Updated copy of syslog after gdm restart
   http://launchpadlibrarian.net/35191793/syslog

-- 
vpnc will only connect successfully on first try per session
https://bugs.launchpad.net/bugs/475814
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 475814] apport-collect data

2009-11-15 Thread pat.pannuto
Architecture: amd64
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: openafs
Package: network-manager-vpnc 0.8~a~git.20091008t124012.f5b95a2-0ubuntu1
PackageArchitecture: amd64
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-15.50-generic
Uname: Linux 2.6.31-15-generic x86_64
UserGroups:

-- 
vpnc will only connect successfully on first try per session
https://bugs.launchpad.net/bugs/475814
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 475814] Dependencies.txt

2009-11-15 Thread pat.pannuto

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

-- 
vpnc will only connect successfully on first try per session
https://bugs.launchpad.net/bugs/475814
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 475814] XsessionErrors.txt

2009-11-15 Thread pat.pannuto

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

** Tags added: apport-collected

-- 
vpnc will only connect successfully on first try per session
https://bugs.launchpad.net/bugs/475814
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 475814] apport-collect data

2009-11-15 Thread pat.pannuto
Architecture: amd64
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: openafs
Package: network-manager-vpnc 0.8~a~git.20091008t124012.f5b95a2-0ubuntu1
PackageArchitecture: amd64
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-15.50-generic
Uname: Linux 2.6.31-15-generic x86_64
UserGroups:

-- 
vpnc will only connect successfully on first try per session
https://bugs.launchpad.net/bugs/475814
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 475814] XsessionErrors.txt

2009-11-15 Thread pat.pannuto

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

-- 
vpnc will only connect successfully on first try per session
https://bugs.launchpad.net/bugs/475814
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 475814] Re: vpnc will only connect successfully on first try per session

2009-11-15 Thread pat.pannuto
I ran apport-collect twice, once before ever connecting to vpn, and then
once after the connect/disconnect/connect (fail) cycle.

Let me know if can do anything else to help.

-- 
vpnc will only connect successfully on first try per session
https://bugs.launchpad.net/bugs/475814
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 475814] Dependencies.txt

2009-11-15 Thread pat.pannuto

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

-- 
vpnc will only connect successfully on first try per session
https://bugs.launchpad.net/bugs/475814
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 272924] [NEW] xubuntu cron.daily has debtags but debtags not installed by default

2008-09-21 Thread pat.pannuto
Public bug reported:

Binary package hint: debtags

I'm using a (relatively) clean install of Xubuntu 8.04

In the cron.daily folder, one of the programs intended to run every day
is debtags. The debtags program, however, is not installed by default. I
don't think this is critical, but it does result in cron yelling at you
(via mail, which I suppose no one ever checks...) every day.


From /var/spool/mail/pat


From [EMAIL PROTECTED]  Mon Aug 25 08:17:46 2008
Return-Path: [EMAIL PROTECTED]
Received: from BlueBarracuda (localhost [127.0.0.1])
.   by BlueBarracuda (8.14.2/8.14.2/Debian-2build1) with ESMTP id 
m7PCHjrK014368
.   for [EMAIL PROTECTED]; Mon, 25 Aug 2008 08:17:45 -0400
Received: (from [EMAIL PROTECTED])
.   by BlueBarracuda (8.14.2/8.14.2/Submit) id m7PCHieH014109
.   for root; Mon, 25 Aug 2008 08:17:44 -0400
Date: Mon, 25 Aug 2008 08:17:44 -0400
Message-Id: [EMAIL PROTECTED]
From: Anacron [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Anacron job 'cron.daily' on bluebarracuda

/etc/cron.daily/debtags:
/etc/cron.daily/debtags: 4: debtags: not found
run-parts: /etc/cron.daily/debtags exited with return code 127


ls /etc/cron.daily

0anacron  apport  apt  aptitude  bsdmainutils  debtags  logrotate  man-db  
mlocate  sendmail  standard  sysklogd


cat /etc/cron.daily/debtags

#!/bin/sh

# Update the data and index files of Debtags
debtags update


aptitude show debtags

Package: debtags
State: not installed
Version: 1.7.3ubuntu4
Priority: optional
Section: admin
Maintainer: Ubuntu Core Developers [EMAIL PROTECTED]
Uncompressed Size: 1053k
Depends: apt, libapt-pkg-libc6.7-6-4.6, libc6 (= 2.7-1), libept0 (= 0.5.11), 
libgcc1 (= 1:4.1.1-21), libstdc++6 (= 4.2.1-4), libxapian15,
 perl, zlib1g (= 1:1.2.3.3.dfsg-1)
Suggests: tagcoll
Conflicts: apt-index-watcher
Description: Enables support for package tags
 debtags provides a system to download a database of package tags and keep it 
up to date.  A package tag is a small label that gets attached to
 a Debian package to represent one of its qualities. 
 
 A package tag database in the system can enable advanced package search 
techniques, and advanced package browsing functions in programs that
 support it. 
 
 This package has been made as a way to deploy and test package tags support 
until it gets integrated in the normal Debian workflow. 
 
 For more information, see the Debtags homepage at: 
http://debtags.alioth.debian.org


aptitude show apt-index-watcher

No current or candidate version found for apt-index-watcher
Package: apt-index-watcher
State: not a real package



I'll admit, I don't know exactly what apt-index-watcher is, but I'm
guessing it replaced debtags, and that in the update process, someone
forgot to remove that file from the cron folder of the install image.

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

-- 
xubuntu cron.daily has debtags but debtags not installed by default
https://bugs.launchpad.net/bugs/272924
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 724065] [NEW] usb-creator fails silently with insufficient permissions

2011-02-23 Thread pat.pannuto
Public bug reported:

Binary package hint: usb-creator

Ubuntu 10.10

usb-creator-gtk:
  Installed: 0.2.25
  Candidate: 0.2.25
  Version table:
 *** 0.2.25 0
500 http://us.archive.ubuntu.com/ubuntu/ maverick/main amd64 Packages
100 /var/lib/dpkg/status


When creating a boot usb, the tool fails silently to write the boot partition 
of the USB drive if it does not have permission.  Running gksudo 
usb-creator-gtk solves this issue and correctly generates a bootable usb.

Expected: usb-creator-gtk should request privilege escalation if not
started with sufficient permissions

** Affects: usb-creator (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/724065

Title:
  usb-creator fails silently with insufficient permissions

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


[Bug 724065] Re: usb-creator fails silently with insufficient permissions

2011-02-23 Thread pat.pannuto
https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/663727

Is likely the same issue, but there wasn't nearly enough information
there to be sure.

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

Title:
  usb-creator fails silently with insufficient permissions

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


[Bug 593198] [NEW] Needs packaging bug for new package gmail-notifier

2010-06-12 Thread pat.pannuto
Public bug reported:

This is simply a needs packaging bug for the new package gmail-notifier,
currently in REVU:

http://revu.ubuntuwire.com/p/gmail-notifier

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Needs packaging bug for new package gmail-notifier
https://bugs.launchpad.net/bugs/593198
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 593198] Re: Needs packaging bug for new package gmail-notifier

2010-06-12 Thread pat.pannuto
** Changed in: ubuntu
 Assignee: (unassigned) = pat.pannuto (psquared89+ubuntu)

** Changed in: ubuntu
 Assignee: pat.pannuto (psquared89+ubuntu) = jcfp (jcfp)

** Changed in: ubuntu
 Assignee: jcfp (jcfp) = pat.pannuto (psquared89+ubuntu)

** Changed in: ubuntu
   Status: New = In Progress

-- 
Needs packaging bug for new package gmail-notifier
https://bugs.launchpad.net/bugs/593198
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 528688] Re: WARNING: at /build/buildd/linux-2.6.32/net/wireless/core.c:614 wdev_cleanup_work+0xa7/0xd0 [cfg80211]()

2010-06-15 Thread pat.pannuto
I'm running 2.6.32-22-generic and this problem still persists.  The
warning appears to be the same:


[347134.298465] [ cut here ]
[347134.298490] WARNING: at /build/buildd/linux-2.6.32/net/wireless/core.c:614 
wdev_cleanup_work+0xe9/0x110 [cfg80211]()
[347134.298500] Hardware name: 2746CTO
[347134.298502] Modules linked in: binfmt_misc ppdev rfcomm sco bridge stp bnep 
l2cap openafs(P) vboxnetadp vboxnetflt vboxdrv snd_hda_codec_intelhdmi 
snd_hda_codec_conexant snd_hda_intel snd_hda_codec snd_hwdep fbcon tileblit 
font bitblit softcursor snd_pcm_oss snd_mixer_oss snd_pcm vga16fb vgastate 
snd_seq_dummy snd_seq_oss snd_seq_midi arc4 snd_rawmidi joydev i915 
snd_seq_midi_event drm_kms_helper iwlagn snd_seq snd_timer snd_seq_device sbp2 
uvcvideo iwlcore drm snd btusb videodev i2c_algo_bit psmouse mac80211 soundcore 
v4l1_compat sdhci_pci bluetooth snd_page_alloc sdhci v4l2_compat_ioctl32 
serio_raw cfg80211 intel_agp video output asus_laptop led_class ricoh_mmc lp 
parport ohci1394 ahci ieee1394 r8169 mii
[347134.298551] Pid: 9, comm: events/0 Tainted: P   2.6.32-22-generic 
#36-Ubuntu
[347134.298553] Call Trace:
[347134.298562]  [81066d0b] warn_slowpath_common+0x7b/0xc0
[347134.298566]  [81066d64] warn_slowpath_null+0x14/0x20
[347134.298572]  [a00b50f9] wdev_cleanup_work+0xe9/0x110 [cfg80211]
[347134.298579]  [a00b5010] ? wdev_cleanup_work+0x0/0x110 [cfg80211]
[347134.298584]  [81080777] run_workqueue+0xc7/0x1a0
[347134.298587]  [810808f3] worker_thread+0xa3/0x110
[347134.298591]  [81085320] ? autoremove_wake_function+0x0/0x40
[347134.298594]  [81080850] ? worker_thread+0x0/0x110
[347134.298597]  [81084fa6] kthread+0x96/0xa0
[347134.298601]  [810141ea] child_rip+0xa/0x20
[347134.298604]  [81084f10] ? kthread+0x0/0xa0
[347134.298607]  [810141e0] ? child_rip+0x0/0x20
[347134.298610] ---[ end trace 935f3f6d63ec3f2f ]---

Any ideas?

-- 
WARNING: at /build/buildd/linux-2.6.32/net/wireless/core.c:614 
wdev_cleanup_work+0xa7/0xd0 [cfg80211]()
https://bugs.launchpad.net/bugs/528688
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 614224] [NEW] hangs forever scanning afs

2010-08-06 Thread pat.pannuto
Public bug reported:

Binary package hint: gnome-utils

I have an afs mount on my machine, and baobab ambitiously
started trying to scan the entirety of the afs network. This
will obviously not work and baobab needs to ignore afs mounts.

This is similar to #585314, but is opened as a separate bug to
bring attention to the fact that afs must be considered as well.

Description:Ubuntu 10.04.1 LTS
Release:10.04

gnome-utils:
  Installed: 2.30.0-0ubuntu1
  Candidate: 2.30.0-0ubuntu1
  Version table:
 *** 2.30.0-0ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status

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


** Tags: afs baobab gnome-utils hang

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

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


Re: [Bug 614224] Re: hangs forever scanning afs

2010-08-06 Thread pat.pannuto
*** This bug is a duplicate of bug 446104 ***
https://bugs.launchpad.net/bugs/446104

Ah, nice catch; I searched in baobab and gnome-utils, but the actual
duplicate
was in libgtop; hopefully this one will stop anyone else from making the
same
mistake.

Sorry for the noise

-Pat

On Fri, Aug 6, 2010 at 5:47 AM, Pedro Villavicencio
pe...@ubuntu.comwrote:

 *** This bug is a duplicate of bug 446104 ***
https://bugs.launchpad.net/bugs/446104

 Thanks for the bug report. This particular bug has already been reported
 into our bug tracking system, but please feel free to report any further
 bugs you find.

 ** Changed in: gnome-utils (Ubuntu)
   Status: New = Invalid

 ** This bug has been marked a duplicate of bug 446104
   baobab scans AFS volumes by default

 --
 hangs forever scanning afs
 https://bugs.launchpad.net/bugs/614224
 You received this bug notification because you are a direct subscriber
 of the bug.



-- 
Pat Pannuto
Computer Engineering
University of Michigan
248.990.4548

-- 
hangs forever scanning afs
https://bugs.launchpad.net/bugs/614224
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 286460] Re: foxpro dbf support

2010-08-07 Thread pat.pannuto
The attached file is an invalid .dbf file (as the error code indicates).
At the least, the header is corrupt (it reports version 48?).

** Changed in: libxbase (Ubuntu)
   Status: New = Invalid

-- 
foxpro dbf support
https://bugs.launchpad.net/bugs/286460
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 1075567] Re: Missing pthread related man pages

2013-01-10 Thread pat.pannuto
You need the package manpages-posix-dev to grab all the pthread_*
manpages.

You could probably make an arugment that if a man page references a man
page in another package, it should be listed as a dependency, but I
don't really know the rationale for how they're presently divided nor
enough about the inter-dependencies to really make an educated argument
there.  HTH.

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

Title:
  Missing pthread related man pages

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

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


[Bug 593198] Re: Needs packaging bug for new package gmail-notifier

2017-01-12 Thread pat.pannuto
Old packaging bug for now-abandoned software. Closing.

** Changed in: ubuntu
   Status: In Progress => Invalid

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

Title:
  Needs packaging bug for new package gmail-notifier

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

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