[Bug 2063983] Re: simpledrm / lightdm race condition leads to black screen

2024-08-08 Thread Jeff Silverman
Just to make sure I understand the instructions on using mainline and
grub-customizer:

I am currently at 6.8.0-39-generic #39-Ubuntu SMP PREEMPT_DYNAMIC and
you want me to revert to "Ubuntu, with Linux 6.7.10-060710-generic",
correct?

I have done as you suggest and am about to reboot.  It's been over a
decade since I mucked around grub - it seems like something pretty
arcane.  It's also kinda fun.

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

Title:
  simpledrm / lightdm race condition leads to black screen

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


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

[Bug 1642634] Re: indicator-datetime uses excessive memory

2021-08-16 Thread Jeff Silverman
ai_ja_nai (albertomassidda), while it is true that the bug is still
alive and kicking, there is a way to work around the issue.  See bug
1652789,  https://bugs.launchpad.net/ubuntu/+source/indicator-
datetime/+bug/1652789/comments/4 .
https://askubuntu.com/questions/876524/how-do-i-begin-to-diagnose-and-
fix-indicator-datetime-service-using-100-cpu-and#1022408 describes, in a
fairly detailed way, how to disable the local calendar from the online
calendar.

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

Title:
  indicator-datetime uses excessive memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1642634/+subscriptions


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

[Bug 1633319] Re: memory leak in indicator-datetime

2020-01-26 Thread Jeff Silverman
I had the same problem.  Sunk over a day into trying to figure it out.
I'm taking no chances: I removed evolution.  I might reinstall it
sometime when I am no under such a crunch.

What I find really frustrating is that I would expect the OOM (Out of
Memory) killer to recognize that the process had consumed 14 GBytes of
virtual memory and kill it, but it didn't.  I would argue that if a user
space process that can bring a system to its knees, then there is
something else wrong with the system.  I don't know enough about kernel
internals to put my finger on it, and I am in a bit of time crunch right
now.

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

Title:
  memory leak in indicator-datetime

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1633319/+subscriptions

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

[Bug 1847153] Re: package virtualbox-dkms (not installed) failed to install/upgrade: installed virtualbox-dkms package post-installation script subprocess returned error exit status 10

2019-11-10 Thread Jeff Silverman
Gianfranco Costamagna (costamagnagianfranco) wrote on 2019-10-23: please
purge the old eoan kernel.

Can you go into a little more detail about the best way to purge the old eoan 
kernel?
Also, is there a way to prevent this problem as opposed to dealing with it 
after the fact?

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

Title:
  package virtualbox-dkms (not installed) failed to install/upgrade:
  installed virtualbox-dkms package post-installation script subprocess
  returned error exit status 10

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

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

[Bug 1405873] Re: -json output not valid when -class filter used

2018-08-27 Thread Jeff Silverman
Still broken:

$ sudo lshw -json -C network | jq .
{   
  "id": "network",
  "class": "network",
...
"100bt-fd": "100Mbit/s (full duplex)",
"1000bt-fd": "1Gbit/s (full duplex)",
"autonegotiation": "Auto-negotiation"
  }
}
parse error: Expected value before ',' at line 48, column 4
$ 

Note that there is no leading [


$ sudo lshw -json -C network | head -5

  {
"id"; : "network",
"class"; : "network",
"claimed" : true,
"handle" : "PCI::00:19.0",

But there is a comma at line 48.  Why is jq failing there?  Because
there is no [.  If I insert one, then the problem disappears.

$ sudo lshw -json -C network | head -52 | tail -6
}   
  },
{
"id"; : "network",
"class" : "network",
"claimed" : true,

Note that there is no ] at the end of the file, which also causes jq to
fail.

$ sudo lshw -json -C network | tail -6
},  
"capabilities" : {
"ethernet" : true,
"physical" : "Physical interface"
}
  }
$

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

Title:
  -json output not valid when -class filter used

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

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

[Bug 1731911] Re: Xwayland crashed with SIGABRT in OsAbort() from AbortServer() from FatalError() from xwl_read_events() from ospoll_wait()

2018-04-30 Thread Jeff Silverman
I think I'm experiencing the same problem.  I installed Ubuntu 18.04
beta last Tuesday.  When I power on my computer, the screen blinks 50-53
times over the span of 2-1/2 minutes (this is perfectly reproducible)
and then for the rest of the session, everything works flawlessly.
After LinuxFest Northwest, I was told to do an apt dist-upgrade and that
did not clear the problem.


I have two video cards:
VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen Core 
processor Graphics Controller (rev 09)
VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 430] (rev a1)


I'm not sure what other information would be helpful.

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

Title:
  Xwayland crashed with SIGABRT in OsAbort() from AbortServer() from
  FatalError() from xwl_read_events() from ospoll_wait()

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

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

[Bug 1631367] Re: Error in sys.excepthook: ModuleNotFoundError: No module named 'apt_pkg'

2018-01-02 Thread Jeff Silverman
I tried this and it worked.  I didn't need to get pip because I already
had it, but that's okay, I construe it as an "abundance of caution" step
and I commend you.

BEFORE:
```
>>> dir(rdatatype)
Traceback (most recent call last):
  File "", line 1, in 
NameError: name 'rdatatype' is not defined
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 63, in 
apport_excepthook
from apport.fileutils import likely_packaged, get_recent_crashes
  File "/usr/lib/python3/dist-packages/apport/__init__.py", line 5, in 

from apport.report import Report
  File "/usr/lib/python3/dist-packages/apport/report.py", line 30, in 

import apport.fileutils
  File "/usr/lib/python3/dist-packages/apport/fileutils.py", line 23, in 

from apport.packaging_impl import impl as packaging
  File "/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 24, 
in 
import apt
  File "/usr/lib/python3/dist-packages/apt/__init__.py", line 23, in 

import apt_pkg
ModuleNotFoundError: No module named 'apt_pkg'

Original exception was:
Traceback (most recent call last):
  File "", line 1, in 
NameError: name 'rdatatype' is not defined
>>> 
```

After:
```
>>> dir(rdatatype)
Traceback (most recent call last):
  File "", line 1, in 
NameError: name 'rdatatype' is not defined
>>> 

```

IMHO, you have the correct fix for this issue.  You probably already
knew that.

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

Title:
  Error in sys.excepthook: ModuleNotFoundError: No module named
  'apt_pkg'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.6/+bug/1631367/+subscriptions

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

[Bug 1583009] Re: Error starting domain since update

2017-08-03 Thread Jeff Silverman
There is something else I find confusing: the output I get from lsof
doesn't agree with what I see in the file system.  At this point, my
knowledge of sockets is getting stretched.


root@jeff-desktop:/home/jeffs/work/juniper/vmx-17.2R.13# pgrep virt
21491
root@jeff-desktop:/home/jeffs/work/juniper/vmx-17.2R.13# lsof -p 21491 | fgrep 
var
lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/1000/gvfs
  Output information may be incomplete.
libvirtd 21491 root3u unix 0x8803a04b3800  0t0 136181 
/var/run/libvirt/libvirt-sock type=STREAM
libvirtd 21491 root4u unix 0x8803a04b7c00  0t0 136182 
/var/run/libvirt/libvirt-sock-ro type=STREAM
root@jeff-desktop:/home/jeffs/work/juniper/vmx-17.2R.13# ls -l 
/var/run/libvirt/lib*
ls: cannot access '/var/run/libvirt/lib*': No such file or directory
root@jeff-desktop:/home/jeffs/work/juniper/vmx-17.2R.13# 

Thank you

Jeff

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

Title:
  Error starting domain since update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1583009/+subscriptions

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


[Bug 1583009] Re: Error starting domain since update

2017-08-03 Thread Jeff Silverman
I think I am having the same problem.  I am running 16.04.3 LTS.  I
tried apt-get update and apt-get upgrade, but the software revision
levels did not change, still at 1.3.1.

root@jeff-desktop:/home/jeffs/work/juniper/vmx-17.2R.13# dpkg -l "*libvirt*" 
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   Version  
Architecture Description
+++-==---=
ii  gir1.2-libvirt-glib-1.0:amd64  0.2.2-0.1ubuntu1 amd64   
 libvirt glib mainloop integration
ii  libvirt-bin1.3.1-1ubuntu10.12   amd64   
 programs for the libvirt library
un  libvirt-daemon  
 (no description available)
un  libvirt-daemon-system   
 (no description available)
ii  libvirt-glib-1.0-0:amd64   0.2.2-0.1ubuntu1 amd64   
 libvirt glib mainloop integration
ii  libvirt0:amd64 1.3.1-1ubuntu10.12   amd64   
 library for interfacing with different virtualization systems
ii  python-libvirt 1.3.1-1ubuntu1   amd64   
 libvirt Python bindings
root@jeff-desktop:/home/jeffs/work/juniper/vmx-17.2R.13# 

However, I looked at the directory, and I see named sockets but they
don't have the names anticipated:

root@jeff-desktop:/home/jeffs/work/juniper/vmx-17.2R.13# virsh net-edit ?
error: failed to connect to the hypervisor
error: no valid connection
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such 
file or directory

root@jeff-desktop:/home/jeffs/work/juniper/vmx-17.2R.13# ls -l 
/var/run/libvirt/libvirt-sock
ls: cannot access '/var/run/libvirt/libvirt-sock': No such file or directory
root@jeff-desktop:/home/jeffs/work/juniper/vmx-17.2R.13# ls -l /var/run/libvirt
total 0
drwxr-xr-x 2 root root  40 Aug  3 12:58 hostdevmgr
drwxr-xr-x 2 root root  40 Aug  3 12:58 lxc
drwxr-xr-x 2 root root 100 Aug  3 23:02 network
drwxr-xr-x 2 root root  40 Aug  3 12:58 qemu
drwxr-xr-x 2 root root  40 Aug  3 12:58 storage
drwxr-xr-x 2 root root  40 Aug  3 12:58 uml-guest
srw-rw-rw- 1 root root   0 Aug  3 12:58 virtlockd-sock
srw-rw-rw- 1 root root   0 Aug  3 12:58 virtlogd-sock
root@jeff-desktop:/home/jeffs/work/juniper/vmx-17.2R.13# 

What do I do next?

Thank you


Jeff

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

Title:
  Error starting domain since update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1583009/+subscriptions

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


[Bug 540306] Re: Xsane preview window not working in Karmic

2016-06-28 Thread Jeff Silverman
I experienced this problem with xsane 0.999 under Ubuntu 16.04.  I have
a Seiko Epson Corp. GT-8200U/GT-8200UF [Perfection 1650/1650 PHOTO]
scanner.  I have a NVIDIA Corporation GF108 [GeForce GT 430] (rev a1)
video card.

I found a strange work around at ubuntuforums.org
http://ubuntuforums.org/showthread.php?t=1368876

Sometime later! more news.
I have a work around, if you open Xsane, and then select the preview it 
does not work. But if you close xsane via Ctrl-Q while the Preview window is 
open. Then restart xsane the preview window is opened (as you have previously 
selected it) and lo and behold the preview pane is working.

Last edited by emacdonald; January 29th, 2010 at 11:18 PM.


IMHO, that has got to be one of the weirder work-arounds I've ever seen, 
however, I have tried it 4 times including across a reboot, and it has worked 
in all 4 tries.

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

Title:
  Xsane preview window not working in Karmic

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

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


[Bug 633068] Re: sysinfo crashes on startup

2016-05-04 Thread Jeff Silverman
I just installed 16.04 as an upgrade from 15.10.

sysinfo was not installed after the upgrade (I don't know if it was
installed before the upgrade).  Installed using apt-get

When I run the sysinfo command, and click on the system button, it
throws an exception:

GConf.NoSuchKeyException: Key '/apps/sysinfo/window_width' not found in GConf
jeffs@jeff-desktop:~$ sysinfo
GConf.NoSuchKeyException: Key '/apps/sysinfo/window_width' not found in GConf
  at GConf.Client.Get (System.String key) <0x40bedd90 + 0x00123> in :0 
  at Sysinfo.Sysinfo..ctor (System.String[] args) <0x40bd9200 + 0x0143c> in 
:0 
Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle 
the exception.
System.NullReferenceException: Object reference not set to an instance of an 
object
  at Sysinfo.SystemInfo.Gnome () <0x40c01d20 + 0x000a8> in :0 
  at Sysinfo.Sysinfo.on_notebook1_switch_page (System.Object o, 
Gtk.SwitchPageArgs e) <0x40bfb5c0 + 0x0011b> in :0 
  at Gtk.Notebook.SwitchPageSignalCallback (IntPtr arg0, IntPtr arg1, UInt32 
arg2, IntPtr gch) <0x40bfada0 + 0x002f7> in :0 
  at GLib.ExceptionManager.RaiseUnhandledException (System.Exception e, Boolean 
is_terminal) [0x0] in :0 
  at Gtk.Notebook.SwitchPageSignalCallback (IntPtr arg0, IntPtr arg1, UInt32 
arg2, IntPtr gch) [0x0] in :0 
  at Gtk.Notebook.gtk_notebook_set_current_page (IntPtr , Int32 ) [0x0] in 
:0 
  at Gtk.Notebook.set_CurrentPage (Int32 value) [0x0] in :0 
  at Sysinfo.Sysinfo.on_treeview1_cursor_changed (System.Object o, 
System.EventArgs e) [0x0] in :0 
  at System.Reflection.MonoMethod.InternalInvoke (System.Reflection.MonoMethod 
, System.Object , System.Object[] , System.Exception& ) [0x0] in :0 
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags 
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, 
System.Globalization.CultureInfo culture) [0x0] in :0 
  at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] 
parameters) [0x0] in :0 
  at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x0] in 
:0 
  at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) 
[0x0] in :0 
  at System.Delegate.DynamicInvoke (System.Object[] args) [0x0] in 
:0 
  at GLib.Signal.ClosureInvokedCB (System.Object o, GLib.ClosureInvokedArgs 
args) [0x0] in :0 
  at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs args) [0x0] in 
:0 
  at GLib.SignalClosure.MarshalCallback (IntPtr raw_closure, IntPtr return_val, 
UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr 
marshal_data) [0x0] in :0 
  at Gtk.Application.gtk_main () [0x0] in :0 
  at Gtk.Application.Run () [0x0] in :0 
  at Sysinfo.Sysinfo..ctor (System.String[] args) [0x0] in :0 
  at Sysinfo.Sysinfo.Main (System.String[] args) [0x0] in :0 
jeffs@jeff-desktop:~$ 

According to the help menu, it is sysinfo 0.7.  Furthermore, it was written by 
Nil Gradisnik  with Thanks to:
Luka Kac .

I am using the gnome-classic desktop session.

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

Title:
  sysinfo crashes on startup

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

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


[Bug 1309535] Re: Running without pam-kwallet installed issues a warning in auth.log

2015-12-27 Thread Jeff Silverman
I have seen the same thing in 15.04.Looking further, I see that the
entire /lib/security directory is missing.  So I'm a little curious as
to what else is gone.

Funny thing is that it was working.  I don't know what precipitated the
problem.

j. rose filed this bug as
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1511824.  Thank
you, j. rose.

 
Jeff Silverman

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

Title:
  Running without pam-kwallet installed issues a warning in auth.log

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

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


[Bug 854705] Re: dig returns 0 regardless of result of query

2015-10-22 Thread Jeff Silverman
It turns out that the host command will do what you want.

jeffs@jeffs-desktop:~$ host www.g00gle.com 8.8.8.8
Using domain server:
Name: 8.8.8.8
Address: 8.8.8.8#53
Aliases: 

Host www.g00gle.com not found: 2(SERVFAIL)
jeffs@jeffs-desktop:~$ echo $?
1 <=== 
jeffs@jeffs-desktop:~$ host www.google.com 8.8.8.8
Using domain server:
Name: 8.8.8.8
Address: 8.8.8.8#53
Aliases: 

www.google.com has address 216.58.216.164
www.google.com has IPv6 address 2607:f8b0:400a:805::1013
jeffs@jeffs-desktop:~$ echo $?
0
jeffs@jeffs-desktop:~$ host www.google.com 10.82.34.123
;; connection timed out; no servers could be reached
jeffs@jeffs-desktop:~$ echo $?
1
jeffs@jeffs-desktop:~$

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

Title:
  dig returns 0 regardless of result of query

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

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


[Bug 1503565] Re: vagrant depends on bsdtar which depends on libarchive13

2015-10-12 Thread Jeff Silverman
Works fine on 14.04

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

Title:
  vagrant depends on bsdtar which depends on libarchive13

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

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


[Bug 1503565] Re: vagrant depends on bsdtar which depends on libarchive13

2015-10-10 Thread Jeff Silverman
Works find on 12.04

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

Title:
  vagrant depends on bsdtar which depends on libarchive13

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

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


[Bug 1503565] [NEW] vagrant depends on bsdtar which depends on libarchive13

2015-10-07 Thread Jeff Silverman
Public bug reported:

Installing vagrant on 15.04 fails because of a bad dependency.

jeffs@jeffs-desktop:~$ sudo apt-get install vagrant
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.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 vagrant : Depends: bsdtar but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
jeffs@jeffs-desktop:~$ sudo apt-get install bsdtar
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.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 bsdtar : Depends: libarchive13 (= 3.1.2-9ubuntu0.1) but 3.1.2-11 is to be 
installed
E: Unable to correct problems, you have held broken packages.
jeffs@jeffs-desktop:~$ dpkg -l libarchive13
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version   Architecture  Description
+++--=-=-=
ii  libarchive13:amd64   3.1.2-11  amd64 Multi-format 
archive and compression library (shared 
jeffs@jeffs-desktop:~$ 

jeffs@jeffs-desktop:~$ lsb_release -rd
Description:Ubuntu 15.04
Release:15.04
jeffs@jeffs-desktop:~$ 

jeffs@jeffs-desktop:~$ apt-cache policy vagrant
vagrant:
  Installed: (none)
  Candidate: 1.4.3+dfsg1-1
  Version table:
 1.6.5+dfsg1-2 0
 99 http://us.archive.ubuntu.com/ubuntu/ vivid/universe amd64 Packages
 1.4.3+dfsg1-1 0
500 http://us.archive.ubuntu.com/ubuntu/ utopic/universe amd64 Packages
jeffs@jeffs-desktop:~$ 


I expected apt-get to do its usual superb job of working out the dependencies 
and load additional packages to resolve them.


Jeff


Jeff

** Affects: vagrant (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/1503565

Title:
  vagrant depends on bsdtar which depends on libarchive13

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

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


[Bug 1432824] [NEW] package cups-browsed 1.0.61-0ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-03-16 Thread Jeff Silverman
Public bug reported:

I removed cups because I was getting "Entity was too large" error
messages when trying to configure through the web interface, and I was
getting other errors when I tried configuring using the command line
interface (I forget which errors, but it has to do with my printer, an
Epson Stylus Photo 890),  So I removed cups with apt-get and tried
installing it from source code from the cups website.  That didn't work
either,

What I am going to do now is remove the open source version of cups and
try again with Ubuntu's version to see what happens.

Ubuntu 14.10
jeffs@jeffs-desktop:~$ apt-cache policy cups
cups:
  Installed: (none)
  Candidate: 1.7.5-3ubuntu3.1
  Version table:
 1.7.5-3ubuntu3.1 0
500 http://us.archive.ubuntu.com/ubuntu/ utopic-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu/ utopic-security/main amd64 
Packages
100 /var/lib/dpkg/status
 1.7.5-3ubuntu2 0
500 http://us.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages
jeffs@jeffs-desktop:~$ 

I am currently running /usr/sbin/cupsd 2.0.2

When I try to print something, the printer gets no data (there is a
light on the printer that blinks when it gets data, and it remains off),

I expect the printer to get some data.  Even if I use the wrong filter,
I still expect to get something.

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: cups-browsed 1.0.61-0ubuntu2.1
ProcVersionSignature: Ubuntu 3.16.0-31.43-generic 3.16.7-ckt5
Uname: Linux 3.16.0-31-generic x86_64
ApportVersion: 2.14.7-0ubuntu8.2
Architecture: amd64
CupsErrorLog:
 
Date: Mon Mar 16 13:27:20 2015
DuplicateSignature: package:cups-browsed:1.0.61-0ubuntu2.1:subprocess installed 
post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2015-01-30 (45 days ago)
InstallationMedia: Ubuntu MATE 14.10 "Utopic Unicorn" - amd64 (20141023)
Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: Bad 
file descriptor
Papersize: letter
PpdFiles: /etc/cups/ppd/stphoto.ppd:*NickName:  "EPSON Stylus Photo 
Series CUPS v1.1"
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-31-generic 
root=UUID=c9a29661-91d8-4d1e-9a24-ac86a1835d7b ro quiet splash vt.handoff=7
SourcePackage: cups-filters
Title: package cups-browsed 1.0.61-0ubuntu2.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/21/2012
dmi.bios.vendor: Intel Corp.
dmi.bios.version: EBH7710H.86A.0075.2012.0521.1400
dmi.board.name: DH77EB
dmi.board.vendor: Intel Corporation
dmi.board.version: AAG39073-304
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnIntelCorp.:bvrEBH7710H.86A.0075.2012.0521.1400:bd05/21/2012:svn:pn:pvr:rvnIntelCorporation:rnDH77EB:rvrAAG39073-304:cvn:ct3:cvr:

** Affects: cups-filters (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package need-duplicate-check utopic

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

Title:
  package cups-browsed 1.0.61-0ubuntu2.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1432824/+subscriptions

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


[Bug 997799] Re: remmina fails to login to ssh using identity file

2013-01-09 Thread Jeff Silverman
I can make the connection using the remmina remote desktop client.
However, once the connection is made, the client prompts me for a
password.  That should not be necessary if I have a public key that
matches.

ssh public key authentication works fine.

This may be an xrdp issue.

My settings are protocol:rdp, security:negotiate, protocol: remote
desktop protocol, ssh server : same server at port 22, identity file: I
select an identity file and it reverts to id_rsa.  If I use id_rsa, then
I cannot login at all.

I also tried public key (automatic) and that fails.

I then tried protocol:ssh.  I set the identity file to the correct
private key and save it.  The configuration reverts to id_rsa.  If I set
the identity file to the correct private key, then it works.

I cannot use a password on the server by administrative policy.

The next challenge is to tunnel X windows.

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

Title:
  remmina fails to login to ssh using identity file

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

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


[Bug 1070185] [NEW] [, Realtek ALC892, Green Line Out, Rear] fails after a while. The sounds skips, or repeats itself, or sometimes goes very very fast

2012-10-22 Thread Jeff Silverman
Public bug reported:

I observe the problem with gnome movie player, rhythmbox, VLC player,
firefox and google chrome.  It happens on mp3s, mpegs, and flash.

If I run Ubuntu 10.04 in a guest virtual machine, then I do not hear the
problem, but synchronization between the video and the audio is poor
(which I assume is due to the virtualization)

Ubuntu 12.04.1 LTS

The sounds skips, or repeats itself, or sometimes goes very very fast.
When the sound goes very fast, then the video also goes very fast, if I
am watching a movie or streaming something.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: alsa-base 1.0.25+dfsg-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
Uname: Linux 3.2.0-32-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu13
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC2:  jeffs  2034 F pulseaudio
 /dev/snd/controlC0:  jeffs  2034 F pulseaudio
 /dev/snd/pcmC0D0p:   jeffs  2034 F...m pulseaudio
 /dev/snd/controlC1:  jeffs  2034 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0xf713 irq 46'
   Mixer name   : 'Realtek ALC892'
   Components   : 'HDA:10ec0892,80862032,00100302'
   Controls  : 41
   Simple ctrls  : 20
Card1.Amixer.info:
 Card hw:1 'VX2000'/'Microsoft Microsoft® LifeCam VX-2000 at 
usb-:00:1a.0-1.1, high speed'
   Mixer name   : 'USB Mixer'
   Components   : 'USB045e:0761'
   Controls  : 3
   Simple ctrls  : 2
Card2.Amixer.info:
 Card hw:2 'NVidia'/'HDA NVidia at 0xf708 irq 17'
   Mixer name   : 'Nvidia GPU 14 HDMI/DP'
   Components   : 'HDA:10de0014,10de0101,00100100'
   Controls  : 24
   Simple ctrls  : 4
Date: Mon Oct 22 22:44:54 2012
InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120823.1)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_Card: Built-in Audio - HDA Intel PCH
Symptom_Jack: Green Line Out, Rear
Symptom_Type: Sound works for a while, then breaks
Title: [, Realtek ALC892, Green Line Out, Rear] fails after a while
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/21/2012
dmi.bios.vendor: Intel Corp.
dmi.bios.version: EBH7710H.86A.0075.2012.0521.1400
dmi.board.name: DH77EB
dmi.board.vendor: Intel Corporation
dmi.board.version: AAG39073-304
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnIntelCorp.:bvrEBH7710H.86A.0075.2012.0521.1400:bd05/21/2012:svn:pn:pvr:rvnIntelCorporation:rnDH77EB:rvrAAG39073-304:cvn:ct3:cvr:

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  [, Realtek ALC892, Green Line Out, Rear] fails after a while.  The
  sounds skips, or repeats itself, or sometimes goes very very fast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1070185/+subscriptions

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

[Bug 1014749] Re: can't read uvcvideo (usb video / webcams) devices

2012-09-15 Thread Jeff Silverman
I am running into the same problem.  I have a Microsoft/2000 web cam,
USB ID 045e:0761.  I am running Ubuntu 12.04 LTS with the
3.2.0-30-generic #48-Ubuntu SMP kernel.  May I help with this problem?


jeffs@jeffs-desktop:~$ dmesg | grep ehci
[1.411372] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[1.411385] ehci_hcd :00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[1.411398] ehci_hcd :00:1a.0: setting latency timer to 64
[1.411401] ehci_hcd :00:1a.0: EHCI Host Controller
[1.411432] ehci_hcd :00:1a.0: new USB bus registered, assigned bus 
number 1
[1.411456] ehci_hcd :00:1a.0: debug port 2
[1.415332] ehci_hcd :00:1a.0: cache line size of 64 is not supported
[1.415342] ehci_hcd :00:1a.0: irq 16, io mem 0xf7138000
[1.430463] ehci_hcd :00:1a.0: USB 2.0 started, EHCI 1.00
[1.430597] ehci_hcd :00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[1.430609] ehci_hcd :00:1d.0: setting latency timer to 64
[1.430612] ehci_hcd :00:1d.0: EHCI Host Controller
[1.430640] ehci_hcd :00:1d.0: new USB bus registered, assigned bus 
number 2
[1.430660] ehci_hcd :00:1d.0: debug port 2
[1.434549] ehci_hcd :00:1d.0: cache line size of 64 is not supported
[1.434557] ehci_hcd :00:1d.0: irq 23, io mem 0xf7137000
[1.450449] ehci_hcd :00:1d.0: USB 2.0 started, EHCI 1.00
[1.742293] usb 1-1: new high-speed USB device number 2 using ehci_hcd
[1.986153] usb 2-1: new high-speed USB device number 2 using ehci_hcd
[2.190082] usb 1-1.2: new low-speed USB device number 3 using ehci_hcd
[2.358151] usb 1-1.4: new full-speed USB device number 4 using ehci_hcd
[2.522050] usb 2-1.6: new full-speed USB device number 3 using ehci_hcd
[2.721932] usb 1-1.4.3: new full-speed USB device number 5 using ehci_hcd
[  510.603551] usb 1-1.4.1: new full-speed USB device number 6 using ehci_hcd
[  510.819417] usb 1-1.4.1: new full-speed USB device number 7 using ehci_hcd
[ 1674.568827] ehci_hcd :00:1d.0: PCI INT A disabled
[ 1674.588826] ehci_hcd :00:1a.0: PCI INT A disabled
[ 1675.608476] ehci_hcd :00:1d.0: PME# enabled
[ 1675.608502] ehci_hcd :00:1d.0: wake-up capability enabled by ACPI
[ 1675.624266] ehci_hcd :00:1a.0: PME# enabled
[ 1675.624280] ehci_hcd :00:1a.0: wake-up capability enabled by ACPI
[ 1676.631091] ehci_hcd :00:1a.0: restoring config space at offset 0xf (was 
0x100, writing 0x10b)
[ 1676.631104] ehci_hcd :00:1a.0: restoring config space at offset 0x4 (was 
0x0, writing 0xf7138000)
[ 1676.631110] ehci_hcd :00:1a.0: restoring config space at offset 0x1 (was 
0x290, writing 0x292)
[ 1676.631130] ehci_hcd :00:1a.0: wake-up capability disabled by ACPI
[ 1676.631133] ehci_hcd :00:1a.0: PME# disabled
[ 1676.631181] ehci_hcd :00:1d.0: restoring config space at offset 0xf (was 
0x100, writing 0x103)
[ 1676.631195] ehci_hcd :00:1d.0: restoring config space at offset 0x4 (was 
0x0, writing 0xf7137000)
[ 1676.631200] ehci_hcd :00:1d.0: restoring config space at offset 0x1 (was 
0x290, writing 0x292)
[ 1676.631219] ehci_hcd :00:1d.0: wake-up capability disabled by ACPI
[ 1676.631223] ehci_hcd :00:1d.0: PME# disabled
[ 1676.631564] ehci_hcd :00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1676.631578] ehci_hcd :00:1a.0: setting latency timer to 64
[ 1676.631582] ehci_hcd :00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 1676.631605] ehci_hcd :00:1d.0: setting latency timer to 64
jeffs@jeffs-desktop:~$ 

I have an older USB card hanging around, which I could install and test
with - would that be useful at this point in your process?

Jeff SIlverman

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

Title:
  can't read uvcvideo (usb video / webcams) devices

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

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


[Bug 883683] Re: package clamav-getfiles (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 7

2011-10-29 Thread Jeff Silverman
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/883683

Title:
  package clamav-getfiles (not installed) failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav-getfiles/+bug/883683/+subscriptions

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


[Bug 883683] [NEW] package clamav-getfiles (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 7

2011-10-29 Thread Jeff Silverman
Public bug reported:

I was running apt-get install clamav when the getfiles step failed.
Now, freshclam doesn't work.


jeffs@heavy:~/mwaa/Toms_Disk_Drive/Tom$ sudo freshclam
[sudo] password for jeffs: 
ClamAV update process started at Sat Oct 29 16:09:24 2011
main.cvd is up to date (version: 54, sigs: 1044387, f-level: 60, builder: sven)
WARNING: Current functionality level = 58, recommended = 60
Please check if ClamAV tools are linked against the proper version of libclamav
DON'T PANIC! Read http://www.clamav.net/support/faq
daily.cld is up to date (version: 13867, sigs: 18637, f-level: 60, builder: 
guitar)
WARNING: Current functionality level = 58, recommended = 60
Please check if ClamAV tools are linked against the proper version of libclamav
DON'T PANIC! Read http://www.clamav.net/support/faq
bytecode.cvd is up to date (version: 152, sigs: 38, f-level: 60, builder: edwin)
WARNING: Current functionality level = 58, recommended = 60
Please check if ClamAV tools are linked against the proper version of libclamav
DON'T PANIC! Read http://www.clamav.net/support/faq
jeffs@heavy:~/mwaa/Toms_Disk_Drive/Tom$

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: clamav-getfiles (not installed)
ProcVersionSignature: Ubuntu 2.6.32-34.77-generic 2.6.32.44+drm33.19
Uname: Linux 2.6.32-34-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Tue Oct 25 22:40:44 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 7
SourcePackage: clamav-getfiles
Title: package clamav-getfiles (not installed) failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 7

** Affects: clamav-getfiles (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

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

Title:
  package clamav-getfiles (not installed) failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav-getfiles/+bug/883683/+subscriptions

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


Re: [Bug 587392] Re: package aiccu 20070115-11 failed to install/upgrade:

2010-05-29 Thread Jeff Silverman
  # Under control from debconf, please use 'dpkg-reconfigure aiccu' to 
reconfigure
username JSP10-SIXXS
password XXX
protocol tic
server tic.sixxs.net
tunnel_id T31669
# AICCU Configuration

# Login information (defaults: none)
#username 
#password 

# Protocol and server to use for setting up the tunnel (defaults: none)
#protocol 
#server 

# Interface names to use (default: aiccu)
# ipv6_interface is the name of the interface that will be used as a 
tunnel interface.
# On *BSD the ipv6_interface should be set to gifX (eg gif0) for 
proto-41 tunnels
# or tunX (eg tun0) for AYIYA tunnels.
ipv6_interface sixxs

# The tunnel_id to use (default: none)
# (only required when there are multiple tunnels in the list)
#tunnel_id T

# Be verbose? (default: false)
verbose false

# Daemonize? (default: true)
# Set to false if you want to see any output
# When true output goes to syslog
#
# WARNING: never run AICCU from DaemonTools or a similar automated
# 'restart' tool/script. When AICCU does not start, it has a reason
# not to start which it gives on either the stdout or in the (sys)log
# file. The TIC server *will* automatically disable accounts which
# are detected to run in this mode.
#
daemonize true

# Automatic Login and Tunnel activation?
automatic true

# Require TLS?
# When set to true, if TLS is not supported on the server
# the TIC transaction will fail.
# When set to false, it will try a starttls, when that is
# not supported it will continue.
# In any case if AICCU is build with TLS support it will
# try to do a 'starttls' to the TIC server to see if that
# is supported.
requiretls false

# PID File
#pidfile /var/run/aiccu.pid

# Add a default route (default: true)
#defaultroute true

# Script to run after setting up the interfaces (default: none)
#setupscript /usr/local/etc/aiccu-subnets.sh

# Make heartbeats (default true)
# In general you don't want to turn this off
# Of course only applies to AYIYA and heartbeat tunnels not to static ones
#makebeats true

# Don't configure anything (default: false)
#noconfigure true

# Behind NAT (default: false)
# Notify the user that a NAT-kind network is detected
#behindnat true

# Local IPv4 Override (default: none)
# Overrides the IPv4 parameter received from TIC
# This allows one to configure a NAT into "DMZ" mode and then
# forwarding the proto-41 packets to an internal host.
#
# This is only needed for static proto-41 tunnels!
# AYIYA and heartbeat tunnels don't require this.
#local_ipv4_override

-- 
package aiccu 20070115-11 failed to install/upgrade:
https://bugs.launchpad.net/bugs/587392
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 587392] Re: package aiccu 20070115-11 failed to install/upgrade:

2010-05-29 Thread Jeff Silverman

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

** Attachment added: "VarLogDistupgradeAptlog.gz"
   http://launchpadlibrarian.net/49337517/VarLogDistupgradeAptlog.gz

** Attachment added: "VarLogDistupgradeApttermlog.gz"
   http://launchpadlibrarian.net/49337518/VarLogDistupgradeApttermlog.gz

** Attachment added: "VarLogDistupgradeLspcitxt.gz"
   http://launchpadlibrarian.net/49337519/VarLogDistupgradeLspcitxt.gz

** Attachment added: "VarLogDistupgradeMainlog.gz"
   http://launchpadlibrarian.net/49337520/VarLogDistupgradeMainlog.gz

** Attachment added: "VarLogDistupgradeSystemstatetargz.gz"
   http://launchpadlibrarian.net/49337521/VarLogDistupgradeSystemstatetargz.gz

** Attachment added: "VarLogDistupgradeTermlog.gz"
   http://launchpadlibrarian.net/49337522/VarLogDistupgradeTermlog.gz

-- 
package aiccu 20070115-11 failed to install/upgrade:
https://bugs.launchpad.net/bugs/587392
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 587392] [NEW] package aiccu 20070115-11 failed to install/upgrade:

2010-05-29 Thread Jeff Silverman
Public bug reported:

Binary package hint: aiccu

While attempting to upgrade from 9.10 to 10.4, the installer reported
that my copy of aiccu.conf was different from the one the installer had.
I asked to look at the differences between the files, and decided that I
liked mine better.  At that point, the aiccu installer hung.  I couldn't
close the window, and the installation was hung waiting for aiccu to
complete.

1694 ?Sl 0:04 gksu --desktop /usr/share/applications/update-manager
 1731 ?Rsl2:15  \_ /usr/bin/python /tmp/tmpQ55M5J/lucid
 2210 pts/2Ss+0:01  \_ /usr/bin/python /tmp/tmpQ55M5J/lucid
 2205 pts/3Ss+0:01  \_ /usr/bin/dpkg --force-overwrite --status-
25235 pts/3S+ 0:00  \_ /usr/bin/perl -w /usr/share/debconf/f
25271 pts/3Z+ 0:00  \_ [aiccu.postinst] 

The aiccu postinstaller was in a zombie state, so I killed the parent process.
je...@heavy:~$ sudo kill -2 25235

I expected the installer to use my aiccu configuration file, as it has
my username and password in it, plus all of the configuration for the
IPv6 tunnel.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: aiccu 20070115-11
ProcVersionSignature: Ubuntu 2.6.31-21.59-generic
Uname: Linux 2.6.31-21-generic i686
Architecture: i386
Date: Sat May 29 18:36:48 2010
ErrorMessage:
 ErrorMessage: subprocess installed post-installation script killed by signal 
(Interrupt)
SourcePackage: aiccu
Title: package aiccu 20070115-11 failed to install/upgrade:

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


** Tags: apport-package i386 lucid

-- 
package aiccu 20070115-11 failed to install/upgrade:
https://bugs.launchpad.net/bugs/587392
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 278141] Re: [hardy/intrepid] read from IDE with VIA VT82C586A interface causes kernel panic

2010-04-05 Thread Jeff Silverman
Jeremy Foshee wrote:
> This bug report was marked as Triaged a while ago but has not had any
> updated comments for quite some time.  Please let us know if this issue
> remains in the current Ubuntu release,
> http://www.ubuntu.com/getubuntu/download .  If the issue remains, click
> on the current status under the Status column and change the status back
> to "New".  Thanks.
>
> [This is an automated message.  Apologies if it has reached you
> inappropriately; please just reply to this message indicating so.]
>
>   
Jeremy,

I upgraded my computer so I can no longer test for this problem.  I'm
sorry.

-- 
Jeff Silverman
Linux sysadmin

-- 
[hardy/intrepid] read from IDE with VIA VT82C586A interface causes kernel panic
https://bugs.launchpad.net/bugs/278141
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 313607] Re: Having fatal problems installing 8.10 on a parallel IDE drive

2009-01-05 Thread Jeff Silverman
I am trying to install 8.10 using the alternate CD-ROM.  The
installation starts initially with the 8.10 alternate CD in the IDE CD-
RW drive.  Then it fails at the next step because it thinks the CD-ROM
is not in place.  So I had the installation create a debug log on a
floppy.  But that file is binary.  The first part says

more vmlinuz
00] ACPI: DSDT 1FFF30C0, 40EA (r1 GBTAWRDACPI 1000 MSFT  10C)
Jan  6 05:40:21 kernel: [0.00] ACPI: FACS 1FFF, 0040
Jan  6 05:40:21 kernel: [0.00] ACPI: APIC 1FFF71C0, 005A (r1 GBT
AWRDACPI 42302E31 AWRD  1010101)
Jan  6 05:40:21 kernel: [0.00] 0MB HIGHMEM available.
Jan  6 05:40:21 kernel: [0.00] 511MB LOWMEM available.
Jan  6 05:40:21 kernel: [0.00]   mapped low ram: 0 - 1fff
Jan  6 05:40:21 kernel: [0.00]   low ram:  - 1fff
Jan  6 05:40:21 kernel: [0.00]   bootmap 2000 - 6000
Jan  6 05:40:21 kernel: [0.00] (9 early reservations) ==> bootmem 
[00 - 001fff]
Jan  6 05:40:21 kernel: [0.00]   #0 [00 - 001000]   BIOS 
data page ==> [00 - 001000]
Jan  6 05:40:21 kernel: [0.00]   #1 [001000 - 002000]EX 
TRAMPOLINE ==> [001000 - 002000]
Jan  6 05:40:21 kernel: [0.00]   #2 [006000 - 007000]   
TRAMPOLINE ==> [006000 - 007000]
Jan  6 05:40:21 kernel: [0.00]   #3 [10 - 5c0a20]TEXT 
DATA BSS ==> [10 - 5c0a20]
Jan  6 05:40:21 kernel: [0.00]   #4 [001fa96000 - 001ffbf521]  
RAMDISK ==> [001fa96000 - 001ffbf521]
Jan  6 05:40:21 kernel: [0.00]   #5 [5c1000 - 5c4000]
INIT_PG_TABLE ==> [5c1000 - 5c4000]
Jan  6 05:40:21 kernel: [0.00]   #6 [09fc00 - 10]BIOS 
reserved ==> [09fc00 - 10]
Jan  6 05:40:21 kernel: [0.00]   #7 [007000 - 009000]  
PGTABLE ==> [007000 - 009000]
Jan  6 05:40:21 kernel: [0.00]   #8 [002000 - 006000]  
BOOTMAP ==> [002000 - 006000]
Jan  6 05:40:21 kernel: [0.00] found SMP MP-table at [c00f4c20] 000f4c20
Jan  6 05:40:21 kernel: [0.00] Zone PFN ranges:
Jan  6 05:40:21 kernel: [0.00]   DMA  0x -> 0x1000
Jan  6 05:40:21 kernel: [0.00]   Normal   0x1000 -> 0x0001fff0
Jan  6 05:40:21 kernel: [0.00]   HighMem  0x0001fff0 -> 0x0001fff0
Jan  6 05:40:21 kernel: [0.00] Movable zone start PFN for each node
Jan  6 05:40:21 kernel: [0.00] early_node_map[2] active PFN ranges
Jan  6 05:40:21 kernel: [0.00] 0: 0x -> 0x009f
Jan  6 05:40:21 kernel: [0.00] 0: 0x0100 -> 0x0001fff0
Jan  6 05:40:21 kernel: [0.00] On node 0 totalpages: 130959
Jan  6 05:40:21 kernel: [0.00] free_area_init_node: node 0, pgdat 
c048a500, node_mem_map cThu Sep 6 17:21:28 EDT 2001
The rest is gibberish.

So then I tried again, only this time, when the installer said that it
couldn't find the CD-ROM, I moved the CD-ROM to the USB CD-DVD-RW drive.
It got farther.  I asked it to write a debug log to the floppy, but it
didn't.  However, the installer only found SD devices on the USB - it
didn't find the IDE drive or apparently the IDE CD-RW.  It wanted to do
the install on the USB backup drive.

-- 
Having fatal problems installing 8.10 on a parallel IDE drive
https://bugs.launchpad.net/bugs/313607
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 313607] Re: Having fatal problems installing 8.10 on a parallel IDE drive

2009-01-05 Thread Jeff Silverman
Kyle Cheung wrote:
> ** Changed in: installation-report (Ubuntu)
>Status: New => Confirmed
>
>   
Thank you, Kyle.

Is there some way to record the progress of booting the machine onto a 
floppy or a USB mass storage device?


Jeff

-- 
Jeff Silverman
Linux sysadmin
To get my addresses:
perl -wlpe  'y/a-zA-Z/n-za-mN-ZA-M/' << EOF
924 20gu NIR R
Frnggyr, JN, 98112
wrssfvyi...@tznvy.pbz
EOF

-- 
Having fatal problems installing 8.10 on a parallel IDE drive
https://bugs.launchpad.net/bugs/313607
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 313607] [NEW] Having fatal problems installing 8.10 on a parallel IDE drive

2009-01-03 Thread Jeff Silverman
]
  Capabilities: 

00:11.0 ISA bridge [0601]: VIA Technologies, Inc. VT8235 ISA Bridge [1106:3177]
  Subsystem: Giga-byte Technology GA-7VAX Mainboard [1458:5001]
  Flags: bus master, stepping, medium devsel, latency 0
  Capabilities: 

00:11.1 IDE interface [0101]: VIA Technologies, Inc. 
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE [1106:0571] (rev 06) 
(prog-if 8a [Master SecP PriP])
  Subsystem: Giga-byte Technology GA-7VAX Mainboard [1458:5002]
  Flags: bus master, medium devsel, latency 32, IRQ 18
  [virtual] Memory at 01f0 (32-bit, non-prefetchable) [size=8]
  [virtual] Memory at 03f0 (type 3, non-prefetchable) [size=1]
  [virtual] Memory at 0170 (32-bit, non-prefetchable) [size=8]
  [virtual] Memory at 0370 (type 3, non-prefetchable) [size=1]
  I/O ports at dc00 [size=16]
  Capabilities: 

00:11.5 Multimedia audio controller [0401]: VIA Technologies, Inc. 
VT8233/A/8235/8237 AC97 Audio Controller [1106:3059] (rev 50)
  Subsystem: Giga-byte Technology GA-7VAX Onboard Audio (Realtek ALC650) 
[1458:a002]
  Flags: medium devsel, IRQ 20
  I/O ports at e000 [size=256]
  Capabilities: 

00:13.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. 
RTL-8139/8139C/8139C+ [10ec:8139] (rev 10)
  Subsystem: Realtek Semiconductor Co., Ltd. RT8139 [10ec:8139]
  Flags: bus master, medium devsel, latency 32, IRQ 17
  I/O ports at e400 [size=256]
  Memory at de001000 (32-bit, non-prefetchable) [size=256]
  Capabilities: 

00:14.0 FireWire (IEEE 1394) [0c00]: VIA Technologies, Inc. IEEE 1394 Host 
Controller [1106:3044] (rev 46) (prog-if 10 [OHCI])
  Subsystem: Giga-byte Technology GA-7VT600-1394 Motherboard [1458:1000]
  Flags: bus master, medium devsel, latency 32, IRQ 19
  Memory at de002000 (32-bit, non-prefetchable) [size=2K]
  I/O ports at e800 [size=128]
  Capabilities: 

01:00.0 VGA compatible controller [0300]: nVidia Corporation NV18 [GeForce4 MX 
440 AGP 8x] [10de:0181] (rev a2) (prog-if 00 [VGA])
  Flags: bus master, 66MHz, medium devsel, latency 32, IRQ 10
  Memory at dc00 (32-bit, non-prefetchable) [size=16M]
  Memory at d800 (32-bit, prefetchable) [size=64M]
  [virtual] Expansion ROM at dd00 [disabled] [size=128K]
  Capabilities: 

je...@black:~$


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [E]
Detect network card:[ ]
Configure network:  [ ]
Detect CD:  [ ]
Load installer modules: [ ]
Detect hard drives: [ ]
Partition hard drives:  [ ]
Install base system:[ ]
Clock/timezone setup:   [ ]
User/password setup:[ ]
Install tasks:  [ ]
Install boot loader:[ ]
Overall install:[ ]

Comments/Problems:
I am having troubles installing 8.10. I carefully checked the MD5
checksum and did a read after write when I burned my CD. I had the same
troubles 8.04. The system would take about 20 minutes and kick me into
initramfs and busybox. I can still run 7.10 just fine. I also tried
using all_generic_ide and rootdelay=130 in the boot string, no joy. I
tried irqpoll and all_generic_ide and changing the connector from the
black one at the end of the cable to the gray one in the middle (I have
an 80 conductor cable). Changing the cable changes the IDE drive from
primary master to primary slave, but otherwise has no effect. If I get
rid of the quiet directive in the boot command string, then I get the
following message over and over:


kjournald starting commit interval 5 seconds
EXT3-FS: mounted file systemn with ordered data mode


  I read somewhere that this was a bug in a 8.04 and I was hoping that
it would be fixed in 8.10.


What other information would be helpful for debugging this problem?  Is there a 
way to log more debuging information to e.g. a floppy disk or a USB thumb 
drive?  uname, /proc/version_signature, dmesg are probably not useful as the 
system won't install.  Or am I missing something?

  Thank you


  Jeff Silverman

  jeffsilverm at gmail dot c0m

** Affects: installation-report (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Having fatal problems installing 8.10 on a parallel IDE drive
https://bugs.launchpad.net/bugs/313607
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 278141] Re: [hardy/intrepid] read from IDE with VIA VT82C586A interface causes kernel panic

2009-01-02 Thread Jeff Silverman
I checked the cable to the disk drive and it's 80 conductor.  I also
tried both the black connector at the end of the cable and the gray
connector in the middle of the cable that doesn't change anything
(except the drive goes from primary master to primary slave).  I don't
know about the cable going to the DVD writer.


Thank you

Jeff Silverman
jeffsilverm at gmail dot c0m

-- 
[hardy/intrepid] read from IDE with VIA VT82C586A interface causes kernel panic
https://bugs.launchpad.net/bugs/278141
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 278141] Re: [hardy/intrepid] read from IDE with VIA VT82C586A interface causes kernel panic

2008-12-27 Thread Jeff Silverman
When I try to boot either 8.04 or 8.10 on my desktop, the boot process takes 
about 20 minutes and eventually kicks me into busybox with an initramfs prompt.
I carefully checked the MD5 checksum before burning my CDs and did a read after 
write when I burned my CD. I had the same troubles 8.04. The system would take 
about 20 minutes and kick me into initramfs and busybox. I can still run 7.10 
just fine. I also tried using all_generic_ide and rootdelay=130 in the boot 
string, no joy.

I read somewhere that this was a bug in a 8.04 and I was hoping that it
would be fixed in 8.10.  I wish I had kept that information.

I have an IDE interface: VIA Technologies, Inc.
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06) AMD
Athlon(tm) XP 1800+ 512 MBytes of RAM.

This is a generic IDE controller with "old fashioned" IDE disk drives.
What other information would be helpful?

Thank you

Jeff Silverman
jeffsilverm at gmail dot c0m

-- 
[hardy/intrepid] read from IDE with VIA VT82C586A interface causes kernel panic
https://bugs.launchpad.net/bugs/278141
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 201590] [NEW] tac-plus 4.0.4.alpha-14_i386 fails to install on ubuntu gutsy

2008-03-12 Thread Jeff Silverman
Public bug reported:

Binary package hint: tac-plus

[EMAIL PROTECTED]:~$ sudo dpkg -i tac-plus_4.0.4.alpha-14_i386.deb 
(Reading database ... 92064 files and directories currently installed.)
Preparing to replace tac-plus 1:4.0.4.alpha-14 (using 
tac-plus_4.0.4.alpha-14_i386.deb) ...
/var/lib/dpkg/tmp.ci/preinst: 63: 57: not found
/var/lib/dpkg/tmp.ci/preinst: 63: 64005: not found

Error!
The user and group tac-plus or tacacs was not created by this package,
so you must check and change that manually before this package can be
installed.

dpkg: error processing tac-plus_4.0.4.alpha-14_i386.deb (--install):
 subprocess pre-installation script returned error exit status 1
Errors were encountered while processing:
 tac-plus_4.0.4.alpha-14_i386.deb
[EMAIL PROTECTED]:~$ 
[EMAIL PROTECTED]:~$ fgrep tac /etc/passwd
tacacs:x:64005:64005::/home/tacacs:/bin/false
tac-plus:x:57:110:tacacs daemon user:/home/tac-plus:/bin/bash
[EMAIL PROTECTED]:~$ 
[EMAIL PROTECTED]:~$ sudo egrep "tacacs|tac-plus" /etc/group /etc/shadow
/etc/group:adm:x:4:ubuntu,silverman,tac-plus
/etc/group:dialout:x:20:ubuntu,silverman,tac-plus
/etc/group:fax:x:21:silverman,tac-plus
/etc/group:cdrom:x:24:haldaemon,ubuntu,silverman,tac-plus
/etc/group:floppy:x:25:haldaemon,ubuntu,silverman,tac-plus
/etc/group:tape:x:26:silverman,tac-plus
/etc/group:audio:x:29:ubuntu,silverman,tac-plus
/etc/group:dip:x:30:ubuntu,silverman,tac-plus
/etc/group:plugdev:x:46:haldaemon,ubuntu,silverman,tac-plus
/etc/group:tac-plus:x:57:
/etc/group:scanner:x:104:hplip,ubuntu,silverman,tac-plus
/etc/group:fuse:x:106:silverman,tac-plus
/etc/group:admin:x:110:ubuntu,silverman,tac-plus
/etc/group:tacacs:x:64005:
/etc/group:tac-plus:x:1001:
/etc/shadow:tacacs:!:13949:0:9:7:::
/etc/shadow:tac-plus:$1$jC3UR$gjLcjJkbf9jmeiysWANp60:13949:0:9:7:::
[EMAIL PROTECTED]:~$


DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=7.10
DISTRIB_CODENAME=gutsy
DISTRIB_DESCIRIPTION="Ubuntu 7.10"

The package is from http://packages.ubuntu.com/gutsy/i386/tac-
plus/download

[EMAIL PROTECTED]:~$ apt-cache policy tac-plus
tac-plus:
  Installed: 1:4.0.4.alpha-14
  Candidate: 1:4.0.4.alpha-14
  Version table:
 *** 1:4.0.4.alpha-14 0
100 /var/lib/dpkg/status
[EMAIL PROTECTED]:~$

** Affects: tac-plus (Ubuntu)
 Importance: Undecided
 Status: New

-- 
tac-plus 4.0.4.alpha-14_i386 fails to install on ubuntu gutsy
https://bugs.launchpad.net/bugs/201590
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