[Bug 1902293] Re: fixed_network_name still exists in drivers except heat

2024-04-18 Thread Noel Ashford
Never mind, once i deleted the bad template and made a new one post the
distro metadata update, it was fine. Can someone also please fix the
documentation online as this is happening i think as that still says to
use coreos incorrectly. This snagged me twice ;0

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

Title:
  fixed_network_name still exists in drivers except heat

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


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

[Bug 1965827] [NEW] upgrading from ubuntu 16.06 to 18.04 got this error

2022-03-21 Thread noel
Public bug reported:

Updating /boot/grub/menu.lst ... done

/etc/kernel/postinst.d/zz-update-grub:
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/50-cloudimg-settings.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.15.0-171-generic
Found initrd image: /boot/initrd.img-4.15.0-171-generic
Found linux image: /boot/vmlinuz-4.4.0-210-generic
Found initrd image: /boot/initrd.img-4.4.0-210-generic
Found linux image: /boot/vmlinuz-4.4.0-209-generic
Found initrd image: /boot/initrd.img-4.4.0-209-generic
Found linux image: /boot/vmlinuz-4.4.0-206-generic
Found initrd image: /boot/initrd.img-4.4.0-206-generic
done
Processing triggers for sgml-base (1.29) ...
Processing triggers for resolvconf (1.79ubuntu10) ...
Errors were encountered while processing:
 shim-signed
Exception during pm.DoInstall():  E:Sub-process /usr/bin/dpkg returned an error 
code (1)

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: shim-signed 1.34.9+13-0ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-210.242-generic 4.4.262
Uname: Linux 4.4.0-210-generic x86_64
.proc.sys.kernel.moksbstate_disabled: 0
ApportVersion: 2.20.9-0ubuntu7.27
Architecture: amd64
BootEFIContents:
 BOOTX64.CSV
 grub.cfg
 grubx64.efi
 mmx64.efi
 shimx64.efi
Date: Mon Mar 21 16:37:06 2022
EFIBootMgr: Error: command ['efibootmgr', '-v'] failed with exit code 2: EFI 
variables are not supported on this system.
EFITables:
 
ErrorMessage: installed shim-signed package post-installation script subprocess 
returned error exit status 1
Python3Details: /usr/bin/python3.6, Python 3.6.9, python3-minimal, 3.6.5-3
PythonDetails: /usr/bin/python2.7, Python 2.7.17, python-minimal, 2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.12ubuntu0.2
SourcePackage: shim-signed
Title: package shim-signed 1.34.9+13-0ubuntu2 failed to install/upgrade: 
installed shim-signed package post-installation script subprocess returned 
error exit status 1
UpgradeStatus: Upgraded to bionic on 2022-03-21 (0 days ago)

** Affects: shim-signed (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package bionic third-party-packages uec-images

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

Title:
  upgrading from ubuntu 16.06 to 18.04 got this error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shim-signed/+bug/1965827/+subscriptions


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

[Bug 1783325] Re: Rabbitmq-server times out during server startup

2021-04-18 Thread Noel McLoughlin
The following 'worked for me' on CentOS verion 8.

$ cat /etc/systemd/system/rabbitmq-server/limits.conf
[Service]
LimitNOFILE=65536

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

Title:
  Rabbitmq-server times out during server startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1783325/+subscriptions

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

[Bug 1881040] Re: [snap] chromedriver does not download where configured

2020-09-16 Thread Vincent NOEL
I have a similar problem trying to download to /tmp/.

Snap seems to remap it to /tmp/snap.chromium/tmp/. 
Chromedriver is allow to write to it, and the download actually works. 
The problem is that /tmp/snap.chromium have 700 as permission, so only root can 
access the file.

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

Title:
  [snap] chromedriver does not download where configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1881040/+subscriptions

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

[Bug 1869247] Re: virtualenv for py27 fails due to missing ipaddress wheel

2020-04-05 Thread Thomas NOEL
Here is a workaround :
* download ipaddress-1.0.23-py2.py3-none-any.whl from 
https://pypi.org/project/ipaddress/#files
* put it in /usr/share/python-wheels/
* try "tox -rv -e py27" again

(Hope this helps... I'm not sure you will have more support on tox/pip,
as python2 is not supported anymore)

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

Title:
  virtualenv for py27 fails due to missing ipaddress wheel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1869247/+subscriptions

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

[Bug 1777413] Re: snapd does not use system proxy settings

2019-10-10 Thread Noel Grandin
I don't know, and I'm not using Ubuntu any more, sorry, feel free to
close this.

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

Title:
  snapd does not use system proxy settings

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

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

[Bug 1777413] Re: snapd does not use system proxy settings

2019-10-10 Thread Noel Grandin
I did set it, and I did restart.

This is probably the same problem that I've seen elsewhere, where snapd
is being run via sudo or something similar, and sudo strips the relevant
environment variables.

So really this is a system-wide design problem with the interaction of
sudo and proxy settings.

No idea what the right answer is - making everything talk dbus to some
config daemon to get proxy settings?

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

Title:
  snapd does not use system proxy settings

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

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

[Bug 1767808] Re: "drm timed out" with driver i915 + Intel Mobile GM965/GL960 Integrated Graphics with Kernel 4.15

2019-05-27 Thread Timothy Noel Garner
okay I install

Ukuu 18.9

then i had it install
Linux kernel v5.1

Disabled
video=SVIDEO-1:d
in grub

restated the computer
and now like a champ it is working.

napalmfred@pop-os:~$ neofetch 
 /napalmfred@pop-os 
 /- 
  ///*767 OS: Pop!_OS 19.04 x86_64 
//7676767676*//   Host: Inspiron 1525 
   /76767//7676767//  Kernel: 5.1.0-050100-generic 
  /767676///*76767/// Uptime: 12 mins 
 ///767676///76767.///7676*///Packages: 1865 (dpkg) 
/767676//76767///767676   Shell: bash 5.0.3 
//7676767676776767/   Resolution: 1280x800 
///76767676//7676//   DE: GNOME 3.32.1 
,7676,///767///   WM: GNOME Shell 
/*7676///76   WM Theme: Pop 
///7676   Theme: Pop-slim-dark [GTK2/3] 
 ///7676///767Icons: Pop [GTK2/3] 
  //' Terminal: gnome-terminal 
   //.7676767676767676767,//  CPU: Pentium T4200 (2) @ 2.000GHz 
/767676767676767676767/   GPU: Intel Mobile GM965/GL960 
  /// Memory: 1588MiB / 5948MiB 
 /
 /

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

Title:
  "drm timed out" with driver i915 + Intel Mobile GM965/GL960 Integrated
  Graphics with Kernel 4.15

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

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

Re: [Bug 1818431] Re: Winbind failing to start leads to postinst erroring out

2019-03-20 Thread Noel McLoughlin
Hi Andreas and Robie,

Thank you for thoroughly evaluating and investigating this ticket.

We both accept that situations arise when a service cannot start after
package install/upgrade. For kernel-space service I think the maintainer
script should poll and abort in that case.  For user-space daemons ideally
the maintainer scripts are cognizant to the reality that a failed service,
while not ideal, is an acceptable state for a user space daemon. I fully
support the underlying philosophy that both you and Andreas have
communicated - ideally the service gets started.   There is at least one
important exception to this philosophy where we want to migrate from
provider A to provider B (i.e. apache to nginx) in a rolling fashion and
the workflow maybe a stepped process of install B package while service A
is still running (and locking resources needed for service B), migrate the
configuration, stop service A, start service B, uninstall package A.  This
is a corner case which I encountered with legacy linux systems.

I presume the policy-rc.d mechanism holds across Debian-derivative systems
- we have a specific saltstack bug tracking this issue - so this is
possible workaround.  I need to check that this mechanism is well
documented because I was unable to find this API when searching for a
workaround to this behaviour.  I never saw this issue with Samba-Winbind in
Ubuntu 16.04.

We both accept that this policy causes difficulties in at least the three
cases you have listed. Thanks for the detailed summarization of these
issues.

On the basis that this is general issue I accept that technically marking
this ticket (and a corresponding nginx ticket) as invalid works at
maintainer and package level.  However please understand this behaviour can
be frustrating in the wider scheme of things when we want to design
resilient systems where failures are expected.  I have not looked at the
implementation in detail with DEP packages but would prefer and encourage
non-blocking checks by maintainer scripts so apt continues to work.

I wanted to ask if there was a Technical Steering Committee (TSC) this
matter could be raised with. I lack the bandwidth to pursue this matter at
TSC right now - my FOSS work is voluntary - but for the future what is the
best way to NOT forget this issue.  It's frustrating from Engineer
perspective.

thanks
Noel

On Wed, Mar 20, 2019 at 6:50 AM Robie Basak <1818...@bugs.launchpad.net>
wrote:

> Thank you for taking the time to report this bug and helping to make
> Ubuntu better.
>
> I accept that it is a problem that situations can arise when a service
> will fail to start (for example by system misconfiguration, or as a
> result of necessary changes to local customisations triggered by a
> release upgrade), and this causes apt to fail when maintainer scripts
> fail to start such a service.
>
> The underlying principle that leads to this behaviour is the long
> standing philosophy that if a user installs a package, it is presumed
> that the user intends to use it, and so after installation is complete
> the service for which the user installed the package should be active
> with sensible defaults. This is why packages that provide services
> configure and start them by default.
>
> As Andreas points out, you can control this behaviour using policy-rc.d,
> which is the mechanism provided to allow sysadmin override of service
> control behaviour.
>
> In my view this policy causes difficulties in three cases:
>
> 1) On servers, a package's default behaviour often isn't useful, and it
> is expected that the user is a sysadmin who will configure the daemon.
> In this case, an automatic service start on package install just gets in
> the way. In my opinion, management tools (chef, puppet, ansible, etc)
> should therefore automatically use policy-rc.d on Debian and derivatives
> to provide more sensible default behaviour in their automation case, but
> they currently do not. You mention saltstack so that sounds like this
> problem applies here. This point however is a tangent to your assertions
> about service and package manager integration.
>
> 2) On server packages, it is fairly common for users to end up in a
> misconfigured state where a service cannot be started. This causes
> problems on package upgrades, since sometimes a user isn't impacted by
> the service start failure, but does get impacted by a subsequent service
> restart attempt on package upgrade unwinding through to an apt failure.
>
> 3) On release upgrades, intentional changes to how packages operate may
> invalidate previous local customisations, breaking services until the
> customisations are updated manually. This can be mitigated somewhat by
> smarter package upgrade paths, but fundamentally cannot be eliminated in
> the general case.
>
> I therefore accept that "something needs to be

Re: [Bug 1818431] Re: Winbind failing to start leads to postinst erroring out

2019-03-11 Thread Noel McLoughlin
Hi Andreas,

If for ANY reason winbind service is not startable APT will be broken -
that's the regression this ticket must address.

The samba-winbind package has introduced hard dependency on external
systems during installation process.
1. systemd - a failure to start service will breaks apt package manager.
2. PDC/BDC - a timeout or connect reset breaks apt package manager.
3. Network availability

There is no debate - the reactive manifesto is clear that samba-winbind
should be designed per best practice.

https://www.reactivemanifesto.org/glossary#Non-Blocking
A non-blocking API to a resource allows the caller the option to do other
work rather than be blocked waiting on the resource to become available.

https://www.reactivemanifesto.org/glossary#Message-Driven
Responding to the failure of a component in order to restore its proper
function, on the other hand, requires a treatment of these failures that is
not tied to ephemeral client requests, but that responds to the overall
component health state

Please fix samba-winbind package to send non-blocking request systemd start
winbind.
Breaking apt is irresponsible (and legally unwise I imagine).
Start winbind service in not-blocking fashion so system can continue to
function.

best regards,
Noel


On Mon, Mar 11, 2019 at 8:50 PM Andreas Hasenack 
wrote:

> About the package vs system managers debate, I'll just comment that it's
> not that simple, and that a package that is yet to be installed might
> need a service running already, and if that service failed to start,
> what should it do? apt stopped (it didn't "break"), so that the admin
> could figure out what is wrong.
>
> Regarding the steps you took, I can't troubleshoot your deployment system,
> but I do see that you are starting services several times, and updating
> config files in between. I would suggest the following:
> - install packages you need
> - update config files as you need them
> - join domain if needed
> - then (re)start services
>
> What you are doing, but I don't have your config files at hand to
> confirm, is restart the services with a configuration that is not yet
> valid. In particular, winbind is expecting to be joined to a domain
> already in the config you give it, but when it looks for the secret, it
> can't find it.
>
> Perhaps another option for you is to use policy-rc.d where you can
> create a policy of when services should be (re)started. See the "INIT
> SCRIPT POLICY" section in invoke-rc.d(8) manpage, or the /usr/share/doc
> /init-system-helpers/README.policy-rc.d.gz file (installed by the init-
> system-helpers package).
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1818431
>
> Title:
>   Winbind failing to start leads to postinst erroring out
>
> Status in samba package in Ubuntu:
>   Incomplete
>
> Bug description:
>   Ubuntu 16.04 just works: Winbind was a smooth experience. We install
>   `winbind`, `libnss-winbind`, and `libpam-winbind` using APT
>   successfully, join the Domain/Realm, and start winbind with systemd!
>
>   Ubuntu 18.04 is regression: The `winbind` package breaks APT/DPGK
>   package manager because `/var/lib/dpkg/info/winbind.postinst` is
>   trying to start the service - that's bad regression.
>
>   I need package-manager (apt/dpkg) to handle packages, and service-
>   manager (systemd/upstart) to manage services. Can the winbind package
>   maintainer do anything to reverse the regression?
>
>   I have been reading up on debhelper but cannot find a way to prevent
>   breaking apt.
>
>   ```
>   ~$ dpkg-query --list | grep winbind
>   iU  libnss-winbind:amd64
>  2:4.7.6+dfsg~ubuntu-0ubuntu2.6  amd64Samba nameservice
> integration plugins
>   iU  libpam-winbind:amd64
>  2:4.7.6+dfsg~ubuntu-0ubuntu2.6  amd64Windows domain
> authentication integration plugin
>   ii  libwbclient0:amd64
>  2:4.7.6+dfsg~ubuntu-0ubuntu2.6  amd64Samba winbind client
> library
>   iF  winbind
> 2:4.7.6+dfsg~ubuntu-0ubuntu2.6  amd64service to resolve user
> and gro
>
>   ... trace ...
>
>   Active: failed (Result: exit-code) since Sun 2019-03-03 11:30:11 MST;
> 19ms ago
>Docs: man:winbindd(8)
>  man:samba(7)
>  man:smb.conf(5)
> Process: 43699 ExecStart=/usr/sbin/winbindd --foreground
> --no-process-group $WINBINDOPTIONS (code=exited, status=1/FAILURE)
>Main PID: 43699 (code=exited, status=1/FAILURE)
>
>   Mar 03 11:30:11 myhost1 systemd[1]: Starting Samba Winbind Daemon...
>   Mar 03 11:30:11 myhost1 winbindd[43699]: [2019/03/03 11:30:11.597251,
> 0] ../source3/winbindd/winbindd_cache.c:3170(initialize_winbindd_cache)
>   Mar 03 11

Re: [Bug 1818431] Re: Winbind failing to start leads to postinst erroring out

2019-03-07 Thread Noel McLoughlin
Hi Andreas,

Both Debian and Ubuntu like to install services with a working default
> configuration, and it is expected that a service is running after it is
> installed. That's why winbind is started right after it is installed.


I have three concerns with apt interfering with services-
- systems theory suggests package and service managers have different
functions.
- Mission critical systems design expects this.
- The pillar of Reactive Systems theory demands *non-blocking*
communication between subsystems - no polling!

The expectation "a service is running after it is installed" is not in
question - it is principle of least surprise.
I dislike fact apt is moving into user space daemon management space.
If a user space daemon fails - who cares!If a system management
technology breaks - everyone cares - it is a devastating event.

Regarding the specific Bug I will gather the information you requested.

Here the context is an Infrastructure-as-code (
https://github.com/saltstack-formulas/samba-formula) installation which is
heavily automated but joining the domain, for security reasons, is not
automated.  Please let me know if anything jumps out.  I will try to retest
when I get time.

thanks
Noel

--  ---
... automate dns
... automate chrony
... automate nss
... automate kerberos
... etc..

apt install -y samba
systemctl start samba
cp smb.conf.custom /etc/samba/smb.conf
systemctl start samba
apt-get install -y samba-client

apt install -y samba-winbind
apt install -y libpam-winbind smbldap-tools cifs-utils
cp winbind.conf.custom /etc/samba/winbind.conf
systemctl start winbind  *fails on 16.04 but I have control and package
manager is not broken*

systemctl start nmb
systemctl start samba
systemctl start nmb
systemctl start winbind   *never works*

---  ---

net ads join EXAMPLE.COM -U domainadmin
kinit -k HOST\$@EXAMPLE.COM
systemctl restart winbind  *always works*

---  ---
automate Active Directory pam/nss
automate Citrix Linux VDA
---  ---




On Thu, Mar 7, 2019 at 8:20 PM Andreas Hasenack 
wrote:

> Hello Noel, thanks for filing this bug in Ubuntu.
>
> Both Debian and Ubuntu like to install services with a working default
> configuration, and it is expected that a service is running after it is
> installed. That's why winbind is started right after it is installed.
>
> During upgrades, the same principle applies: in order to have the new
> version of the service available after an upgrade, it must be restarted.
> If the restart fails, it should be investigated.
>
> When you say this:
> """
> Ubuntu 18.04 is regression: The `winbind` package breaks APT/DPGK package
> manager because `/var/lib/dpkg/info/winbind.postinst` is trying to start
> the service - that's bad regression.
> """
>
> Could you elaborate a bit on which steps you took for the winbind
> service to fail to run? The logs show it is complaining that it didn't
> join the domain, or somehow lost the secret.
>
> As an example, I just did the following on a fresh bionic container:
>
> sudo apt update
> sudo apt dist-upgrade -y
> sudo apt install samba winbind -y
>
> And it worked just fine:
> root@bionic-winbind:~# systemctl status winbind
> ● winbind.service - Samba Winbind Daemon
>Loaded: loaded (/lib/systemd/system/winbind.service; enabled; vendor
> preset: enabled)
>Active: active (running) since Thu 2019-03-07 20:09:32 UTC; 18s ago
>  Docs: man:winbindd(8)
>man:samba(7)
>man:smb.conf(5)
>  Main PID: 2793 (winbindd)
>Status: "winbindd: ready to serve connections..."
> Tasks: 4 (limit: 4915)
>CGroup: /system.slice/winbind.service
>├─2793 /usr/sbin/winbindd --foreground --no-process-group
>├─2795 /usr/sbin/winbindd --foreground --no-process-group
>├─2960 /usr/sbin/winbindd --foreground --no-process-group
>└─2961 /usr/sbin/winbindd --foreground --no-process-group
>
>
> Can you please share your /etc/samba/smb.conf? The logs from
> /var/log/samba/log* would also help.
>
> ** Changed in: samba (Ubuntu)
>Status: New => Incomplete
>
> ** Changed in: samba (Ubuntu)
>Importance: High => Undecided
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1818431
>
> Title:
>   Winbind failing to start leads to postinst erroring out
>
> Status in samba package in Ubuntu:
>   Incomplete
>
> Bug description:
>   Ubuntu 16.04 just works: Winbind was a smooth experience. We install
>   `winbind`, `libnss-winbind`, and `libpam-winbind` using APT
>   successfully, join the Domain/Realm, and start winbind with systemd!
>
>   Ubuntu 18.04 is regression: The `winbind` package breaks APT/DPGK
>   packa

[Bug 1512344] Re: [Master Bug] Package nginx-* failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 (due to "Address in Use" issue)

2019-03-04 Thread Noel McLoughlin
here is another Ubuntu package breaking OS:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1818431

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

Title:
  [Master Bug] Package nginx-* failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1 (due
  to "Address in Use" issue)

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

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

[Bug 1512344] Re: [Master Bug] Package nginx-* failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 (due to "Address in Use" issue)

2019-03-04 Thread Noel McLoughlin
This is bullshit and irresponsible - please fix nginx package and stop
breaking users Linux OS.

The nginx service is responsibility of systemd/upstart not
APT/ZYPPER/YUM/PACMAN etc.

This needs to be escalated if package is not fixed.

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

Title:
  [Master Bug] Package nginx-* failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1 (due
  to "Address in Use" issue)

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

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

[Bug 1818431] Re: Winbind failing to start leads to postinst erroring out

2019-03-04 Thread Noel McLoughlin
It seems to be pattern in Ubuntu that package maintainers can break OS:

https://bugs.launchpad.net/nginx/+bug/1512344?comments=all

How can this be escalated if maintainers do not address this?

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

Title:
  Winbind failing to start leads to postinst erroring out

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

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

[Bug 1818431] Re: Regression in winbind package postinstall script

2019-03-03 Thread Noel McLoughlin
I retested on Ubuntu 16.04 (Samba/Winbind packages/services, Join
Domain/Realm, start winbind) and works fine there.

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

Title:
  Regression in winbind package postinstall script

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

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

[Bug 1753518] Re: package grub-efi-amd64-signed 1.93+2.02-2ubuntu8 failed to install/upgrade: installed grub-efi-amd64-signed package post-installation script subprocess returned error exit status 1

2019-02-08 Thread Noel Miller
workaround #11 just worked for me. Dell XPS-13 (9343) circa 2016-02

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

Title:
  package grub-efi-amd64-signed 1.93+2.02-2ubuntu8 failed to
  install/upgrade: installed grub-efi-amd64-signed package post-
  installation script subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2-signed/+bug/1753518/+subscriptions

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

[Bug 1693521] Re: brcmfmac: Direct firmware load failed

2018-12-17 Thread Noel McLoughlin
Thanks, I used same workaround on Debian for similar problem.
# cp /lib/firmware/brcmfmac43430-sdio.txt /lib/firmware/brcmfmac43455-sdio.txt

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

Title:
  brcmfmac: Direct firmware load failed

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

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

[Bug 1208410] Re: package spamassassin 3.3.2-6ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-11-15 Thread Noel Maersk
Ah, perhaps it is indeed out of scope: I see now `DpkgTerminalLog.txt`
of the original reporter contains

Setting up spamassassin (3.3.2-6ubuntu1) ...
chown: groupe incorrect: «debian-spamd:debian-spamd»

I don't have time to file a proper report now.

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

Title:
  package spamassassin 3.3.2-6ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gubuntu-desktop/+bug/1208410/+subscriptions

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

[Bug 1423902] Re: package spamassassin 3.4.0-3ubuntu2.1 failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2018-11-12 Thread Noel Maersk
To clarify: this is about post-removal and that is about post-
installation. However, the cause _could_ be the same, a `systemd`
timeout.

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

Title:
  package spamassassin 3.4.0-3ubuntu2.1 failed to install/upgrade:
  subprocess installed post-removal script returned error exit status 1

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

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

[Bug 1423902] Re: package spamassassin 3.4.0-3ubuntu2.1 failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2018-11-12 Thread Noel Maersk
See if duplicate:
https://bugs.launchpad.net/ubuntu/+source/spamassassin/+bug/1208410/comments/4

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

Title:
  package spamassassin 3.4.0-3ubuntu2.1 failed to install/upgrade:
  subprocess installed post-removal script returned error exit status 1

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

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

[Bug 1208410] Re: package spamassassin 3.3.2-6ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-11-12 Thread Noel Maersk
The `postinst` script contains a directive to start the `systemd`
service (via `invoke-rc.d`); that tries to run `sa-compile`.

On one (low-powered) system where I'm experiencing this, running `sa-
compile` takes about 3 minutes.

This hits the (default) timeout of 1min 30s; the service fails;
`postinst` fails.

Increasing the timeout in any manner (e.g. in
`/etc/systemd/system.conf`) helps work around the problem.

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

Title:
  package spamassassin 3.3.2-6ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gubuntu-desktop/+bug/1208410/+subscriptions

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

[Bug 1792915] Re: Errors were encountered while processing: tex-common texlive-latex-base texlive-latex-base-doc E: Sub-process /usr/bin/dpkg returned an error code (1)

2018-09-17 Thread noel taylor
What now?

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

Title:
  Errors were encountered while processing:  tex-
  common  texlive-latex-base  texlive-latex-base-doc E: Sub-process
  /usr/bin/dpkg returned an error code (1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1792915/+subscriptions

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

[Bug 1792915] [NEW] Errors were encountered while processing: tex-common texlive-latex-base texlive-latex-base-doc E: Sub-process /usr/bin/dpkg returned an error code (1)

2018-09-17 Thread noel taylor
Public bug reported:

while trying to upgrade i get a message saying not enough disk space.
so i typed in 'sudo apt-get autoremove.
After clearing most of the old packages the error message appeared:
Errors were encountered while processing:
 tex-common
 texlive-latex-base
 texlive-latex-base-doc
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubuntu-release-upgrader-core 1:16.04.25
ProcVersionSignature: Ubuntu 4.4.0-122.146-generic 4.4.117
Uname: Linux 4.4.0-122-generic i686
NonfreeKernelModules: nvidia_uvm nvidia
ApportVersion: 2.20.1-0ubuntu2.17
Architecture: i386
CrashDB: ubuntu
CurrentDesktop: Unity
Date: Mon Sep 17 12:15:12 2018
InstallationDate: Installed on 2011-07-10 (2626 days ago)
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-release-upgrader
Symptom: dist-upgrade
UpgradeStatus: Upgraded to xenial on 2018-09-17 (0 days ago)
VarLogDistupgradeTermlog:

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug dist-upgrade i386 xenial

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

Title:
  Errors were encountered while processing:  tex-
  common  texlive-latex-base  texlive-latex-base-doc E: Sub-process
  /usr/bin/dpkg returned an error code (1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1792915/+subscriptions

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

[Bug 1777413] [NEW] snapd does not use system proxy settings

2018-06-18 Thread Noel Grandin
Public bug reported:

I'm seeing this in the logs:

  Jun 18 11:19:59 librebuild2 snapd[755]: 2018/06/18 11:19:59.542067 
autorefresh.go:327: Cannot prepare auto-refresh change: cannot refresh 
snap-declaration for "gnome-3-26-1604": Get https:/
/api.snapcraft.io/api/v1/snaps/assertions/snap-declaration/16/NmbO4ZEgTCbugdJuIMrIio0LXczdU5WN?max-format=2:
 net/http: request canceled while waiting for connection (Client.Timeout 
exceeded
 while awaiting headers)
Jun 18 11:19:59 librebuild2 snapd[755]: 2018/06/18 11:19:59.542153 
stateengine.go:101: state ensure error: cannot refresh snap-declaration for 
"gnome-3-26-1604": Get https://api.snapcraft.i
o/api/v1/snaps/assertions/snap-declaration/16/NmbO4ZEgTCbugdJuIMrIio0LXczdU5WN?max-format=2:
 net/http: request canceled while waiting for connection (Client.Timeout 
exceeded while awaiting
headers)


And I guess it's because I'm behind a proxy, and most things don't seem to read 
the system proxy settings.

This is Ubuntu18.

Perhaps the control-panel thingy should be setting the https_proxy
environment variable(s)?

** Affects: snapd (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/1777413

Title:
  snapd does not use system proxy settings

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

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

[Bug 1777147] Re: boot without a screen attached and I cannot remote in

2018-06-18 Thread Noel Grandin
Various JavaScript errors in the logs, see attached

** Attachment added: "error log"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1777147/+attachment/5153893/+files/syslog.txt

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

Title:
  boot without a screen attached and I cannot remote in

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1777147/+subscriptions

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

[Bug 1281250] Re: VNC accessible from non-linux machines only with encryption disabled

2018-06-17 Thread Noel Grandin
Common guys. This bug is still present in Ubuntu18, and it makes for a
truly lousy out-of-box experience.

Just turn encryption off by default.

The client should be the thing that wants encryption and asks for it.

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

Title:
  VNC accessible from non-linux machines only with encryption disabled

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

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

[Bug 1777147] Re: boot without a screen attached and I cannot remote in

2018-06-15 Thread Noel Grandin
In fact, even if I boot __with__ a screen, if I later unplug that
monitor, weird stuff starts happening to my  session (dragging windows
leave behinds "trails", clicking on menus and stuff stops responding,
etc)

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

Title:
  boot without a screen attached and I cannot remote in

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1777147/+subscriptions

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

[Bug 1777147] Re: boot without a screen attached and I cannot remote in

2018-06-15 Thread Noel Grandin
And by "my session" I mean my remotely logged in via screen sharing
session

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

Title:
  boot without a screen attached and I cannot remote in

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1777147/+subscriptions

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

[Bug 1777147] [NEW] boot without a screen attached and I cannot remote in

2018-06-15 Thread Noel Grandin
Public bug reported:

This is in Ubuntu 18 Desktop,

This used to work fine in Ubuntu16.

If I boot without a screen attached, I can attach via screen sharing, but the 
left hand bar is missing and nothing on the top menu bar is responsive.
Attaching a screen after that does not help, something is badly wedged, 
requires a reboot.

This is an Intel CPU with Intel graphics, nothing special, running a
freshly installed copy  of Ubuntu18.

** Affects: gnome-session (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/1777147

Title:
  boot without a screen attached and I cannot remote in

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1777147/+subscriptions

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

[Bug 1777138] [NEW] disabling ipv6 in network control panel does not disable ipv6

2018-06-15 Thread Noel Grandin
Public bug reported:

If I select "disable" on the IPV6, I can see that it is still acquiring
an IPV6 address, and that apt is still attempting to use IPV6, even
though I have disabled.

I had to edit sysctl.conf to turn it off

** Affects: gnome-control-center (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/1777138

Title:
  disabling ipv6 in network control panel does not disable ipv6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1777138/+subscriptions

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

[Bug 1777134] Re: "Download updates while installing" greyed out and ticked

2018-06-15 Thread Noel Grandin
Note that this is the bionic installer, but I could find no way to mark that in 
this bugtracker.
(The "also affects distribution/package" thing didn't lead anywhere useful)

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

Title:
  "Download updates while installing" greyed out and ticked

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

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

[Bug 1777134] [NEW] "Download updates while installing" greyed out and ticked

2018-06-15 Thread Noel Grandin
Public bug reported:

the "Download updates while installing" button is ticked and greyed out.

But I don't want to do any downloading now, I want to get to a working
OS fast and I'm at the end of a slow internet connection.

** Affects: ubiquity (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/1777134

Title:
  "Download updates while installing" greyed out and ticked

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

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

[Bug 1770908] [NEW] telegram desktop doesn't remember settings

2018-05-12 Thread David Noel
Public bug reported:

Tried installing telegram desktop from ubuntu software, (uninstall) then
synaptics package manager (same issue)

Login with phone number and enter access code. Works for 5 minutes, then
when switch back from other application, met with original install "Get
Started" screen.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: evince 3.28.2-1
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Sat May 12 20:02:53 2018
InstallationDate: Installed on 2018-05-12 (0 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
ProcEnviron:
 PATH=(custom, no username)
 XDG_RUNTIME_DIR=
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: evince
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic

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

Title:
  telegram desktop doesn't remember settings

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

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

[Bug 1769822] [NEW] VGA Resolution Detect with KVM

2018-05-08 Thread David Noel
Public bug reported:

Detects fine with direct connect, but when through kvm (works fine with
windows) will not detect proper resolution.

Log files should show:

1. Boot with KVM attached.

2. Plug monitor direct to motherboard (bypass) - old resolution for
instant, then change to proper resolution.

3. Swap back to monitor with KVM - Ok for instant, then blank and back
to low resolution.

KVM model is kvm 41ua - purchased from ebay.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Tue May  8 00:13:36 2018
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
DkmsStatus: virtualbox, 5.2.10, 4.15.0-20-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation Core Processor Integrated Graphics Controller [8086:0042] 
(rev 12) (prog-if 00 [VGA controller])
   Subsystem: Gigabyte Technology Co., Ltd Core Processor Integrated Graphics 
Controller [1458:d000]
InstallationDate: Installed on 2018-05-06 (1 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
MachineType: Gigabyte Technology Co., Ltd. H55M-USB3
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-20-generic 
root=UUID=b4d352ff-c19b-4f83-b0e6-94d042477b7f ro quiet splash vt.handoff=1
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/01/2010
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F11
dmi.board.name: H55M-USB3
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF11:bd11/01/2010:svnGigabyteTechnologyCo.,Ltd.:pnH55M-USB3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnH55M-USB3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: H55M-USB3
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.91-2
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.0~rc5-1ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.0~rc5-1ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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


** Tags: amd64 apport-bug bionic resolution ubuntu

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

Title:
  VGA Resolution Detect with KVM

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

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

[Bug 1637709] Re: Lenovo Ideapad 100 webcam always on

2018-05-03 Thread Noel Salvador Casimiro
Bug still persists in Ubuntu 18.04 on Lenovo IdeaPad 100. Webcam light
goes away after opening and closing Cheese.

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

Title:
  Lenovo Ideapad 100 webcam always on

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

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

[Bug 972077] Re: apt repository disk format has race conditions

2018-01-13 Thread Noel da Costa
Affects me too. This is making impossible for me to work with ubuntu and
vagrant.

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

Title:
  apt repository disk format has race conditions

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

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

[Bug 1705977] [NEW] package phpmyadmin 4:4.6.6-4 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2017-07-23 Thread christ Noel
Public bug reported:

I can't install phpmyadmin and mariadb-server

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: phpmyadmin 4:4.6.6-4
ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
Uname: Linux 4.10.0-19-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.5
Architecture: amd64
Date: Mon Jul 24 05:35:03 2017
ErrorMessage: le sous-processus script post-installation installé a retourné 
une erreur de sortie d'état 1
InstallationDate: Installed on 2017-07-23 (0 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.10ubuntu2
 apt  1.4
SourcePackage: phpmyadmin
Title: package phpmyadmin 4:4.6.6-4 failed to install/upgrade: le 
sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package zesty

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

Title:
  package phpmyadmin 4:4.6.6-4 failed to install/upgrade: le sous-
  processus script post-installation installé a retourné une erreur de
  sortie d'état 1

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

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

[Bug 1512344] Re: [Master Bug] Package nginx-* failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 (due to "Address in Use" issue)

2017-07-18 Thread Noel McLoughlin
Are't we confusing package management with service management?  The
purpose of packaging is to bundle software into a deployable unit for
consumption by a package manager. RFC1340 is an internet standard saying
"World Wide Web HTTP" can be served from port 80, and is neutral on
service vendor. Until an RFC is published stating nginx, a service
vendor, owns port 80 this remains a bug.

Keep package management and service management separate.  Package nginx
into a deployable unit  consumed by package managers and measure
packaging success/failure in those terms.

Do not package nginx into a deployable service unit for consumption by a
service manager, because this is beyond the scope of packaging.
packages and services are different concepts.  If nginx.service
subprocess fails, why is this a concern for nginx packaging? Just print
a message and get the package installed, that is the expectation.  There
are frameworks for service management/availability which can handle
service stuff.   Bottom line,  this is a really really bad bug and not
fixing goes against principles of choice, FOSS, etc.

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

Title:
  [Master Bug] Package nginx-* failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1 (due
  to "Address in Use" issue)

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

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


[Bug 1640970] Re: 16.10: VPN Connections -> Configure VPN grayed out

2017-03-05 Thread Noel Bowland
At least within Compiz anyway... Haven't tried it in Unity

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

Title:
  16.10: VPN Connections -> Configure VPN grayed out

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

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


[Bug 1640970] Re: 16.10: VPN Connections -> Configure VPN grayed out

2017-03-05 Thread Noel Bowland
This problem also seems to affect the "Disconnect VPN" button. It just
disappears... :(

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

Title:
  16.10: VPN Connections -> Configure VPN grayed out

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

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


[Bug 1316873] Re: Left mouse button stops working

2016-08-12 Thread Noel
I am experiencing the same problem on 14.04 LTS but only recently. I
never had any problems with this for years! I imagined some of the
recent updates created it.

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

Title:
  Left mouse button stops working

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

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


[Bug 1568604] Re: Mouse cursor lost when unlocking with Intel graphics

2016-08-10 Thread Noel Henson
Same issue Acer Aspire One D250-1116. lubuntu 16.04 LTS.
Switching to xscreensaver appears to be a reliable workaround.

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

Title:
  Mouse cursor lost when unlocking with Intel graphics

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

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


[Bug 1573454] Re: Mouse pointer disappear after suspend in Xubuntu 16.04

2016-08-10 Thread Noel Henson
*** This bug is a duplicate of bug 1568604 ***
https://bugs.launchpad.net/bugs/1568604

Same issue Acer Aspire One D250-1116. lubuntu 16.04 LTS.
Switching to xscreensaver appears to be a reliable workaround.

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

Title:
  Mouse pointer disappear after suspend in Xubuntu 16.04

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

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


[Bug 1575082] Re: mouse left button stops working in vino after 5 minutes

2016-04-28 Thread Noel Grandin
For whatever reason, this has now gone away, so closing as INVALID

** Changed in: vino (Ubuntu)
   Status: New => Invalid

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

Title:
  mouse left button stops working in vino after 5 minutes

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

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


[Bug 1575082] [NEW] mouse left button stops working in vino after 5 minutes

2016-04-26 Thread Noel Grandin
Public bug reported:

I am remoting into my Ubuntu box using RealVNC from a Windows box.

After about 5 mins (it varies from 2 mins to 15 mins), it will start
acting as if it believes that the left mouse button is always down.

Nothing I can do short of rebooting the box will fix this.

I have also tried TightVNC with the same results.

Tweaking various input options in the VNC program made no difference.

This behaviour only started when I updated to Xenial, before that Vino
had been pretty solid.

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


** Tags: xenial

** Package changed: ubuntu => vino (Ubuntu)

** Tags added: xenial

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

Title:
  mouse left button stops working in vino after 5 minutes

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

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


[Bug 1534971] Re: banshee freezes on start

2016-04-06 Thread Francois Noel
I tested the release and it's fixes the reported problem. No more
freezes on start.

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

Title:
  banshee freezes on start

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

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


[Bug 1534971] Re: banshee freezes on start

2016-04-05 Thread Francois Noel
In response to #11, as far as I know I have the default sqlite3 version.
3.11

$ dpkg -l | grep sqlite
ii  libmono-sqlite4.0-cil   
4.2.1.102+dfsg2-5ubuntu1 all  Mono Sqlite library (for 
CLI 4.0)
ii  libqt5sql5-sqlite:amd64 
5.5.1+dfsg-16ubuntu1 amd64Qt 5 SQLite 3 database 
driver
ii  libsqlite3-0:amd64  3.11.0-1ubuntu1 
 amd64SQLite 3 shared library
ii  libsqlite3-dev:amd643.11.0-1ubuntu1 
 amd64SQLite 3 development files

The CLI is package sqlite3 and also 3.11 but it's not installed on my
system.

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

Title:
  banshee freezes on start

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

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


[Bug 1534971] Re: banshee freezes on start

2016-04-03 Thread Francois Noel
I tested the patch and it fixes the problem on Wily (up to date as of
April 3rd).

I was able to rescan the library completely. Exit Banshee. Restart
Banshee without a long freeze.

@Chow Loong Jin, are you able to push this fix uptream? Should it go to
Debian or to Gnome/Banshee?

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

Title:
  banshee freezes on start

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

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


[Bug 1534971] Re: banshee freezes on start

2016-03-31 Thread Francois Noel
Using aptitude instead of apt-get works.

sudo aptitude build-dep banshee

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

Title:
  banshee freezes on start

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

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


[Bug 1534971] Re: banshee freezes on start

2016-03-31 Thread Francois Noel
Well, following this guide
https://help.ubuntu.com/community/UpdatingADeb I get stuck on the first
command.

laelia:/var/log$ sudo apt-get build-dep banshee
Reading package lists... Done
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help resolve the situation:

The following packages have unmet dependencies:
 builddeps:banshee : Depends: libgnome-desktop-dev but it is not installable
E: Unable to correct problems, you have held broken packages.


libgnome-desktop-dev does not exist in repository. Don't know what to do from 
here. Will keep searching for solution.

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

Title:
  banshee freezes on start

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

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


[Bug 1534971] Re: banshee freezes on start

2016-03-31 Thread Francois Noel
It doesn't seem it's been applied to the source yet though.

I'm thinking about testing the patch. If Banshee is not working in
16.04, it's a show stoppper for me. I'll report back if I'm successful.

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

Title:
  banshee freezes on start

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

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


[Bug 1534971] Re: banshee freezes on start

2016-03-30 Thread Francois Noel
At first glance, it looks related to this
https://bugzilla.gnome.org/show_bug.cgi?id=740879


** Bug watch added: GNOME Bug Tracker #740879
   https://bugzilla.gnome.org/show_bug.cgi?id=740879

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

Title:
  banshee freezes on start

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

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


[Bug 1350727] Re: Domains created and managed via libvirt/virsh fail to autostart

2016-01-28 Thread Noel McLoughlin
Just to share a resolution.  A general fix is to modify the /etc/init
/libvirt-bin.conf to wait for general network startup.

   $ head -4 /etc/init/libvirt-bin.conf 
   description "libvirt daemon"
   author "Dustin Kirkland "

   start on runlevel [2345] and net-device-up

To specifically fix this reported bug (br0), you could be more specific.
See below. The obvserved behaviour in Ubunty 14.10 Trusty is that
"libvirtd" daemon starts and virsh domains autostart once the interface
(eth0, wlan0, br0, etc) is up.  The value in this file cannot reference
a virsh-net device or libvirtd will never startup. It must be a net
device configured in /etc/network/interfaces and NetworkManager
obviously.

   $ head -4 /etc/init/libvirt-bin.conf 
   description "libvirt daemon"
   author "Dustin Kirkland "

   start on runlevel [2345] and net-device-up IFACE=br0

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

Title:
  Domains created and managed via libvirt/virsh fail to autostart

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

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


[Bug 1502847] Re: network manager open connect establishes connect but vpn does not work after connection is establlished.

2016-01-11 Thread Noel Burton-Krahn
This fixes the problem for me after vpnc connected:

sudo ip route add default dev tun0

I wonder if vpnc is failing to do this itself, or if NetworkManager is
getting in the way.

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

Title:
  network manager open connect establishes connect but vpn does not work
  after connection is establlished.

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

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


[Bug 1514361] [NEW] package mysql-server-5.6 5.6.27-0ubuntu1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2015-11-09 Thread Noel
Public bug reported:

Error Message

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: mysql-server-5.6 5.6.27-0ubuntu1
ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
Uname: Linux 4.2.0-16-generic i686
ApportVersion: 2.19.1-0ubuntu4
Architecture: i386
Date: Mon Nov  9 10:10:03 2015
DuplicateSignature: package:mysql-server-5.6:5.6.27-0ubuntu1:el subproceso 
instalado el script post-installation devolvió el código de salida de error 1
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 1
InstallationDate: Installed on 2015-11-09 (0 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release i386 (20151021)
Logs.var.log.daemon.log:
 
MySQLConf.etc.mysql.conf.d.mysql.cnf: [mysql]
MySQLConf.etc.mysql.conf.d.mysqldump.cnf:
 [mysqldump]
 quick
 quote-names
 max_allowed_packet = 16M
MySQLConf.etc.mysql.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['mysql', 'performance_schema', 'ibdata1', 
'debian-5.6.flag', 'ib_logfile0', 'ib_logfile1']
ProcCmdline: BOOT_IMAGE=/vmlinuz-4.2.0-16-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5
 apt  1.0.10.2ubuntu1
SourcePackage: mysql-5.6
Title: package mysql-server-5.6 5.6.27-0ubuntu1 failed to install/upgrade: el 
subproceso instalado el script post-installation devolvió el código de salida 
de error 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mysql-5.6 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 need-duplicate-check wily

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

Title:
  package mysql-server-5.6 5.6.27-0ubuntu1 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1514361/+subscriptions

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


[Bug 1514361] [NEW] package mysql-server-5.6 5.6.27-0ubuntu1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2015-11-09 Thread Noel
Public bug reported:

Error Message

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: mysql-server-5.6 5.6.27-0ubuntu1
ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
Uname: Linux 4.2.0-16-generic i686
ApportVersion: 2.19.1-0ubuntu4
Architecture: i386
Date: Mon Nov  9 10:10:03 2015
DuplicateSignature: package:mysql-server-5.6:5.6.27-0ubuntu1:el subproceso 
instalado el script post-installation devolvió el código de salida de error 1
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 1
InstallationDate: Installed on 2015-11-09 (0 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release i386 (20151021)
Logs.var.log.daemon.log:
 
MySQLConf.etc.mysql.conf.d.mysql.cnf: [mysql]
MySQLConf.etc.mysql.conf.d.mysqldump.cnf:
 [mysqldump]
 quick
 quote-names
 max_allowed_packet = 16M
MySQLConf.etc.mysql.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['mysql', 'performance_schema', 'ibdata1', 
'debian-5.6.flag', 'ib_logfile0', 'ib_logfile1']
ProcCmdline: BOOT_IMAGE=/vmlinuz-4.2.0-16-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5
 apt  1.0.10.2ubuntu1
SourcePackage: mysql-5.6
Title: package mysql-server-5.6 5.6.27-0ubuntu1 failed to install/upgrade: el 
subproceso instalado el script post-installation devolvió el código de salida 
de error 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mysql-5.6 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 need-duplicate-check wily

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

Title:
  package mysql-server-5.6 5.6.27-0ubuntu1 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1514361/+subscriptions

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

[Bug 1408165] [NEW] package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 126

2015-01-06 Thread Noel Mercer
Public bug reported:

package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 126. 
This may be similar to the others reported, but this is a 32bit machine not 
running 64bit

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: samba4 4.0.0~alpha18.dfsg1-4ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-74.109-generic 3.2.64
Uname: Linux 3.2.0-74-generic i686
ApportVersion: 2.0.1-0ubuntu17.8
Architecture: i386
Date: Tue Jan  6 16:29:32 2015
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 126
InstallationMedia: LXLE 32-bit 12.04.4 - Release i386
MarkForUpload: True
SourcePackage: samba4
Title: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 126
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 precise

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

Title:
  package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 126

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

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


[Bug 1408165] [NEW] package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 126

2015-01-06 Thread Noel Mercer
Public bug reported:

package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 126. 
This may be similar to the others reported, but this is a 32bit machine not 
running 64bit

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: samba4 4.0.0~alpha18.dfsg1-4ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-74.109-generic 3.2.64
Uname: Linux 3.2.0-74-generic i686
ApportVersion: 2.0.1-0ubuntu17.8
Architecture: i386
Date: Tue Jan  6 16:29:32 2015
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 126
InstallationMedia: LXLE 32-bit 12.04.4 - Release i386
MarkForUpload: True
SourcePackage: samba4
Title: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 126
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 precise

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

Title:
  package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 126

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

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


[Bug 1270445] Re: slow NFS4 without NEED_GSSD=yes

2014-07-25 Thread Francois Noel
I just discovered that disabling IPv6 solves the problem. I'm on Ubuntu
14.04 64bit. I did not apply any other workaround described above.

I used that procedure: http://askubuntu.com/questions/440649/cant-
disable-ipv6-in-ubuntu-14-04

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

Title:
  slow NFS4 without NEED_GSSD=yes

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

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


Re: [Bug 1323882] Re: Dell M4800 kernel crashes every few hours

2014-07-07 Thread Noel Burton-Krahn
Thanks for your reply,

I've got 32Gb RAM + 32Gb swap, so I'm not running out unless something's
leaking badly.  I'm going to replace the crappy Broadcomm Wifi card with
something else.

--
Noel


On Mon, Jul 7, 2014 at 12:35 PM, Marius B. Kotsbak 
1323...@bugs.launchpad.net wrote:

 Hmm, it looks like you are running out of RAM. What about trying with
 more swap space allocated? How much RAM does your laptop have?

 Btw, I have serious stability issues with my M4800's wifi module.

 ** Changed in: bcmwl (Ubuntu)
Status: New = Incomplete

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

 Title:
   Dell M4800 kernel crashes every few hours

 Status in “bcmwl” package in Ubuntu:
   Incomplete

 Bug description:
   Every few hours my laptop screen locks up, the fans max out, and it
   needs a hard power reset.  I'm running  Ubuntu -14.04 on a Dell
   Precision M4800.  The memory test passed.

   $ lsb_release -rd
   Description:  Ubuntu 14.04 LTS
   Release:  14.04

   uname -a
   Linux noel-m4800 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC
 2014 x86_64 x86_64 x86_64 GNU/Linux


   /var/log/kern.log is attached

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


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

Title:
  Dell M4800 kernel crashes every few hours

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

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

[Bug 925260] Re: Update Manager icon appears on the launcher when updates are available, clicking on it does not bring up the update-manager.

2014-06-06 Thread Noel Arzola
Issue on 14.04 still. Shows running in launcher and on alt+tab but you
can't access it. Easily fixed by right clicking and choosing quit, but
something like this will easily put off new adopters, especially since
this is LTS. Just my two cents...

** Attachment added: Clicking and trying to alt+tab
   
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/925260/+attachment/4126532/+files/out.ogv

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

Title:
  Update Manager icon appears on the launcher when updates are
  available, clicking on it does not bring up the update-manager.

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

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


[Bug 1323882] [NEW] Dell M4800 kernel crashes every few hours

2014-05-27 Thread Noel Burton-Krahn
Public bug reported:

Every few hours my laptop screen locks up, the fans max out, and it
needs a hard power reset.  I'm running  Ubuntu -14.04 on a Dell
Precision M4800.  The memory test passed.

$ lsb_release -rd
Description:Ubuntu 14.04 LTS
Release:14.04

uname -a
Linux noel-m4800 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux


/var/log/kern.log is attached

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

** Attachment added: kern.log
   https://bugs.launchpad.net/bugs/1323882/+attachment/4121010/+files/kern.log

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

Title:
  Dell M4800 kernel crashes every few hours

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

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


[Bug 1243972] [NEW] rhythmbox closes instead of playing next track

2013-10-23 Thread Ashley Noel Hinton
Public bug reported:

When Rhythmbox reaches the end of a track it closes/quits instead of
playing the next track. This occurs both in the main Music library and
in playlists.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: libgstreamer0.10-0 0.10.36-1.2ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.12.5-0ubuntu2
Architecture: amd64
Date: Thu Oct 24 12:05:52 2013
InstallationDate: Installed on 2013-10-19 (4 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MarkForUpload: True
SourcePackage: gstreamer0.10
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gstreamer0.10 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug saucy

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

Title:
  rhythmbox closes instead of playing next track

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/1243972/+subscriptions

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


[Bug 1207766] Re: package grub-efi-amd64 2.00-13ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-10-18 Thread Gary Noel Sargent
This was triggered by Boot Repair run on external USB to fix a
non=booting installation.

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

Title:
  package grub-efi-amd64 2.00-13ubuntu3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1241829] [NEW] alacarte crashed with expaterror in parsefile()

2013-10-18 Thread NOEL THOMAS
Public bug reported:

I am using ubuntu 10.04 LTS. When i change the appearance of the top panel the 
all items were disappeared, including menu bar.
Then i added those items to the panel. But the contents and the sub menus were 
gone. so i cant use my system properly. pls fix it

** Affects: ubuntu-docs (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/1241829

Title:
  alacarte crashed with expaterror in parsefile()

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

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


[Bug 615892] Re: Madcatz Cyborg R.A.T. 7 focus issues

2013-08-26 Thread Noel Merino Hernández
The solution given by @GA (#49) works like a charm with R.A.T. 7 in
Linux Mint 15 Olivia (32 bits) with XFCE 4.10 Desktop.

Horizontal scrolling is working! 
Forward and reverse buttons are working fine!

lsb_release -a
LSB Version:
core-2.0-ia32:core-2.0-noarch:core-3.0-ia32:core-3.0-noarch:core-3.1-ia32:core-3.1-noarch:core-3.2-ia32:core-3.2-noarch:core-4.0-ia32:core-4.0-noarch
Distributor ID: LinuxMint
Description:Linux Mint 15 Olivia
Release:15
Codename:   olivia

uname -a
Linux blackout 3.8.0-27-generic #40-Ubuntu SMP Tue Jul 9 00:19:35 UTC 2013 i686 
i686 i686 GNU/Linux

Thank you very much to @GA!!!

Greatings!!!

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

Title:
  Madcatz Cyborg R.A.T. 7 focus issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/615892/+subscriptions

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


[Bug 1174786] Re: compiz broken after upgrade

2013-04-30 Thread Noel Arzola
screenshot

** Attachment added: Screenshot from 2013-04-30 10:07:34.png
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1174786/+attachment/3660281/+files/Screenshot%20from%202013-04-30%2010%3A07%3A34.png

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

Title:
  compiz broken after upgrade

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

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


[Bug 1174786] [NEW] compiz broken after upgrade

2013-04-30 Thread Noel Arzola
Public bug reported:

upgraded to 12.10 from 12.04...lost window decorations and resolution
during the upgrade. Figured screw it and upgraded to 13.04 thinking
maybe something would have been in the upgrade to fix it but no dices.
When I boot I have no window decorations and the resolution is way off.
I can open a terminal and try to run stuff...I of course tried running
unity first but received a ton of compiz errors (attached). I then tried
just compiz, received the same errors. I opened gnome-control-center and
went to software and updates  sources  additional drivers but none
were listed. Was thinking maybe just a driver issue...went to display
too but could not select any higher of a res (this was just for sanity's
sake).

There might be more than one thing broken here, as before and after grub I get:
Error: File not found
Error: File not found
Error: File not found
Press any key to continue (this line only shows up after grub)

I've tried a purge and reinstall of both compiz and unity but no results
I've gone into recovery to try to fix broken packages but none were found

At this point I'm pretty stuck, can't seem to find anything like this
online and I've never had such a catastrophe upgrading before to know
what to do

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: compiz 1:0.9.9~daily13.04.18.1~13.04-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
Uname: Linux 3.8.0-19-generic x86_64
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDmesg:
 [   24.625410] AMD IOMMUv2 functionality not available on this system
 [   24.629279] fglrx: module license 'Proprietary. (C) 2002 - ATI 
Technologies, Starnberg, GERMANY' taints kernel.
 [   24.636008] 6[fglrx] Maximum main memory to use for locked dma buffers: 
15422 MBytes.
 [   24.636275] 3[fglrx:firegl_init_device_list] *ERROR* No supported display 
adapters were found
 [   24.636276] 3[fglrx:firegl_init_module] *ERROR* firegl_init_devices failed
Date: Tue Apr 30 10:30:32 2013
DistUpgraded: 2013-04-28 20:54:52,387 DEBUG enabling apt cron job
DistroCodename: raring
DistroVariant: ubuntu
DkmsStatus:
 fglrx, 9.010, 3.5.0-27-generic, x86_64: installed
 fglrx, 9.010, 3.8.0-19-generic, x86_64: installed
GraphicsCard:
 Advanced Micro Devices [AMD] nee ATI RS880 [Radeon HD 4290] [1002:9714] 
(prog-if 00 [VGA controller])
   Subsystem: ASRock Incorporation Device [1849:9714]
InstallationDate: Installed on 2012-04-26 (368 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=4bf831ef-dc24-4843-8665-232ac2be034b ro quiet splash vt.handoff=7
SourcePackage: compiz
UnitySupportTest:
 Error: command ['/usr/lib/nux/unity_support_test', '-p', '-f'] failed with 
exit code 1: X Error of failed request:  BadRequest (invalid request code or no 
such operation)
   Major opcode of failed request:  153 (GLX)
   Minor opcode of failed request:  19 (X_GLXQueryServerString)
   Serial number of failed request:  22
   Current serial number in output stream:  22
UpgradeStatus: Upgraded to raring on 2013-04-29 (1 days ago)
dmi.bios.date: 04/29/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P1.30
dmi.board.name: 890GX Pro3
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.30:bd04/29/2011:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rn890GXPro3:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.
version.compiz: compiz 1:0.9.9~daily13.04.18.1~13.04-0ubuntu1
version.ia32-libs: ia32-libs 20090808ubuntu36
version.libdrm2: libdrm2 2.4.43-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.1-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.1-0ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 

[Bug 1174786] Re: compiz broken after upgrade

2013-04-30 Thread Noel Arzola
** Attachment added: IMG_20130429_102409.jpg
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1174786/+attachment/3660283/+files/IMG_20130429_102409.jpg

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

Title:
  compiz broken after upgrade

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

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


[Bug 1174061] [NEW] package samba4 4.0.0+dfsg1-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 255

2013-04-28 Thread Noel Barlau
Public bug reported:

Playing around with Linux for the past 10 years or so - very very much a
dabbler.  Probably screwed something up.  It's very strange that Ubuntu
used to be able to talk to my Windows computers over Samba with nary a
problem, but now it's almost impossible to get to work.  What happened?

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: samba4 4.0.0+dfsg1-1ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
Uname: Linux 3.8.0-19-generic i686
ApportVersion: 2.9.2-0ubuntu8
Architecture: i386
Date: Sun Apr 28 16:32:56 2013
ErrorMessage: subprocess installed post-installation script returned error exit 
status 255
InstallationDate: Installed on 2013-04-28 (0 days ago)
InstallationMedia: Lubuntu 13.04 Raring Ringtail - Release i386 (20130423.1)
MarkForUpload: True
SourcePackage: samba4
Title: package samba4 4.0.0+dfsg1-1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 255
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 need-duplicate-check raring

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

Title:
  package samba4 4.0.0+dfsg1-1ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 255

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

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


[Bug 954810] Re: package cryptsetup 2:1.4.1-2ubuntu1 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2013-03-04 Thread Noel Miller
I installed opscode chef server, etc. et all
Changed my mind when it looked like there were more dependencies than I expect.
When chef server was purged the question of whether or not to keep cryptsetup 
was a question and I said no
shortly after that I thought that perhaps full disk encryption would break so 
installed it again
(all of this after an upgrade from the 3.5.0-23 kernel to 3.5.0-25

in short, after a reboot for the upgrade ... FDE choked and didn't ask for the 
passphrase.
I tried the 3.5.0-24 kernel and that didn't either
then, I booted 3.5.0-23 and it worked again.

not entirely sure what happened.

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

Title:
  package cryptsetup 2:1.4.1-2ubuntu1 failed to install/upgrade:
  subprocess new pre-removal script returned error exit status 1

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

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


[Bug 1001221] Re: 12.04 black screen with blinking cursor when switching users

2013-01-21 Thread Noel Arzola
Crick would you be able to add your /var/log/lightdm/lightdm.log after
getting the issue as well please?

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

Title:
  12.04 black screen with blinking cursor when switching users

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

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


[Bug 996745] Re: Deja Dup fails during restore

2012-12-14 Thread Noel Arzola
has anyone tested that patch? the errors listed in that bug linked are
different than the errors we are experiencing. Not sure how to apply it
to test it myself

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

Title:
  Deja Dup fails during restore

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/996745/+subscriptions

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


[Bug 1051882] Re: NBS: Needs porting to latest evolution-data-server API

2012-11-19 Thread Sébastien Noel
** Patch added: evolution-indicator-eds3.6_v3.diff
   
https://bugs.launchpad.net/ubuntu/+source/evolution-indicator/+bug/1051882/+attachment/3438717/+files/evolution-indicator-eds3.6_v3.diff

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

Title:
  NBS: Needs porting to latest evolution-data-server API

To manage notifications about this bug go to:
https://bugs.launchpad.net/evolution-indicator/+bug/1051882/+subscriptions

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


[Bug 1051882] Re: NBS: Needs porting to latest evolution-data-server API

2012-11-11 Thread Sébastien Noel
my C skills are pretty low but it works for me.
that new patch port the code to build with evolution 3.6 and messaging-menu.


** Patch added: evolution-indicator-eds3.6_v2.diff
   
https://bugs.launchpad.net/evolution-indicator/+bug/1051882/+attachment/3430572/+files/evolution-indicator-eds3.6_v2.diff

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

Title:
  NBS: Needs porting to latest evolution-data-server API

To manage notifications about this bug go to:
https://bugs.launchpad.net/evolution-indicator/+bug/1051882/+subscriptions

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


[Bug 1001221] Re: 12.04 black screen with blinking cursor when switching users

2012-10-19 Thread Noel Arzola
Pressing ctrl+alt+del when this happens reboots the system. Not sure why
someone would want to do that though, it is much easier to hit
ctrl+alt+f7 and will ensure nothing is corrupted or lost for the current
user.

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

Title:
  12.04 black screen with blinking cursor when switching users

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

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


[Bug 1001221] Re: 12.04 black screen with blinking cursor when switching users

2012-10-19 Thread Noel Arzola
Anyone run into this on 12.10?

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

Title:
  12.04 black screen with blinking cursor when switching users

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

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


[Bug 1022763] Re: [Audigy2 - SB Audigy 2 ZS [SB0350], playback] No sound at all

2012-09-09 Thread Jean Noel
I finally reinstalled ubuntu 12.04. All is working normally.
Thanks to you all
Jean Noel

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

Title:
  [Audigy2 - SB Audigy 2 ZS [SB0350], playback] No sound at all

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

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


[Bug 875054] Re: Oneiric spontaneously powers off

2012-08-28 Thread Noel J. Bergman
I just had it repeat with kernel 3.2.0-29-generic.  I was doing nothing
particularly interesting, just scrolling Google Maps.  No system stress,
nor are any of the sensors showing remotely hot.

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

Title:
  Oneiric spontaneously powers off

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

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


[Bug 1001221] Re: 12.04 black screen with blinking cursor when switching users

2012-08-26 Thread Noel Arzola
Fully updated, issue remains

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

Title:
  12.04 black screen with blinking cursor when switching users

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

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


[Bug 1022763] Re: [Audigy2 - SB Audigy 2 ZS [SB0350], playback] No sound at all

2012-08-22 Thread Jean Noel
I wanted to install zynsubaddfx synth. During the install jack was also
installed. I think this screwed up my previously working installation.
Now I have no sound. Any hint on how I should remove jack? Regards

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

Title:
  [Audigy2 - SB Audigy 2 ZS [SB0350], playback] No sound at all

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

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


[Bug 1022134] [NEW] Lexmark S505 unable to communicate with computer

2012-07-07 Thread NOEL Nicolas
Public bug reported:

Hello

Since Ubuntu 12.04 upgrade, my lexmark S505 cannot print.
The upgrade CUPS 1.5.2 --CUPS 1.5.3 corrected the problem temporarily, but the 
bug is since reappeared.

Thanks for your help

The error logs for the four last jobs is the following:

E [07/Jul/2012:18:34:53 +0200] Filter hpgltops not found.
E [07/Jul/2012:18:34:53 +0200] Filter pstoraster not found.
E [07/Jul/2012:18:34:53 +0200] Filter oopstops not found.
W [07/Jul/2012:18:34:53 +0200] failed to CreateProfile: 
org.freedesktop.ColorManager.AlreadyExists:profile id 
'Lexmark_Pro200S500_Series-Gray..' already exists
W [07/Jul/2012:18:34:53 +0200] failed to CreateProfile: 
org.freedesktop.ColorManager.AlreadyExists:profile id 
'Lexmark_Pro200S500_Series-RGB..' already exists
W [07/Jul/2012:18:34:53 +0200] failed to CreateDevice: 
org.freedesktop.ColorManager.AlreadyExists:device id 
'cups-Lexmark_Pro200S500_Series' already exists
W [07/Jul/2012:18:34:53 +0200] failed to CreateProfile: 
org.freedesktop.ColorManager.AlreadyExists:profile id 
'Pro200-S500-Series-Gray..' already exists
W [07/Jul/2012:18:34:53 +0200] failed to CreateProfile: 
org.freedesktop.ColorManager.AlreadyExists:profile id 
'Pro200-S500-Series-RGB..' already exists
W [07/Jul/2012:18:34:53 +0200] failed to CreateDevice: 
org.freedesktop.ColorManager.AlreadyExists:device id 'cups-Pro200-S500-Series' 
already exists
E [07/Jul/2012:18:38:20 +0200] PID 3692 
(/usr/local/lexmark/legacy/bin/printfilter) crashed on signal 11.
E [07/Jul/2012:18:38:28 +0200] [Job 104] Job stopped due to filter errors; 
please consult the error_log file for details.
D [07/Jul/2012:18:38:28 +0200] [Job 104] The following messages were recorded 
from 18:38:11 to 18:38:27
D [07/Jul/2012:18:38:28 +0200] [Job 104] Adding start banner page none.
D [07/Jul/2012:18:38:28 +0200] [Job 104] Adding end banner page none.
D [07/Jul/2012:18:38:28 +0200] [Job 104] File of type application/pdf queued by 
nico.
D [07/Jul/2012:18:38:28 +0200] [Job 104] hold_until=0
D [07/Jul/2012:18:38:28 +0200] [Job 104] Queued on Pro200-S500-Series by 
nico.
D [07/Jul/2012:18:38:28 +0200] [Job 104] job-sheets=none,none
D [07/Jul/2012:18:38:28 +0200] [Job 104] argv[0]=Pro200-S500-Series
D [07/Jul/2012:18:38:28 +0200] [Job 104] argv[1]=104
D [07/Jul/2012:18:38:28 +0200] [Job 104] argv[2]=nico
D [07/Jul/2012:18:38:28 +0200] [Job 104] argv[3]=FCL09171842.pdf
D [07/Jul/2012:18:38:28 +0200] [Job 104] argv[4]=1
D [07/Jul/2012:18:38:28 +0200] [Job 104] argv[5]=ColorModel=AllColors 
number-up=1 noPrintMirror DupDryTime=UsePrinterSettings PageSize=A4 
MediaType=Automatic Sharpening=2 PrintQuality=Automatic 
Duplex=UsePrinterSettings 
job-uuid=urn:uuid:6926ae25-a4e9-374a-5d0f-a819ca0d4dbb 
job-originating-host-name=localhost time-at-creation=1341679091 
time-at-processing=1341679091
D [07/Jul/2012:18:38:28 +0200] [Job 104] argv[6]=/var/spool/cups/d00104-001
D [07/Jul/2012:18:38:28 +0200] [Job 104] envp[0]=CUPS_CACHEDIR=/var/cache/cups
D [07/Jul/2012:18:38:28 +0200] [Job 104] envp[1]=CUPS_DATADIR=/usr/share/cups
D [07/Jul/2012:18:38:28 +0200] [Job 104] 
envp[2]=CUPS_DOCROOT=/usr/share/cups/doc-root
D [07/Jul/2012:18:38:28 +0200] [Job 104] 
envp[3]=CUPS_FONTPATH=/usr/share/cups/fonts
D [07/Jul/2012:18:38:28 +0200] [Job 104] 
envp[4]=CUPS_REQUESTROOT=/var/spool/cups
D [07/Jul/2012:18:38:28 +0200] [Job 104] envp[5]=CUPS_SERVERBIN=/usr/lib/cups
D [07/Jul/2012:18:38:28 +0200] [Job 104] envp[6]=CUPS_SERVERROOT=/etc/cups
D [07/Jul/2012:18:38:28 +0200] [Job 104] envp[7]=CUPS_STATEDIR=/var/run/cups
D [07/Jul/2012:18:38:28 +0200] [Job 104] envp[8]=HOME=/var/spool/cups/tmp
D [07/Jul/2012:18:38:28 +0200] [Job 104] 
envp[9]=PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin
D [07/Jul/2012:18:38:28 +0200] [Job 104] 
envp[10]=SERVER_ADMIN=root@nico-desktop
D [07/Jul/2012:18:38:28 +0200] [Job 104] envp[11]=SOFTWARE=CUPS/1.5.3
D [07/Jul/2012:18:38:28 +0200] [Job 104] envp[12]=TMPDIR=/var/spool/cups/tmp
D [07/Jul/2012:18:38:28 +0200] [Job 104] envp[13]=USER=root
D [07/Jul/2012:18:38:28 +0200] [Job 104] 
envp[14]=CUPS_SERVER=/var/run/cups/cups.sock
D [07/Jul/2012:18:38:28 +0200] [Job 104] envp[15]=CUPS_ENCRYPTION=IfRequested
D [07/Jul/2012:18:38:28 +0200] [Job 104] envp[16]=IPP_PORT=631
D [07/Jul/2012:18:38:28 +0200] [Job 104] envp[17]=CHARSET=utf-8
D [07/Jul/2012:18:38:28 +0200] [Job 104] envp[18]=LANG=fr_FR.UTF-8
D [07/Jul/2012:18:38:28 +0200] [Job 104] 
envp[19]=PPD=/etc/cups/ppd/Pro200-S500-Series.ppd
D [07/Jul/2012:18:38:28 +0200] [Job 104] envp[20]=RIP_MAX_CACHE=128m
D [07/Jul/2012:18:38:28 +0200] [Job 104] envp[21]=CONTENT_TYPE=application/pdf
D [07/Jul/2012:18:38:28 +0200] [Job 104] 
envp[22]=DEVICE_URI=usb://Lexmark/Pro200-S500%20Series?serial=90T5098U3845785interface=1
D [07/Jul/2012:18:38:28 +0200] [Job 104] envp[23]=PRINTER_INFO=Lexmark 
Pro200-S500 Series
D [07/Jul/2012:18:38:28 +0200] [Job 104] 
envp[24]=PRINTER_LOCATION=nico-desktop
D [07/Jul/2012:18:38:28 +0200] [Job 104] envp[25]=PRINTER=Pro200-S500-Series
D 

[Bug 875054] Re: [Oneiric][Regression[ Oneiric spontaneously powers off

2012-06-29 Thread Noel J. Bergman
** Changed in: linux (Ubuntu)
   Status: Expired = Confirmed

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

Title:
  [Oneiric][Regression[ Oneiric spontaneously powers off

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

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


[Bug 875054] Re: [Oneiric][Regression[ Oneiric spontaneously powers off

2012-06-29 Thread Noel J. Bergman
Christopher, I've been monitoring the sensors, and they all appear
normal.  Right up to the point where the laptop shuts down.  And I have
run it on up-to-date kernels.  The irony is that it FAILS on Ubuntu
11.10 or later, and NEVER on Ubuntu 11.04 or earlier.

I will grab whatever the latest upstream kernel for Oneiric is today,
and try it.  I'm currently on 3.0.0-21, with 3.0.0-22 on its way.

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

Title:
  [Oneiric][Regression[ Oneiric spontaneously powers off

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

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


[Bug 875054] Re: [Oneiric][Regression[ Oneiric spontaneously powers off

2012-06-29 Thread Noel J. Bergman
Christopher, do you want me to try a 3.[2345] kernel on Oneiric?  I can
grap a later one, even though it is listed for a newer release.

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

Title:
  [Oneiric][Regression[ Oneiric spontaneously powers off

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

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


[Bug 875054] Re: Oneiric spontaneously powers off

2012-06-29 Thread Noel J. Bergman
Christopher, those newer versions of the kernel require libc6  oneiric,
which means I'll have to update to a newer release in order to test.
I'll try to get to it soon.

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

Title:
  Oneiric spontaneously powers off

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

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


[Bug 1001221] Re: 12.04 black screen with blinking cursor when switching users

2012-06-15 Thread Noel Arzola
Anything in there that helps or anything I might be able to add or try
out?

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

Title:
  12.04 black screen with blinking cursor when switching users

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

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


[Bug 798445] Re: can't discern between two files or folder with identical names

2012-06-13 Thread Noel Grandin
I have 2 suggestions

(1) create tooltips for the files and folders which display the full
name

(2) when there are duplicates in the search results, switch from just
displaying file names to displaying a compressed representation of the
path, preferably just the parts of the path that do not overlap.

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

Title:
  can't discern between two files or folder with identical names

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/798445/+subscriptions

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


[Bug 1001221] [NEW] 12.04 black screen with blinking cursor when switching users

2012-05-18 Thread Noel Arzola
Public bug reported:

When switching users on 12.04 it will sometimes just go to a black
screen with a cursor. The user switching to is not logged in yet.

Expected behavior: 
Click current user up top from the drop-down click the user wanting to log in 
 brought to the lightdm log in screen and log that user in

Instead:
Click current user up top from the dropdown click the user wanting to log in  
brought to a black screen with a blinking cursor

From here, you cannot type or initiate any keyboard shortcuts other than
Ctrl +Alt+F(1-6) to reach tty1 etc, or Ctrl+Alt+F7 to return to the user
that you were originally trying to switch from. Ctrl+Alt+F8 will bring
you back to the black screen.

This happens pretty often so I should be able to test anything needed.
Thanks!

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: lightdm 1.2.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Fri May 18 08:00:55 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: lightdm
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  12.04 black screen with blinking cursor when switching users

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

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


[Bug 1001221] Re: 12.04 black screen with blinking cursor when switching users

2012-05-18 Thread Noel Arzola
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1001221

Title:
  12.04 black screen with blinking cursor when switching users

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

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


[Bug 1001221] Re: 12.04 black screen with blinking cursor when switching users

2012-05-18 Thread Noel Arzola
Oh, if you log the current user out instead of switching it will bring
you to the log in screen without issue

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

Title:
  12.04 black screen with blinking cursor when switching users

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

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


[Bug 1001228] [NEW] send an error report to help fix this problem does nothing when checked

2012-05-18 Thread Noel Arzola
Public bug reported:

1. Encounter a crash.
2. When the error alert appears, check Send an error report to help fix this 
problem, and choose Continue.

What happens: Nothing. The window closes.

Expected: Info collected and brought to launchpad to report the issue,
or told that the crash is already reported

This happens on both my netbook and desktop, clean installs of Ubuntu
12.04

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: apport-gtk 2.0.1-0ubuntu7
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
Uname: Linux 3.2.0-24-generic-pae i686
ApportLog:
 
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
CrashReports:
 600:111:122:0:2012-05-18 07:58:53.168714169 -0400:2012-05-18 
07:58:53.168714169 -0400:/var/crash/_usr_bin_gnome-control-center.1001.uploaded
 640:1001:122:4508862:2012-05-18 07:50:32.438236000 -0400:2012-05-18 
07:58:51.860707779 -0400:/var/crash/_usr_bin_gnome-control-center.1001.crash
 664:1001:122:0:2012-05-18 07:58:50.840702623 -0400:2012-05-18 
07:58:50.840702623 -0400:/var/crash/_usr_bin_gnome-control-center.1001.upload
Date: Fri May 18 08:16:25 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha i386 (20120219)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: apport
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 precise

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

Title:
  send an error report to help fix this problem does nothing when
  checked

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

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


[Bug 1001228] Re: send an error report to help fix this problem does nothing when checked

2012-05-18 Thread Noel Arzola
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1001228

Title:
  send an error report to help fix this problem does nothing when
  checked

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

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


[Bug 1001221] Re: 12.04 black screen with blinking cursor when switching users

2012-05-18 Thread Noel Arzola
Sorry, the steps above under instead are the reproduction steps, we
strictly switch through the indicator/lightdm process. I only mentioned
the keyboard shortcuts to advise what could be done from the blank
screen once it appears. Will work on getting that file up

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

Title:
  12.04 black screen with blinking cursor when switching users

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

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


[Bug 1001221] Re: 12.04 black screen with blinking cursor when switching users

2012-05-18 Thread Noel Arzola
Gotcha. 2 users on the machine, me and my wife. Her account (michelle)
is set to auto-login on boot. This only appears to occur going from her
account to mine. This happens with her logged in and mine logged out.
Typically not on the first attempt. So she will be logged in, I will
click to switch to mine, log in at the login screen, once I'm done I
logout, she switches to her from the login screen to resume her session,
then later when I again attempt to login using the steps above the
screen comes up.

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

Title:
  12.04 black screen with blinking cursor when switching users

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

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


[Bug 1001221] Re: 12.04 black screen with blinking cursor when switching users

2012-05-18 Thread Noel Arzola
** Attachment added: lightdm.log
   
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1001221/+attachment/3152234/+files/lightdm.log

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

Title:
  12.04 black screen with blinking cursor when switching users

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

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


[Bug 615892] Re: Madcatz Cyborg R.A.T. 7 focus issues

2012-05-18 Thread Noel Merino Hernández
From this page:

http://delightlylinux.wordpress.com/2012/03/22/making-the-cyborg-rat-7
-albino-work-with-ubuntu/#comment-725

... a boy reported that the RAT 7 works perfectly in Ubuntu 12.04
(Precise Pangolin)

Just follow the instructions given by GA (# 50)

Happy hacking...!

Blackout.

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

Title:
  Madcatz Cyborg R.A.T. 7 focus issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/615892/+subscriptions

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


[Bug 1000890] [NEW] I m loosing connexion each 10 sec.

2012-05-17 Thread Noel Savignano
Public bug reported:

I m programmer and I just updated the latest package on my computer. Intel 
core. I5 CPU 3.20 x4 os 32 bit. Ubuntu 12.4  and now I m stock I cannot work on 
ssh connection. I m working on iPad now , so what I have to do to have stable 
version, can I go back .?
Please help me.. Thanks
Noel
Is on latest update on 12.04 tls this morning

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: bot-comment

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

Title:
  I m loosing connexion each 10 sec.

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

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


[Bug 1000890] Re: Losing connection every 10 sec.

2012-05-17 Thread Noel Savignano
apport information

** Tags added: apport-collected precise

** Description changed:

  I m programmer and I just updated the latest package on my computer. Intel 
core. I5 CPU 3.20 x4 os 32 bit. Ubuntu 12.4  and now I m stock I cannot work on 
ssh connection. I m working on iPad now , so what I have to do to have stable 
version, can I go back .?
  Please help me.. Thanks
  Noel
  Is on latest update on 12.04 tls this morning
+ --- 
+ ApportVersion: 2.0.1-0ubuntu7
+ Architecture: i386
+ CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
+ DistroRelease: Ubuntu 12.04
+ IfupdownConfig:
+  auto lo
+  iface lo inet loopback
+ InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
+ IpRoute:
+  default via 192.168.1.1 dev eth0  proto static 
+  169.254.0.0/16 dev eth0  scope link  metric 1000 
+  192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.167  metric 
1 
+  192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1
+ IwConfig:
+  lono wireless extensions.
+  
+  virbr0no wireless extensions.
+  
+  eth0  no wireless extensions.
+ NetworkManager.state:
+  [main]
+  NetworkingEnabled=true
+  WirelessEnabled=true
+  WWANEnabled=true
+  WimaxEnabled=true
+ Package: network-manager 0.9.4.0-0ubuntu4
+ PackageArchitecture: i386
+ ProcEnviron:
+  LANGUAGE=en_CA:en
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_CA.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
+ RfKill:
+  
+ Tags:  precise
+ Uname: Linux 3.2.0-24-generic-pae i686
+ UpgradeStatus: Upgraded to precise on 2012-05-03 (14 days ago)
+ UserGroups: adm admin cdrom dialout libvirtd lpadmin mail plugdev sambashare
+ nmcli-con:
+  NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
+  Wired connection 161619e65-1d38-4d1d-8818-dff60c37ee2e   
802-3-ethernet1337279576   Thu 17 May 2012 12:32:56 PM MDTyes   
no /org/freedesktop/NetworkManager/Settings/0
+ nmcli-dev:
+  DEVICE TYPE  STATE DBUS-PATH 
 
+  eth0   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/0
+ nmcli-nm:
+  RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
+  running 0.9.4.0connected   enabled   enabled 
enabledenabled disabled

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1000890/+attachment/3150942/+files/Dependencies.txt

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

Title:
  Losing connection every 10 sec.

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

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


[Bug 1000890] NetDevice.eth0.txt

2012-05-17 Thread Noel Savignano
apport information

** Attachment added: NetDevice.eth0.txt
   
https://bugs.launchpad.net/bugs/1000890/+attachment/3150944/+files/NetDevice.eth0.txt

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

Title:
  Losing connection every 10 sec.

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

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


  1   2   3   4   5   6   7   8   9   10   >