[Bug 1613193] Re: apt-get does't work with http_proxy

2017-07-25 Thread zhang sheng
Finally I find the problem is User-Agent string in apt-get.

see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=355782

** Bug watch added: Debian Bug tracker #355782
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=355782

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1613193

Title:
  apt-get does't work with http_proxy

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 122935] Re: p7zip can't decompress password protected 7z files - needs p7zip-full

2017-07-01 Thread zhang sheng
ubuntu 17.04 also has same problem.

After install p7zip-full, I can decompress archive.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/122935

Title:
  p7zip can't decompress password protected 7z files - needs p7zip-full

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/122935/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1613193] Re: apt-get does't work with http_proxy

2016-08-19 Thread zhang sheng
I use tcpdump to capture http request among "yum" "wget" "apt-get".
# yum repolist
Hypertext Transfer Protocol
GET http://mirrorlist.centos.org/?release=7=x86_64=os=stock 
HTTP/1.1\r\n
User-Agent: urlgrabber/3.10 yum/3.4.3\r\n
Host: mirrorlist.centos.org\r\n
Accept: */*\r\n
Proxy-Connection: Keep-Alive\r\n
\r\n
[Full request URI: 
http://mirrorlist.centos.org/?release=7=x86_64=os=stock]
[HTTP request 1/1]
[Response in frame: 8]

# wget 
http://archive.ubuntu.com/ubuntu/dists/xenial/restricted/i18n/Translation-zh
Hypertext Transfer Protocol
GET 
http://archive.ubuntu.com/ubuntu/dists/xenial/restricted/i18n/Translation-zh 
HTTP/1.1\r\n
User-Agent: Wget/1.17.1 (linux-gnu)\r\n
Accept: */*\r\n
Accept-Encoding: identity\r\n
Host: archive.ubuntu.com\r\n
Connection: Keep-Alive\r\n
Proxy-Connection: Keep-Alive\r\n
\r\n
[Full request URI: 
http://archive.ubuntu.com/ubuntu/dists/xenial/restricted/i18n/Translation-zh]
[HTTP request 1/1]
[Response in frame: 1180]

# apt-get update
Hypertext Transfer Protocol
GET 
http://archive.ubuntu.com/ubuntu/dists/xenial/restricted/i18n/Translation-zh 
HTTP/1.1\r\n
Host: archive.ubuntu.com\r\n
Cache-Control: max-age=0\r\n
Accept: text/*\r\n
User-Agent: Debian APT-HTTP/1.3 (1.2.10)\r\n
\r\n
[Full request URI: 
http://archive.ubuntu.com/ubuntu/dists/xenial/restricted/i18n/Translation-zh]
[HTTP request 1/1]

Only "apt-get" doesn't have "Proxy-Connection: Keep-Alive", how can i
add "Proxy-Connection: Keep-Alive" to apt-get? I need to verify this.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1613193

Title:
  apt-get does't work with http_proxy

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1613193] Re: apt-get does't work with http_proxy

2016-08-15 Thread zhang sheng
$ export http_proxy=http://192.168.1.1:8080
$ apt-get -o Debug::Acquire::http=1 -o Debug::pkgAcquire::Worker=1 update 
>apt-update.log 2>&1

I paste all output at "http://paste.ubuntu.com/23060145/;

I find something strange. I can't find port 8080 at debug output.
Does apt can't specify proxy port?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1613193

Title:
  apt-get does't work with http_proxy

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1613193] Re: apt-get does't work with http_proxy

2016-08-15 Thread zhang sheng
** Tags added: xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1613193

Title:
  apt-get does't work with http_proxy

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1613193] [NEW] apt-get does't work with http_proxy

2016-08-15 Thread zhang sheng
Public bug reported:

I use lubuntu 16.04.
$ uname -a
Linux ubuntu 4.4.0-22-generic #40-Ubuntu SMP Thu May 12 22:03:46 UTC 2016 
x86_64 x86_64 x86_64 GNU/Linux

$ dpkg -l |grep apt
ii  apt  1.2.10ubuntu1  
  amd64commandline package manager

When I set "http_proxy" environment var and run "apt-get update", I get many 
"connection failed"
Err:16 http://archive.ubuntu.com/ubuntu xenial/main Sources
  Connection failed
Err:17 http://archive.ubuntu.com/ubuntu xenial/restricted Sources
  Connection failed
Err:18 http://archive.ubuntu.com/ubuntu xenial/universe Sources
  Connection failed
Err:19 http://archive.ubuntu.com/ubuntu xenial/multiverse Sources
  Connection failed
Err:20 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  Connection failed
Err:21 http://archive.ubuntu.com/ubuntu xenial/main i386 Packages
  Connection failed

But I can use curl and wget to fetch website homepage.
And in centos7, yum can work with 'http_proxy', I can update my centos7.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1613193

Title:
  apt-get does't work with http_proxy

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1578193] Re: cannot load legacy-only plugin

2016-06-24 Thread zhang sheng
** This bug is no longer a duplicate of bug 1570352
   strongswan vpn cannot be established via the network-manager

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1578193

Title:
  cannot load legacy-only plugin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-strongswan/+bug/1578193/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1490349] Re: 15:10 and 16.04: bluetoothd reports "Not enough handles to register service" at start

2016-06-24 Thread zhang sheng
** Summary changed:

- 15:10: bluetoothd reports "Not enough handles to register service" at start
+ 15:10 and 16.04: bluetoothd reports "Not enough handles to register service" 
at start

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1490349

Title:
  15:10 and 16.04: bluetoothd reports "Not enough handles to register
  service" at start

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1490349] Re: 15:10: bluetoothd reports "Not enough handles to register service" at start

2016-06-20 Thread zhang sheng
I use ubuntu16.04, my computer can't connect to my bluetooth speaker
after reboot.

uname -a
Linux zs-PC 4.4.0-24-generic #43-Ubuntu SMP Wed Jun 8 19:27:37 UTC 2016 x86_64 
x86_64 x86_64 GNU/Linux

journalctl --unit=bluetooth
-- Logs begin at 一 2016-06-20 18:41:21 CST, end at 一 2016-06-20 18:43:45 CST. --
6月 20 18:41:36 zs-PC systemd[1]: Starting Bluetooth service...
6月 20 18:41:36 zs-PC bluetoothd[818]: Bluetooth daemon 5.37
6月 20 18:41:36 zs-PC systemd[1]: Started Bluetooth service.
6月 20 18:41:36 zs-PC bluetoothd[818]: Starting SDP server
6月 20 18:41:36 zs-PC bluetoothd[818]: Bluetooth management interface 1.10 
initialized
6月 20 18:41:36 zs-PC bluetoothd[818]: Failed to obtain handles for "Service 
Changed" characteristic
6月 20 18:41:36 zs-PC bluetoothd[818]: Not enough free handles to register 
service
6月 20 18:41:36 zs-PC bluetoothd[818]: Error adding Link Loss service
6月 20 18:41:36 zs-PC bluetoothd[818]: Not enough free handles to register 
service
6月 20 18:41:36 zs-PC bluetoothd[818]: Not enough free handles to register 
service
6月 20 18:41:36 zs-PC bluetoothd[818]: Not enough free handles to register 
service
6月 20 18:41:36 zs-PC bluetoothd[818]: Current Time Service could not be 
registered
6月 20 18:41:36 zs-PC bluetoothd[818]: gatt-time-server: Input/output error (5)
6月 20 18:41:36 zs-PC bluetoothd[818]: Not enough free handles to register 
service
6月 20 18:41:36 zs-PC bluetoothd[818]: Not enough free handles to register 
service
6月 20 18:41:36 zs-PC bluetoothd[818]: Sap driver initialization failed.
6月 20 18:41:36 zs-PC bluetoothd[818]: sap-server: Operation not permitted (1)
6月 20 18:41:48 zs-PC bluetoothd[818]: Endpoint registered: sender=:1.43 
path=/MediaEndpoint/A2DPSource
6月 20 18:41:48 zs-PC bluetoothd[818]: Endpoint registered: sender=:1.43 
path=/MediaEndpoint/A2DPSink
6月 20 18:41:53 zs-PC bluetoothd[818]: Endpoint registered: sender=:1.67 
path=/MediaEndpoint/A2DPSource
6月 20 18:41:53 zs-PC bluetoothd[818]: Endpoint registered: sender=:1.67 
path=/MediaEndpoint/A2DPSink
6月 20 18:41:53 zs-PC bluetoothd[818]: RFCOMM server failed for Headset Voice 
gateway: rfcomm_bind: Address already in use (98)
6月 20 18:42:10 zs-PC bluetoothd[818]: Endpoint unregistered: sender=:1.43 
path=/MediaEndpoint/A2DPSource
6月 20 18:42:10 zs-PC bluetoothd[818]: Endpoint unregistered: sender=:1.43 
path=/MediaEndpoint/A2DPSink


>From now, I can only use my bluetooth speaker by:
1. delete it from the bluetooth device list
2. research the bluetooth device
3. select and connect it
then everything is ok.

I don't konw why I can't connect my bluetooth speaker wituout delete it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1490349

Title:
  15:10: bluetoothd reports "Not enough handles to register service" at
  start

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1323853] Re: No menubar for QtQuick.Controls based applications

2015-05-17 Thread zhang sheng
ubuntu 15.04 install qtcreator from apt-get also can't show menubar

qt official site's installer doesn't have the problem

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1323853

Title:
  No menubar for QtQuick.Controls based applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt5/+bug/1323853/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs