Bug#989490: docker: systemd shutdown script takes a long time waiting for containers that aren't running?

2021-10-12 Thread pedeb

Hi Andrew,

Looks like the systemd unit is not properly configured. I had the same 
the same problem and here is a solution.


Meanwhile this is not solved in debian, you can place the systemd unit 
in a way that is not going to be changed because of upgrades


```
cp -p /lib/systemd/system/docker.service /etc/systemd/system/docker.service
```

and reload systemd daemon

```
systemctl daemon-reload
```

the solution is changing the systemd unit this way [0]

Cheers,
Pedro

[0]
This patch for the systemd unit is inspired [1] by a comment of 
@jordimassaguerpla available here 
https://github.com/containerd/containerd/issues/386#issuecomment-304845506


```diff
 [Unit]
 Description=Docker Application Container Engine
 Documentation=https://docs.docker.com
-After=network-online.target docker.socket firewalld.service
+After=network-online.target docker.socket containerd.service 
firewalld.service

 Wants=network-online.target
-Requires=docker.socket
+Requires=docker.socket containerd.service

 [Service]
 Type=notify
```


[1] but containerd.socket does not exist



Bug#916320: chromium: upgrade did opt-in to "Allow Chromium sign-in"

2018-12-12 Thread pedeb
Package: chromium
Severity: important

Dear Maintainer,

I see that nobody complained about this bug [1]

This problem is somehow well-known these days in the Internet, look for "allow 
chromium sign-in" in a web search engine.

After an upgrade (I don't remember exactly what version) chromium did an
opt-in that says:

  By turning this off, you can sign in to Google sites like Gmail without 
signing in to Chromium

I think that debian policy does not allow to opt-in data transmission (google 
account synchronization) without warning and without user consent. At least, 
this does not look to be very fair.

Sorry for not providing any solution, at least I participated warning
about the issue

Cheers,
Pedeb

[1] https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=chromium;dist=unstable

-- System Information:
Debian Release: 9.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-8-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages chromium depends on:
ii  libasound2 1.1.3-5
pn  libatk1.0-0
pn  libatomic1 
pn  libavcodec57 | libavcodec-extra57  
pn  libavformat57  
pn  libavutil55
ii  libc6  2.24-11+deb9u3
pn  libcairo2  
pn  libcups2   
ii  libdbus-1-31.10.26-0+deb9u1
pn  libdrm2
ii  libevent-2.0-5 2.0.21-stable-3
ii  libexpat1  2.2.0-2+deb9u1
pn  libflac8   
ii  libfontconfig1 2.11.0-6.7+b1
ii  libfreetype6   2.6.3-3.2
ii  libgcc11:6.3.0-18+deb9u1
pn  libgdk-pixbuf2.0-0 
ii  libglib2.0-0   2.50.3-2
pn  libgtk2.0-0
ii  libicu57   57.1-6+deb9u2
ii  libjpeg62-turbo1:1.5.1-2
pn  libminizip1
pn  libnspr4   
pn  libnss3
pn  libopenjp2-7   
pn  libopus0   
pn  libpango-1.0-0 
pn  libpangocairo-1.0-0
pn  libpangoft2-1.0-0  
ii  libpci31:3.5.2-1
ii  libpng16-161.6.28-1
pn  libpulse0  
pn  libre2-3   
pn  libsnappy1v5   
ii  libstdc++6 6.3.0-18+deb9u1
pn  libvpx4
ii  libwebp6   0.5.2-1
pn  libwebpdemux2  
pn  libwebpmux2
ii  libx11-6   2:1.6.4-3+deb9u1
pn  libx11-xcb1
ii  libxcb11.12-1
pn  libxcomposite1 
pn  libxcursor1
pn  libxdamage1
pn  libxext6   
pn  libxfixes3 
pn  libxi6 
ii  libxml22.9.4+dfsg1-2.2+deb9u2
pn  libxrandr2 
pn  libxrender1
ii  libxslt1.1 1.1.29-2.1
pn  libxss1
pn  libxtst6   
pn  x11-utils  
pn  xdg-utils  
ii  zlib1g 1:1.2.8.dfsg-5

Versions of packages chromium recommends:
pn  fonts-liberation  
pn  libgl1-mesa-dri   

Versions of packages chromium suggests:
pn  chromium-driver
pn  chromium-l10n  
pn  chromium-shell 
pn  chromium-widevine  



Bug#820477: From: pedeb <pe...@openmailbox.org>,To: Debian Bug Tracking System <820...@bugs.debian.org>,Subject: Re: pdf-presenter-console: URL of the homepage is incorrect,Message-ID: <20160417091026

2016-04-17 Thread pedeb
Thanks for packaging pdf-presenter-console!

I saw this bug marked as "newcomer" and I tried to solve it.
I cloned the repo and I saw that it's indeed solved in maintainer's
repository, commit c4c22c897e612581113ddea751ad466fefa83373 [1]
But for a given reason, it's still not uploaded to debian.

Anything where I can help?
Thanks!

[1]
http://anonscm.debian.org/cgit/collab-maint/pdf-presenter-console.git/commit/?id=c4c22c897e612581113ddea751ad466fefa83373