[Touch-packages] [Bug 1860926] Re: Ubuntu 20.04 Systemd fails to configure bridged network

2020-04-26 Thread Dominique Poulain
** Tags added: seg -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1860926 Title: Ubuntu 20.04 Systemd fails to configure bridged network Status in systemd package in

[Touch-packages] [Bug 1638695] Re: Python 2.7.12 performance regression

2017-01-15 Thread Dominique Poulain
Just a small precision about Jorge's last comment above (): "I cleaned out all the resulting callgrind files removing the files smaller than 100k and the ones that were not loading the cPickle extension

[Touch-packages] [Bug 1575572] Re: apache2 fails to start if installed via cloud config (on Xenial)

2016-05-31 Thread Dominique Poulain
The fix seems to work for me. Here's what I did to check: I used a VM (xenial_test) booted from a pristine copy of the image at in a local OpenStack environment to verify the fix. I modified the VM to enable

[Touch-packages] [Bug 1174911] Re: pgrep cuts process names

2016-03-19 Thread Dominique Poulain
A correction to my previous comment: states that pgrep gets the process' name from /proc//stat, not /proc//status, as I wrote, and appears to be correct. cat /proc/22351/stat 22351 (chromium-browse) S 1616 1829 1829 0 -1

[Touch-packages] [Bug 1174911] Re: pgrep cuts process names

2016-03-19 Thread Dominique Poulain
Confirmed on latest Xenial: $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu Xenial Xerus (development branch) Release:16.04 Codename: xenial Related to LP #295876 'top and ps truncate command after 15 chars' at

[Touch-packages] [Bug 1174911] Re: pgrep cuts process names

2016-03-19 Thread Dominique Poulain
led me to review pgrep(1)'s man page (which it references). Under 'NOTES', the man page states: "The process name used for matching is limited to the 15 characters present in the output of /proc/pid/stat. Use the -f

[Touch-packages] [Bug 295876] Re: top and ps truncate command after 15 chars

2016-03-19 Thread Dominique Poulain
Confirmed on latest Xenial for top, `ps -e` and pgrep: $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu Xenial Xerus (development branch) Release:16.04 Codename: xenial $ python3 -c 'print(len("chromium-browser"))' 16 $ pgrep

[Touch-packages] [Bug 1559069] [NEW] Homepage URL for procps is outdated

2016-03-19 Thread Dominique Poulain
Public bug reported: The homepage's URL for procps, as indicated at or in the package's metadata, is outdated. The project has moved to . $ dpkg -s procps | grep Homepage Homepage: http://gitorious.org/procps $ curl -sL