[Bug 1802177] [NEW] Python2 is being deprecated; freeipa should compile under python3 instead

2018-11-07 Thread Aaron Thomas
Public bug reported:

When installing ipa-client on ubuntu, it pulls in python2 packages on
LTS servers. IPA is an authentication service, and while ubuntu 18.04+
uses python3 by default for system services and software installs (no
python2 installed by default), IPA is still being built using python2.
This isn't necessary (you can compile all the packages using just
python3 with not much effort), and creates the problem that in a year
while the LTS server is still supported, the underlying python
interpreter will not be supported for security updates for an
authentication service.

https://pythonclock.org/

Building these packages to use the python3 dependencies instead of the
python2 versions would be better for everyone, and almost no code change
is needed to do so.

This is not yet a security vulnerability; but it might be one waiting to
happen.

** Affects: freeipa (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/1802177

Title:
  Python2 is being deprecated; freeipa should compile under python3
  instead

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

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

[Bug 1698309] Re: free-ipa-server install fails

2017-06-16 Thread Aaron Thomas
I wiped and did a reinstall. Looks like /etc/pki has contents this time,
so it seems something wiped out the /etc/pki folder without replacing
its contents.

I'll close this for now, until I run into the next issue.

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

Title:
  free-ipa-server install fails

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

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


[Bug 1698309] Re: free-ipa-server install fails

2017-06-16 Thread Aaron Thomas
no new info

** Changed in: freeipa (Ubuntu)
   Status: New => Incomplete

** Changed in: freeipa (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  free-ipa-server install fails

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

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


[Bug 1698309] Re: free-ipa-server install fails

2017-06-16 Thread Aaron Thomas
Also, if I touch /etc/pki/default.cfg, it still fails, because
/etc/pki/pki.conf doesn't exist and isn't created by anything. If pki is
supposed to be configured prior to installing ipa, as a stand alone
server separate from ipa, having that documented might be a good idea.
As it is it appears ipa needs to configure the service to manage it, and
it doesn't appear to actually be doing that.

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

Title:
  free-ipa-server install fails

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

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


[Bug 1698309] Re: free-ipa-server install fails

2017-06-16 Thread Aaron Thomas
Note, this is a VM running on VMware. It was cloned from a template
generated last month.

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

Title:
  free-ipa-server install fails

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

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


[Bug 1698309] [NEW] free-ipa-server install fails

2017-06-16 Thread Aaron Thomas
Public bug reported:

clean install ubuntu 16.04, kernel 4.4.0-79, running ipa-server-install
after installing freeipa-server always fails. It successfully gets
through all 46 previous steps, and fails on pki-tomcatd:

Configuring certificate server (pki-tomcatd). Estimated time: 3 minutes 30 
seconds
  [1/28]: creating certificate server user
  [2/28]: configuring certificate server instance
ipa.ipaserver.install.cainstance.CAInstance: CRITICAL Failed to configure CA 
instance: Command '/usr/sbin/pkispawn -s CA -f /tmp/tmpIHv1S_' returned 
non-zero exit status 255
ipa.ipaserver.install.cainstance.CAInstance: CRITICAL See the installation logs 
and the following files/directories for more information:
ipa.ipaserver.install.cainstance.CAInstance: CRITICAL   /var/log/pki/pki-tomcat
  [error] RuntimeError: CA configuration failed.
ipa.ipapython.install.cli.install_tool(Server): ERRORCA configuration 
failed.
ipa.ipapython.install.cli.install_tool(Server): ERRORThe ipa-server-install 
command failed. See /var/log/ipaserver-install.log for more information

CA configuration failed. Something is certainly wrong when the software
can't be installed on a newly installed ubuntu box.

Namely, the script seems to choke when trying to write out the config
file:

2017-06-16T07:09:49Z DEBUG args=/usr/sbin/pkispawn -s CA -f /tmp/tmpIHv1S_
2017-06-16T07:09:49Z DEBUG Process finished, return code=255
2017-06-16T07:09:49Z DEBUG stdout=ERROR:  File '/etc/pki/default.cfg' is either 
missing or is NOT a regular file!

usage: pkispawn [-s ] [-h] [-v] [-p ] [-f ]

PKI Instance Installation and Configuration

There's nowhere in the documentation, in the script, in the packages,
anywhere, that says I should first create a /etc/pki/default.cfg file,
nor what that file should contain (it appears the script is trying to
generate that file itself but doesn't). A fix would be appreciated.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: freeipa-server 4.3.1-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
Uname: Linux 4.4.0-79-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.6
Architecture: amd64
Date: Fri Jun 16 00:12:29 2017
InstallationDate: Installed on 2017-05-05 (41 days ago)
InstallationMedia: Ubuntu-Server 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.8)
ProcEnviron:
 TERM=xterm-color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: freeipa
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  free-ipa-server install fails

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

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


[Bug 1550852] Re: apt-mirror does not reflect dep11/Components-* and dep11/icons-*

2016-06-09 Thread Aaron Thomas
Broken. I'm running a mirror for many different oses on ubuntu 12.04.
Upgrading the server is a chore as I'm serving scientific linux, debian,
and ubuntu mirrors as well as private repos for debian software build by
myself. This broke our ability to run mirrors for xenial hosts. Bad
ubuntu. What were you thinking?

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

Title:
  apt-mirror does not reflect dep11/Components-* and dep11/icons-*

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-mirror/+bug/1550852/+subscriptions

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


[Bug 1427216] Re: Error while loading 50dictionaries-common: Symbol's value as variable is void: debian-aspell-only-dictionary-alist

2016-04-28 Thread aaron thomas
This problem has returned for us as well. What was the solution last
time?

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

Title:
  Error while loading 50dictionaries-common: Symbol's value as variable
  is void: debian-aspell-only-dictionary-alist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dictionaries-common/+bug/1427216/+subscriptions

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


[Bug 335858] Re: rpc.idmapd does not see LDAP users (nfs4 server)

2014-06-12 Thread aaron thomas
I have this problem on every version of ubuntu to date.

My setup are two kinds of systems (we have hundreds of these systems
deployed).

If we configure users with nfsv4 on systems with NIS (no kerberos. just
a vanilla NIS implementation), idmapd works great.

If we configure machines identically but instead of configuring NIS we
configure for our LDAP server. nfsv4 gets uids of 4294967294 . debug
output of idmapd shows it idle on the ldap configuration. Meanwhile
getent shows all users appropriately and users can log into the server
fine.

So, in other words, coming from another angle where kerberos is not
configured at all, we get a non-functioning nfs client on LDAP systems.
This has been an unsolvable problem peventing us from retiring NIS for
LDAP for 5 years.

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

Title:
  rpc.idmapd does not see LDAP users (nfs4 server)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/335858/+subscriptions

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


[Bug 335858] Re: rpc.idmapd does not see LDAP users (nfs4 server)

2014-06-12 Thread aaron thomas
The previous comparison was to explain that the NFSv4 configurations are
(pretty basic) working as expected, as they're identical on both
systems, the only change is whether or not the server itself is getting
users from LDAP or NIS, and both LDAP and NIS configurations are also
working fine, as users can log in. create local files with the correct
permissions, enter passwords, etc. The missing part is that idmapd does
nothing when the underlying system is using ldap instead of nis or
/etc/passwd.

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

Title:
  rpc.idmapd does not see LDAP users (nfs4 server)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/335858/+subscriptions

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


[Bug 433438] Re: device descriptor read/64, error -110

2012-10-17 Thread aaron thomas
This issue still exists for me in ubuntu precise which is an LTS
release.

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

Title:
  device descriptor read/64, error -110

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

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


[Bug 1062550] [NEW] Nvidia driver causes xorg crash

2012-10-05 Thread aaron thomas
*** This bug is a duplicate of bug 973096 ***
https://bugs.launchpad.net/bugs/973096

Public bug reported:

this is a duplicate of #973096.

Additionally, it's possibly a new bug entitled Ubuntu has no useful
method for including my crash data on an existing bug other than typing
ubuntu-bug at the command line.

I can't tell you how many hundreds of bugs in ubuntu I've never reported
because the path for actually reporting them is convoluted, unintuitive,
inconvenient, and often impossible (try reporting an
intermittent/unreproducable xorg bug that takes down your network and
display).  It's lots better than everyone else but still leagues from
perfect.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xorg 1:7.6+12ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
Uname: Linux 3.2.0-31-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: 
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  295.40  Thu Apr  5 21:37:00 
PDT 2012
 GCC version:  gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu13
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Fri Oct  5 13:52:39 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
DkmsStatus:
 nvidia-current, 295.40, 3.2.0-23-generic, x86_64: installed
 nvidia-current, 295.40, 3.2.0-30-generic, x86_64: installed
 nvidia-current, 295.40, 3.2.0-31-generic, x86_64: installed
 vboxhost, 4.1.22, 3.2.0-30-generic, x86_64: installed
 vboxhost, 4.1.22, 3.2.0-31-generic, x86_64: installed
DpkgLog:
 
ExtraDebuggingInterest: No
GraphicsCard:
 NVIDIA Corporation G92 [GeForce GTS 250] [10de:0615] (rev a2) (prog-if 00 [VGA 
controller])
   Subsystem: eVga.com. Corp. GeForce GTS 250 P/N 512-P3-1150-TR [3842:1150]
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
JockeyStatus:
 xorg:nvidia_current - NVIDIA accelerated graphics driver (Proprietary, 
Enabled, In use)
 xorg:nvidia_current_updates - NVIDIA accelerated graphics driver (post-release 
updates) (Proprietary, Disabled, Not in use)
MachineType: Supermicro X8DAL
ProcEnviron:
 TERM=xterm-color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-31-generic 
root=UUID=c5d96c09-025f-4d20-bfaa-c18b1c82a14b ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg crash
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/29/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1.0b
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: X8DAL
dmi.board.vendor: Supermicro
dmi.board.version: 1234567890
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 17
dmi.chassis.vendor: Supermicro
dmi.chassis.version: 1234567890
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.0b:bd07/29/2009:svnSupermicro:pnX8DAL:pvr1234567890:rvnSupermicro:rnX8DAL:rvr1234567890:cvnSupermicro:ct17:cvr1234567890:
dmi.product.name: X8DAL
dmi.product.version: 1234567890
dmi.sys.vendor: Supermicro
version.compiz: compiz 1:0.9.7.8-0ubuntu1.4
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.3+8.0.2-0ubuntu3.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.3+8.0.2-0ubuntu3.2
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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


** Tags: amd64 apport-bug compiz-0.9 crash precise ubuntu

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

Title:
  Nvidia driver causes xorg crash

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

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


[Bug 1062550] Re: Nvidia driver causes xorg crash

2012-10-05 Thread aaron thomas
*** This bug is a duplicate of bug 973096 ***
https://bugs.launchpad.net/bugs/973096


** This bug has been marked a duplicate of bug 973096
   Nvidia driver causes xorg crash

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

Title:
  Nvidia driver causes xorg crash

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

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


[Bug 871985] Re: The printing panel shouldn't display errors about firewalld not running

2012-09-24 Thread aaron thomas
Using Cinnamon desktop, so I get this error.  Didn't realize I was using
fedora now.  Since cinnamon was made for linux mint.  On ubuntu.

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

Title:
  The printing panel shouldn't display errors about firewalld not
  running

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

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


[Bug 1031963] Re: Soundcard modules load, sound doesnt work

2012-08-10 Thread aaron thomas
Ok.  Thanks,

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

Title:
  Soundcard modules load, sound doesnt work

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

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


[Bug 1031963] Re: Soundcard modules load, sound doesnt work

2012-08-02 Thread aaron thomas
ATM we're stuck using 10.04.3 - anyway, I thought this was an LTS
release?  Until 2013?

In any case, I added the alsa-ppa at https://launchpad.net/~team-
iquik/+archive/alsa - no change, still same error messages.  I'll dump
them out here again if you like.  (That's alsa 1.024 I believe).

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

Title:
  Soundcard modules load, sound doesnt work

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

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


Re: [Bug 1031963] Re: Soundcard modules load, sound doesnt work

2012-08-02 Thread aaron thomas
Sure, but then won't it be unmanaged?  I mean it won't update
automatically?  This is just one of about 300 machines we maintain, so
manual updates are a pain
On Aug 2, 2012 5:41 PM, Daniel T Chen seven.st...@gmail.com wrote:

 Instead, ideally you'd want one for your corresponding release (lucid)
 from https://launchpad.net/~ubuntu-audio-dev/+archive/alsa-daily. Are
 you comfortable building from source?

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1031963

 Title:
   Soundcard modules load, sound doesnt work

 Status in “alsa-driver” package in Ubuntu:
   New

 Bug description:
   The following modules loaded:
   snd_hda_codec_ca0110 7346  1
   snd_hda_intel  25805  4
   snd_hda_codec  85759  2 snd_hda_codec_ca0110,snd_hda_intel
   snd_hwdep   6924  1 snd_hda_codec
   snd_pcm87946  4 snd_hda_intel,snd_hda_codec,snd_pcm_oss
   snd71283  19
 snd_hda_codec_ca0110,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
   snd_page_alloc  8500  2 snd_hda_intel,snd_pcm

   the lscpi shows:
   04:00.0 Audio device [0403]: Creative Labs [SB X-Fi Xtreme Audio]
 CA0110-IBG [1102:0009]
 Subsystem: Creative Labs Device [1102:0018]
 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
 ParErr- Stepping- SERR+ FastB2B- DisINTx-
 Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort-
 TAbort- MAbort- SERR- PERR- INTx-
 Latency: 64 (500ns min, 5000ns max)
 Interrupt: pin A routed to IRQ 19
 Region 0: Memory at deefc000 (32-bit, non-prefetchable) [size=16K]
 Capabilities: access denied
 Kernel driver in use: HDA Intel
 Kernel modules: snd-hda-intel

   Alsamixer all volumes enabled, maxed.

   Instead of sound I get this in dmesg:
   [   33.292036] eth0: no IPv6 routers present
   [   33.484446] hda_codec: rates == 0 (nid=0x12, val=0x0, ovrd=0)
   [   33.834604] hda_codec: rates == 0 (nid=0x12, val=0x0, ovrd=0)
   [   34.134197] hda_codec: rates == 0 (nid=0x12, val=0x0, ovrd=0)
   [   34.633864] hda_codec: rates == 0 (nid=0x12, val=0x0, ovrd=0)
   [   37.559733] __ratelimit: 495 callbacks suppressed
   [   59.739798] hda_codec: rates == 0 (nid=0x12, val=0x0, ovrd=0)
   [   72.683889] __ratelimit: 20 callbacks suppressed

   ProblemType: Bug
   DistroRelease: Ubuntu 10.04
   Package: alsa-base 1.0.22.1+dfsg-0ubuntu3
   ProcVersionSignature: Ubuntu 2.6.32-33.70-generic 2.6.32.41+drm33.18
   Uname: Linux 2.6.32-33-generic x86_64
   AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
   Architecture: amd64
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  ubuntu 3866 F pulseaudio
/dev/snd/pcmC0D0p:   ubuntu 3866 F...m pulseaudio
   Card0.Amixer.info:
Card hw:0 'Generic'/'HD-Audio Generic at 0xdeefc000 irq 19'
  Mixer name : 'Creative CA0110-IBG'
  Components : 'HDA:1102000a,11021006,0010'
  Controls  : 25
  Simple ctrls  : 11
   Date: Wed Aug  1 22:17:23 2012
   LiveMediaBuild: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64
 (20110720.1)
   PackageArchitecture: all
   ProcEnviron:
LANG=en_US.UTF-8
SHELL=/bin/bash
   SourcePackage: alsa-driver
   Symptom: audio
   Title: Soundcard not detected
   dmi.bios.date: 11/10/2011
   dmi.bios.vendor: American Megatrends Inc.
   dmi.bios.version: 2.0a
   dmi.board.asset.tag: To Be Filled By O.E.M.
   dmi.board.name: H8DG6/H8DGi
   dmi.board.vendor: Supermicro
   dmi.board.version: 1.0
   dmi.chassis.asset.tag: To Be Filled By O.E.M.
   dmi.chassis.type: 17
   dmi.chassis.vendor: Supermicro
   dmi.chassis.version: 1234567890
   dmi.modalias:
 dmi:bvnAmericanMegatrendsInc.:bvr2.0a:bd11/10/2011:svnSupermicro:pnH8DG6/H8DGi:pvr1234567890:rvnSupermicro:rnH8DG6/H8DGi:rvr1.0:cvnSupermicro:ct17:cvr1234567890:
   dmi.product.name: H8DG6/H8DGi
   dmi.product.version: 1234567890
   dmi.sys.vendor: Supermicro

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1031963/+subscriptions


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

Title:
  Soundcard modules load, sound doesnt work

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

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

[Bug 1031963] [NEW] Soundcard modules load, sound doesnt work

2012-08-01 Thread aaron thomas
Public bug reported:

The following modules loaded:
snd_hda_codec_ca0110 7346  1 
snd_hda_intel  25805  4 
snd_hda_codec  85759  2 snd_hda_codec_ca0110,snd_hda_intel
snd_hwdep   6924  1 snd_hda_codec
snd_pcm87946  4 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd71283  19 
snd_hda_codec_ca0110,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
snd_page_alloc  8500  2 snd_hda_intel,snd_pcm

the lscpi shows:
04:00.0 Audio device [0403]: Creative Labs [SB X-Fi Xtreme Audio] CA0110-IBG 
[1102:0009]
Subsystem: Creative Labs Device [1102:0018]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 64 (500ns min, 5000ns max)
Interrupt: pin A routed to IRQ 19
Region 0: Memory at deefc000 (32-bit, non-prefetchable) [size=16K]
Capabilities: access denied
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel

Alsamixer all volumes enabled, maxed.

Instead of sound I get this in dmesg:
[   33.292036] eth0: no IPv6 routers present
[   33.484446] hda_codec: rates == 0 (nid=0x12, val=0x0, ovrd=0)
[   33.834604] hda_codec: rates == 0 (nid=0x12, val=0x0, ovrd=0)
[   34.134197] hda_codec: rates == 0 (nid=0x12, val=0x0, ovrd=0)
[   34.633864] hda_codec: rates == 0 (nid=0x12, val=0x0, ovrd=0)
[   37.559733] __ratelimit: 495 callbacks suppressed
[   59.739798] hda_codec: rates == 0 (nid=0x12, val=0x0, ovrd=0)
[   72.683889] __ratelimit: 20 callbacks suppressed

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: alsa-base 1.0.22.1+dfsg-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.32-33.70-generic 2.6.32.41+drm33.18
Uname: Linux 2.6.32-33-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ubuntu 3866 F pulseaudio
 /dev/snd/pcmC0D0p:   ubuntu 3866 F...m pulseaudio
Card0.Amixer.info:
 Card hw:0 'Generic'/'HD-Audio Generic at 0xdeefc000 irq 19'
   Mixer name   : 'Creative CA0110-IBG'
   Components   : 'HDA:1102000a,11021006,0010'
   Controls  : 25
   Simple ctrls  : 11
Date: Wed Aug  1 22:17:23 2012
LiveMediaBuild: Ubuntu 10.04.3 LTS Lucid Lynx - Release amd64 (20110720.1)
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Title: Soundcard not detected
dmi.bios.date: 11/10/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2.0a
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: H8DG6/H8DGi
dmi.board.vendor: Supermicro
dmi.board.version: 1.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 17
dmi.chassis.vendor: Supermicro
dmi.chassis.version: 1234567890
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2.0a:bd11/10/2011:svnSupermicro:pnH8DG6/H8DGi:pvr1234567890:rvnSupermicro:rnH8DG6/H8DGi:rvr1.0:cvnSupermicro:ct17:cvr1234567890:
dmi.product.name: H8DG6/H8DGi
dmi.product.version: 1234567890
dmi.sys.vendor: Supermicro

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


** Tags: amd64 apport-bug lucid

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

Title:
  Soundcard modules load, sound doesnt work

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

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


[Bug 1031963] Re: Soundcard modules load, sound doesnt work

2012-08-01 Thread aaron thomas
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1031963

Title:
  Soundcard modules load, sound doesnt work

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

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


[Bug 607838] Re: 3w-sas driver

2012-08-01 Thread aaron thomas
I'm not using 2.6.32-34, I'm using Ubuntu 10.04, which at the time of
writing was 2.6.32-40.  I had to do the following to get it to work:

dkms.conf: code

MAKE=make -C src/ KERNELDIR=/lib/modules/$(uname -r)/build
##MAKE=make -C src/ KERNELDIR=/lib/modules/$(kernelver)/build 
CLEAN=make -C src/ clean
BUILT_MODULE_NAME=3w-sas
BUILT_MODULE_LOCATION=src/
DEST_MODULE_LOCATION=/kernel/drivers/scsi
INCLUDEDIR=/lib/modules/${kernelver}/build/include
PACKAGE_NAME=3w-sas
## VERSION 3.26.00.028-2.6.32
PACKAGE_VERSION=2.6.32
REMAKE_INITRD=yes
TARGET=3w-sas.ko

/code

In the Makefile (/usr/src/3w-sas/src/Makefile) I had to change it
to:code

## original config: this doesn't work at all, frakit!
##SRC :=$(shell if ls /usr/src/linux /dev/null 21; then echo /usr/src/linux; 
elif ls /usr/src/linux-2.6 /dev/null 21; then echo /usr/src/linux-2.6; else 
echo /lib/modules/`uname -r`/source; fi)

##we're in ubuntu, bitches! not redshmat!
BUILD_KERNEL :=$(shell uname -r)
SRC :=/lib/modules/$(BUILD_KERNEL)/build

INCLUDE_DIR := $(SRC)/include

## Version File
VERSION_FILE := $(SRC)/include/linux/version.h

##Config file search path
CONFIG_FILE := $(SRC)/include/linux/autoconf.h

TARGET=3w-sas.ko

CPPFLAGS += -I$(SRC)/drivers/scsi

## use the current working directory when building manually
#SUBDS := $(PWD)

##use the src directory when using dkms, don't know why dmks is borken...damn
SUBDS := $(PWD)/src

obj-m  := 3w-sas.o

default:
make V=1 $(CPPFLAGS) -C $(SRC) SUBDIRS=$(SUBDS) modules

clean:
rm -fr .3w-sas.* 3w-sas.mod.* 3w-sas.ko 3w-sas.o .tmp_versions *~

/code

Finally, in the /usr/src/3w-sas/src directory, I need to make a symlink
to src called src (yes, a symlink to the current directory, a loop).
DKMS was breaking all it's relative paths and needed the symlink to find
the files.

AFTER that I was able to follow the instrcutions in #3:

You then add the source with:
   dkms add -m 3w-sas -v 2.6.32

You can then build it with:
   dkms build -m 3w-sas -v 2.6.32 -k 2.6.32-24-server

Check the build status with:
   dkms status

Install it with:
   dkms install -m 3w-sas -v 2.6.32 -k 2.6.32-24-server

Works happy like that, but not at all from the other directions here, or
on the lsi website.  Hrummph.

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

Title:
  3w-sas driver

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

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


[Bug 607838] Re: 3w-sas driver

2012-08-01 Thread aaron thomas
Sorry, those first commented parts of the Makefile above didn't get
formatted pretty by this form, everything up to BUILD_KERNEL should be
commented out, the line breaks make it look like they're not.

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

Title:
  3w-sas driver

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

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


[Bug 463829] Re: No sound on Creative Labs [SB X-Fi Xtreme Audio] CA0110-IBG

2012-08-01 Thread aaron thomas
If this works in 11.04, why hasn't it been updated in the LTS ubuntu?
10.04 is still LTS on desktop until 2013, yes?

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

Title:
  No sound on Creative Labs [SB X-Fi Xtreme Audio] CA0110-IBG

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

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


[Bug 607838] Re: 3w-sas driver

2012-05-25 Thread aaron thomas
#3, I get an unlimited number of error messages trying to do this
telling me that I'm missing linux kernel header files.  Note that this
is after I've installed all relevent linux-header* deb packages using
apt-get.  So, it doesn't work, I can't use dkms to get the drivers to
work.  Yes, this means that I can no longer boot my linux server (can't
build the binaries, I'm not running red hat, lsi only provides 2.6.32-38
and earlier, I'm running 2.6.32-40).

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

Title:
  3w-sas driver

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

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


[Bug 607838] Re: 3w-sas driver

2012-05-25 Thread aaron thomas
To clarify, where others have reported that the (kernel headers) are
missing a file present in prior kernels, namely
/lib/modules/2.6.32-34-server/build/include/linux/bounds.h, which is
required to build 3w-sas.ko correctly.  My build errors out with this
missing file, but copying it from a previous kernel is not enough.  The
build then continues past the missing bound.h file and simply reports
another something.h missing file, and if I keep replacing these files I
ultimately have to install the header files for an unlimited number of
packages.  Purging and reinstalling the lnux headers has no effect.

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

Title:
  3w-sas driver

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

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


[Bug 918763] Re: Firefox 12 fails to build on Lucid x86_64 (../../../dist/include/nsCOMPtr.h:316: internal compiler error: in tree_nrv, at tree-nrv.c:143)

2012-04-25 Thread aaron thomas
I get this error when compiling thunderbird-11.0.1+build1 for lucid
(thunderbird from the page at
https://launchpad.net/ubuntu/precise/+source/thunderbird/11.0.1+build1-0ubuntu2
).I'm using gcc4.4.

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

Title:
  Firefox 12 fails to build on Lucid x86_64
  (../../../dist/include/nsCOMPtr.h:316: internal compiler error: in
  tree_nrv, at tree-nrv.c:143)

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

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