[Bug 2059952] Re: pro sometimes runs before cloud-config.service

2024-05-06 Thread Catherine Redfield
I reran the Xenial verification process and found that this proposed package does not change the behavior; that is, with the proposed package, pro services are still enable on first boot. Upon further investigation, I found that the version of cloud-init in xenial is

[Bug 2059952] Re: pro sometimes runs before cloud-config.service

2024-05-02 Thread Catherine Redfield
After some further investigation it seems that this bug does not occur in AWS (since the available pro image does not include the affected packages) and testing is not possible in Azure due to their image registration policies. Please let me know if the verification can be approved with solely

[Bug 2059952] Re: pro sometimes runs before cloud-config.service

2024-04-17 Thread Catherine Redfield
We do not publish GCP pro images for mantic so the bug does occur there, hence there is no validation for mantic GCP. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2059952 Title: pro sometimes runs

[Bug 2059952] Re: pro sometimes runs before cloud-config.service

2024-04-17 Thread Catherine Redfield
Xenial Validation GCP: $ gcloud compute instances create pro-order-bug --image testing- ubuntu-1604-xenial-v20240417 --image-project ubuntu-catred --metadata- from-file=user-data=userdata.yaml --zone us-central1-a catred@pro-order-bug:~$ apt-cache policy ubuntu-pro-client ubuntu-pro-client:

[Bug 2059952] Re: pro sometimes runs before cloud-config.service

2024-04-17 Thread Catherine Redfield
Bionic Validation GCP: $ gcloud compute instances create pro-order-bug --image testing- ubuntu-1804-bionic-v20240417 --image-project ubuntu-catred --metadata- from-file=user-data=userdata.yaml --zone us-central1-a catred@pro-order-bug:~$ apt-cache policy ubuntu-pro-client ubuntu-pro-client:

[Bug 2059952] Re: pro sometimes runs before cloud-config.service

2024-04-16 Thread Catherine Redfield
Focal Validation GCP: $ gcloud compute instances create pro-order-bug --image testing- ubuntu-2004-focal-v20240416 --image-project ubuntu-catred --metadata- from-file=user-data=userdata.yaml --zone us-central1-a catred@pro-order-bug:~$ apt-cache policy ubuntu-pro-client ubuntu-pro-client:

[Bug 2059952] Re: pro sometimes runs before cloud-config.service

2024-04-16 Thread Catherine Redfield
Jammy Validation GCP: $ gcloud compute instances create pro-order-bug --image testing- ubuntu-2204-jammy-v20240416 --image-project ubuntu-catred --metadata- from-file=user-data=userdata.yaml --zone us-central1-a catred@pro-order-bug:~$ apt-cache policy ubuntu-pro-client ubuntu-pro-client:

[Bug 2059952] Re: pro sometimes runs before cloud-config.service

2024-04-16 Thread Catherine Redfield
** Description changed: [ Impact ] Currently, the Pro client support a daemon named ubuntu-advantage.service that performs two actions: * Actively look for Pro licenses on Azure and GCP images to perform an auto-attach * Retry auto-attach on Pro images if that command fails on boot

[Bug 2059952] Re: pro sometimes runs before cloud-config.service

2024-04-16 Thread Catherine Redfield
Test plan details: Build image that pulls pro from -proposed. If necessary, I can expand on the exact bartender command/changes made. Upload and register the image with a cloud (GCP will be used for testing since that was where I first observed the bug and could reliably reproduce).

[Bug 2060578] Re: postfix installed during release upgrade to Noble

2024-04-10 Thread Catherine Redfield
We also see this bug running do-release-upgrade on GCE base VMs. Prior to running the upgrade and after running the upgrade, postfix is not installed: catred@jammy-to-noble-upgrade-arm64:~$ dpkg --no-pager --list postfix dpkg-query: no packages found matching postfix If I create a second SSH

[Bug 2060558] Re: AppArmor profile `unconfined_restrictions` missing for noble 6.8 kernel

2024-04-08 Thread Catherine Redfield
** Changed in: livecd-rootfs (Ubuntu Noble) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060558 Title: AppArmor profile `unconfined_restrictions` missing for

[Bug 2052789] Re: AppArmor profiles missing in kernel 5.15.0-1051+ release

2024-03-28 Thread Catherine Redfield
Patch for updating the changelog to cover the added function as well as the new apparmor directory ** Patch added: "LP2059730.patch" https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/2052789/+attachment/5760382/+files/LP2059730.patch -- You received this bug notification because

[Bug 2059730] Re: Focal 5.15 kernel apparmor mismatch missing snap_validate_preseed functionality in livecd-rootfs

2024-03-28 Thread Catherine Redfield
Patch for updating the changelog to cover the added function as well as the new apparmor directory ** Patch added: "LP2059730.patch" https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/2059730/+attachment/5760381/+files/LP2059730.patch -- You received this bug notification because

[Bug 2057965] Re: google-startup-scripts runs before cloud-init finished network setup

2024-03-19 Thread Catherine Redfield
> Why the patch in https://bugs.launchpad.net/ubuntu/+source/google- guest-agent/+bug/2057965/comments/5 and Impact description order gga after cloud-final.service but the merged (temporal) cpc_packaging.extra MRs order gga after cloud-config.service? cloud-final.service runs after

[Bug 2057965] Re: google-startup-scripts runs before cloud-init finished network setup

2024-03-18 Thread Catherine Redfield
** Description changed: [ Impact ] In certain situations (consistently with ubuntu-pro=31.2 and cloud- init=23.4.4), cloud-config.service has not completed before google- startup-scripts.service runs. This can cause startup scripts that rely on apt to fail, as cloud-init is

[Bug 2057965] Re: google-startup-scripts runs before cloud-init finished network setup

2024-03-15 Thread Catherine Redfield
** Description changed: + [ Impact ] + + In certain situations (consistently with ubuntu-pro=31.2 and cloud- + init=23.4.4), cloud-config.service has not completed before google- + startup-scripts.service runs. This can cause startup scripts that rely + on apt to fail, as cloud-init is

[Bug 2057965] Re: google-startup-scripts runs before cloud-init finished network setup

2024-03-15 Thread Catherine Redfield
I believe the attached patch should fix this issue. ** Patch added: "0006-order-startup-scripts-after-cloud-final.patch" https://bugs.launchpad.net/ubuntu/+source/google-guest-agent/+bug/2057965/+attachment/5756329/+files/0006-order-startup-scripts-after-cloud-final.patch -- You received

[Bug 2057965] Re: google-startup-scripts runs before cloud-init finished network setup

2024-03-15 Thread Catherine Redfield
We are seeing similar failures across older images (mantic and earlier) but not in noble, perhaps because noble is using cloud-init 24.1 (which runs faster due to not waiting on snap seeding). However, even in noble, we don't see cloud-config.service in the critical chain:

[Bug 2057965] [NEW] google-startup-scripts runs before cloud-init finished network setup

2024-03-14 Thread Catherine Redfield
Public bug reported: New GCP dailies are failing startup-script tests, due to network not being fully set up when startup scripts are run. The failure can be reproduced as follows: Using startup_script.sh: #!/bin/bash cp /etc/apt/sources.list /tmp/startup-sources.list $ gcloud compute

[Bug 1883127] [NEW] next installing kernel 4.15.0-106 an't boot

2020-06-11 Thread Catherine Potier
Public bug reported: https://termbin.com/9njr kernel 4.15.0-101 does work Thank you ** Affects: linux (Ubuntu) Importance: Undecided Status: Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1875305] [NEW] not all built-in mouse functions work as expected (I can click and scroll but I can't move the mouse)

2020-04-27 Thread Catherine Raya Polishchuk
Public bug reported: This happened after I turned off the mouse to clean my laptop and then turned it back on using the keyboard combination Fn + F5. I restarted my computer and weirdly enough the mouse seems to be working just fine (I can move it) on the login screen. But as soon as I'm logged

[Bug 1832419] [NEW] Xorg freeze

2019-06-11 Thread catherine
Public bug reported: Freezes when connected to wifi. Running lsof -i and closing some of the processes results in black display, need to restart computer. i can use the computer for very short periods when connected to the internet, frequently the display freezes requiring restart.

[Bug 1775843] [NEW] Thunderbird keeps bombarding inbox with repeat emails each time I open or ask to fetch emails how do I fix

2018-06-08 Thread Catherine
Public bug reported: The repetition of emails in my inbox each time I open Thunderbird is tedious. How do I prevent this from happening ** Affects: ubuntu Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1771499] [NEW] package linux-image-extra-4.4.0-122-generic 4.4.0-122.146 failed to install/upgrade: subprocess installed post-removal script was killed by signal (Terminated)

2018-05-15 Thread Catherine N.
/controlC1: catherine 2155 F pulseaudio /dev/snd/controlC0: catherine 2155 F pulseaudio Date: Tue May 15 22:17:02 2018 DuplicateSignature: package:linux-image-extra-4.4.0-122-generic:4.4.0-122.146 Removing linux-image-extra-4.4.0-122-generic (4.4.0-122.146) ... run-parts: executing /

[Bug 1575859] Re: Failed to download repository information

2016-08-21 Thread Catherine N.
I get the same thing. "Failed to download repository information. Check your internet connection." Every single time. If you click "Settings" then "Close" (with the new window) the software updater will magically update and either offer new updates to download or say "The software on this computer

[Bug 1280522] Re: Replace assertEqual(None, *) with assertIsNone in tests

2016-02-21 Thread Catherine Diep
** No longer affects: refstack -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1280522 Title: Replace assertEqual(None, *) with assertIsNone in tests To manage notifications about this bug go to:

[Bug 1546376] [NEW] package sa-compile 3.4.1-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 25

2016-02-16 Thread Louis Paul Ange Catherine
Public bug reported: Bluetooth does not work after several reinstallations of Ubuntu 15.10 due to a memory crash. Please e-mail me informations of how to set this if i need to do it manually. Message from the system: Connection to BlueZ failed Bluez daemon is not running, blueman-manager

[Bug 1546376] [NEW] package sa-compile 3.4.1-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 25

2016-02-16 Thread Louis Paul Ange Catherine
Public bug reported: Bluetooth does not work after several reinstallations of Ubuntu 15.10 due to a memory crash. Please e-mail me informations of how to set this if i need to do it manually. Message from the system: Connection to BlueZ failed Bluez daemon is not running, blueman-manager

[Bug 1463863] [NEW] SAMBA connections cause nautilus gui to hang for a long time (~5 mins)

2015-06-10 Thread Catherine Holloway
Public bug reported: If I open a SAMBA connection and lose wifi, when I re-connect and attempt to re-open the SAMBA connection, the nautilus gui freezes. If I then kill the nautilus process and start it again, it takes a long time to load the gui, and the SAMBA connections are not able to

[Bug 1271885] [NEW] python initialisation not working

2014-01-23 Thread Catherine Pitt
Public bug reported: An init script for using environment modules inside python is available in the package but it doesn't work for me. For example: $ python Python 2.7.6 (default, Jan 12 2014, 08:16:39) [GCC 4.8.2] on linux2 Type help, copyright, credits or license for more information.

[Bug 871952] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-10 Thread Catherine Smith
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in Ubuntu. https://bugs.launchpad.net/bugs/871952 Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for

[Bug 871952] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-10 Thread Catherine Smith
Public bug reported: unable to upgrade ProblemType: Package DistroRelease: Ubuntu 11.10 Package: samba 2:3.5.8~dfsg-1ubuntu2.3 ProcVersionSignature: Ubuntu 2.6.38-11.50-generic-pae 2.6.38.8 Uname: Linux 2.6.38-11-generic-pae i686 ApportVersion: 1.23-0ubuntu3 Architecture: i386 Date: Mon Oct 10

[Bug 871952] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-10 Thread Catherine Smith
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/871952 Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot

[Bug 844353] Re: Unable to upgrade to 11.10 says it is a serious bug with upgrade manager

2011-09-07 Thread Catherine Smith
** Attachment added: zip of files it tole me to attach to bug report https://bugs.launchpad.net/bugs/844353/+attachment/2369948/+files/upgrade%20bug.zip -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 844353] [NEW] Unable to upgrade to 11.10 says it is a serious bug with upgrade manager

2011-09-07 Thread Catherine Smith
Public bug reported: told to file the report because after package download it found one missing ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: update-manager 1:0.150.3 ProcVersionSignature: Ubuntu 2.6.38-11.48-generic-pae 2.6.38.8 Uname: Linux 2.6.38-11-generic-pae i686 Architecture:

[Bug 750388] Re: package flashplugin-installer 10.2.153.1ubuntu1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2011-04-04 Thread catherine
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/750388 Title: package flashplugin-installer 10.2.153.1ubuntu1 failed to install/upgrade: le sous-processus script post-installation installé a

[Bug 750388] [NEW] package flashplugin-installer 10.2.153.1ubuntu1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2011-04-04 Thread catherine
Public bug reported: Binary package hint: flashplugin-nonfree just appear this message when i install ubuntu-restricted-extras. But all is ok. ProblemType: Package DistroRelease: Ubuntu 11.04 Package: flashplugin-installer 10.2.153.1ubuntu1 ProcVersionSignature: Ubuntu 2.6.38-7.39-generic

[Bug 382192] [NEW] Duration of a game in Gnome Sudoku is false

2009-05-31 Thread Catherine GITARD
Public bug reported: Binary package hint: gnome-games I begin a new game and I finish a game (intermediate level), in about 30 mn. When the applet says to me I won, it says I've played more than 20 hours. Release Ubuntu : 9.04 (but the bug exists with previous release) ProblemType: Bug

[Bug 382192] Re: Duration of a game in Gnome Sudoku is false

2009-05-31 Thread Catherine GITARD
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/27339179/Dependencies.txt -- Duration of a game in Gnome Sudoku is false https://bugs.launchpad.net/bugs/382192 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 280534] Re: [intrepid] Wine=1.1.6 + PulseAudio : alsa is broken

2008-10-28 Thread Catherine West
I'm not sure if this will help, but here's the output of WINEDEBUG=+wave winecfg with unpatched wine 1.1.7 ** Attachment added: wave_dbg_without_patch http://launchpadlibrarian.net/18959463/wave_dbg_without_patch -- [intrepid] Wine=1.1.6 + PulseAudio : alsa is broken

[Bug 280534] Re: [intrepid] Wine=1.1.6 + PulseAudio : alsa is broken

2008-10-28 Thread Catherine West
I'm sorry for being misleading, it is indeed true that when the pulseaudio daemon is killed, wine sound returns to normal. I was unaware that the default target in alsa was now pulse even in absence of ~/.asoundrc or similar... I hadn't looked at /usr/share/alsa/*.conf. It is also true that

[Bug 280534] Re: [intrepid] Wine=1.1.6 + PulseAudio : alsa is broken

2008-10-27 Thread Catherine West
I don't know if this helps or not but I looked at http://bugs.winehq.org/show_bug.cgi?id=15559 and tried applying the patch given, but no luck. Didn't seem to change the situation with wine 1.1.7 (patched) and alsa 1.0.17.dfsg-2ubuntu1. It might help to mention that if I test wine sound using

[Bug 280534] Re: [intrepid] alsa is broken

2008-10-26 Thread Catherine West
I'm also seeing this bug on a Dell Vostro 1500. Soundcard is: 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02) Wine sound output crackles through alsa whether or not the default device is set to pulse (normally my default). Sound output from wine works

[Bug 285241] [NEW] aptitude SIGABRT on attempting to play minesweeper

2008-10-17 Thread Catherine West
Public bug reported: Binary package hint: aptitude I feel silly even mentioning this as a bug, but aptitude on intrepid aborts with Ouch! Got SIGABRT, dying.. on selecting 'Play Minesweeper' from the Actions menu. I realize that not being able to play minesweeper in a package manager is hardly

Paid A Full-Time Job's Salary To Play Video Games

2008-09-04 Thread catherine miles
le_color_link = "006792"; google_color_url = "006792"; google_color_text = "00"; //--> Paid A Full-Time Job's Salary To Play Video Games catherine miles Reply via email to Paid A Full-Time Job's Salary To Play Video Games catherine miles Reply via email to

essai

2007-10-26 Thread Catherine
Ben, non, j'ai mis le live CD pour essayer avant de me lancer dans une upgrade ! Je me dis que si ça ne marche pas avec le live CD,je risque tout perdre en installant pour de vrai! Catherine -- -- ubuntu-fr mailing list ubuntu-fr@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo

oups!

2007-10-26 Thread Catherine
...migrer vers la 7.10 ...je voulais dire ...! Catherine -- -- ubuntu-fr mailing list ubuntu-fr@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-fr

écran noir

2007-10-26 Thread Catherine
passer d'une version à une autre . Que faire ? Catherine -- -- ubuntu-fr mailing list ubuntu-fr@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-fr

écran ...moins noir!

2007-10-26 Thread Catherine
e que veut dire "mode sans chec", quelle est la diffrence avec un dmarrage normal ? Merci Catherine -- ubuntu-fr mailing list ubuntu-fr@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-fr

Re: Clé USB Wifi

2007-08-04 Thread Catherine
Bonjour, J'utilise une cl wifi usb de marque Bluestork .Aucun souci,a marche nickel! Catherine Christophe Gallaire a crit: Bonsoir tous, Je viens de mettre un portable Dell sous Etch qui marche trs et j'aimerai le connecter en wifi avec une de ces petites cls wifi qui rend bien des

re-carte TV(Pinnacle PCTV Hybrid Pro Stick)

2007-05-17 Thread Catherine
dossier des sources (/usr/src ):pour écrire dans ce dossier src, je dois me rajouter au groupe src et ne pas passer par sudo . Comment se rajoute-t-on dans un groupe ? ne sachant pas faire, je crois que c'est là que la création du fichier n'est pas prise en compte . Catherine -- ubuntu-fr mailing

re:carteTV

2007-05-14 Thread Catherine
Bonsoir, Effectivement, Xawtv est bien dans les applications de Feisty, je l'ai donc installé ...mais il refuse de se lancer .J'ai tenté également par apt-get mais ...même résultat ! Etonnant! Catherine -- ubuntu-fr mailing list ubuntu-fr@lists.ubuntu.com https://lists.ubuntu.com/mailman

carte TV

2007-05-13 Thread Catherine
, ni le son J'ai réinstallé plusieurs fois, mais le résultat est toujours le même ! Quelqu'un aurait-il une petite idée ?? Merci Catherine -- ubuntu-fr mailing list ubuntu-fr@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-fr

Re: Carte TV

2007-05-13 Thread Catherine
Non, je n'ai pas essayé, je ne connaissais pas ce programme .Je vais l'installer et tenter de nouveau . Merci Catherine -- ubuntu-fr mailing list ubuntu-fr@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-fr

voeux

2007-01-02 Thread Catherine
Bonne et heureuse année à toutes et à tous . Merci de l'aide apportée et des conseils offerts gracieusement sur cette liste . Si le monde pouvait s'inspirer de l'esprit d'entraide de la communauté linuxienne ... Ce sera mon voeu pour 2007 ! Catherine -- ubuntu-fr mailing list ubuntu-fr