[Touch-packages] [Bug 2046084] Re: [Regression] HID gamepad stopped working in 5.68-0ubuntu1.1

2023-12-10 Thread Romeo
Hello,

I was able to find a similar issue on the bluez github here
(https://github.com/bluez/bluez/issues/673) and after investigating a
bit further, I am able to get things working on the current update from
Canonical if I pair the device using bluetoothctl instead of with
blueman. Instructions on how to do that are in this
(https://github.com/bluez/bluez/issues/673#issuecomment-1849132576)
comment.

I think that this might be an issue with how blueman handles
authentication with gamepad devices, not with how bluez does.

** Bug watch added: github.com/bluez/bluez/issues #673
   https://github.com/bluez/bluez/issues/673

** Package changed: bluez (Ubuntu) => blueman (Ubuntu)

** Summary changed:

- [Regression] HID gamepad stopped working in 5.68-0ubuntu1.1
+ [Regression] HID gamepad stopped working when paired with blueman on bluez 
5.68-0ubuntu1.1

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/2046084

Title:
  [Regression] HID gamepad stopped working when paired with blueman on
  bluez 5.68-0ubuntu1.1

Status in blueman package in Ubuntu:
  New

Bug description:
  Hello,

  I updated from 5.68-0ubuntu1 to 5.68-0ubuntu1.1 and my bluetooth
  gamepad (8bitdo Pro 2) stopped working. It no longer was detected by
  various emulator software or by jstest-gtk. It stopped showing up in
  /dev/input/ as well.

  Here are the logs that I get on connection with the broken (new)
  version:

  Dec 10 13:12:23 laptop bluetoothd[6317]: src/profile.c:record_cb() Unable to 
get Hands-Free Voice gateway SDP record: Host is down
  Dec 10 13:12:43 laptop bluetoothd[6317]: 
profiles/input/device.c:ioctl_is_connected() Can't get HIDP connection info
  Dec 10 13:12:45 laptop bluetoothd[6317]: 
profiles/input/device.c:hidp_add_connection() Rejected connection from !bonded 
device E4:17:DE:AD:BE:EF

  Here are the logs that I get on connection with the old (working)
  version:

  Dec 10 13:37:17 laptop bluetoothd[7736]: src/profile.c:record_cb() Unable to 
get Hands-Free Voice gateway SDP record: Host is down
  Dec 10 13:38:30 laptop bluetoothd[7736]: 
profiles/input/device.c:ioctl_is_connected() Can't get HIDP connection info

  I think that the indicator of issues (or at least a red herring) is
  the "Rejected connection from !bonded device" line in the broken
  output. I've redacted my MAC address obviously.

  I think that two packages are involved with this and I am not quite
  sure where exactly the bug lives. I think that both the "bluez" and
  "bluez-obexd" packages are involved. If I mix the versions between
  these two, I get various different behaviors:

  bluez-obexd 1.1 and bluez 1.1 = broken behavior
  bluez-obexd 1 and bluez 1.1 = broken behavior
  bluez-obexd 1 and bluez 1 = working behavior
  bluez-obexd 1.1 and bluez 1 = unable to connect bluetooth device

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 2046084] Re: [Regression] HID gamepad stopped working in 5.68-0ubuntu1.1

2023-12-10 Thread Romeo
Until this bug is fixed, other users can get the previous function back
by running

sudo apt install bluez-obexd=5.68-0ubuntu1 bluez=5.68-0ubuntu1
sudo apt-mark hold bluez bluez-obexd

I think that this undoes a security update
(https://launchpad.net/ubuntu/+source/bluez/5.68-0ubuntu1.1) for this
CVE (https://nvd.nist.gov/vuln/detail/CVE-2023-45866), but if you care
more about your controller working than you do the possibility of
someone injecting keystrokes while your computer is in "discoverable"
mode then it seems like a fair trade-off.

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2023-45866

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/2046084

Title:
  [Regression] HID gamepad stopped working in 5.68-0ubuntu1.1

Status in bluez package in Ubuntu:
  New

Bug description:
  Hello,

  I updated from 5.68-0ubuntu1 to 5.68-0ubuntu1.1 and my bluetooth
  gamepad (8bitdo Pro 2) stopped working. It no longer was detected by
  various emulator software or by jstest-gtk. It stopped showing up in
  /dev/input/ as well.

  Here are the logs that I get on connection with the broken (new)
  version:

  Dec 10 13:12:23 laptop bluetoothd[6317]: src/profile.c:record_cb() Unable to 
get Hands-Free Voice gateway SDP record: Host is down
  Dec 10 13:12:43 laptop bluetoothd[6317]: 
profiles/input/device.c:ioctl_is_connected() Can't get HIDP connection info
  Dec 10 13:12:45 laptop bluetoothd[6317]: 
profiles/input/device.c:hidp_add_connection() Rejected connection from !bonded 
device E4:17:DE:AD:BE:EF

  Here are the logs that I get on connection with the old (working)
  version:

  Dec 10 13:37:17 laptop bluetoothd[7736]: src/profile.c:record_cb() Unable to 
get Hands-Free Voice gateway SDP record: Host is down
  Dec 10 13:38:30 laptop bluetoothd[7736]: 
profiles/input/device.c:ioctl_is_connected() Can't get HIDP connection info

  I think that the indicator of issues (or at least a red herring) is
  the "Rejected connection from !bonded device" line in the broken
  output. I've redacted my MAC address obviously.

  I think that two packages are involved with this and I am not quite
  sure where exactly the bug lives. I think that both the "bluez" and
  "bluez-obexd" packages are involved. If I mix the versions between
  these two, I get various different behaviors:

  bluez-obexd 1.1 and bluez 1.1 = broken behavior
  bluez-obexd 1 and bluez 1.1 = broken behavior
  bluez-obexd 1 and bluez 1 = working behavior
  bluez-obexd 1.1 and bluez 1 = unable to connect bluetooth device

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 2046084] [NEW] [Regression] HID gamepad stopped working in 5.68-0ubuntu1.1

2023-12-10 Thread Romeo
Public bug reported:

Hello,

I updated from 5.68-0ubuntu1 to 5.68-0ubuntu1.1 and my bluetooth gamepad
(8bitdo Pro 2) stopped working. It no longer was detected by various
emulator software or by jstest-gtk. It stopped showing up in /dev/input/
as well.

Here are the logs that I get on connection with the broken (new)
version:

Dec 10 13:12:23 laptop bluetoothd[6317]: src/profile.c:record_cb() Unable to 
get Hands-Free Voice gateway SDP record: Host is down
Dec 10 13:12:43 laptop bluetoothd[6317]: 
profiles/input/device.c:ioctl_is_connected() Can't get HIDP connection info
Dec 10 13:12:45 laptop bluetoothd[6317]: 
profiles/input/device.c:hidp_add_connection() Rejected connection from !bonded 
device E4:17:DE:AD:BE:EF

Here are the logs that I get on connection with the old (working)
version:

Dec 10 13:37:17 laptop bluetoothd[7736]: src/profile.c:record_cb() Unable to 
get Hands-Free Voice gateway SDP record: Host is down
Dec 10 13:38:30 laptop bluetoothd[7736]: 
profiles/input/device.c:ioctl_is_connected() Can't get HIDP connection info

I think that the indicator of issues (or at least a red herring) is the
"Rejected connection from !bonded device" line in the broken output.
I've redacted my MAC address obviously.

I think that two packages are involved with this and I am not quite sure
where exactly the bug lives. I think that both the "bluez" and "bluez-
obexd" packages are involved. If I mix the versions between these two, I
get various different behaviors:

bluez-obexd 1.1 and bluez 1.1 = broken behavior
bluez-obexd 1 and bluez 1.1 = broken behavior
bluez-obexd 1 and bluez 1 = working behavior
bluez-obexd 1.1 and bluez 1 = unable to connect bluetooth device

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

** Description changed:

  Hello,
  
  I updated from 5.68-0ubuntu1 to 5.68-0ubuntu1.1 and my bluetooth gamepad
  (8bitdo Pro 2) stopped working. It no longer was detected by various
  emulator software or by jstest-gtk. It stopped showing up in /dev/input/
  as well.
  
  Here are the logs that I get on connection with the broken (new)
  version:
  
  Dec 10 13:12:23 laptop bluetoothd[6317]: src/profile.c:record_cb() Unable to 
get Hands-Free Voice gateway SDP record: Host is down
  Dec 10 13:12:43 laptop bluetoothd[6317]: 
profiles/input/device.c:ioctl_is_connected() Can't get HIDP connection info
  Dec 10 13:12:45 laptop bluetoothd[6317]: 
profiles/input/device.c:hidp_add_connection() Rejected connection from !bonded 
device E4:17:DE:AD:BE:EF
  
- 
- Here are the logs that I get on connection with the old (working) version:
+ Here are the logs that I get on connection with the old (working)
+ version:
  
  Dec 10 13:37:17 laptop bluetoothd[7736]: src/profile.c:record_cb() Unable to 
get Hands-Free Voice gateway SDP record: Host is down
  Dec 10 13:38:30 laptop bluetoothd[7736]: 
profiles/input/device.c:ioctl_is_connected() Can't get HIDP connection info
  
- 
- I think that the indicator of issues (or at least a red herring) is the 
"Rejected connection from !bonded device" line in the broken output. I've 
redacted my MAC address obviously.
+ I think that the indicator of issues (or at least a red herring) is the
+ "Rejected connection from !bonded device" line in the broken output.
+ I've redacted my MAC address obviously.
  
  I think that two packages are involved with this and I am not quite sure
  where exactly the bug lives. I think that both the "bluez" and "bluez-
  obexd" packages are involved. If I mix the versions between these two, I
  get various different behaviors:
  
  bluez-obexd 1.1 and bluez 1.1 = broken behavior
  bluez-obexd 1 and bluez 1.1 = broken behavior
  bluez-obexd 1 and bluez 1 = working behavior
- bluez-obex 1.1 and bluez 1 = unable to connect bluetooth device
+ bluez-obexd 1.1 and bluez 1 = unable to connect bluetooth device

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/2046084

Title:
  [Regression] HID gamepad stopped working in 5.68-0ubuntu1.1

Status in bluez package in Ubuntu:
  New

Bug description:
  Hello,

  I updated from 5.68-0ubuntu1 to 5.68-0ubuntu1.1 and my bluetooth
  gamepad (8bitdo Pro 2) stopped working. It no longer was detected by
  various emulator software or by jstest-gtk. It stopped showing up in
  /dev/input/ as well.

  Here are the logs that I get on connection with the broken (new)
  version:

  Dec 10 13:12:23 laptop bluetoothd[6317]: src/profile.c:record_cb() Unable to 
get Hands-Free Voice gateway SDP record: Host is down
  Dec 10 13:12:43 laptop bluetoothd[6317]: 
profiles/input/device.c:ioctl_is_connected() Can't get HIDP connection info
  Dec 10 13:12:45 laptop bluetoothd[6317]: 
profiles/input/device.c:hidp_add_connection() Rejected connection from !bonded 
device E4:17:DE:AD:BE:EF

  Here are the logs that I get on connection with the old (working)
  version:

  Dec 10 13:37:17 

[Touch-packages] [Bug 1741447] Re: Unity / Compiz in a crash loop after login, after mesa updates of 2018-01-04

2018-01-08 Thread Romeo
I have the same problem.I reinstall 16.04 and work fine before updates,
After updates everything is crashing.Some time I can open Mozilla but
not home or something else.Some friend help me and I move some how all
icons on the top bar. Is nothing on the right bar and looks like working
this way. I have Application and Places on the left top corner on the
bar and I can open from there everything.I'd like to return to normal
but No ideea when will be fix this bug. I know this won't help you to
much but at least you are not alone on this mater. Sorry about this


** Attachment added: "this is how is loking now my screen.Skype ,Mozila and 
qshutdown i move this shortcuts there"
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1741447/+attachment/5033047/+files/Screenshot%20from%202018-01-08%2023-12-49.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1741447

Title:
  Unity / Compiz in a crash loop after login, after mesa updates of
  2018-01-04

Status in mesa package in Ubuntu:
  Confirmed
Status in mesa source package in Xenial:
  Confirmed
Status in mesa source package in Artful:
  Confirmed

Bug description:
  GUI is constantly crashing, can't start desktop

  Jan  5 11:21:29 1810 kernel: [  806.368754] compiz[10824]: segfault at 0 ip 
7f83c4f31c16 sp 7ffd48dfc2f0 error 4 in i965_dri.so[7f83c4954000+82d000]
  Jan  5 11:21:40 1810 kernel: [  817.279740] compiz[1]: segfault at 0 ip 
7fda21519c16 sp 7ffd7b40a150 error 4 in i965_dri.so[7fda20f3c000+82d000]
  Jan  5 11:22:30 1810 kernel: [  867.445137] compiz[11271]: segfault at 0 ip 
7f8462855c16 sp 7fff07c857f0 error 4 in i965_dri.so[7f8462278000+82d000]
  Jan  5 11:22:46 1810 kernel: [  883.319195] compiz[11458]: segfault at 0 ip 
7f72b7af0c16 sp 7ffc3b92d830 error 4 in i965_dri.so[7f72b7513000+82d000]
  Jan  5 11:23:01 1810 kernel: [  898.587610] compiz[11516]: segfault at 0 ip 
7fe25113dc16 sp 7ffcf79754c0 error 4 in i965_dri.so[7fe250b6+82d000]

  In /var/crash:
  _usr_bin_compiz.999.crash

  Did manage to start a GUI in Low graphics mode (lowgfx.conf) but this is not 
really usable.
  - dash not working
  - no window switching
  - sometimes all windows disappear for a few seconds

  So effectively my laptop is not usable after latest updates.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: unity 7.4.0+16.04.20160906-0ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-42.46~16.04.1-generic 4.10.17
  Uname: Linux 4.10.0-42-generic x86_64
  .tmp.unity_support_test.0:

  .tmp.unity_support_test.1:

  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Fri Jan  5 11:16:53 2018
  DistUpgraded: 2016-04-22 18:36:32,349 DEBUG icon theme changed, re-reading
  DistroCodename: xenial
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
     Subsystem: Acer Incorporated [ALI] Mobile 4 Series Chipset Integrated 
Graphics Controller [1025:029b]
     Subsystem: Acer Incorporated [ALI] Mobile 4 Series Chipset Integrated 
Graphics Controller [1025:029b]
  InstallationDate: Installed on 2014-04-18 (1357 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Acer Aspire 1810TZ
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-42-generic 
root=UUID=86d7d9a6-ffc3-47cb-adc4-68cfcbcadcef ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: Upgraded to xenial on 2016-04-22 (622 days ago)
  dmi.bios.date: 08/31/2010
  dmi.bios.vendor: INSYDE
  dmi.bios.version: v1.3314
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: JM11-MS
  dmi.board.vendor: Acer
  dmi.board.version: Base Board Version
  dmi.chassis.type: 1
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnINSYDE:bvrv1.3314:bd08/31/2010:svnAcer:pnAspire1810TZ:pvrv1.3314:rvnAcer:rnJM11-MS:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
  dmi.product.name: Aspire 1810TZ
  dmi.product.version: v1.3314
  dmi.sys.vendor: Acer
  version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.83-1~16.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.2.4-0ubuntu1~16.04.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 17.2.4-0ubuntu1~16.04.2
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 

[Touch-packages] [Bug 1538988] [NEW] package isc-dhcp-client 4.2.4-7ubuntu12.3 failed to install/upgrade: unable to install (supposed) new info file `/var/lib/dpkg/tmp.ci/preinst': Is a directory

2016-01-28 Thread francesco romeo
Public bug reported:

 Preparativi per estrarre .../isc-dhcp-client_4.2.4-7ubuntu12.4_amd64.deb...
Estrazione di isc-dhcp-client (4.2.4-7ubuntu12.4) su (4.2.4-7ubuntu12.3)...
dpkg: errore nell'elaborare l'archivio 
/var/cache/apt/archives/isc-dhcp-client_4.2.4-7ubuntu12.4_amd64.deb (--unpack):
 impossibile installare il (supposto) nuovo file di informazioni 
"/var/lib/dpkg/tmp.ci/preinst": È una directory
Si sono verificati degli errori nell'elaborazione:
 /var/cache/apt/archives/isc-dhcp-client_4.2.4-7ubuntu12.4_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: isc-dhcp-client 4.2.4-7ubuntu12.3
ProcVersionSignature: Ubuntu 3.13.0-76.120-generic 3.13.11-ckt30
Uname: Linux 3.13.0-76-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
Date: Thu Jan 28 10:38:14 2016
DpkgTerminalLog:
 Preparing to unpack .../isc-dhcp-client_4.2.4-7ubuntu12.4_amd64.deb ...
 Unpacking isc-dhcp-client (4.2.4-7ubuntu12.4) over (4.2.4-7ubuntu12.3) ...
 dpkg: error processing archive 
/var/cache/apt/archives/isc-dhcp-client_4.2.4-7ubuntu12.4_amd64.deb (--unpack):
  unable to install (supposed) new info file `/var/lib/dpkg/tmp.ci/preinst': Is 
a directory
DuplicateSignature: package:isc-dhcp-client:4.2.4-7ubuntu12.3:unable to install 
(supposed) new info file `/var/lib/dpkg/tmp.ci/preinst': Is a directory
ErrorMessage: unable to install (supposed) new info file 
`/var/lib/dpkg/tmp.ci/preinst': Is a directory
InstallationDate: Installed on 2014-04-21 (646 days ago)
InstallationMedia: It
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.5
 apt  1.0.1ubuntu2.10
SourcePackage: isc-dhcp
Title: package isc-dhcp-client 4.2.4-7ubuntu12.3 failed to install/upgrade: 
unable to install (supposed) new info file `/var/lib/dpkg/tmp.ci/preinst': Is a 
directory
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: isc-dhcp (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package trusty

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to isc-dhcp in Ubuntu.
https://bugs.launchpad.net/bugs/1538988

Title:
  package isc-dhcp-client 4.2.4-7ubuntu12.3 failed to install/upgrade:
  unable to install (supposed) new info file
  `/var/lib/dpkg/tmp.ci/preinst': Is a directory

Status in isc-dhcp package in Ubuntu:
  New

Bug description:
   Preparativi per estrarre .../isc-dhcp-client_4.2.4-7ubuntu12.4_amd64.deb...
  Estrazione di isc-dhcp-client (4.2.4-7ubuntu12.4) su (4.2.4-7ubuntu12.3)...
  dpkg: errore nell'elaborare l'archivio 
/var/cache/apt/archives/isc-dhcp-client_4.2.4-7ubuntu12.4_amd64.deb (--unpack):
   impossibile installare il (supposto) nuovo file di informazioni 
"/var/lib/dpkg/tmp.ci/preinst": È una directory
  Si sono verificati degli errori nell'elaborazione:
   /var/cache/apt/archives/isc-dhcp-client_4.2.4-7ubuntu12.4_amd64.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: isc-dhcp-client 4.2.4-7ubuntu12.3
  ProcVersionSignature: Ubuntu 3.13.0-76.120-generic 3.13.11-ckt30
  Uname: Linux 3.13.0-76-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  Date: Thu Jan 28 10:38:14 2016
  DpkgTerminalLog:
   Preparing to unpack .../isc-dhcp-client_4.2.4-7ubuntu12.4_amd64.deb ...
   Unpacking isc-dhcp-client (4.2.4-7ubuntu12.4) over (4.2.4-7ubuntu12.3) ...
   dpkg: error processing archive 
/var/cache/apt/archives/isc-dhcp-client_4.2.4-7ubuntu12.4_amd64.deb (--unpack):
unable to install (supposed) new info file `/var/lib/dpkg/tmp.ci/preinst': 
Is a directory
  DuplicateSignature: package:isc-dhcp-client:4.2.4-7ubuntu12.3:unable to 
install (supposed) new info file `/var/lib/dpkg/tmp.ci/preinst': Is a directory
  ErrorMessage: unable to install (supposed) new info file 
`/var/lib/dpkg/tmp.ci/preinst': Is a directory
  InstallationDate: Installed on 2014-04-21 (646 days ago)
  InstallationMedia: It
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.5
   apt  1.0.1ubuntu2.10
  SourcePackage: isc-dhcp
  Title: package isc-dhcp-client 4.2.4-7ubuntu12.3 failed to install/upgrade: 
unable to install (supposed) new info file `/var/lib/dpkg/tmp.ci/preinst': Is a 
directory
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp