[Bug 1786356] [NEW] Network Manager cannot find cert files for imported profile with space in the name

2018-08-09 Thread Trevor Robinson
Public bug reported:

Ubuntu release: Ubuntu 18.04.1 LTS

Version of package: 1.8.2-1

Expected result: imported profile with space in name activates successfully
Actual result: activating profile fails immediately

As described in the title, when importing an OpenVPN profile with a
space in the name ("client (2).ovpn"), the certs were imported into
~/.cert/nm-openvpn/ properly and all appeared right in the GUI, but
activating the profile immediately failed.

Logs for nm-openvpn showed that it was attempting to find the cert with
its name URL-encoded, like "~/.cert/nm-openvpn/client%20(2)-ca.pem"

After renaming it without a space, importing and using the same profile
was successful.

I'm unsure if this is quite the right package to report against, so if
any further information is needed, let me know.

Thanks!

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: network-manager-openvpn 1.8.2-1
ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
Uname: Linux 4.15.0-29-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CurrentDesktop: XFCE
Date: Thu Aug  9 16:03:43 2018
EcryptfsInUse: Yes
InstallationDate: Installed on 2017-07-18 (387 days ago)
InstallationMedia: Xubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 (20170215)
SourcePackage: network-manager-openvpn
UpgradeStatus: Upgraded to bionic on 2018-07-31 (9 days ago)

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


** Tags: amd64 apport-bug bionic

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

Title:
  Network Manager cannot find cert files for imported profile with space
  in the name

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

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

[Bug 768727] Re: Brother HL 2040 prints infinite blank pages

2014-11-10 Thread Trevor Robinson
This has been happening to me in Trusty (14.04) now for a while.
Manually changing the printer to Foomatic/hl1250 works fine, as I'm
sure other non-Postscript drivers do, and Foomatic/hpijs-pcl5e is
marked as Recommended, but the Postscript one is always selected upon
install and sometimes when just plugging it into a different port than
usual. The Postscript driver still produces infinite blank pages.

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

Title:
  Brother HL 2040 prints infinite blank pages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/foomatic-db/+bug/768727/+subscriptions

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


[Bug 1171056] Re: [SRU] 2.2-3+nmu1 upgrade fails on conflict with libwagon-java

2013-05-20 Thread Trevor Robinson
Adding d-i apt-setup/proposed boolean true to my raring preseed, which
includes maven in pkgsel/include, allows the install to succeed, so the
fix works for me as well.

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

Title:
  [SRU] 2.2-3+nmu1 upgrade fails on conflict with libwagon-java

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

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


[Bug 1181275] [NEW] RPC failure on NIS operation

2013-05-17 Thread Trevor Robinson
Public bug reported:

Starting with 13.04, NIS fails when parsing long group lines (in my
case, 1262 bytes).

On login, errors such as the following are repeated numerous times:

yp_all: clnt_call: RPC: Can't decode result
do_ypcall: clnt_call: RPC: Can't decode result

The root cause can be seen with ypcat, where the first long group line
causes a failure:

$ ypcat group.byname
shorter lines printed correctly
yp_all: clnt_call: RPC: Can't decode result
No such map group.byname. Reason: RPC failure on NIS operation

Perhaps this is due to a security fix similar to this one in RHEL, where
YP record parsing was limited to YPMAXRECORD (1024):

https://bugzilla.redhat.com/show_bug.cgi?id=848748

The regression this caused was reported and fixed for Fedora 18:

https://bugzilla.redhat.com/show_bug.cgi?id=892777
https://admin.fedoraproject.org/updates/glibc-2.16-31.fc18
http://lists.fedoraproject.org/pipermail/scm-commits/Week-of-Mon-20130429/1008442.html

** Affects: eglibc (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/1181275

Title:
  RPC failure on NIS operation

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

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


[Bug 1181275] Re: RPC failure on NIS operation

2013-05-17 Thread Trevor Robinson
** Description changed:

  Starting with 13.04, NIS fails when parsing long group lines (in my
  case, 1262 bytes).
  
  On login, errors such as the following are repeated numerous times:
  
  yp_all: clnt_call: RPC: Can't decode result
  do_ypcall: clnt_call: RPC: Can't decode result
  
  The root cause can be seen with ypcat, where the first long group line
  causes a failure:
  
  $ ypcat group.byname
  shorter lines printed correctly
  yp_all: clnt_call: RPC: Can't decode result
  No such map group.byname. Reason: RPC failure on NIS operation
  
  Perhaps this is due to a security fix similar to this one in RHEL, where
  YP record parsing was limited to YPMAXRECORD (1024):
  
  https://bugzilla.redhat.com/show_bug.cgi?id=848748
  
  The regression this caused was reported and fixed for Fedora 18:
  
  https://bugzilla.redhat.com/show_bug.cgi?id=892777
  https://admin.fedoraproject.org/updates/glibc-2.16-31.fc18
  
http://lists.fedoraproject.org/pipermail/scm-commits/Week-of-Mon-20130429/1008442.html
+ 
+ As mentioned in that bug report, NIS entries are technically limited to
+ 1024 characters, but Linux has not historically enforced this. A
+ workaround is to break long group entries into separate lines with
+ slightly different names but the same GID:
+ 
+ http://www.linux-nis.org/nis-howto/HOWTO/maps.html#AEN548

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

Title:
  RPC failure on NIS operation

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

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


[Bug 910678] Re: gmond crashes when an NFS mount is active

2012-10-15 Thread Trevor Robinson
I hit this issue as well. My workaround was to install the ganglia
packages from quantal, which picked up a substantially newer version
that includes the upstream fix.

IMHO, the quantal packages should be backported to precise, given its
status as an LTS release. Ganglia is widely used to monitor server apps
like Hadoop, and those environments often use NFS.

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

Title:
  gmond crashes when an NFS mount is active

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

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


[Bug 1030836] Re: Errors when installing on ARM

2012-07-30 Thread Trevor Robinson
Yes, it seems to work correctly, despite the error messages, though I'm
primarily using collectl to feed disk I/O metrics into Ganglia. I
brought up the issue as primarily fit and finish.

However, I did not look into what dmidecode is used for, so I don't know
whether some part of the functionality is impacted. There may be
information obtained from it that could be obtained from elsewhere on
ARM/non-DMI systems.

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

Title:
  Errors when installing on ARM

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

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


[Bug 908112] Re: #110992 still happens (modules are not loaded)

2012-06-04 Thread Trevor Robinson
This still occurs in 12.04:

root@sandy3:~# lsb_release -d
Description:Ubuntu 12.04 LTS
root@sandy3:~# aptitude install ipmitool
The following NEW packages will be installed:
  ipmitool
The following packages are RECOMMENDED but will NOT be installed:
  openipmi
0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 408 kB of archives. After unpacking 1,064 kB will be used.
Get: 1 http://mirror.calxeda.com/ubuntu/ precise/universe ipmitool amd64 
1.8.11-5ubuntu1 [408 kB]
Fetched 408 kB in 0s (3,467 kB/s)
Selecting previously unselected package ipmitool.
(Reading database ... 55593 files and directories currently installed.)
Unpacking ipmitool (from .../ipmitool_1.8.11-5ubuntu1_amd64.deb) ...
Processing triggers for man-db ...
Processing triggers for ureadahead ...
Setting up ipmitool (1.8.11-5ubuntu1) ...
ipmievd: using pidfile /var/run/ipmievd.pid0
Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such 
file or directory
Unable to open interface
invoke-rc.d: initscript ipmievd, action start failed.
Unable to start ipmievd during installation.  Trying to disable.

root@sandy3:~# ipmitool sdr list
Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such 
file or directory
Get Device ID command failed
Unable to open SDR for reading
root@sandy3:~# modprobe ipmi_si
root@sandy3:~# ipmitool sdr list
Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such 
file or directory
Get Device ID command failed
Unable to open SDR for reading
root@sandy3:~# modprobe ipmi_devintf
root@sandy3:~# ipmitool sdr list
System Temp  | 33 degrees C  | ok
CPU Temp | 0 unspecified | ok
FAN 1| 4725 RPM  | ok
FAN 2| 4860 RPM  | ok
FAN 3| 4995 RPM  | ok
FAN 4| disabled  | ns
FAN A| disabled  | ns
Vcore| 0.73 Volts| ok
3.3VCC   | 3.39 Volts| ok
12V  | 12.24 Volts   | ok
VDIMM| 1.52 Volts| ok
5VCC | 5.15 Volts| ok
-12V | -11.49 Volts  | ok
VBAT | 3.15 Volts| ok
VSB  | 3.36 Volts| ok
AVCC | 3.39 Volts| ok
Chassis Intru| 0 unspecified | nc
PS Status| 0 unspecified | nc

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

Title:
  #110992 still happens (modules are not loaded)

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

-- 
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 908112] Re: #110992 still happens (modules are not loaded)

2012-06-04 Thread Trevor Robinson
This still occurs in 12.04:

root@sandy3:~# lsb_release -d
Description:Ubuntu 12.04 LTS
root@sandy3:~# aptitude install ipmitool
The following NEW packages will be installed:
  ipmitool
The following packages are RECOMMENDED but will NOT be installed:
  openipmi
0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 408 kB of archives. After unpacking 1,064 kB will be used.
Get: 1 http://mirror.calxeda.com/ubuntu/ precise/universe ipmitool amd64 
1.8.11-5ubuntu1 [408 kB]
Fetched 408 kB in 0s (3,467 kB/s)
Selecting previously unselected package ipmitool.
(Reading database ... 55593 files and directories currently installed.)
Unpacking ipmitool (from .../ipmitool_1.8.11-5ubuntu1_amd64.deb) ...
Processing triggers for man-db ...
Processing triggers for ureadahead ...
Setting up ipmitool (1.8.11-5ubuntu1) ...
ipmievd: using pidfile /var/run/ipmievd.pid0
Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such 
file or directory
Unable to open interface
invoke-rc.d: initscript ipmievd, action start failed.
Unable to start ipmievd during installation.  Trying to disable.

root@sandy3:~# ipmitool sdr list
Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such 
file or directory
Get Device ID command failed
Unable to open SDR for reading
root@sandy3:~# modprobe ipmi_si
root@sandy3:~# ipmitool sdr list
Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such 
file or directory
Get Device ID command failed
Unable to open SDR for reading
root@sandy3:~# modprobe ipmi_devintf
root@sandy3:~# ipmitool sdr list
System Temp  | 33 degrees C  | ok
CPU Temp | 0 unspecified | ok
FAN 1| 4725 RPM  | ok
FAN 2| 4860 RPM  | ok
FAN 3| 4995 RPM  | ok
FAN 4| disabled  | ns
FAN A| disabled  | ns
Vcore| 0.73 Volts| ok
3.3VCC   | 3.39 Volts| ok
12V  | 12.24 Volts   | ok
VDIMM| 1.52 Volts| ok
5VCC | 5.15 Volts| ok
-12V | -11.49 Volts  | ok
VBAT | 3.15 Volts| ok
VSB  | 3.36 Volts| ok
AVCC | 3.39 Volts| ok
Chassis Intru| 0 unspecified | nc
PS Status| 0 unspecified | nc

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

Title:
  #110992 still happens (modules are not loaded)

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

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


[Bug 971091] Re: Pandaboard ES freezes with the default CPU scaling governor ondemand

2012-05-08 Thread Trevor Robinson
For anyone that winds up here just looking for a workaround:

update-rc.d ondemand disable
apt-get -y install cpufrequtils
echo 'ENABLE=true
GOVERNOR=performance
MAX_SPEED=0
MIN_SPEED=0'  /etc/default/cpufrequtils
cpufreq-set -r -g performance

After doing this, 2 Pandaboards that would freeze every few hours have
been running for several days.

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

Title:
  Pandaboard ES freezes with the default CPU scaling governor ondemand

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

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


[Bug 130519] Re: selects Teletype frontend on non-ttys

2012-05-02 Thread Trevor Robinson
My workaround is to prepend DEBIAN_FRONTEND=noninteractive to the apt-
get command line when calling it from ssh.

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

Title:
  selects Teletype frontend on non-ttys

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

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


[Bug 909139] [NEW] preseed_fetch no longer works with relative URL

2011-12-27 Thread Trevor Robinson
Public bug reported:

My installer preseed file contains the following line, which worked in
natty:

d-i preseed/late_command string preseed_fetch post-install.sh /tmp/post-
install.sh  sh /tmp/post-install.sh  /var/log/post-install.out 21

In oneiric, it fails with this rather cryptic error:

/bin/fetch-url: .: line 33: can't open /usr/lib/fetch-url//post-
install.sh

It appears these scripts have been reworked for oneiric to be more
modular in their protocol support:

http://changelogs.ubuntu.com/changelogs/pool/main/p/preseed/preseed_1.49ubuntu1/changelog

However, the backward compatibility support seems to be broken for
certain cases. make_absolute_url in /lib/preseed/preseed.sh is
apparently failing to make the URL absolute. I notice it uses the last
location to try to resolve relative URLs. However, this is my only usage
of fetch, and /var/run/preseed.last_location does not exist.

Making the URL absolute causes the fetch to succeed.

** Affects: preseed (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/909139

Title:
  preseed_fetch no longer works with relative URL

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

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


[Bug 779968] Re: dpkg: error: version 'nis_3.17-18' has bad syntax: version number does not start with digit

2011-05-25 Thread Trevor Robinson
This issue occurred for me installing nis after an upgrade from 10.10 to
11.04:

$ sudo aptitude install nis
The following NEW packages will be installed:
  libslp1{a} make{a} nis portmap{a}
0 packages upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 273 kB/382 kB of archives. After unpacking 1,466 kB will be used.
Do you want to continue? [Y/n/?]
Get:1 http://us.archive.ubuntu.com/ubuntu/ natty/main libslp1 i386 
1.2.1-7.8ubuntu1 [47.1 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ natty/main portmap i386 
6.0.0-2ubuntu5 [29.7 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu/ natty/universe nis i386 3.17-31 [197 
kB]
Fetched 273 kB in 1s (204 kB/s)
Preconfiguring packages ...
Selecting previously deselected package libslp1.
(Reading database ... 30078 files and directories currently installed.)
Unpacking libslp1 (from .../libslp1_1.2.1-7.8ubuntu1_i386.deb) ...
Selecting previously deselected package make.
Unpacking make (from .../make_3.81-8ubuntu1_i386.deb) ...
Selecting previously deselected package portmap.
Unpacking portmap (from .../portmap_6.0.0-2ubuntu5_i386.deb) ...
Selecting previously deselected package nis.
Unpacking nis (from .../archives/nis_3.17-31_i386.deb) ...
Processing triggers for man-db ...
Processing triggers for ureadahead ...
ureadahead will be reprofiled on next reboot
Setting up libslp1 (1.2.1-7.8ubuntu1) ...
Setting up make (3.81-8ubuntu1) ...
Setting up portmap (6.0.0-2ubuntu5) ...
portmap start/running, process 1633
Setting up nis (3.17-31) ...
 * Stopping NIS services
 [ OK ]
 * Setting NIS domainname to: mydomain.nis
 * Starting NIS services
 [ OK ]
dpkg: error: version 'nis_3.17-18' has bad syntax: version number does not 
start with digit
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place


** Attachment added: dpkg.log
   
https://bugs.launchpad.net/ubuntu/+source/nis/+bug/779968/+attachment/2142640/+files/dpkg.log

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

Title:
  dpkg: error: version 'nis_3.17-18' has bad syntax: version number does
  not start with digit

-- 
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 779968] Re: dpkg: error: version 'nis_3.17-18' has bad syntax: version number does not start with digit

2011-05-25 Thread Trevor Robinson
This issue occurred for me installing nis after an upgrade from 10.10 to
11.04:

$ sudo aptitude install nis
The following NEW packages will be installed:
  libslp1{a} make{a} nis portmap{a}
0 packages upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 273 kB/382 kB of archives. After unpacking 1,466 kB will be used.
Do you want to continue? [Y/n/?]
Get:1 http://us.archive.ubuntu.com/ubuntu/ natty/main libslp1 i386 
1.2.1-7.8ubuntu1 [47.1 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ natty/main portmap i386 
6.0.0-2ubuntu5 [29.7 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu/ natty/universe nis i386 3.17-31 [197 
kB]
Fetched 273 kB in 1s (204 kB/s)
Preconfiguring packages ...
Selecting previously deselected package libslp1.
(Reading database ... 30078 files and directories currently installed.)
Unpacking libslp1 (from .../libslp1_1.2.1-7.8ubuntu1_i386.deb) ...
Selecting previously deselected package make.
Unpacking make (from .../make_3.81-8ubuntu1_i386.deb) ...
Selecting previously deselected package portmap.
Unpacking portmap (from .../portmap_6.0.0-2ubuntu5_i386.deb) ...
Selecting previously deselected package nis.
Unpacking nis (from .../archives/nis_3.17-31_i386.deb) ...
Processing triggers for man-db ...
Processing triggers for ureadahead ...
ureadahead will be reprofiled on next reboot
Setting up libslp1 (1.2.1-7.8ubuntu1) ...
Setting up make (3.81-8ubuntu1) ...
Setting up portmap (6.0.0-2ubuntu5) ...
portmap start/running, process 1633
Setting up nis (3.17-31) ...
 * Stopping NIS services
 [ OK ]
 * Setting NIS domainname to: mydomain.nis
 * Starting NIS services
 [ OK ]
dpkg: error: version 'nis_3.17-18' has bad syntax: version number does not 
start with digit
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place


** Attachment added: dpkg.log
   
https://bugs.launchpad.net/ubuntu/+source/nis/+bug/779968/+attachment/2142640/+files/dpkg.log

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

Title:
  dpkg: error: version 'nis_3.17-18' has bad syntax: version number does
  not start with digit

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


[Bug 643107] Re: Eclipse 3.5.2-6 FTBFS on armel

2011-05-13 Thread Trevor Robinson
** Tags added: armel

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

Title:
  Eclipse 3.5.2-6 FTBFS on armel

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


[Bug 745869] Re: openjdk-6 version 6b22-1.10.1~pre1-0ubuntu1 failed to build on armel

2011-05-13 Thread Trevor Robinson
** Tags added: armel

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

Title:
  openjdk-6 version 6b22-1.10.1~pre1-0ubuntu1 failed to build on armel

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


[Bug 482316] Re: Apparmor start failure due to /proc/mounts

2010-04-14 Thread Trevor Robinson
Yay for being a noob. I'm affected by this too, running a 2.6.33.2
kernel.

So how would we go about applying Apparmor to a different kernel?

By the way, doing 'cat /proc/version_signature' just gets me an error:
'No such file'. Wouldn't 'uname -a' work?

-- 
Apparmor start failure due to /proc/mounts
https://bugs.launchpad.net/bugs/482316
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 482316] Re: Apparmor start failure due to /proc/mounts

2010-04-14 Thread Trevor Robinson
Well that link actually was a dead-end, the pages were unfinished.
Still, from here I'm sure I can look up the git repository myself. Thank
you.

-- 
Apparmor start failure due to /proc/mounts
https://bugs.launchpad.net/bugs/482316
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 437192] Re: [ubuntu karmic] no microphone in skype

2010-03-21 Thread Trevor Robinson
That's funny. I just found an option under Sound Devices that was Let
Skype change my mixer levels automatically. Once I unchecked this, it
worked.

-- 
[ubuntu karmic] no microphone in skype
https://bugs.launchpad.net/bugs/437192
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 185470] Re: iwl3945 not functioning : microcode error

2010-01-26 Thread Trevor Robinson
Karmic kernel 2.6.31-17-generic has this problem too.

iwl3945 :02:00.0: Microcode SW error detected. Restarting 0x8208.
iwl3945 :02:00.0: Error Reply type 0x cmd REPLY_TX (0x1C) seq 
0x ser 0x  


The attached file is some other stuff that came up at about the same time.


** Attachment added: Trace of iwl3945 crash
   http://launchpadlibrarian.net/38432496/DMESG%20trace

-- 
iwl3945 not functioning : microcode error
https://bugs.launchpad.net/bugs/185470
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 406865] Re: [GM45] 3D applications fail to run in WINE

2009-12-21 Thread Trevor Robinson
Trying to run Command and Conquer 3 with Intel GM965

Yeah, maybe I'm trying to run something out of my laptop's lague, but I
can still try, dangit.

Mine crashes with scenario 1 error in terminal.

-- 
[GM45] 3D applications fail to run in WINE
https://bugs.launchpad.net/bugs/406865
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 406865] Re: [GM45] 3D applications fail to run in WINE

2009-12-21 Thread Trevor Robinson
D'oh, I forgot to mention. Maybe this doesn't mean much, but I'm using
PlayOnLinux installation.

-- 
[GM45] 3D applications fail to run in WINE
https://bugs.launchpad.net/bugs/406865
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