[Bug 1473200] Re: adaptec starfire fails to initialize with pae kernels

2018-06-12 Thread Steve Holton
Further information, including a solution for this issue, can be found
in https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1717259

See also 
https://bugzilla.kernel.org/show_bug.cgi?id=198035

** Bug watch added: Linux Kernel Bug Tracker #198035
   https://bugzilla.kernel.org/show_bug.cgi?id=198035

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

Title:
  adaptec starfire fails to initialize with pae kernels

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

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

[Bug 798414] Re: update-initramfs should produce a more helpful error message when there isn't enough free space

2017-12-05 Thread Steve Holton
IMPACT:

Some systems report the problem detected (requesting a bug report andtriggering 
a visit to this page)  even when /boot has available free space:
 
sholton@sholton-VirtualBox:~$ df -H /boot
Filesystem  Size  Used Avail Use% Mounted on
/dev/sda1   487M  127M  330M  28% /boot

sholton@sholton-VirtualBox:~$ sudo apt autoremove --purge
[sudo] password for sholton: 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Is there a related bug which indicates a system problem even when the
original problem has been corrected?

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

Title:
  update-initramfs should produce a more helpful error message when
  there isn't enough  free space

To manage notifications about this bug go to:
https://bugs.launchpad.net/initramfs-tools/+bug/798414/+subscriptions

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

[Bug 1717259] Re: adaptec starfire fails to initializewith recent kernels

2017-11-29 Thread Steve Holton
Potential Fix:

In starfire.c at line 653, ioaddr is declared as a (signed) long:

 653  long ioaddr;

This should instead be declared as an unsigned long, as memory addresses
cannot really be negative.

 653 unsigned long ioaddr;

This allows ioremap() to correctly remap the address in a 64 bit
context.

I'll pursue a kernel patch.  Filed in bugzilla as:
   https://bugzilla.kernel.org/show_bug.cgi?id=198035

** Bug watch added: Linux Kernel Bug Tracker #198035
   https://bugzilla.kernel.org/show_bug.cgi?id=198035

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

Title:
  adaptec starfire fails to initializewith recent kernels

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

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

[Bug 1717259] Re: adaptec starfire fails to initializewith recent kernels

2017-09-20 Thread Steve Holton
Driver correctly initializes under v3.4-rc6-precise (3.4.0-030400)
Driver fails to initialize under v3.4-rc6-precise-pae   (3.4.0-030400)
Driver fails to initialize under v3.4.1-quantal (3.4.1-030401)

v3.4-rc6-precise/
 From: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.4-rc6-precise/
 linux-headers-3.4.0-030400rc6-generic_3.4.0-030400rc6.201205061835_i386.deb
 linux-headers-3.4.0-030400rc6_3.4.0-030400rc6.201205061835_all.deb
 linux-image-3.4.0-030400rc6-generic_3.4.0-030400rc6.201205061835_i386.deb

v3.4-rc6-precise-pae/
 From: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.4-rc6-precise/
 linux-headers-3.4.0-030400rc6-generic-pae_3.4.0-030400rc6.201205061835_i386.deb
 linux-headers-3.4.0-030400rc6_3.4.0-030400rc6.201205061835_all.deb
 linux-image-3.4.0-030400rc6-generic-pae_3.4.0-030400rc6.201205061835_i386.deb
 linux-image-3.4.0-030400rc6-generic_3.4.0-030400rc6.201205061835_i386.deb

v3.4.1-quantal/
 From: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.1-quantal/
 linux-headers-3.4.1-030401-generic_3.4.1-030401.201206041411_i386.deb
 linux-headers-3.4.1-030401_3.4.1-030401.201206041411_all.deb
 linux-image-3.4.1-030401-generic_3.4.1-030401.201206041411_i386.deb
 linux-image-extra-3.4.1-030401-generic_3.4.1-030401.201206041411_i386.deb

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

Title:
  adaptec starfire fails to initializewith recent kernels

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

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

[Bug 1717259] Re: adaptec starfire fails to initializewith recent kernels

2017-09-20 Thread Steve Holton
Tested against v4.14-rc1 kernel, and the problem is evident.

Also tested against:
   v3.4.112-precise/FAILED

   v3.4-precise/NEED TO TEST


   v3.3-precise/PASSED
   v3.2.93/ PASSED
   v3.2.79-precise/ PASSED

   v3.3-precise-pae/FAILED
   v3.2.79-precise-pae/ FAILED

Observations: kernel versions tagged "-pae" show the fault while the equivalent 
non-pae kernel do not show the fault.
For example:  v3.3-precise  : PASSED
  v3.3-precise-pae  : FAILED

I'll continue to look for:
a) latest 'generic' kernel with correct initialization
b) earliest '-pae' kernel exhibiting the problem.


** Tags added: kernel-bug-exists-upstream

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

Title:
  adaptec starfire fails to initializewith recent kernels

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

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

[Bug 1717259] ProcModules.txt

2017-09-14 Thread Steve Holton
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1717259/+attachment/4950185/+files/ProcModules.txt

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

Title:
  adaptec starfire fails to initializewith recent kernels

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

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

[Bug 1717259] CurrentDmesg.txt

2017-09-14 Thread Steve Holton
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1717259/+attachment/4950180/+files/CurrentDmesg.txt

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

Title:
  adaptec starfire fails to initializewith recent kernels

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

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

[Bug 1717259] ProcInterrupts.txt

2017-09-14 Thread Steve Holton
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1717259/+attachment/4950184/+files/ProcInterrupts.txt

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

Title:
  adaptec starfire fails to initializewith recent kernels

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

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

[Bug 1717259] Re: adaptec starfire fails to initializewith recent kernels

2017-09-14 Thread Steve Holton
Status change by original submitter after apport-collect per bot
request.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  adaptec starfire fails to initializewith recent kernels

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

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

[Bug 1717259] Lspci.txt

2017-09-14 Thread Steve Holton
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1717259/+attachment/4950181/+files/Lspci.txt

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

Title:
  adaptec starfire fails to initializewith recent kernels

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

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

[Bug 1717259] ProcCpuinfoMinimal.txt

2017-09-14 Thread Steve Holton
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1717259/+attachment/4950183/+files/ProcCpuinfoMinimal.txt

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

Title:
  adaptec starfire fails to initializewith recent kernels

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

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

[Bug 1717259] ProcCpuinfo.txt

2017-09-14 Thread Steve Holton
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1717259/+attachment/4950182/+files/ProcCpuinfo.txt

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

Title:
  adaptec starfire fails to initializewith recent kernels

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

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

[Bug 1717259] UdevDb.txt

2017-09-14 Thread Steve Holton
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1717259/+attachment/4950186/+files/UdevDb.txt

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

Title:
  adaptec starfire fails to initializewith recent kernels

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

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

[Bug 1717259] Re: adaptec starfire fails to initializewith recent kernels

2017-09-14 Thread Steve Holton
apport information

** Tags added: apport-collected xenial

** Description changed:

  Re-opening https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1473200
  (expired)
  
  Adaptec ethernet adapter using starfire driver fails to initialize when
  recent kernels are used.
  
  This hardware/driver can be successfully initialized under a
  3.2.0-126-generic kernel (from precise) but initialization is known to
  fail under 3.13.0-129-generic kernel and under -pae kernel builds of
  many vintages.  initialization also fails under current 4.x series
  kernel.  Full kernel bisect is not yet complete.
  
  Specific indication from dmesg:
  
  [3.536508] starfire.c:v1.03 7/26/2000  Written by Donald Becker 

  (unofficial 2.2/2.4 kernel port, version 2.1, July  6, 2008)
  [3.536509] starfire: polling (NAPI) enabled
  [3.536771] ioremap: invalid physical address fe48
  [3.536773] [ cut here ]
  [3.536784] WARNING: CPU: 1 PID: 115 at 
/build/linux-CK3pdl/linux-4.4.0/arch/x86/mm/ioremap.c:104 
__ioremap_caller+0x40f/0x440()
  [3.536790] Modules linked in: starfire(+) mii fjes floppy(+)
  [3.536795] CPU: 1 PID: 115 Comm: systemd-udevd Not tainted 
4.4.0-93-generic #116-Ubuntu
  [3.536797] Hardware name: Intel/SE7501BR2S, BIOS 
SBR20.86B.0082.P23.050407173004/07/2005
  [3.536805]  c1ae9967 73b5a5ce 0286 c01ddb90 c13add2f  
c19d0e40 c01ddbc0
  [3.536811]  c1070387 c19d8dd4 0001 0073 c19d0e40 0068 
c105fe2f c105fe2f
  [3.536818]  0fff fe4f  c01ddbd0 c1070492 0009 
 c01ddc3c
  [3.536819] Call Trace:
  [3.536829]  [] dump_stack+0x58/0x79
  [3.536835]  [] warn_slowpath_common+0x87/0xc0
  [3.536840]  [] ? __ioremap_caller+0x40f/0x440
  [3.536843]  [] ? __ioremap_caller+0x40f/0x440
  [3.536847]  [] warn_slowpath_null+0x22/0x30
  [3.536850]  [] __ioremap_caller+0x40f/0x440
  [3.536855]  [] ? __pci_request_region+0xb4/0x180
  [3.536861]  [] ? starfire_init_one+0xc6/0x680 [starfire]
  [3.536866]  [] ? starfire_init_one+0xc6/0x680 [starfire]
  [3.536869]  [] ioremap_nocache+0x1f/0x30
  [3.536874]  [] ? starfire_init_one+0xc6/0x680 [starfire]
  [3.536879]  [] starfire_init_one+0xc6/0x680 [starfire]
  [3.536885]  [] ? __pm_runtime_resume+0x51/0x80
  [3.536889]  [] pci_device_probe+0x7b/0xf0
  [3.536894]  [] ? devices_kset_move_last+0x2d/0xa0
  [3.536899]  [] driver_probe_device+0x1f9/0x4a0
  [3.536904]  [] ? sysfs_create_dir_ns+0x37/0x90
  [3.536907]  [] ? pci_match_device+0xdc/0x100
  [3.536911]  [] __driver_attach+0x79/0x80
  [3.536915]  [] ? driver_probe_device+0x4a0/0x4a0
  [3.536918]  [] bus_for_each_dev+0x57/0xa0
  [3.536921]  [] driver_attach+0x1e/0x20
  [3.536925]  [] ? driver_probe_device+0x4a0/0x4a0
  [3.536928]  [] bus_add_driver+0x1ef/0x290
  [3.536931]  [] ? 0xf8465000
  [3.536933]  [] ? 0xf8465000
  [3.536936]  [] driver_register+0x5d/0xf0
  [3.536939]  [] __pci_register_driver+0x33/0x40
  [3.536944]  [] starfire_init+0x2b/0x1000 [starfire]
  [3.536948]  [] do_one_initcall+0xaa/0x200
  [3.536951]  [] ? 0xf8465000
  [3.536955]  [] ? kfree+0x120/0x130
  [3.536958]  [] ? kmem_cache_alloc_trace+0x185/0x1e0
  [3.536964]  [] ? do_init_module+0x21/0x1a6
  [3.536967]  [] ? do_init_module+0x21/0x1a6
  [3.536970]  [] do_init_module+0x50/0x1a6
  [3.536975]  [] load_module+0x1533/0x1a40
  [3.536979]  [] ? copy_module_from_fd.isra.53+0xf9/0x190
  [3.536984]  [] SyS_finit_module+0xa5/0xf0
  [3.536988]  [] ? vm_mmap_pgoff+0xa3/0xc0
  [3.536993]  [] do_fast_syscall_32+0x8d/0x150
  [3.536998]  [] sysenter_past_esp+0x3d/0x61
  [3.537001] ---[ end trace 2c05306d6389bc20 ]---
  [3.537005] starfire :08:04.0: cannot remap 0x8 @ 0xfe48, 
aborting
  [3.537162] ioremap: invalid physical address fe38
  [3.537166] starfire :08:05.0: cannot remap 0x8 @ 0xfe38, 
aborting
  [3.537308] ioremap: invalid physical address fe30
  [3.537313] starfire :08:06.0: cannot remap 0x8 @ 0xfe30, 
aborting
  [3.537453] ioremap: invalid physical address fe20
  
  Additional information:
  ~# lsb_release -rd
  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04
  
  # uname -a
  Linux trafcap4 4.4.0-93-generic #116-Ubuntu SMP Fri Aug 11 21:17:52 UTC 2017 
i686 i686 i686 GNU/Linux
  
  # cat /proc/version_signature
  Ubuntu 4.4.0-93.116-generic 4.4.79
  
  # dmidecode -s bios-version && dmidecode -s bios-release-date
  SBR20.86B.0082.P23.0504071730   
  04/07/2005
+ --- 
+ AlsaDevices:
+  total 0
+  crw-rw 1 root audio 116,  1 Sep 14 09:39 seq
+  crw-rw 1 root audio 116, 33 Sep 14 09:39 timer
+ AplayDevices: aplay: device_list:268: no soundcards found...
+ ApportVersion: 2.20.1-0ubuntu2.10
+ 

[Bug 1717259] [NEW] adaptec starfire fails to initializewith recent kernels

2017-09-14 Thread Steve Holton
Public bug reported:

Re-opening https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1473200
(expired)

Adaptec ethernet adapter using starfire driver fails to initialize when
recent kernels are used.

This hardware/driver can be successfully initialized under a
3.2.0-126-generic kernel (from precise) but initialization is known to
fail under 3.13.0-129-generic kernel and under -pae kernel builds of
many vintages.  initialization also fails under current 4.x series
kernel.  Full kernel bisect is not yet complete.

Specific indication from dmesg:

[3.536508] starfire.c:v1.03 7/26/2000  Written by Donald Becker 

(unofficial 2.2/2.4 kernel port, version 2.1, July  6, 2008)
[3.536509] starfire: polling (NAPI) enabled
[3.536771] ioremap: invalid physical address fe48
[3.536773] [ cut here ]
[3.536784] WARNING: CPU: 1 PID: 115 at 
/build/linux-CK3pdl/linux-4.4.0/arch/x86/mm/ioremap.c:104 
__ioremap_caller+0x40f/0x440()
[3.536790] Modules linked in: starfire(+) mii fjes floppy(+)
[3.536795] CPU: 1 PID: 115 Comm: systemd-udevd Not tainted 4.4.0-93-generic 
#116-Ubuntu
[3.536797] Hardware name: Intel/SE7501BR2S, BIOS 
SBR20.86B.0082.P23.050407173004/07/2005
[3.536805]  c1ae9967 73b5a5ce 0286 c01ddb90 c13add2f  c19d0e40 
c01ddbc0
[3.536811]  c1070387 c19d8dd4 0001 0073 c19d0e40 0068 c105fe2f 
c105fe2f
[3.536818]  0fff fe4f  c01ddbd0 c1070492 0009  
c01ddc3c
[3.536819] Call Trace:
[3.536829]  [] dump_stack+0x58/0x79
[3.536835]  [] warn_slowpath_common+0x87/0xc0
[3.536840]  [] ? __ioremap_caller+0x40f/0x440
[3.536843]  [] ? __ioremap_caller+0x40f/0x440
[3.536847]  [] warn_slowpath_null+0x22/0x30
[3.536850]  [] __ioremap_caller+0x40f/0x440
[3.536855]  [] ? __pci_request_region+0xb4/0x180
[3.536861]  [] ? starfire_init_one+0xc6/0x680 [starfire]
[3.536866]  [] ? starfire_init_one+0xc6/0x680 [starfire]
[3.536869]  [] ioremap_nocache+0x1f/0x30
[3.536874]  [] ? starfire_init_one+0xc6/0x680 [starfire]
[3.536879]  [] starfire_init_one+0xc6/0x680 [starfire]
[3.536885]  [] ? __pm_runtime_resume+0x51/0x80
[3.536889]  [] pci_device_probe+0x7b/0xf0
[3.536894]  [] ? devices_kset_move_last+0x2d/0xa0
[3.536899]  [] driver_probe_device+0x1f9/0x4a0
[3.536904]  [] ? sysfs_create_dir_ns+0x37/0x90
[3.536907]  [] ? pci_match_device+0xdc/0x100
[3.536911]  [] __driver_attach+0x79/0x80
[3.536915]  [] ? driver_probe_device+0x4a0/0x4a0
[3.536918]  [] bus_for_each_dev+0x57/0xa0
[3.536921]  [] driver_attach+0x1e/0x20
[3.536925]  [] ? driver_probe_device+0x4a0/0x4a0
[3.536928]  [] bus_add_driver+0x1ef/0x290
[3.536931]  [] ? 0xf8465000
[3.536933]  [] ? 0xf8465000
[3.536936]  [] driver_register+0x5d/0xf0
[3.536939]  [] __pci_register_driver+0x33/0x40
[3.536944]  [] starfire_init+0x2b/0x1000 [starfire]
[3.536948]  [] do_one_initcall+0xaa/0x200
[3.536951]  [] ? 0xf8465000
[3.536955]  [] ? kfree+0x120/0x130
[3.536958]  [] ? kmem_cache_alloc_trace+0x185/0x1e0
[3.536964]  [] ? do_init_module+0x21/0x1a6
[3.536967]  [] ? do_init_module+0x21/0x1a6
[3.536970]  [] do_init_module+0x50/0x1a6
[3.536975]  [] load_module+0x1533/0x1a40
[3.536979]  [] ? copy_module_from_fd.isra.53+0xf9/0x190
[3.536984]  [] SyS_finit_module+0xa5/0xf0
[3.536988]  [] ? vm_mmap_pgoff+0xa3/0xc0
[3.536993]  [] do_fast_syscall_32+0x8d/0x150
[3.536998]  [] sysenter_past_esp+0x3d/0x61
[3.537001] ---[ end trace 2c05306d6389bc20 ]---
[3.537005] starfire :08:04.0: cannot remap 0x8 @ 0xfe48, 
aborting
[3.537162] ioremap: invalid physical address fe38
[3.537166] starfire :08:05.0: cannot remap 0x8 @ 0xfe38, 
aborting
[3.537308] ioremap: invalid physical address fe30
[3.537313] starfire :08:06.0: cannot remap 0x8 @ 0xfe30, 
aborting
[3.537453] ioremap: invalid physical address fe20

Additional information:
~# lsb_release -rd
Description:Ubuntu 16.04.3 LTS
Release:16.04

# uname -a
Linux trafcap4 4.4.0-93-generic #116-Ubuntu SMP Fri Aug 11 21:17:52 UTC 2017 
i686 i686 i686 GNU/Linux

# cat /proc/version_signature
Ubuntu 4.4.0-93.116-generic 4.4.79

# dmidecode -s bios-version && dmidecode -s bios-release-date
SBR20.86B.0082.P23.0504071730   
04/07/2005

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


** Tags: precise

** Attachment added: "result of ubuntu-bug linux (fail case)"
   
https://bugs.launchpad.net/bugs/1717259/+attachment/4950168/+files/apport.linux-image-4.4.0-93-generic.u1fcgnmu.apport

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

Title:
  adaptec starfire fails to 

[Bug 1473200] ProcModules.txt

2015-07-20 Thread Steve Holton
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1473200/+attachment/4431554/+files/ProcModules.txt

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

Title:
  adaptec starfire fails to initialize with pae kernels

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

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


[Bug 1473200] UdevDb.txt

2015-07-20 Thread Steve Holton
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1473200/+attachment/4431555/+files/UdevDb.txt

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

Title:
  adaptec starfire fails to initialize with pae kernels

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

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


[Bug 1473200] ProcCpuinfo.txt

2015-07-20 Thread Steve Holton
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1473200/+attachment/4431552/+files/ProcCpuinfo.txt

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

Title:
  adaptec starfire fails to initialize with pae kernels

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

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


[Bug 1473200] ProcCpuinfo.txt

2015-07-20 Thread Steve Holton
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1473200/+attachment/4431568/+files/ProcCpuinfo.txt

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

Title:
  adaptec starfire fails to initialize with pae kernels

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

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


[Bug 1473200] Re: adaptec starfire fails to initialize with pae kernels

2015-07-20 Thread Steve Holton
apport information

** Description changed:

  Adaptec ethernet adapter using starfire driver fails to initialize when
  a pae-enabled kernel is used. Adapted initializes correctly with a non-
  pae kernel:
  
  From dmesg:
  [3.154813] FDC 0 is a National Semiconductor PC87306
  [3.165051] [ cut here ]
  [3.169716] WARNING: CPU: 0 PID: 118 at 
/build/buildd/linux-lts-utopic-3.16.0/arch/x86/mm/ioremap.c:98 
__ioremap_caller+0x358/0x380()
  [3.178686] tsc: Refined TSC clocksource calibration: 2790.998 MHz
  [3.187928] Modules linked in: starfire(+) mii floppy
  [3.193114] CPU: 0 PID: 118 Comm: systemd-udevd Not tainted 
3.16.0-30-generic #40~14.04.1-Ubuntu
  [3.201911] Hardware name: Intel/SE7501BR2 , BIOS 
SBR20.86B.0041.P01.02102211/11/2002
  [3.212522]    f68a1c14 c168b423 
  [3.217089] usb 2-1: New USB device found, idVendor=413c, idProduct=2005
  [3.217093] usb 2-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
  [3.217098] usb 2-1: Product: DELL USB Keyboard
  [3.217102] usb 2-1: Manufacturer: DELL
  [3.240047]  f68a1c44 c105c2ae c187a884
  [3.244147]   0076 c1878950 0062 c104f0b8 c104f0b8 
0fff fe4f
  [3.252032]   f68a1c54 c105c372 0009  f68a1cb8 
c104f0b8 c1878924
  [3.259910] Call Trace:
  [3.262384]  [c168b423] dump_stack+0x41/0x52
  [3.266838]  [c105c2ae] warn_slowpath_common+0x7e/0xa0
  [3.272157]  [c104f0b8] ? __ioremap_caller+0x358/0x380
  [3.277476]  [c104f0b8] ? __ioremap_caller+0x358/0x380
  [3.282798]  [c105c372] warn_slowpath_null+0x22/0x30
  [3.287944]  [c104f0b8] __ioremap_caller+0x358/0x380
  [3.293096]  [c1350aff] ? __pci_request_selected_regions+0x3f/0x80
  [3.299457]  [f836a7c6] ? starfire_init_one+0xc6/0x5b0 [starfire]
  [3.305734]  [c104f0ff] ioremap_nocache+0x1f/0x30
  [3.310623]  [f836a7c6] ? starfire_init_one+0xc6/0x5b0 [starfire]
  [3.316899]  [f836a7c6] starfire_init_one+0xc6/0x5b0 [starfire]
  [3.323002]  [c1437601] ? __pm_runtime_resume+0x51/0x70
  [3.328417]  [c135560f] pci_device_probe+0x6f/0xc0
  [3.98]  [c11eff35] ? sysfs_create_link+0x25/0x40
  [3.338632]  [c142eea3] driver_probe_device+0x93/0x3a0
  [3.343958]  [c135553a] ? pci_match_device+0xca/0x100
  [3.349192]  [c142f261] __driver_attach+0x71/0x80
  [3.354081]  [c142f1f0] ? __device_attach+0x40/0x40
  [3.359139]  [c142d3b7] bus_for_each_dev+0x47/0x80
  [3.364114]  [c142e9be] driver_attach+0x1e/0x20
  [3.368828]  [c142f1f0] ? __device_attach+0x40/0x40
  [3.373893]  [c142e637] bus_add_driver+0x157/0x230
  [3.378869]  [f8371000] ? 0xf8370fff
  [3.382630]  [f8371000] ? 0xf8370fff
  [3.386393]  [c142f939] driver_register+0x59/0xe0
  [3.391278]  [c1686143] ? printk+0x50/0x52
  [3.395557]  [c1354172] __pci_register_driver+0x32/0x40
  [3.400968]  [f8371030] starfire_init+0x30/0x1000 [starfire]
  [3.406807]  [c1002132] do_one_initcall+0xc2/0x1f0
  [3.411779]  [f8371000] ? 0xf8370fff
  [3.415544]  [c1165174] ? free_vmap_area_noflush+0x24/0x60
  [3.421208]  [c1166a6f] ? __vunmap+0x8f/0xe0
  [3.425660]  [c1166a6f] ? __vunmap+0x8f/0xe0
  [3.430117]  [c10cf167] load_module+0x1237/0x1930
  [3.435005]  [c10cf9c5] SyS_finit_module+0x75/0xc0
  [3.439978]  [c114bb0b] ? vm_mmap_pgoff+0x7b/0xa0
  [3.444867]  [c169285f] sysenter_do_call+0x12/0x12
  [3.449839] ---[ end trace 3eef602429cd6b81 ]---
  [3.454468] starfire :08:04.0: cannot remap 0x8 @ 0xfe48, 
aborting
  [3.461915] ioremap: invalid physical address fe38
  [3.467770] starfire :08:05.0: cannot remap 0x8 @ 0xfe38, 
aborting
  [3.475139] ioremap: invalid physical address fe30
  [3.480984] starfire :08:06.0: cannot remap 0x8 @ 0xfe30, 
aborting
  [3.488341] ioremap: invalid physical address fe20
  [3.494190] starfire :08:07.0: cannot remap 0x8 @ 0xfe20, 
aborting
  [3.501552] ioremap: invalid physical address fea8
  [3.507394] starfire :09:04.0: cannot remap 0x8 @ 0xfea8, 
aborting
  [3.514741] ioremap: invalid physical address fe98
  [3.520585] starfire :09:05.0: cannot remap 0x8 @ 0xfe98, 
aborting
  [3.527943] ioremap: invalid physical address fe90
  [3.533789] starfire :09:06.0: cannot remap 0x8 @ 0xfe90, 
aborting
  [3.541144] ioremap: invalid physical address fe80
  [3.546986] starfire :09:07.0: cannot remap 0x8 @ 0xfe80, 
aborting
  [3.554329] ioremap: invalid physical address fd68
  [3.560175] starfire :05:04.0: cannot remap 0x8 @ 0xfd68, 
aborting
  [3.567492] ioremap: invalid physical address fd58
  [3.573338] starfire :05:05.0: 

[Bug 1473200] ProcModules.txt

2015-07-20 Thread Steve Holton
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1473200/+attachment/4431570/+files/ProcModules.txt

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

Title:
  adaptec starfire fails to initialize with pae kernels

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

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


[Bug 1473200] Lspci.txt

2015-07-20 Thread Steve Holton
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1473200/+attachment/4431567/+files/Lspci.txt

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

Title:
  adaptec starfire fails to initialize with pae kernels

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

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


[Bug 1473200] UdevDb.txt

2015-07-20 Thread Steve Holton
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1473200/+attachment/4431571/+files/UdevDb.txt

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

Title:
  adaptec starfire fails to initialize with pae kernels

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

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


[Bug 1473200] UdevLog.txt

2015-07-20 Thread Steve Holton
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1473200/+attachment/4431572/+files/UdevLog.txt

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

Title:
  adaptec starfire fails to initialize with pae kernels

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

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


[Bug 1473200] ProcInterrupts.txt

2015-07-20 Thread Steve Holton
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1473200/+attachment/4431569/+files/ProcInterrupts.txt

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

Title:
  adaptec starfire fails to initialize with pae kernels

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

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


[Bug 1473200] IwConfig.txt

2015-07-20 Thread Steve Holton
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1473200/+attachment/4431566/+files/IwConfig.txt

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

Title:
  adaptec starfire fails to initialize with pae kernels

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

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


[Bug 1473200] CurrentDmesg.txt

2015-07-20 Thread Steve Holton
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1473200/+attachment/4431548/+files/CurrentDmesg.txt

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

Title:
  adaptec starfire fails to initialize with pae kernels

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

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


[Bug 1473200] BootDmesg.txt

2015-07-20 Thread Steve Holton
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1473200/+attachment/4431547/+files/BootDmesg.txt

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

Title:
  adaptec starfire fails to initialize with pae kernels

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

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


[Bug 1473200] Re: adaptec starfire fails to initialize with pae kernels

2015-07-20 Thread Steve Holton
apport information

** Tags added: apport-collected precise

** Description changed:

  Adaptec ethernet adapter using starfire driver fails to initialize when
  a pae-enabled kernel is used. Adapted initializes correctly with a non-
  pae kernel:
  
  From dmesg:
  [3.154813] FDC 0 is a National Semiconductor PC87306
  [3.165051] [ cut here ]
  [3.169716] WARNING: CPU: 0 PID: 118 at 
/build/buildd/linux-lts-utopic-3.16.0/arch/x86/mm/ioremap.c:98 
__ioremap_caller+0x358/0x380()
  [3.178686] tsc: Refined TSC clocksource calibration: 2790.998 MHz
  [3.187928] Modules linked in: starfire(+) mii floppy
  [3.193114] CPU: 0 PID: 118 Comm: systemd-udevd Not tainted 
3.16.0-30-generic #40~14.04.1-Ubuntu
  [3.201911] Hardware name: Intel/SE7501BR2 , BIOS 
SBR20.86B.0041.P01.02102211/11/2002
  [3.212522]    f68a1c14 c168b423 
  [3.217089] usb 2-1: New USB device found, idVendor=413c, idProduct=2005
  [3.217093] usb 2-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
  [3.217098] usb 2-1: Product: DELL USB Keyboard
  [3.217102] usb 2-1: Manufacturer: DELL
  [3.240047]  f68a1c44 c105c2ae c187a884
  [3.244147]   0076 c1878950 0062 c104f0b8 c104f0b8 
0fff fe4f
  [3.252032]   f68a1c54 c105c372 0009  f68a1cb8 
c104f0b8 c1878924
  [3.259910] Call Trace:
  [3.262384]  [c168b423] dump_stack+0x41/0x52
  [3.266838]  [c105c2ae] warn_slowpath_common+0x7e/0xa0
  [3.272157]  [c104f0b8] ? __ioremap_caller+0x358/0x380
  [3.277476]  [c104f0b8] ? __ioremap_caller+0x358/0x380
  [3.282798]  [c105c372] warn_slowpath_null+0x22/0x30
  [3.287944]  [c104f0b8] __ioremap_caller+0x358/0x380
  [3.293096]  [c1350aff] ? __pci_request_selected_regions+0x3f/0x80
  [3.299457]  [f836a7c6] ? starfire_init_one+0xc6/0x5b0 [starfire]
  [3.305734]  [c104f0ff] ioremap_nocache+0x1f/0x30
  [3.310623]  [f836a7c6] ? starfire_init_one+0xc6/0x5b0 [starfire]
  [3.316899]  [f836a7c6] starfire_init_one+0xc6/0x5b0 [starfire]
  [3.323002]  [c1437601] ? __pm_runtime_resume+0x51/0x70
  [3.328417]  [c135560f] pci_device_probe+0x6f/0xc0
  [3.98]  [c11eff35] ? sysfs_create_link+0x25/0x40
  [3.338632]  [c142eea3] driver_probe_device+0x93/0x3a0
  [3.343958]  [c135553a] ? pci_match_device+0xca/0x100
  [3.349192]  [c142f261] __driver_attach+0x71/0x80
  [3.354081]  [c142f1f0] ? __device_attach+0x40/0x40
  [3.359139]  [c142d3b7] bus_for_each_dev+0x47/0x80
  [3.364114]  [c142e9be] driver_attach+0x1e/0x20
  [3.368828]  [c142f1f0] ? __device_attach+0x40/0x40
  [3.373893]  [c142e637] bus_add_driver+0x157/0x230
  [3.378869]  [f8371000] ? 0xf8370fff
  [3.382630]  [f8371000] ? 0xf8370fff
  [3.386393]  [c142f939] driver_register+0x59/0xe0
  [3.391278]  [c1686143] ? printk+0x50/0x52
  [3.395557]  [c1354172] __pci_register_driver+0x32/0x40
  [3.400968]  [f8371030] starfire_init+0x30/0x1000 [starfire]
  [3.406807]  [c1002132] do_one_initcall+0xc2/0x1f0
  [3.411779]  [f8371000] ? 0xf8370fff
  [3.415544]  [c1165174] ? free_vmap_area_noflush+0x24/0x60
  [3.421208]  [c1166a6f] ? __vunmap+0x8f/0xe0
  [3.425660]  [c1166a6f] ? __vunmap+0x8f/0xe0
  [3.430117]  [c10cf167] load_module+0x1237/0x1930
  [3.435005]  [c10cf9c5] SyS_finit_module+0x75/0xc0
  [3.439978]  [c114bb0b] ? vm_mmap_pgoff+0x7b/0xa0
  [3.444867]  [c169285f] sysenter_do_call+0x12/0x12
  [3.449839] ---[ end trace 3eef602429cd6b81 ]---
  [3.454468] starfire :08:04.0: cannot remap 0x8 @ 0xfe48, 
aborting
  [3.461915] ioremap: invalid physical address fe38
  [3.467770] starfire :08:05.0: cannot remap 0x8 @ 0xfe38, 
aborting
  [3.475139] ioremap: invalid physical address fe30
  [3.480984] starfire :08:06.0: cannot remap 0x8 @ 0xfe30, 
aborting
  [3.488341] ioremap: invalid physical address fe20
  [3.494190] starfire :08:07.0: cannot remap 0x8 @ 0xfe20, 
aborting
  [3.501552] ioremap: invalid physical address fea8
  [3.507394] starfire :09:04.0: cannot remap 0x8 @ 0xfea8, 
aborting
  [3.514741] ioremap: invalid physical address fe98
  [3.520585] starfire :09:05.0: cannot remap 0x8 @ 0xfe98, 
aborting
  [3.527943] ioremap: invalid physical address fe90
  [3.533789] starfire :09:06.0: cannot remap 0x8 @ 0xfe90, 
aborting
  [3.541144] ioremap: invalid physical address fe80
  [3.546986] starfire :09:07.0: cannot remap 0x8 @ 0xfe80, 
aborting
  [3.554329] ioremap: invalid physical address fd68
  [3.560175] starfire :05:04.0: cannot remap 0x8 @ 0xfd68, 
aborting
  [3.567492] ioremap: invalid physical address fd58
 

[Bug 1473200] Lspci.txt

2015-07-20 Thread Steve Holton
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1473200/+attachment/4431551/+files/Lspci.txt

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

Title:
  adaptec starfire fails to initialize with pae kernels

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

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


[Bug 1473200] IwConfig.txt

2015-07-20 Thread Steve Holton
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1473200/+attachment/4431550/+files/IwConfig.txt

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

Title:
  adaptec starfire fails to initialize with pae kernels

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

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


[Bug 1473200] ProcInterrupts.txt

2015-07-20 Thread Steve Holton
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1473200/+attachment/4431553/+files/ProcInterrupts.txt

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

Title:
  adaptec starfire fails to initialize with pae kernels

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

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


[Bug 1473200] UdevLog.txt

2015-07-20 Thread Steve Holton
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1473200/+attachment/4431556/+files/UdevLog.txt

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

Title:
  adaptec starfire fails to initialize with pae kernels

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

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


[Bug 1476224] [NEW] apport-collect fails on headless server

2015-07-20 Thread Steve Holton
Public bug reported:

Attempting to run command:
   apport-collect 1473200
on a headless Ubuntu server I received the following error:

*** Collecting problem information

The collected information can be sent to the developers to improve the
application. This might take a few minutes.
...No packages found matching linux.
ERROR: hook /usr/share/apport/general-hooks/cloud_archive.py crashed:
Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/apport/report.py, line 729, in 
add_hooks_info
symb['add_info'](self, ui)
  File /usr/share/apport/general-hooks/cloud_archive.py, line 18, in add_info
if '~cloud' in packaging.get_version(package) and \
  File /usr/lib/python2.7/dist-packages/apport/packaging_impl.py, line 95, in 
get_version
raise ValueError('package does not exist')
ValueError: package does not exist
.

*** Send problem report to the developers?


At this point the terminal interface becomes garbled and since we're
already off into exception processing (while logged-in as root on a
production server) I cancelled the process.

** Affects: linux (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/1476224

Title:
  apport-collect fails on headless server

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

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


[Bug 1473200] Re: adaptec starfire fails to initialize with pae kernels

2015-07-20 Thread Steve Holton
No, I cannot.  See:
   https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1476224


** Attachment added: Result of apport-collect 1473200 for system running 
non-pae kernel, successfully initializes starfire interface.
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1473200/+attachment/4431558/+files/apport-collect_1473200_SUCCESS

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

Title:
  adaptec starfire fails to initialize with pae kernels

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

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


[Bug 1476224] ProcInterrupts.txt

2015-07-20 Thread Steve Holton
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1476224/+attachment/4431577/+files/ProcInterrupts.txt

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

Title:
  apport-collect fails on headless server

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

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


[Bug 1476224] Lspci.txt

2015-07-20 Thread Steve Holton
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1476224/+attachment/4431575/+files/Lspci.txt

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

Title:
  apport-collect fails on headless server

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

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


[Bug 1476224] IwConfig.txt

2015-07-20 Thread Steve Holton
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1476224/+attachment/4431574/+files/IwConfig.txt

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

Title:
  apport-collect fails on headless server

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

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


[Bug 1476224] Re: apport-collect fails on headless server

2015-07-20 Thread Steve Holton
apport information

** Tags added: apport-collected precise

** Description changed:

  Attempting to run command:
 apport-collect 1473200
  on a headless Ubuntu server I received the following error:
  
  *** Collecting problem information
  
  The collected information can be sent to the developers to improve the
  application. This might take a few minutes.
  ...No packages found matching linux.
  ERROR: hook /usr/share/apport/general-hooks/cloud_archive.py crashed:
  Traceback (most recent call last):
File /usr/lib/python2.7/dist-packages/apport/report.py, line 729, in 
add_hooks_info
  symb['add_info'](self, ui)
File /usr/share/apport/general-hooks/cloud_archive.py, line 18, in 
add_info
  if '~cloud' in packaging.get_version(package) and \
File /usr/lib/python2.7/dist-packages/apport/packaging_impl.py, line 95, 
in get_version
  raise ValueError('package does not exist')
  ValueError: package does not exist
  .
  
  *** Send problem report to the developers?
  
  
- At this point the terminal interface becomes garbled and since we're
- already off into exception processing (while logged-in as root on a
- production server) I cancelled the process.
+ At this point the terminal interface becomes garbled and since we're already 
off into exception processing (while logged-in as root on a production server) 
I cancelled the process.
+ --- 
+ AlsaDevices:
+  total 0
+  crw-rw---T 1 root audio 116,  1 Jun 27 00:56 seq
+  crw-rw---T 1 root audio 116, 33 Jun 27 00:56 timer
+ AplayDevices: Error: [Errno 2] No such file or directory
+ ApportVersion: 2.0.1-0ubuntu17.8
+ Architecture: i386
+ ArecordDevices: Error: [Errno 2] No such file or directory
+ AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
+ CRDA: Error: [Errno 2] No such file or directory
+ CurrentDmesg:
+  Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order /var/log/dmesg 
-'] failed with exit code 1: comm: /var/log/dmesg: Permission denied
+  dmesg: write failed: Broken pipe
+ DistroRelease: Ubuntu 12.04
+ InstallationMedia: Ubuntu-Server 12.04 LTS Precise Pangolin - Release i386 
(20120424.1)
+ Lsusb:
+  Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+ MarkForUpload: True
+ Package: linux (not installed)
+ PciMultimedia:
+  
+ ProcEnviron:
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB:
+  
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-74-generic 
root=UUID=f683df2b-5513-4e3c-92a3-a6a1d4afdc32 ro cli console=ttyS0,115200
+ ProcVersionSignature: Ubuntu 3.2.0-74.109-generic 3.2.64
+ PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
+ RfKill: Error: [Errno 2] No such file or directory
+ Tags:  precise
+ Uname: Linux 3.2.0-74-generic i686
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: sudo
+ WifiSyslog:
+  
+ dmi.bios.date: 11/11/2002
+ dmi.bios.vendor: Intel Corporation
+ dmi.bios.version: SBR20.86B.0041.P01.021022
+ dmi.board.name: SE7501BR2
+ dmi.board.vendor: Intel
+ dmi.board.version: A95686-502
+ dmi.chassis.type: 23
+ dmi.chassis.vendor: Intel Corporation
+ dmi.modalias: 
dmi:bvnIntelCorporation:bvrSBR20.86B.0041.P01.021022:bd11/11/2002:svnIntel:pn:pvr:rvnIntel:rnSE7501BR2:rvrA95686-502:cvnIntelCorporation:ct23:cvr:
+ dmi.sys.vendor: Intel

** Attachment added: AcpiTables.txt
   
https://bugs.launchpad.net/bugs/1476224/+attachment/4431573/+files/AcpiTables.txt

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

Title:
  apport-collect fails on headless server

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

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


[Bug 1476224] ProcCpuinfo.txt

2015-07-20 Thread Steve Holton
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1476224/+attachment/4431576/+files/ProcCpuinfo.txt

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

Title:
  apport-collect fails on headless server

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

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


[Bug 1476224] ProcModules.txt

2015-07-20 Thread Steve Holton
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1476224/+attachment/4431578/+files/ProcModules.txt

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

Title:
  apport-collect fails on headless server

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

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


[Bug 1476224] UdevLog.txt

2015-07-20 Thread Steve Holton
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1476224/+attachment/4431580/+files/UdevLog.txt

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

Title:
  apport-collect fails on headless server

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

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


[Bug 1476224] UdevDb.txt

2015-07-20 Thread Steve Holton
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1476224/+attachment/4431579/+files/UdevDb.txt

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

Title:
  apport-collect fails on headless server

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

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


[Bug 1473200] Re: adaptec starfire fails to initialize with pae kernels

2015-07-10 Thread Steve Holton
** Attachment added: Result of apport-collect 1473200 from FAIL example system
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1473200/+attachment/4427412/+files/apport.linux.rNV8Yv.apport

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

Title:
  adaptec starfire fails to initialize with pae kernels

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

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


[Bug 1473200] Re: adaptec starfire fails to initialize with pae kernels

2015-07-09 Thread Steve Holton
** Package changed: ubuntu = linux-meta (Ubuntu)

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

Title:
  adaptec starfire fails to initialize with pae kernels

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

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


[Bug 1473200] Re: adaptec starfire fails to initialize with pae kernels

2015-07-09 Thread Steve Holton
** Attachment added: PASS case: complete dmesg on system where hardware 
initializes correctly
   
https://bugs.launchpad.net/ubuntu/+bug/1473200/+attachment/4427141/+files/trafcap4_dmesg

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

Title:
  adaptec starfire fails to initialize with pae kernels

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

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


[Bug 1473200] [NEW] adaptec starfire fails to initialize with pae kernels

2015-07-09 Thread Steve Holton
Public bug reported:

Adaptec ethernet adapter using starfire driver fails to initialize when
a pae-enabled kernel is used. Adapted initializes correctly with a non-
pae kernel:

From dmesg:
[3.154813] FDC 0 is a National Semiconductor PC87306
[3.165051] [ cut here ]
[3.169716] WARNING: CPU: 0 PID: 118 at 
/build/buildd/linux-lts-utopic-3.16.0/arch/x86/mm/ioremap.c:98 
__ioremap_caller+0x358/0x380()
[3.178686] tsc: Refined TSC clocksource calibration: 2790.998 MHz
[3.187928] Modules linked in: starfire(+) mii floppy
[3.193114] CPU: 0 PID: 118 Comm: systemd-udevd Not tainted 
3.16.0-30-generic #40~14.04.1-Ubuntu
[3.201911] Hardware name: Intel/SE7501BR2 , BIOS 
SBR20.86B.0041.P01.02102211/11/2002
[3.212522]    f68a1c14 c168b423 
[3.217089] usb 2-1: New USB device found, idVendor=413c, idProduct=2005
[3.217093] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[3.217098] usb 2-1: Product: DELL USB Keyboard
[3.217102] usb 2-1: Manufacturer: DELL
[3.240047]  f68a1c44 c105c2ae c187a884
[3.244147]   0076 c1878950 0062 c104f0b8 c104f0b8 0fff 
fe4f
[3.252032]   f68a1c54 c105c372 0009  f68a1cb8 c104f0b8 
c1878924
[3.259910] Call Trace:
[3.262384]  [c168b423] dump_stack+0x41/0x52
[3.266838]  [c105c2ae] warn_slowpath_common+0x7e/0xa0
[3.272157]  [c104f0b8] ? __ioremap_caller+0x358/0x380
[3.277476]  [c104f0b8] ? __ioremap_caller+0x358/0x380
[3.282798]  [c105c372] warn_slowpath_null+0x22/0x30
[3.287944]  [c104f0b8] __ioremap_caller+0x358/0x380
[3.293096]  [c1350aff] ? __pci_request_selected_regions+0x3f/0x80
[3.299457]  [f836a7c6] ? starfire_init_one+0xc6/0x5b0 [starfire]
[3.305734]  [c104f0ff] ioremap_nocache+0x1f/0x30
[3.310623]  [f836a7c6] ? starfire_init_one+0xc6/0x5b0 [starfire]
[3.316899]  [f836a7c6] starfire_init_one+0xc6/0x5b0 [starfire]
[3.323002]  [c1437601] ? __pm_runtime_resume+0x51/0x70
[3.328417]  [c135560f] pci_device_probe+0x6f/0xc0
[3.98]  [c11eff35] ? sysfs_create_link+0x25/0x40
[3.338632]  [c142eea3] driver_probe_device+0x93/0x3a0
[3.343958]  [c135553a] ? pci_match_device+0xca/0x100
[3.349192]  [c142f261] __driver_attach+0x71/0x80
[3.354081]  [c142f1f0] ? __device_attach+0x40/0x40
[3.359139]  [c142d3b7] bus_for_each_dev+0x47/0x80
[3.364114]  [c142e9be] driver_attach+0x1e/0x20
[3.368828]  [c142f1f0] ? __device_attach+0x40/0x40
[3.373893]  [c142e637] bus_add_driver+0x157/0x230
[3.378869]  [f8371000] ? 0xf8370fff
[3.382630]  [f8371000] ? 0xf8370fff
[3.386393]  [c142f939] driver_register+0x59/0xe0
[3.391278]  [c1686143] ? printk+0x50/0x52
[3.395557]  [c1354172] __pci_register_driver+0x32/0x40
[3.400968]  [f8371030] starfire_init+0x30/0x1000 [starfire]
[3.406807]  [c1002132] do_one_initcall+0xc2/0x1f0
[3.411779]  [f8371000] ? 0xf8370fff
[3.415544]  [c1165174] ? free_vmap_area_noflush+0x24/0x60
[3.421208]  [c1166a6f] ? __vunmap+0x8f/0xe0
[3.425660]  [c1166a6f] ? __vunmap+0x8f/0xe0
[3.430117]  [c10cf167] load_module+0x1237/0x1930
[3.435005]  [c10cf9c5] SyS_finit_module+0x75/0xc0
[3.439978]  [c114bb0b] ? vm_mmap_pgoff+0x7b/0xa0
[3.444867]  [c169285f] sysenter_do_call+0x12/0x12
[3.449839] ---[ end trace 3eef602429cd6b81 ]---
[3.454468] starfire :08:04.0: cannot remap 0x8 @ 0xfe48, 
aborting
[3.461915] ioremap: invalid physical address fe38
[3.467770] starfire :08:05.0: cannot remap 0x8 @ 0xfe38, 
aborting
[3.475139] ioremap: invalid physical address fe30
[3.480984] starfire :08:06.0: cannot remap 0x8 @ 0xfe30, 
aborting
[3.488341] ioremap: invalid physical address fe20
[3.494190] starfire :08:07.0: cannot remap 0x8 @ 0xfe20, 
aborting
[3.501552] ioremap: invalid physical address fea8
[3.507394] starfire :09:04.0: cannot remap 0x8 @ 0xfea8, 
aborting
[3.514741] ioremap: invalid physical address fe98
[3.520585] starfire :09:05.0: cannot remap 0x8 @ 0xfe98, 
aborting
[3.527943] ioremap: invalid physical address fe90
[3.533789] starfire :09:06.0: cannot remap 0x8 @ 0xfe90, 
aborting
[3.541144] ioremap: invalid physical address fe80
[3.546986] starfire :09:07.0: cannot remap 0x8 @ 0xfe80, 
aborting
[3.554329] ioremap: invalid physical address fd68
[3.560175] starfire :05:04.0: cannot remap 0x8 @ 0xfd68, 
aborting
[3.567492] ioremap: invalid physical address fd58
[3.573338] starfire :05:05.0: cannot remap 0x8 @ 0xfd58, 
aborting
[3.580664] ioremap: invalid physical address fd50
[3.586511] starfire :05:06.0: cannot remap 0x8 @ 

[Bug 1447844] [NEW] bad path in installation instructions

2015-04-23 Thread Steve Holton
Public bug reported:

Message displayed during installation:

Setting up ftpd (0.17-33) ...
Note: xinetd currently is not fully supported by update-inetd.
  Please consult /usr/share/doc/xinetd/README.Debian and itox(8).

There is an example configuration for using ftpd
under the control of xinetd. It is delivered as

/usr/share/doc/fptd/examples/ftpd.xinetd


The path 
/usr/share/doc/fptd/examples/ftpd.xinetd  should probably say:
/usr/share/doc/ftpd/examples/ftpd.xinetd

s/fptd/ftpd/

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: ftpd 0.17-33
ProcVersionSignature: Ubuntu 3.2.0-80.116-generic-pae 3.2.68
Uname: Linux 3.2.0-80-generic-pae i686
ApportVersion: 2.0.1-0ubuntu17.8
Architecture: i386
Date: Thu Apr 23 19:11:07 2015
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release i386 
(20120817.3)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: linux-ftpd
UpgradeStatus: Upgraded to precise on 2015-04-19 (4 days ago)

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


** Tags: apport-bug i386 precise running-unity

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

Title:
  bad path in installation instructions

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

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