[Touch-packages] [Bug 1117804] Re: ausearch doesn't show AppArmor denial messages

2025-05-22 Thread Alexis
Hi, I'm running arch linux, with apparmor v4.1.0, audit v4.0.3, linux 6.14.6, and the issue is still here. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to audit in Ubuntu. https://bugs.launchpad.net/bugs/1117804 Title: ause

[Touch-packages] [Bug 2067180] Re: inability to enter certain craters in passwords when logging in.

2025-05-11 Thread Alexis
** Changed in: lightdm (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lightdm in Ubuntu. https://bugs.launchpad.net/bugs/2067180 Title: inability to enter certain craters in pass

[Touch-packages] [Bug 1448657] Re: isc-dhcp-server: Can't create PID file /run/dhcp-server/dhcpd.pid: Permission denied

2025-04-20 Thread Alexis Wilke
It looks like your apparmor pattern is slightly wrong. In the following, the asterisk (*) does not allow for the slash (/) character: debian/apparmor/sbin.dhclient: /{,var/}run/dhclient*.pid lrw, debian/apparmor/sbin.dhclient: /{,var/}run/dhclient*.lease* lrw, (See docs about globbing

[Touch-packages] [Bug 1958019] Re: [Lenovo Legion7 16ACHg6 82N6, Realtek ALC287, Speaker, Internal] No sound at all

2023-05-20 Thread Alexis CUGLIETTA
I have the same problem with a ThinkBook 13x Gen 2 with Ubuntu 23.04. The sound works properly when connecting external speakers or headset, but I couldn't get the internal speakers to work :( This laptop also has an ALC287/3306 chip with a CS35L41/CSC3551 amplifier. This seems very similar what is

[Touch-packages] [Bug 1983185] [NEW] Recent commit breaks /etc/X11/Xsession

2022-07-30 Thread Alexis Dinno
Public bug reported: The following command: $/etc/X11/Xsession true opens a dialog with the following error message: "Xsession: unable to launch "true" X session --- "true" not found; falling back to default session." There is a "Okay" button on this message, and clicking it does bad things if

[Touch-packages] [Bug 1897561] Re: libperl.so.5.30.0 causes nginx to segfault

2021-11-15 Thread Alexis Lecocq
Hello, I also found my Nginx server down after several hours. Nowadays certificates have short life time, their issuance is automated and the reloading of the servers is mandatory to update the certificates. In short, an automated action is making the web server crash. In my opinion, the importanc

[Touch-packages] [Bug 349469] Re: debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable

2021-06-11 Thread RICARDO ALEXIS RESTREPO RENGIFO
Hello I am richard618921. I need to solve the error message debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable. What can I do ??? ** Changed in: aptdaemon Assignee: (unassigned) => RICARDO ALEXIS RES

[Touch-packages] [Bug 1883295] [NEW] Xorg freeze

2020-06-12 Thread Alexis
Public bug reported: freeze on show applications menu. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: xorg 1:7.7+19ubuntu14 ProcVersionSignature: Ubuntu 5.4.0-37.41-generic 5.4.41 Uname: Linux 5.4.0-37-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.2 Architecture: amd64 BootLog: Error: [E

[Touch-packages] [Bug 1814261] Re: gpm prevents loging to the console: spurious “Enter” events seems inserted

2019-02-04 Thread Alexis Wilke
I rebooted on Ubuntu 16.04 (4.4.0-142-generic) and it worked as expected once gpm was turned off. I used the following command to prevent gpm from starting on a reboot and messing up the login screen: sudo systemctl mask gpm -- You received this bug notification because you are a member of Ubun

[Touch-packages] [Bug 1814261] Re: gpm prevents loging to the console: spurious “Enter” events seems inserted

2019-02-04 Thread Alexis Wilke
I have the exact same problem on Ubuntu 16.04 (vmlinuz-4.4.0-142-generic). I will try to turn off GPM and see how my console functions without it. What a surprise though! Not being able to log in the simplest console. Not something I've seen in ages... -- You received this bug notification beca

[Touch-packages] [Bug 1771185] Re: Secondary monitor not connecting in 18.04 LTS

2018-10-19 Thread Alexis Lecocq
Same problem with ASUS S406 (no graphic card, CPU i5-8250U) The most awkward thing is sometimes it is working, sometimes it's not. I can't figure out why. When not working, even a restart does not re- enable it but xrandr can enable mirroring laptop display. Any advice? -- You received this bug

[Touch-packages] [Bug 1762314] Re: Sound output too low

2018-09-10 Thread Pierre-Alexis Ciavaldini
Same issue here on T570 running Manjaro, this is the only bug report talking about the problem which seems not related to Ubuntu but to alsa. All sliders are up in alsamixer, sound is around half-volume compared to the Windows install. ALSA Driver Version: k4.14.67-1-MANJARO. these did not help:

[Touch-packages] [Bug 1779583] Re: cron do_command.c attempts a fork() without testing for errors

2018-07-02 Thread Alexis Wilke
** Tags removed: trusty ** Tags added: xenial ** Description changed: The do_command.c file calls fork() twice. For the first fork(), the possibility for an error is checked properly and an error emitted (see https://bugs.launchpad.net/ubuntu/+source/cron/+bug/1702785 for an example

[Touch-packages] [Bug 1779583] Re: cron do_command.c attempts a fork() without testing for errors

2018-07-01 Thread Alexis Wilke
I guess I should attempt to compile before submitting a patch. Some brackets were required in one of the cases. ** Patch added: "Compiling fix to second fork() in child_process()" https://bugs.launchpad.net/ubuntu/+source/cron/+bug/1779583/+attachment/5158458/+files/do_command-2.patch -- You

[Touch-packages] [Bug 1779583] Re: cron do_command.c attempts a fork() without testing for errors

2018-07-01 Thread Alexis Wilke
** Description changed: The do_command.c file calls fork() twice. - For the first for(), the possibility for an error is checked properly + For the first fork(), the possibility for an error is checked properly and an error emitted (see https://bugs.launchpad.net/ubuntu/+source/cron/+bug/

[Touch-packages] [Bug 1702785] Re: High memory and "can't fork" on heavy long-lived cron daemon

2018-07-01 Thread Alexis Wilke
Actually, an immediate fix for you guys may be to make sure that there is some *input_data. I have no clue what that means in terms of administrative setup, though. But maybe someone else can help in that area. The really bad statement looks like this: if (*input_data && fork() == 0) {

[Touch-packages] [Bug 1702785] Re: High memory and "can't fork" on heavy long-lived cron daemon

2018-07-01 Thread Alexis Wilke
I found a bug in the code as described in this issue: https://bugs.launchpad.net/ubuntu/+source/cron/+bug/1779583 The bug would not prevent the error you're seeing, however, there is a second fork() which, if it fails, will block that part of cron, which would therefore leak. So if it happens "on

[Touch-packages] [Bug 1779583] Re: cron do_command.c attempts a fork() without testing for errors

2018-07-01 Thread Alexis Wilke
This may be one solution to the problem reported here: https://bugs.launchpad.net/ubuntu/+source/cron/+bug/1702785 Because when the second fork() fails, the cron process waits for 2 children, one of which doesn't even exist and thus cron is stuck with "a ton" of memory allocated. This would also

[Touch-packages] [Bug 1779583] [NEW] cron do_command.c attempts a fork() without testing for errors

2018-07-01 Thread Alexis Wilke
Public bug reported: The do_command.c file calls fork() twice. For the first for(), the possibility for an error is checked properly and an error emitted (see https://bugs.launchpad.net/ubuntu/+source/cron/+bug/1702785 for an example when that happens: message is "can't fork".) This first fork()

[Touch-packages] [Bug 1708341] [NEW] package libldap-2.4-2 2.4.42+dfsg-2ubuntu3.1 failed to install/upgrade: intentando sobreescribir el compartido `/etc/ldap/ldap.conf', que es distinto de otras inst

2017-08-02 Thread Alexis Lira
Public bug reported: i just wanted to upgrade and appeared that error ProblemType: Package DistroRelease: Ubuntu 16.04 Package: libldap-2.4-2 2.4.42+dfsg-2ubuntu3.1 ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67 Uname: Linux 4.4.0-79-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.6 Archi

[Touch-packages] [Bug 1707048] [NEW] bsdutils conflict

2017-07-27 Thread Alexis Lira
Public bug reported: dpkg: error al procesar el paquete bsdutils (--configure): el paquete bsdutils no está listo para configurarse no se puede configurar (estado actual `half-installed') Se encontraron errores al procesar: bsdutils E: Sub-process /usr/bin/dpkg returned an error code (1) ** Af

Re: [Touch-packages] [Bug 1703350] Re: package liburcu4:i386 0.9.1-3 failed to install/upgrade: El paquete está en un estado grave de inconsistencia - debe reinstalarlo antes de intentar su configurac

2017-07-17 Thread ALEXIS
Sorry, after Windows 7 2017-07-17 16:18 GMT-03:00 Andreas Hasenack : > Thanks for getting back to us and letting us know your system is working > correctly again. I will leave this bug marked as incomplete because > there is not enough data for us to act on a fix. If you come across more > inform

Re: [Touch-packages] [Bug 1703350] Re: package liburcu4:i386 0.9.1-3 failed to install/upgrade: El paquete está en un estado grave de inconsistencia - debe reinstalarlo antes de intentar su configurac

2017-07-17 Thread ALEXIS
Andreas, my english is very poor. The problem happens before Window 7 checks the hard disck for inconsistences and I stopped it. Thank you for your help. 2017-07-17 16:18 GMT-03:00 Andreas Hasenack : > Thanks for getting back to us and letting us know your system is working > correctly again. I w

Re: [Touch-packages] [Bug 1703350] Re: package liburcu4:i386 0.9.1-3 failed to install/upgrade: El paquete está en un estado grave de inconsistencia - debe reinstalarlo antes de intentar su configurac

2017-07-14 Thread ALEXIS
I had restarted my pc and it works well 2017-07-14 5:23 GMT-03:00 ChristianEhrhardt <1703...@bugs.launchpad.net>: > And - did it fix your issue around the inconsistent package? > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net

Re: [Touch-packages] [Bug 1703350] Re: package liburcu4:i386 0.9.1-3 failed to install/upgrade: El paquete está en un estado grave de inconsistencia - debe reinstalarlo antes de intentar su configurac

2017-07-13 Thread ALEXIS
Done 2017-07-11 16:10 GMT-03:00 Andreas Hasenack : > Thanks for filing this bug in Ubuntu. > > Could you please try the following commands: > > sudo apt update > > sudo apt install --reinstall liburcu4 > > And report back here please? > > Thanks > > > ** Changed in: liburcu (Ubuntu) >Stat

[Touch-packages] [Bug 1703350] [NEW] package liburcu4:i386 0.9.1-3 failed to install/upgrade: El paquete está en un estado grave de inconsistencia - debe reinstalarlo antes de intentar su configuraci

2017-07-10 Thread ALEXIS
Public bug reported: it crashes on sudo apt update ProblemType: Package DistroRelease: Ubuntu 16.04 Package: liburcu4:i386 0.9.1-3 ProcVersionSignature: Ubuntu 4.4.0-83.106-generic 4.4.70 Uname: Linux 4.4.0-83-generic i686 ApportVersion: 2.20.1-0ubuntu2.9 Architecture: i386 Date: Mon Jul 10 07:44

[Touch-packages] [Bug 1703126] [NEW] package liblttng-ust-ctl2:i386 2.7.1-1 failed to install/upgrade: problemas de dependencias - se deja sin configurar

2017-07-08 Thread ALEXIS
Public bug reported: crash at start ProblemType: Package DistroRelease: Ubuntu 16.04 Package: liblttng-ust-ctl2:i386 2.7.1-1 ProcVersionSignature: Ubuntu 4.4.0-83.106-generic 4.4.70 Uname: Linux 4.4.0-83-generic i686 ApportVersion: 2.20.1-0ubuntu2.6 Architecture: i386 Date: Sat Jul 8 12:05:54 20

[Touch-packages] [Bug 1292324] Re: Support non-root X

2017-07-07 Thread Yves-Alexis Perez
Robert, I know you weren't interested in this but would review patches if needed. Could you point people to the right directions on where to drop privileges before running X server and stuff like that? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages

[Touch-packages] [Bug 1695564] [NEW] package linux-firmware 1.157.10 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2017-06-02 Thread hermes alexis
Public bug reported: I intented upgrade my ubuntu but in the end show me the message error ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-firmware 1.157.10 ProcVersionSignature: Ubuntu 4.4.0-72.93-generic 4.4.49 Uname: Linux 4.4.0-72-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.

[Touch-packages] [Bug 1620636] Re: Fails to pair with Bose QC35 headphones

2016-12-30 Thread Alexis Laporte
I have a Sony MDR 1000X, which is similar to the Bose. I have the same problem and tried the solutions people here mentionned (I had the same choppy streaming when forcing ControllerMode = bredr). The only difference is that my headset «pairs» but there's no sound after it. I can send any output

[Touch-packages] [Bug 1648620] [NEW] package procps 2:3.3.10-4ubuntu2.3 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2016-12-08 Thread Alexis
Public bug reported: it is related with smfpd daemon; but i don't know how. in the console appears the message: " insserv: There is a loop at service plymouth if started insserv: Starting smfpd depends on plymouth and therefore on system facility `$all' which can not be true! " i have installed

[Touch-packages] [Bug 1551623] Re: package gconf2 3.2.6-3ubuntu6 failed to install/upgrade: dependency problems - leaving triggers unprocessed

2016-11-07 Thread alexis
same issue exactly from 16.04 to 16.10 here come my log files too. ** Attachment added: "log files" https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1551623/+attachment/4774006/+files/dist-upgrade.tar.gz -- You received this bug notification because you are a member of Ubuntu Touch seede

[Touch-packages] [Bug 1567540] Re: ntpd crashed with SIGABRT (was: ntp crashes everytime the network goes up or down.)

2016-08-24 Thread Alexis Huxley
I am using ntp 1:4.2.8p4+dfsg-3ubuntu5 (i.e. the currently available package) and it crashes consistently and silently at, or shortly after, system boot up. If I restart it using systemctl then it crashes. If I start it manually from the command line just running 'ntpd' then it seems to keep runnin

[Touch-packages] [Bug 1292324] Re: Support non-root X

2015-12-28 Thread Yves-Alexis Perez
** Bug watch added: Debian Bug tracker #809067 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809067 ** Also affects: lightdm (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809067 Importance: Unknown Status: Unknown -- You received this bug notification because y

[Touch-packages] [Bug 1516831] Re: XDMCP Request packet with no addresses crashes LightDM

2015-11-24 Thread Yves-Alexis Perez
** CVE added: http://www.cve.mitre.org/cgi- bin/cvename.cgi?name=2015-8316 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lightdm in Ubuntu. https://bugs.launchpad.net/bugs/1516831 Title: XDMCP Request packet with no addre

[Touch-packages] [Bug 1478552] [NEW] rsyslog-pgsql hangs after backgrounding

2015-07-27 Thread Alexis Mousset
Public bug reported: If rsyslog is configured to forward logs into PostgreSQL with ompgsl, when restarting rsyslog with "restart rsyslog" and producing logs, rsyslog hangs until being restarted. Then it processes some logs, but the problem quickly happens again. This issue has been fixed in rsysl

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

2014-11-29 Thread Alexis Wilke
There is information about KWallet. https://wiki.archlinux.org/index.php/KDE_Wallet It is marked as optional because it is allowed to fail as it does when you are running with Gnome (unity uses Gnome by default). So this is not a bug. You make comment out the lines as shown in #19 but you may reg

[Touch-packages] [Bug 1370852] Re: Scans all user accounts when not required

2014-10-31 Thread Yves-Alexis Perez
Actually sorry, that's wrong, it's unrelated, it's due to our own patch setting USERS_DIR to /var/lib/lightdm (I don't really understand why, but that's off-topic for this bug). -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1370852] Re: Scans all user accounts when not required

2014-10-31 Thread Yves-Alexis Perez
It seems that this change actually broke .dmrc files on Debian. I'm currently investigating, but it seems that the files (~/.dmrc and /var/cache/lightdm/dmrc/user.dmrc) are not updated anymore with the selected session. -- You received this bug notification because you are a member of Ubuntu Tou

[Touch-packages] [Bug 1212408] Re: lightdm/gdm needs to set $XDG_CURRENT_DESKTOP

2014-10-18 Thread Yves-Alexis Perez
It seems that gdm now supports setting XDG_CURRENT_DESKTOP but uses the DesktopNames [1] property. It might make sense to migrate LightDM to uses that too. [1] https://bugzilla.gnome.org/show_bug.cgi?id=727546 ** Bug watch added: GNOME Bug Tracker #727546 https://bugzilla.gnome.org/show_bug.cg

[Touch-packages] [Bug 799069] Re: xf86OpenConsole: setpgid failed

2014-10-09 Thread Yves-Alexis Perez
Seems we don't use the patch since long, and it seems to work fine even with plymouth. Sorry for the delay. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lightdm in Ubuntu. https://bugs.launchpad.net/bugs/799069 Title: xf