same here.

As root:
root@localhost:~# ps aux | grep adb

root@localhost:~# adb start-server
* daemon not running. starting it now on port 5037 *
* daemon started successfully *

root@localhost:~# ps aux | grep adb
root     12251  0.0  0.0 170500  1668 pts/1    Sl   17:21   0:00 adb -P
5037 fork-server server

root@localhost:~# netstat -npl | grep adb
unix  2      [ ACC ]     STREAM     LISTENING     35132
12251/adb           /tmp/5037

root@localhost:~# adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
** daemon still not running
error: cannot connect to daemon


# apt-cache show android-tools-adb 
Package: android-tools-adb
Source: android-tools
Version: 4.2.2+git20130529-2.1
Installed-Size: 214
Maintainer: Laszlo Boszormenyi (GCS) <g...@debian.hu>
Architecture: amd64


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to